summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-02-14 00:28:45 +0100
committerDavid Seifert <soap@gentoo.org>2022-02-14 00:28:45 +0100
commit95f2ecaf6b766b52cbe761dd34d11b065ac7d1bc (patch)
tree9ff23f882145148852ac6f42b6dcbb5d4e0accc4 /sci-biology
parentsci-biology/embassy-structure: update EAPI 7 -> 8 (diff)
downloadgentoo-95f2ecaf6b766b52cbe761dd34d11b065ac7d1bc.tar.gz
gentoo-95f2ecaf6b766b52cbe761dd34d11b065ac7d1bc.tar.bz2
gentoo-95f2ecaf6b766b52cbe761dd34d11b065ac7d1bc.zip
sci-biology/embassy-topo: update EAPI 7 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/embassy-topo/embassy-topo-2.0.660-r1.ebuild (renamed from sci-biology/embassy-topo/embassy-topo-2.0.660.ebuild)13
-rw-r--r--sci-biology/embassy-topo/files/embassy-topo-2.0.650_fix-build-system.patch4
2 files changed, 10 insertions, 7 deletions
diff --git a/sci-biology/embassy-topo/embassy-topo-2.0.660.ebuild b/sci-biology/embassy-topo/embassy-topo-2.0.660-r1.ebuild
index 3c16f7bf4fa4..583d93297669 100644
--- a/sci-biology/embassy-topo/embassy-topo-2.0.660.ebuild
+++ b/sci-biology/embassy-topo/embassy-topo-2.0.660-r1.ebuild
@@ -1,15 +1,18 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
EBO_DESCRIPTION="Transmembrane protein display"
-EBO_EAUTORECONF=1
-
-inherit emboss-r2
+inherit autotools emboss-r3
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
S="${WORKDIR}/TOPO-2.0.650"
PATCHES=( "${FILESDIR}"/${PN}-2.0.650_fix-build-system.patch )
+
+src_prepare() {
+ default
+ eautoreconf
+}
diff --git a/sci-biology/embassy-topo/files/embassy-topo-2.0.650_fix-build-system.patch b/sci-biology/embassy-topo/files/embassy-topo-2.0.650_fix-build-system.patch
index 600e38928aff..e1a2439b713b 100644
--- a/sci-biology/embassy-topo/files/embassy-topo-2.0.650_fix-build-system.patch
+++ b/sci-biology/embassy-topo/files/embassy-topo-2.0.650_fix-build-system.patch
@@ -1,5 +1,5 @@
---- a/configure.ac
-+++ b/configure.ac
+--- a/configure.in
++++ b/configure.in
@@ -635,33 +635,6 @@