summaryrefslogtreecommitdiff
path: root/sci-biology/embassy-topo
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /sci-biology/embassy-topo
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'sci-biology/embassy-topo')
-rw-r--r--sci-biology/embassy-topo/Manifest4
-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
3 files changed, 12 insertions, 9 deletions
diff --git a/sci-biology/embassy-topo/Manifest b/sci-biology/embassy-topo/Manifest
index 20e01db138f3..74dcd9ddaf1a 100644
--- a/sci-biology/embassy-topo/Manifest
+++ b/sci-biology/embassy-topo/Manifest
@@ -1,4 +1,4 @@
-AUX embassy-topo-2.0.650_fix-build-system.patch 2944 BLAKE2B c9535f630899346a43a993c3563e202792610c751940a2aed3d41fc633fcffb53c372c702c19104fd709dda6b6093c4897d19336028312757135ccacec3cd8af SHA512 981326c4b27a0db091494da5a2d6215dbdac31544b33601765329c7b4e817ccdcc39e795cdc14719211a8726cb7761d070e83e234e878ac7f82bd226851ad1be
+AUX embassy-topo-2.0.650_fix-build-system.patch 2944 BLAKE2B 8668e8af9160f8da216abf570dc010445e6660bc03b4109ed045a9b720bf0384eb5a96ae8ed805d1053a677d4727536a03e2e6d3f7b9e09f9d6d2331db8a5cf1 SHA512 afa5434267d6b21f5e7cb472784b5d12fa8f320d0c167af250c0a9f108a6d33ebdfbefbc62f20eae02126fc17f76d2c314fc65c6685bb2345cf194843264e149
DIST embassy-topo-2.0.660.tar.gz 443510 BLAKE2B ba49debdfb9f13051bd32d0d14de3b446a8fde83923e6927df52fd989460c60b5d3023aeaa84d3ab920533c40607f7ba274f64827cefa611a1513f203e08316c SHA512 8ef157a61ac47680734bed3d07cfe2bcd86730998453daa704b74aad667944ad6b0cc6f7fce36be4566cb19a626f1648d5f6793ce227cf57939fcfd0d10690a8
-EBUILD embassy-topo-2.0.660.ebuild 339 BLAKE2B 97a0643d61e7dd61025ee0ea1b2b0429bc843737dbed7e53ac955c60c2540a0372b1ad15f8a00d884943e7b791c4e98eb5c04a4fcb1992f031c9a40d1011860c SHA512 50f5b9a761e053206a6a3d1021e5cdbf9f1d557c300185e3d42353f593c2e653263f4a640c536fee938c74ac4924ef54eae9a9df233b32900f544f3512ce46e5
+EBUILD embassy-topo-2.0.660-r1.ebuild 371 BLAKE2B ec403fedc655b43d201c30319434a6adc4511e94fbeb79deeff4fbca64f14fc90343493dc1d5d53e20f6e6775029cebbd29fab4bb8e6beced84381d9e52d1197 SHA512 208ca5300b57744c6ba124d3749b5f29ccb215d38a8e863579bf965aaa552310af76c583deb3a5b40a3d552f280f32db0a5094052c15522b16d255224b17d961
MISC metadata.xml 348 BLAKE2B d71aba38f248b80e63e5805f1c0f710815220774a8a514f69a708666c647f061a3f295196da119cec9b5681648a54a1915073039302586d17540296855a255df SHA512 4f8c9238704b81e38abad62bc92e67ad08fe30907277794ee5a4265f4dd8e69fb1b4cabead1fc45c48888c3dbe30496b2c7df3b1c8fa2662f87a4deef32661cd
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 @@