diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-08-27 16:23:19 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-08-27 16:23:19 +0000 |
commit | 6ffd136654c7b688ff483324e83a0d96afdffe69 (patch) | |
tree | 7386246407f8f22935aaf51a2254392f0335b16b /sci-biology/GBrowse | |
parent | version bump (diff) | |
download | gentoo-2-6ffd136654c7b688ff483324e83a0d96afdffe69.tar.gz gentoo-2-6ffd136654c7b688ff483324e83a0d96afdffe69.tar.bz2 gentoo-2-6ffd136654c7b688ff483324e83a0d96afdffe69.zip |
bumped EAPI to 5 to support dev-lang/perl upgrades
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'sci-biology/GBrowse')
-rw-r--r-- | sci-biology/GBrowse/ChangeLog | 10 | ||||
-rw-r--r-- | sci-biology/GBrowse/GBrowse-2.48-r1.ebuild (renamed from sci-biology/GBrowse/GBrowse-2.48.ebuild) | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/sci-biology/GBrowse/ChangeLog b/sci-biology/GBrowse/ChangeLog index 979c0048bbcd..28a4e514f457 100644 --- a/sci-biology/GBrowse/ChangeLog +++ b/sci-biology/GBrowse/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-biology/GBrowse -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/GBrowse/ChangeLog,v 1.6 2013/06/19 03:40:48 bicatali Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/GBrowse/ChangeLog,v 1.7 2014/08/27 16:23:19 axs Exp $ + +*GBrowse-2.48-r1 (27 Aug 2014) + + 27 Aug 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> + +GBrowse-2.48-r1.ebuild, -GBrowse-2.48.ebuild: + bumped EAPI to 5 to support dev-lang/perl upgrades 19 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml: herd is now sci-biology diff --git a/sci-biology/GBrowse/GBrowse-2.48.ebuild b/sci-biology/GBrowse/GBrowse-2.48-r1.ebuild index 765512609e5a..3a270da539a6 100644 --- a/sci-biology/GBrowse/GBrowse-2.48.ebuild +++ b/sci-biology/GBrowse/GBrowse-2.48-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/GBrowse/GBrowse-2.48.ebuild,v 1.1 2012/02/27 15:55:41 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/GBrowse/GBrowse-2.48-r1.ebuild,v 1.1 2014/08/27 16:23:19 axs Exp $ -EAPI=4 +EAPI=5 MODULE_AUTHOR=LDS inherit perl-module webapp |