diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-08-27 16:57:29 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-08-27 16:57:29 +0000 |
commit | b8d8df7a8f5825f4d3819029b48112448426573e (patch) | |
tree | d6a4a1fe533461c4af5589ca7daa3293b6fd6916 /net-misc/gcap | |
parent | bumped EAPI to 5 to support dev-lang/perl upgrades (diff) | |
download | gentoo-2-b8d8df7a8f5825f4d3819029b48112448426573e.tar.gz gentoo-2-b8d8df7a8f5825f4d3819029b48112448426573e.tar.bz2 gentoo-2-b8d8df7a8f5825f4d3819029b48112448426573e.zip |
bumped EAPI to 5 ; committed direct to stable as there are no other changes and the bump helps stable users upgrading to dev-lang/perl-5.18
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'net-misc/gcap')
-rw-r--r-- | net-misc/gcap/ChangeLog | 11 | ||||
-rw-r--r-- | net-misc/gcap/gcap-0.1.1-r1.ebuild (renamed from net-misc/gcap/gcap-0.1.1.ebuild) | 6 |
2 files changed, 12 insertions, 5 deletions
diff --git a/net-misc/gcap/ChangeLog b/net-misc/gcap/ChangeLog index 17564168c46a..248f906d3d33 100644 --- a/net-misc/gcap/ChangeLog +++ b/net-misc/gcap/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-misc/gcap -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gcap/ChangeLog,v 1.3 2012/10/17 03:50:33 phajdan.jr Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/gcap/ChangeLog,v 1.4 2014/08/27 16:57:29 axs Exp $ + +*gcap-0.1.1-r1 (27 Aug 2014) + + 27 Aug 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> +gcap-0.1.1-r1.ebuild, + -gcap-0.1.1.ebuild: + bumped EAPI to 5 ; committed direct to stable as there are no other changes + and the bump helps stable users upgrading to dev-lang/perl-5.18 17 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> gcap-0.1.1.ebuild: x86 stable wrt bug #435876 diff --git a/net-misc/gcap/gcap-0.1.1.ebuild b/net-misc/gcap/gcap-0.1.1-r1.ebuild index b55d603effcd..e588c4373395 100644 --- a/net-misc/gcap/gcap-0.1.1.ebuild +++ b/net-misc/gcap/gcap-0.1.1-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/net-misc/gcap/gcap-0.1.1.ebuild,v 1.3 2012/10/17 03:50:33 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gcap/gcap-0.1.1-r1.ebuild,v 1.1 2014/08/27 16:57:29 axs Exp $ -EAPI=4 +EAPI=5 inherit perl-module |