diff options
author | Kent Fredric <kentfredric@gmail.com> | 2014-08-27 17:13:57 +1200 |
---|---|---|
committer | Kent Fredric <kentfredric@gmail.com> | 2014-08-27 17:13:57 +1200 |
commit | 479df192a8185c9bcd36be905e0fa44cf6c9cf5b (patch) | |
tree | f241b2a6935b2b84af348456427167c730209e8e /dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB | |
parent | [clean] dev-perl/Catalyst-Plugin-Session-DynamicExpiry Remove old EAPIS (diff) | |
download | perl-overlay-479df192a8185c9bcd36be905e0fa44cf6c9cf5b.tar.gz perl-overlay-479df192a8185c9bcd36be905e0fa44cf6c9cf5b.tar.bz2 perl-overlay-479df192a8185c9bcd36be905e0fa44cf6c9cf5b.zip |
[fixup] dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB EAPI5, dependency and test fixups
Package-Manager: portage-2.2.10
Diffstat (limited to 'dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB')
-rw-r--r-- | dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0-r1.ebuild (renamed from dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0.ebuild) | 18 | ||||
-rw-r--r-- | dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/ChangeLog | 9 |
2 files changed, 19 insertions, 8 deletions
diff --git a/dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0.ebuild b/dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0-r1.ebuild index a821c16ba..e80a162ca 100644 --- a/dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0.ebuild +++ b/dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ - +EAPI=5 MODULE_AUTHOR=FLORA MODULE_VERSION="0.04" inherit perl-module @@ -14,20 +14,24 @@ SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ~x86" -COMMON_DEPEND=" +RDEPEND=" dev-perl/BerkeleyDB-Manager >=dev-perl/Catalyst-Plugin-Session-0.270.0 >=dev-perl/Catalyst-Runtime-5.700.0 dev-perl/Class-Data-Inheritable dev-perl/MRO-Compat + virtual/perl-Scalar-List-Utils + virtual/perl-Storable dev-perl/namespace-clean " DEPEND=" - ${COMMON_DEPEND} -" -RDEPEND=" - ${COMMON_DEPEND} + ${RDEPEND} dev-perl/File-Remove dev-perl/Test-WWW-Mechanize-Catalyst + virtual/perl-Test-Simple dev-perl/Test-use-ok " +PERL_RM_FILES=( + t/author/pod.t +) +SRC_TEST=do diff --git a/dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/ChangeLog b/dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/ChangeLog index 58665c0d8..e053f242c 100644 --- a/dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/ChangeLog +++ b/dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB/ChangeLog @@ -1,7 +1,14 @@ # ChangeLog for dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0-r1 (27 Aug 2014) + + 27 Aug 2014; Kent Fredric <kentfredric@gmail.com> + -Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0.ebuild, + +Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0-r1.ebuild: + EAPI5, dependency and test fixups + *Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0 (12 Feb 2012) 12 Feb 2012; Kent Fredric <kentfredric@gmail.com> |