commit:     5bf918a64a593f9e6924aee1cf7d78c3e654ee64
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 23 11:41:23 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Oct 23 12:43:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bf918a6

dev-tcltk/tklib: drop 0.6-r1

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-tcltk/tklib/tklib-0.6-r1.ebuild | 36 ------------------------------------
 1 file changed, 36 deletions(-)

diff --git a/dev-tcltk/tklib/tklib-0.6-r1.ebuild 
b/dev-tcltk/tklib/tklib-0.6-r1.ebuild
deleted file mode 100644
index 9231c58cf5e..00000000000
--- a/dev-tcltk/tklib/tklib-0.6-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib
-
-CODE=6a397dec6188148cf6a6fe290cf2bd92a9190c42
-
-DESCRIPTION="Collection of utility modules for Tk, and a companion to Tcllib"
-HOMEPAGE="http://www.tcl.tk/software/tklib";
-SRC_URI="http://core.tcl.tk/tklib/raw/tklib-0.6.tar.bz2?name=${CODE} -> 
${P}.tar.bz2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-LICENSE="BSD"
-IUSE="doc"
-
-RDEPEND="
-       dev-lang/tk:0
-       dev-tcltk/tcllib"
-DEPEND="${RDEPEND}"
-
-src_install() {
-       default
-       if use doc; then
-               emake DESTDIR="${D}" doc
-               dohtml doc/html/*
-       fi
-       dodoc DESCRIPTION.txt README*
-       dosym ${PN}${PV} /usr/$(get_libdir)/${PN}
-
-       mv "${ED}"/usr/share/man/mann/datefield{,-${PN}}.n || die
-       mv "${ED}"/usr/share/man/mann/menubar{,-${PN}}.n || die
-       mv "${ED}"/usr/bin/dia{,-${PN}} || die
-}

Reply via email to