diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-19 10:30:00 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-19 10:30:00 +0300 |
commit | 358b77102784a6e4c693c0fe7b2650ddeaae9dba (patch) | |
tree | e88e28e3cb4f069e6af5960674488875e5b30bc4 /dev-tcltk | |
parent | dev-tcltk/tktreectrl: Stabilize 2.4.1-r1 x86, #930218 (diff) | |
download | gentoo-358b77102784a6e4c693c0fe7b2650ddeaae9dba.tar.gz gentoo-358b77102784a6e4c693c0fe7b2650ddeaae9dba.tar.bz2 gentoo-358b77102784a6e4c693c0fe7b2650ddeaae9dba.zip |
dev-tcltk/tktreectrl: drop 2.4.1, EAPI6--
Closes: https://bugs.gentoo.org/930218
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/tktreectrl/tktreectrl-2.4.1.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/dev-tcltk/tktreectrl/tktreectrl-2.4.1.ebuild b/dev-tcltk/tktreectrl/tktreectrl-2.4.1.ebuild deleted file mode 100644 index c77a6d2b59aa..000000000000 --- a/dev-tcltk/tktreectrl/tktreectrl-2.4.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit virtualx - -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:0=" -DEPEND="${RDEPEND}" - -PATCHES=( "${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() { - virtx emake test -} - -src_install() { - default - mv \ - "${ED}"/usr/lib*/treectrl${PV}/htmldoc \ - "${ED}"/usr/share/doc/${P}/ || die -} |