From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/bioperl-db/
Date: Sat, 2 Jul 2022 15:40:14 +0000 (UTC) [thread overview]
Message-ID: <1656776401.e78e96662afd2a985c7ddca38f7994f0ebd3d6db.soap@gentoo> (raw)
commit: e78e96662afd2a985c7ddca38f7994f0ebd3d6db
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 2 15:40:01 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jul 2 15:40:01 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e78e9666
sci-biology/bioperl-db: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
...-1.6.9-r1.ebuild => bioperl-db-1.6.9-r2.ebuild} | 30 ++++++++++++----------
1 file changed, 17 insertions(+), 13 deletions(-)
diff --git a/sci-biology/bioperl-db/bioperl-db-1.6.9-r1.ebuild b/sci-biology/bioperl-db/bioperl-db-1.6.9-r2.ebuild
similarity index 93%
rename from sci-biology/bioperl-db/bioperl-db-1.6.9-r1.ebuild
rename to sci-biology/bioperl-db/bioperl-db-1.6.9-r2.ebuild
index b36c22532f35..6359865b90e0 100644
--- a/sci-biology/bioperl-db/bioperl-db-1.6.9-r1.ebuild
+++ b/sci-biology/bioperl-db/bioperl-db-1.6.9-r2.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
BIOPERL_RELEASE=1.6.9
DIST_NAME=BioPerl-DB
DIST_AUTHOR=CJFIELDS
DIST_VERSION=1.006900
+DIST_TEST="do" # Parallelism probably bad
inherit perl-module
DESCRIPTION="Perl tools for bioinformatics - Perl API that accesses the BioSQL schema"
@@ -15,34 +16,32 @@ HOMEPAGE="http://www.bioperl.org/"
SLOT="0"
KEYWORDS="amd64 x86"
-RESTRICT="test"
IUSE="test"
+RESTRICT="test"
-DIST_TEST="do" # Parallelism probably bad
-PATCHES=( "${FILESDIR}/${PN}-1.6.9-db.patch" )
RDEPEND="
>=sci-biology/bioperl-${PV}
dev-perl/DBD-mysql
dev-perl/DBI
sci-biology/biosql"
-DEPEND="${RDEPEND}
- dev-perl/Module-Build
+DEPEND="
+ ${RDEPEND}
test? (
dev-perl/Data-Stag
dev-perl/Sub-Uplevel
dev-perl/Test-Warn
dev-perl/Test-Exception
virtual/perl-Test-Simple
- )
-"
+ )"
+BDEPEND="dev-perl/Module-Build"
+
+PATCHES=( "${FILESDIR}"/${PN}-1.6.9-db.patch )
+
src_prepare() {
export GENTOO_DB_HOSTNAME=localhost
perl-module_src_prepare
}
-src_install() {
- mydoc="AUTHORS BUGS FAQ"
- perl-module_src_install
-}
+
src_test() {
einfo "Removing bundled test libraries t/lib"
rm -r "${S}/t/lib" || die "Cannot remove t/lib"
@@ -97,3 +96,8 @@ src_test() {
pkill -F "${pidfile}"
eend $?
}
+
+src_install() {
+ mydoc="AUTHORS BUGS FAQ"
+ perl-module_src_install
+}
next reply other threads:[~2022-07-02 15:40 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-02 15:40 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-08-19 12:44 [gentoo-commits] repo/gentoo:master commit in: sci-biology/bioperl-db/ Andreas Sturmlechner
2021-08-19 1:29 Agostino Sarubbo
2021-08-16 5:13 Agostino Sarubbo
2021-03-20 19:21 Thomas Deutschmann
2019-12-15 20:24 Michał Górny
2017-07-30 10:04 Michał Górny
2017-07-18 4:40 Kent Fredric
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=1656776401.e78e96662afd2a985c7ddca38f7994f0ebd3d6db.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