diff options
author | Andrey Kislyuk <weaver@gentoo.org> | 2012-02-27 15:55:41 +0000 |
---|---|---|
committer | Andrey Kislyuk <weaver@gentoo.org> | 2012-02-27 15:55:41 +0000 |
commit | 14f30498ecaa8482c1767255106d9e8dfb316c80 (patch) | |
tree | e8fe4d0bb0248779cf6fc084c6e5f3f5a92ccc14 /sci-biology | |
parent | Marking Mail-DKIM-0.390.0 ppc for bug 400167 (diff) | |
download | gentoo-2-14f30498ecaa8482c1767255106d9e8dfb316c80.tar.gz gentoo-2-14f30498ecaa8482c1767255106d9e8dfb316c80.tar.bz2 gentoo-2-14f30498ecaa8482c1767255106d9e8dfb316c80.zip |
Version bump
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/GBrowse/ChangeLog | 8 | ||||
-rw-r--r-- | sci-biology/GBrowse/GBrowse-2.48.ebuild (renamed from sci-biology/GBrowse/GBrowse-2.39.ebuild) | 12 |
2 files changed, 15 insertions, 5 deletions
diff --git a/sci-biology/GBrowse/ChangeLog b/sci-biology/GBrowse/ChangeLog index 3054c1bf4087..bbba43796488 100644 --- a/sci-biology/GBrowse/ChangeLog +++ b/sci-biology/GBrowse/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-biology/GBrowse # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/GBrowse/ChangeLog,v 1.3 2012/01/02 21:19:46 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/GBrowse/ChangeLog,v 1.4 2012/02/27 15:55:41 weaver Exp $ + +*GBrowse-2.48 (27 Feb 2012) + + 27 Feb 2012; Andrey Kislyuk <weaver@gentoo.org> -GBrowse-2.39.ebuild, + +GBrowse-2.48.ebuild: + Version bump *GBrowse-2.44-r1 (02 Jan 2012) diff --git a/sci-biology/GBrowse/GBrowse-2.39.ebuild b/sci-biology/GBrowse/GBrowse-2.48.ebuild index b842940d510b..765512609e5a 100644 --- a/sci-biology/GBrowse/GBrowse-2.39.ebuild +++ b/sci-biology/GBrowse/GBrowse-2.48.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/GBrowse/GBrowse-2.39.ebuild,v 1.1 2011/07/20 00:56:03 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/GBrowse/GBrowse-2.48.ebuild,v 1.1 2012/02/27 15:55:41 weaver Exp $ EAPI=4 @@ -12,7 +12,11 @@ HOMEPAGE="http://gmod.org/wiki/GBrowse" KEYWORDS="~amd64 ~x86" IUSE="-minimal mysql postgres +sqlite" -CDEPEND=">=sci-biology/bioperl-1.6.9 +SLOT="0" +WEBAPP_MANUAL_SLOT="yes" + +CDEPEND="!<sci-biology/GBrowse-2.44-r1 + >=sci-biology/bioperl-1.6.9 >=dev-perl/Bio-Graphics-2.09 >=dev-perl/GD-2.07 >=dev-perl/CGI-Session-4.02 @@ -41,7 +45,7 @@ DEPEND="virtual/perl-Module-Build ${CDEPEND}" RDEPEND="${CDEPEND}" -PATCHES=( "${FILESDIR}"/GBrowseInstall.pm-${PV}.patch ) +PATCHES=( "${FILESDIR}"/GBrowseInstall.pm-2.39.patch ) src_configure() { webapp_src_preinst |