From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/emboss/
Date: Sun, 13 Feb 2022 23:28:53 +0000 (UTC) [thread overview]
Message-ID: <1644794910.d4378caa9f3a31d8baf594d0b7452ccc98dd5bd2.soap@gentoo> (raw)
commit: d4378caa9f3a31d8baf594d0b7452ccc98dd5bd2
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 13 23:28:30 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 13 23:28:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4378caa
sci-biology/emboss: update EAPI 7 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-biology/emboss/Manifest | 2 +-
...{emboss-6.6.0-r1.ebuild => emboss-6.6.0-r2.ebuild} | 19 +++++++++++--------
2 files changed, 12 insertions(+), 9 deletions(-)
diff --git a/sci-biology/emboss/Manifest b/sci-biology/emboss/Manifest
index f97d826f09b6..fa61d72a1db4 100644
--- a/sci-biology/emboss/Manifest
+++ b/sci-biology/emboss/Manifest
@@ -1,2 +1,2 @@
DIST EMBOSS-6.6.0.tar.gz 117962028 BLAKE2B 91bf3c680290bd975d2ddb5251089d7f75f8a44a26e1247e93d2c9cf2f23e6b89c4218022ba1af0c940136ff56782f40d2c4604dc756b400ae23f223da7f3cca SHA512 2d28a03381f7dc98d205aa50202fbbac02ad218fc775d86579d310296be124403623484b1907154d915f15cd32a9f8cf16ecfaa6c4a28b362e24dc8e6380b75a
-DIST emboss-6.6.0-patches.tar.xz 5408 BLAKE2B ec1c55c90a64b1c27645804411b44e413ae881b1637ad2b8dfcff172e15b841cc3d2807039761f8307b0b5a29ab5b1a2c840e189f326091aa9ce25317ec9cda6 SHA512 942681df428f6254c1711902f667c6e8c71babf3e9b0c73b8b7d2fbfa5e8856ce5817560280948e588f6037011ad7055a3af5b88a58fc2b14349869927c889eb
+DIST emboss-6.6.0-patches-r1.tar.xz 5384 BLAKE2B 7899141862880d000e1624e9df914b1918cd02645c0d14128bcffd41d76e3669404a718f25471795268e4a00d610377186b7cb73a126e30f74df80d04d22faf9 SHA512 95825a3bcaa6340d26fde65f3b77574e42fd424440ee48f2fad94b6e696346fe4f6e4ab48c7dcfe1e9c3311a8a7750defc004c2db40cc36f42e980a19e6bd0bd
diff --git a/sci-biology/emboss/emboss-6.6.0-r1.ebuild b/sci-biology/emboss/emboss-6.6.0-r2.ebuild
similarity index 86%
rename from sci-biology/emboss/emboss-6.6.0-r1.ebuild
rename to sci-biology/emboss/emboss-6.6.0-r2.ebuild
index 766dd6a61b0c..01af5e2fa977 100644
--- a/sci-biology/emboss/emboss-6.6.0-r1.ebuild
+++ b/sci-biology/emboss/emboss-6.6.0-r2.ebuild
@@ -1,16 +1,14 @@
-# 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_EAUTORECONF=1
-
-inherit emboss-r2 readme.gentoo-r1
+inherit autotools emboss-r3 readme.gentoo-r1
DESCRIPTION="The European Molecular Biology Open Software Suite - A sequence analysis package"
SRC_URI="
ftp://emboss.open-bio.org/pub/${PN^^}/${P^^}.tar.gz
- https://dev.gentoo.org/~soap/distfiles/${P}-patches.tar.xz"
+ https://dev.gentoo.org/~soap/distfiles/${P}-patches-r1.tar.xz"
S="${WORKDIR}/${P^^}"
LICENSE+=" Apache-2.0 GPL-3+ CC-BY-3.0"
@@ -39,13 +37,18 @@ PATCHES=(
"${WORKDIR}"/patches/${P}-Wimplicit-function-declaration.patch
)
+src_prepare() {
+ default
+ eautoreconf
+}
+
src_install() {
- emboss-r2_src_install
+ emboss-r3_src_install
readme.gentoo_create_doc
# Install env file for setting libplplot and acd files path.
- newenvd - 22emboss <<- EOF || die
+ newenvd - 22emboss <<- EOF
# ACD files location
EMBOSS_ACDROOT="${EPREFIX}/usr/share/EMBOSS/acd"
EMBOSS_DATA="${EPREFIX}/usr/share/EMBOSS/data"
next reply other threads:[~2022-02-13 23:28 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-13 23:28 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-30 19:36 [gentoo-commits] repo/gentoo:master commit in: sci-biology/emboss/ David Seifert
2021-03-12 15:31 Andreas Sturmlechner
2017-02-06 21:27 David Seifert
2016-07-28 21:36 Austin English
2015-08-27 13:47 Justin Lecher
2015-08-26 17:22 Manuel Rüger
2015-08-26 14:26 Mikle Kolyada
2015-08-26 14:25 Mikle Kolyada
2015-08-16 23:03 Mikle Kolyada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1644794910.d4378caa9f3a31d8baf594d0b7452ccc98dd5bd2.soap@gentoo \
--to=soap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox