diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-09-20 22:15:18 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-09-20 22:15:18 +0000 |
commit | 3b9a3db84cbe21125bb944ad13da2b32d26b35cb (patch) | |
tree | 2642046c16fd5433846da41eea0b71ce90cb6877 /sci-biology | |
parent | Add HTTP fallback for git-2. Sorry for missing it in the first commit. (diff) | |
download | gentoo-2-3b9a3db84cbe21125bb944ad13da2b32d26b35cb.tar.gz gentoo-2-3b9a3db84cbe21125bb944ad13da2b32d26b35cb.tar.bz2 gentoo-2-3b9a3db84cbe21125bb944ad13da2b32d26b35cb.zip |
Migrate to git-2.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/bioperl/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/bioperl/bioperl-9999-r1.ebuild | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sci-biology/bioperl/ChangeLog b/sci-biology/bioperl/ChangeLog index c501c9d360ab..84fbd600a09e 100644 --- a/sci-biology/bioperl/ChangeLog +++ b/sci-biology/bioperl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/bioperl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioperl/ChangeLog,v 1.48 2011/07/18 06:31:35 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioperl/ChangeLog,v 1.49 2011/09/20 22:15:18 mgorny Exp $ + + 20 Sep 2011; Michał Górny <mgorny@gentoo.org> bioperl-9999-r1.ebuild: + Migrate to git-2. *bioperl-1.6.9 (18 Jul 2011) diff --git a/sci-biology/bioperl/bioperl-9999-r1.ebuild b/sci-biology/bioperl/bioperl-9999-r1.ebuild index bed16f097e60..9145d5d6a83b 100644 --- a/sci-biology/bioperl/bioperl-9999-r1.ebuild +++ b/sci-biology/bioperl/bioperl-9999-r1.ebuild @@ -1,17 +1,18 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioperl/bioperl-9999-r1.ebuild,v 1.1 2010/10/17 22:06:04 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioperl/bioperl-9999-r1.ebuild,v 1.2 2011/09/20 22:15:18 mgorny Exp $ EAPI="2" -inherit perl-module git +inherit perl-module git-2 SUBPROJECTS="+db +network +run" DESCRIPTION="Perl tools for bioinformatics - Core modules" HOMEPAGE="http://www.bioperl.org/" SRC_URI="" -EGIT_REPO_URI="git://github.com/${PN}/${PN}-live.git" +EGIT_REPO_URI="git://github.com/${PN}/${PN}-live.git + https://github.com/${PN}/${PN}-live.git" LICENSE="Artistic GPL-2" SLOT="0" |