diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-08-26 14:45:40 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-08-26 14:45:40 +0000 |
commit | 097a20034f705a3fd63183819ceb89069cc667b0 (patch) | |
tree | 414ad3586b3a90d357ce0239518c56e1f8ac58e8 /dev-perl/strictures | |
parent | bumped EAPI to 5 to help with dev-lang/perl upgrade (diff) | |
download | gentoo-2-097a20034f705a3fd63183819ceb89069cc667b0.tar.gz gentoo-2-097a20034f705a3fd63183819ceb89069cc667b0.tar.bz2 gentoo-2-097a20034f705a3fd63183819ceb89069cc667b0.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/strictures')
-rw-r--r-- | dev-perl/strictures/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/strictures/strictures-1.4.4-r1.ebuild (renamed from dev-perl/strictures/strictures-1.4.4.ebuild) | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/dev-perl/strictures/ChangeLog b/dev-perl/strictures/ChangeLog index faef975d74db..390c892facd8 100644 --- a/dev-perl/strictures/ChangeLog +++ b/dev-perl/strictures/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/strictures -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/strictures/ChangeLog,v 1.13 2013/01/06 13:50:09 tove Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/strictures/ChangeLog,v 1.14 2014/08/26 14:45:40 axs Exp $ + +*strictures-1.4.4-r1 (26 Aug 2014) + + 26 Aug 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> + +strictures-1.4.4-r1.ebuild, -strictures-1.4.4.ebuild: + bumped EAPI to 5 to help with dev-lang/perl upgrade 06 Jan 2013; Torsten Veller <tove@gentoo.org> -strictures-1.4.1.ebuild, -strictures-1.4.2.ebuild, -strictures-1.4.3.ebuild: diff --git a/dev-perl/strictures/strictures-1.4.4.ebuild b/dev-perl/strictures/strictures-1.4.4-r1.ebuild index 1cce0ff9cb1a..c3d81ac06b02 100644 --- a/dev-perl/strictures/strictures-1.4.4.ebuild +++ b/dev-perl/strictures/strictures-1.4.4-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/dev-perl/strictures/strictures-1.4.4.ebuild,v 1.1 2012/11/13 19:19:17 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/strictures/strictures-1.4.4-r1.ebuild,v 1.1 2014/08/26 14:45:40 axs Exp $ -EAPI=4 +EAPI=5 MODULE_AUTHOR=ETHER MODULE_VERSION=1.004004 |