commit: 3072d84f4c151af9c80708ee851ad3c0d0e57ca4 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Thu Aug 28 07:03:42 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Thu Aug 28 07:03:42 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3072d84f
[fixup] dev-perl/Class-DBI-Plugin-Type EAPI5, normalise, fixup tests Package-Manager: portage-2.2.10 --- dev-perl/Class-DBI-Plugin-Type/ChangeLog | 8 +++++++- ...lugin-Type-0.02.ebuild => Class-DBI-Plugin-Type-0.20.0.ebuild} | 8 ++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/dev-perl/Class-DBI-Plugin-Type/ChangeLog b/dev-perl/Class-DBI-Plugin-Type/ChangeLog index ae4e968..673bf83 100644 --- a/dev-perl/Class-DBI-Plugin-Type/ChangeLog +++ b/dev-perl/Class-DBI-Plugin-Type/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for dev-perl/Class-DBI-Plugin-Type -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Class-DBI-Plugin-Type-0.20.0 (28 Aug 2014) + + 28 Aug 2014; Kent Fredric <[email protected]> + -Class-DBI-Plugin-Type-0.02.ebuild, +Class-DBI-Plugin-Type-0.20.0.ebuild: + EAPI5, normalise, fixup tests + 26 Apr 2013; Kent Fredric <[email protected]> Class-DBI-Plugin-Type-0.02.ebuild: Fix dependency on DBI ( normalize ) diff --git a/dev-perl/Class-DBI-Plugin-Type/Class-DBI-Plugin-Type-0.02.ebuild b/dev-perl/Class-DBI-Plugin-Type/Class-DBI-Plugin-Type-0.20.0.ebuild similarity index 75% rename from dev-perl/Class-DBI-Plugin-Type/Class-DBI-Plugin-Type-0.02.ebuild rename to dev-perl/Class-DBI-Plugin-Type/Class-DBI-Plugin-Type-0.20.0.ebuild index af8dde9..40ded8c 100644 --- a/dev-perl/Class-DBI-Plugin-Type/Class-DBI-Plugin-Type-0.02.ebuild +++ b/dev-perl/Class-DBI-Plugin-Type/Class-DBI-Plugin-Type-0.20.0.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ - +EAPI=5 MODULE_AUTHOR=SIMON +MODULE_VERSION=0.02 inherit perl-module DESCRIPTION="Determine type information for columns" @@ -16,3 +17,6 @@ DEPEND=" dev-perl/Class-DBI >=dev-perl/DBI-0.940.0 " +RDEPEND="$DEPEND" + +SRC_TEST=do
