summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-07-07 21:56:46 +0200
committerDavid Seifert <soap@gentoo.org>2022-07-07 21:56:46 +0200
commit27404b884813bf1fd84f99995ceff04f84864de1 (patch)
tree8f5c3dd278cc161be27fd79253a3a3a32b0c64be /sci-biology
parentsci-biology/blat: update EAPI 6 -> 8 (diff)
downloadgentoo-27404b884813bf1fd84f99995ceff04f84864de1.tar.gz
gentoo-27404b884813bf1fd84f99995ceff04f84864de1.tar.bz2
gentoo-27404b884813bf1fd84f99995ceff04f84864de1.zip
sci-biology/cd-hit: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/cd-hit/cd-hit-4.6.6-r1.ebuild (renamed from sci-biology/cd-hit/cd-hit-4.6.6.ebuild)9
1 files changed, 4 insertions, 5 deletions
diff --git a/sci-biology/cd-hit/cd-hit-4.6.6.ebuild b/sci-biology/cd-hit/cd-hit-4.6.6-r1.ebuild
index ebe345f15245..20e7e2d784fe 100644
--- a/sci-biology/cd-hit/cd-hit-4.6.6.ebuild
+++ b/sci-biology/cd-hit/cd-hit-4.6.6-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
-inherit flag-o-matic toolchain-funcs
+inherit toolchain-funcs
RELDATE="2016-0711"
RELEASE="${PN}-v${PV}-${RELDATE}"
@@ -11,6 +11,7 @@ RELEASE="${PN}-v${PV}-${RELDATE}"
DESCRIPTION="Clustering Database at High Identity with Tolerance"
HOMEPAGE="http://weizhong-lab.ucsd.edu/cd-hit/"
SRC_URI="https://github.com/weizhongli/cdhit/releases/download/V${PV}/${RELEASE}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/${RELEASE}
LICENSE="GPL-2"
SLOT="0"
@@ -19,8 +20,6 @@ IUSE="openmp"
RDEPEND="dev-lang/perl"
-S="${WORKDIR}"/${RELEASE}
-
PATCHES=(
"${FILESDIR}"/${PN}-4.6.6-fix-perl-shebangs.patch
"${FILESDIR}"/${PN}-4.6.6-fix-build-system.patch