summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-10-23 13:41:23 +0200
committerJakov Smolić <jsmolic@gentoo.org>2021-10-23 14:43:08 +0200
commit5bf918a64a593f9e6924aee1cf7d78c3e654ee64 (patch)
tree770be978a1f8864a788a8b5dc009b1f00d6aeb4e /dev-tcltk/tklib
parentnet-p2p/transmission: add web use flag for live ebuild (diff)
downloadgentoo-5bf918a64a593f9e6924aee1cf7d78c3e654ee64.tar.gz
gentoo-5bf918a64a593f9e6924aee1cf7d78c3e654ee64.tar.bz2
gentoo-5bf918a64a593f9e6924aee1cf7d78c3e654ee64.zip
dev-tcltk/tklib: drop 0.6-r1
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-tcltk/tklib')
-rw-r--r--dev-tcltk/tklib/tklib-0.6-r1.ebuild36
1 files changed, 0 insertions, 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 9231c58cf5e7..000000000000
--- 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
-}