diff options
author | Andrey Kislyuk <weaver@gentoo.org> | 2012-01-02 21:19:46 +0000 |
---|---|---|
committer | Andrey Kislyuk <weaver@gentoo.org> | 2012-01-02 21:19:46 +0000 |
commit | 0c937c4de6e01babd84157a91842ce09005682a5 (patch) | |
tree | e28c8e3577b6a92e9193c5f921d5c48130a7c586 /sci-biology/GBrowse | |
parent | Stable for AMD64, wrt bug #397251 (diff) | |
download | gentoo-2-0c937c4de6e01babd84157a91842ce09005682a5.tar.gz gentoo-2-0c937c4de6e01babd84157a91842ce09005682a5.tar.bz2 gentoo-2-0c937c4de6e01babd84157a91842ce09005682a5.zip |
Disable webapp autoslotting, bug 396085
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/GBrowse')
-rw-r--r-- | sci-biology/GBrowse/ChangeLog | 10 | ||||
-rw-r--r-- | sci-biology/GBrowse/GBrowse-2.44-r1.ebuild (renamed from sci-biology/GBrowse/GBrowse-2.44.ebuild) | 10 |
2 files changed, 15 insertions, 5 deletions
diff --git a/sci-biology/GBrowse/ChangeLog b/sci-biology/GBrowse/ChangeLog index afd3e0887786..3054c1bf4087 100644 --- a/sci-biology/GBrowse/ChangeLog +++ b/sci-biology/GBrowse/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-biology/GBrowse -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/GBrowse/ChangeLog,v 1.2 2011/12/26 05:27:12 weaver Exp $ +# 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 $ + +*GBrowse-2.44-r1 (02 Jan 2012) + + 02 Jan 2012; Andrey Kislyuk <weaver@gentoo.org> -GBrowse-2.44.ebuild, + +GBrowse-2.44-r1.ebuild: + Disable webapp autoslotting, bug 396085 *GBrowse-2.44 (26 Dec 2011) diff --git a/sci-biology/GBrowse/GBrowse-2.44.ebuild b/sci-biology/GBrowse/GBrowse-2.44-r1.ebuild index a8c3828f29c4..b6844df7a6a0 100644 --- a/sci-biology/GBrowse/GBrowse-2.44.ebuild +++ b/sci-biology/GBrowse/GBrowse-2.44-r1.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.44.ebuild,v 1.1 2011/12/26 05:27:12 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/GBrowse/GBrowse-2.44-r1.ebuild,v 1.1 2012/01/02 21:19:46 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 |