From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/gbrowse/
Date: Thu, 13 Nov 2014 13:00:41 +0000 (UTC) [thread overview]
Message-ID: <1415882860.01335d59fc612ee994449e1531943e61c1a2309c.jlec@gentoo> (raw)
commit: 01335d59fc612ee994449e1531943e61c1a2309c
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 13 12:47:40 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Nov 13 12:47:40 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=01335d59
sci-biology/gbrowse: Use perl virtuals instead of core
Package-Manager: portage-2.2.14
---
sci-biology/gbrowse/ChangeLog | 4 ++++
sci-biology/gbrowse/gbrowse-2.39.ebuild | 6 +++---
sci-biology/gbrowse/gbrowse-2.45.ebuild | 6 +++---
sci-biology/gbrowse/gbrowse-2.48.ebuild | 6 +++---
4 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/sci-biology/gbrowse/ChangeLog b/sci-biology/gbrowse/ChangeLog
index 701feba..c67d2a1 100644
--- a/sci-biology/gbrowse/ChangeLog
+++ b/sci-biology/gbrowse/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/generic-genome-browser/ChangeLog,v 1.10 2007/07/29 17:07:38 phreak Exp $
+ 13 Nov 2014; Justin Lecher <jlec@gentoo.org> gbrowse-2.39.ebuild,
+ gbrowse-2.45.ebuild, gbrowse-2.48.ebuild:
+ Use perl virtuals instead of core
+
24 Sep 2014; Justin Lecher <jlec@gentoo.org> gbrowse-2.39.ebuild,
gbrowse-2.45.ebuild, gbrowse-2.48.ebuild, metadata.xml:
Bump to EAPI=5
diff --git a/sci-biology/gbrowse/gbrowse-2.39.ebuild b/sci-biology/gbrowse/gbrowse-2.39.ebuild
index 0edfba5..6d86c72 100644
--- a/sci-biology/gbrowse/gbrowse-2.39.ebuild
+++ b/sci-biology/gbrowse/gbrowse-2.39.ebuild
@@ -36,7 +36,7 @@ S="${WORKDIR}/${MY_P}"
# TODO: dev-perl/MOBY, dev-perl/Bio-SCF, dev-perl/Safe-World (not compatible w/perl-5.10)
# how about mod_fcgi and dev-libs/fcgi and mod_scgi?
DEPEND="
- >=perl-core/Module-Build-0.380.0
+ >=virtual/perl-Module-Build-0.380.0
>=dev-lang/perl-5.8.8:=
dev-perl/Capture-Tiny
>=sci-biology/bioperl-1.6.901
@@ -67,8 +67,8 @@ RDEPEND="${DEPEND}
!minimal? (
dev-perl/File-NFSLock
dev-perl/FCGI
- perl-core/Math-BigInt
- perl-core/Math-BigInt-FastCalc
+ virtual/perl-Math-BigInt
+ virtual/perl-Math-BigInt-FastCalc
dev-perl/Math-BigInt-GMP
dev-perl/Digest-SHA1
dev-perl/Crypt-SSLeay
diff --git a/sci-biology/gbrowse/gbrowse-2.45.ebuild b/sci-biology/gbrowse/gbrowse-2.45.ebuild
index e0ab203..c853723 100644
--- a/sci-biology/gbrowse/gbrowse-2.45.ebuild
+++ b/sci-biology/gbrowse/gbrowse-2.45.ebuild
@@ -36,7 +36,7 @@ S="${WORKDIR}/${MY_P}"
# TODO: dev-perl/MOBY, dev-perl/Bio-SCF, dev-perl/Safe-World (not compatible w/perl-5.10)
# how about mod_fcgi and dev-libs/fcgi and mod_scgi?
DEPEND="!!sci-biology/GBrowse
- >=perl-core/Module-Build-0.380.0
+ >=virtual/perl-Module-Build-0.380.0
>=dev-lang/perl-5.8.8:=
dev-perl/Capture-Tiny
>=sci-biology/bioperl-1.6.901
@@ -67,8 +67,8 @@ RDEPEND="${DEPEND}
!minimal? (
dev-perl/File-NFSLock
dev-perl/FCGI
- perl-core/Math-BigInt
- perl-core/Math-BigInt-FastCalc
+ virtual/perl-Math-BigInt
+ virtual/perl-Math-BigInt-FastCalc
dev-perl/Math-BigInt-GMP
dev-perl/Digest-SHA1
dev-perl/Crypt-SSLeay
diff --git a/sci-biology/gbrowse/gbrowse-2.48.ebuild b/sci-biology/gbrowse/gbrowse-2.48.ebuild
index b61cdd3..427462c 100644
--- a/sci-biology/gbrowse/gbrowse-2.48.ebuild
+++ b/sci-biology/gbrowse/gbrowse-2.48.ebuild
@@ -36,7 +36,7 @@ S="${WORKDIR}/${MY_P}"
# TODO: dev-perl/MOBY, dev-perl/Bio-SCF, dev-perl/Safe-World (not compatible w/perl-5.10)
# how about mod_fcgi and dev-libs/fcgi and mod_scgi?
DEPEND="!!sci-biology/GBrowse
- >=perl-core/Module-Build-0.380.0
+ >=virtual/perl-Module-Build-0.380.0
>=dev-lang/perl-5.8.8:=
dev-perl/Capture-Tiny
>=sci-biology/bioperl-1.6.901
@@ -67,8 +67,8 @@ RDEPEND="${DEPEND}
!minimal? (
dev-perl/File-NFSLock
dev-perl/FCGI
- perl-core/Math-BigInt
- perl-core/Math-BigInt-FastCalc
+ virtual/perl-Math-BigInt
+ virtual/perl-Math-BigInt-FastCalc
dev-perl/Math-BigInt-GMP
dev-perl/Digest-SHA1
dev-perl/Crypt-SSLeay
next reply other threads:[~2014-11-13 13:00 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-13 13:00 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-09-24 6:45 [gentoo-commits] proj/sci:master commit in: sci-biology/gbrowse/ Justin Lecher
2012-05-22 19:43 Justin Lecher
2012-02-28 16:25 Martin Mokrejs
2012-01-17 0:34 Martin Mokrejs
2011-07-30 14:56 Martin Mokrejs
2011-07-08 17:22 Martin Mokrejs
2011-07-08 14:00 Martin Mokrejs
2011-06-25 17:22 Justin Lecher
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=1415882860.01335d59fc612ee994449e1531943e61c1a2309c.jlec@gentoo \
--to=jlec@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