commit: b4cf3cc2a34d50ad16095b25b4e7de1749e169c6 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sun Jun 19 18:04:27 2022 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Jun 19 18:04:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4cf3cc2
sci-biology/libgtextutils: update EAPI 6 -> 8 Signed-off-by: David Seifert <soap <AT> gentoo.org> ...gtextutils-0.6.1.ebuild => libgtextutils-0.6.1-r1.ebuild} | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/sci-biology/libgtextutils/libgtextutils-0.6.1.ebuild b/sci-biology/libgtextutils/libgtextutils-0.6.1-r1.ebuild similarity index 72% rename from sci-biology/libgtextutils/libgtextutils-0.6.1.ebuild rename to sci-biology/libgtextutils/libgtextutils-0.6.1-r1.ebuild index 8f0455e5322c..2ffb1c3338b8 100644 --- a/sci-biology/libgtextutils/libgtextutils-0.6.1.ebuild +++ b/sci-biology/libgtextutils/libgtextutils-0.6.1-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit autotools @@ -12,7 +12,6 @@ SRC_URI="http://hannonlab.cshl.edu/fastx_toolkit/${P}.tar.bz2" LICENSE="AGPL-3" SLOT="0/0" KEYWORDS="~amd64 ~x86" -IUSE="" PATCHES=( "${FILESDIR}"/${P}-fix-build-system.patch @@ -24,13 +23,8 @@ src_prepare() { eautoreconf } -src_configure() { - econf --disable-static -} - src_install() { default - # package installs .pc files - find "${D}" -name '*.la' -delete || die + find "${ED}" -name '*.la' -delete || die }
