dev-tcltk/tktreectrl: Drop old; bug 605728

Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
Andreas K. Hüttel
2018-02-23 00:00:38 +01:00
parent 515b2e39c1
commit 5b2eb96686
3 changed files with 0 additions and 85 deletions

View File

@@ -1,3 +1 @@
DIST tktreectrl-2.2.10.tar.gz 742335 BLAKE2B c3840d8a83f5ce973ef2f942c0f303f3507b49b6dbbd7dd6fb4a9134ecd6d3f1c780cf391ded9e8e7dc55b3276c68807b91ec549fded12ed5ee4bcb940e69dca SHA512 20598393d54ee304d0be74ef3de9f242433814b7c5dc8b649f8f18dfa5505dee66aba624e2ac2671a167b8ac491f5edbe0dc397db74cab740c6bc59e564b53e1
DIST tktreectrl-2.2.9.tar.gz 718999 BLAKE2B adc880e2bc52cf667c086a70f59ebc35113ae5b0ca8d2fb4a2d6abee4cf6ff55922e254b6a0dea13052fc2acec0190294bf8347421f41bfa018b574678f7ef1e SHA512 8e1f5d176e939238cfc6dc83e55dc1df911e13f633bac494b4e9a954729b6047b6436283509f83ec57d43eefd7dae4052ffe3af38a22a162faf7959498bc0b0e
DIST tktreectrl-2.4.1.tar.gz 945101 BLAKE2B 8b91d0f264df4ab79f897608e259998139ab3cd3ba9359e1d74a23a174465a468c3bec0c5983764d2e23049d5feb70905066419c7c883007c6aa5e655d50dccd SHA512 5ea3f286326cb9dd32a259f8032c37dd3bfe4c4ecdac878cc8e7a283b542c4eb67a5434c97ecc81b9773f08e55563401a173234452ebf63547c00780e5703c1b

View File

@@ -1,41 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
inherit eutils
DESCRIPTION="A flexible listbox widget for Tk"
HOMEPAGE="http://tktreectrl.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="tcltk"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="X debug shellicon threads"
RDEPEND=">=dev-lang/tk-8.4"
DEPEND="${RDEPEND}"
src_prepare() {
epatch "${FILESDIR}"/2.2.9-as-needed.patch
}
src_configure() {
econf \
$(use_enable threads) \
$(use_enable shellicon) \
$(use_enable amd64 64bit) \
$(use_enable debug symbols) \
$(use_enable X x) \
--enable-shared
}
#src_test() {
# emake test || die
#}
src_install() {
default
mv "${ED}"/usr/lib*/treectrl${PV}/htmldoc "${ED}"/usr/share/doc/${P}/
}

View File

@@ -1,42 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=3
inherit eutils
DESCRIPTION="A flexible listbox widget for Tk"
HOMEPAGE="http://tktreectrl.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="tcltk"
SLOT="0"
KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
IUSE="X debug shellicon threads"
RDEPEND=">=dev-lang/tk-8.4"
DEPEND="${RDEPEND}"
src_prepare() {
epatch "${FILESDIR}"/${PV}-as-needed.patch
}
src_configure() {
econf \
$(use_enable threads) \
$(use_enable shellicon) \
$(use_enable amd64 64bit) \
$(use_enable debug symbols) \
$(use_enable X x) \
--enable-shared
}
src_test() {
emake test || die
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc ChangeLog README.txt || die
mv "${ED}"/usr/lib*/treectrl${PV}/htmldoc "${ED}"/usr/share/doc/${P}/
}