commit: ca6e928ab7bccb76318b114f6ad3d3df9cf9b334 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sun Apr 11 13:40:50 2021 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sun Apr 11 13:40:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca6e928a
dev-tcltk/tclreadline: remove old version Closes: https://bugs.gentoo.org/775773 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-tcltk/tclreadline/tclreadline-2.3.8.ebuild | 40 -------------------------- 1 file changed, 40 deletions(-) diff --git a/dev-tcltk/tclreadline/tclreadline-2.3.8.ebuild b/dev-tcltk/tclreadline/tclreadline-2.3.8.ebuild deleted file mode 100644 index b162fd1c867..00000000000 --- a/dev-tcltk/tclreadline/tclreadline-2.3.8.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Readline extension to TCL" -HOMEPAGE="https://github.com/flightaware/tclreadline" -SRC_URI="https://github.com/flightaware/tclreadline/archive/v${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 ppc ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="tk" - -DEPEND="dev-lang/tcl:0= - sys-libs/readline:0= - tk? ( dev-lang/tk:0= )" -RDEPEND="${DEPEND}" -BDEPEND="" - -src_prepare() { - default - sed -i \ - -e "/TCLRL_LIBDIR/s|/usr/lib|/usr/$(get_libdir)|" \ - configure || die -} - -src_configure() { - local myConf=--with-tcl="${EPREFIX}/usr/$(get_libdir)" - if ! use tk; then - myConf="$myConf --without-tk" - fi - econf $myConf -} - -src_install() { - default - find "${D}" -name \*.la -delete -}
