diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-08-26 15:34:41 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-08-26 15:34:41 +0000 |
commit | dc58932ba6b52e5214c41c936969703fcd344c6f (patch) | |
tree | 3257995fcbe1f579184bc681e06fc9a4111ccc65 /dev-perl/Proc-Background | |
parent | bumped EAPI to 5 to help with dev-lang/perl upgrade (diff) | |
download | gentoo-2-dc58932ba6b52e5214c41c936969703fcd344c6f.tar.gz gentoo-2-dc58932ba6b52e5214c41c936969703fcd344c6f.tar.bz2 gentoo-2-dc58932ba6b52e5214c41c936969703fcd344c6f.zip |
bumped EAPI to 5 to help with dev-lang/perl upgrade
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'dev-perl/Proc-Background')
-rw-r--r-- | dev-perl/Proc-Background/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Proc-Background/Proc-Background-1.100.0-r1.ebuild (renamed from dev-perl/Proc-Background/Proc-Background-1.100.0.ebuild) | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/dev-perl/Proc-Background/ChangeLog b/dev-perl/Proc-Background/ChangeLog index 61d2e699309e..8e082866db9e 100644 --- a/dev-perl/Proc-Background/ChangeLog +++ b/dev-perl/Proc-Background/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Proc-Background -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Background/ChangeLog,v 1.8 2012/06/24 12:59:15 tove Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Background/ChangeLog,v 1.9 2014/08/26 15:34:41 axs Exp $ + +*Proc-Background-1.100.0-r1 (26 Aug 2014) + + 26 Aug 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> + +Proc-Background-1.100.0-r1.ebuild, -Proc-Background-1.100.0.ebuild: + bumped EAPI to 5 to help with dev-lang/perl upgrade 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/Proc-Background/Proc-Background-1.100.0.ebuild b/dev-perl/Proc-Background/Proc-Background-1.100.0-r1.ebuild index 1045af6b2fe2..6658cd593d04 100644 --- a/dev-perl/Proc-Background/Proc-Background-1.100.0.ebuild +++ b/dev-perl/Proc-Background/Proc-Background-1.100.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Background/Proc-Background-1.100.0.ebuild,v 1.1 2011/08/29 09:51:01 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Background/Proc-Background-1.100.0-r1.ebuild,v 1.1 2014/08/26 15:34:41 axs Exp $ -EAPI=4 +EAPI=5 MODULE_AUTHOR=BZAJAC MODULE_VERSION=1.10 |