commit: 8885c4fd4344ea5a033e05749be90b6e2fef59e6 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Thu Aug 28 07:07:32 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Thu Aug 28 07:07:32 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8885c4fd
[fixup] dev-perl/Class-DBI-SQLite EAPI5, Normalize version, fixup deps and tests Package-Manager: portage-2.2.10 --- dev-perl/Class-DBI-SQLite/ChangeLog | 8 +++++++- ...SQLite-0.11.ebuild => Class-DBI-SQLite-0.110.0.ebuild} | 15 ++++++++++----- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/dev-perl/Class-DBI-SQLite/ChangeLog b/dev-perl/Class-DBI-SQLite/ChangeLog index 632e787..b32f728 100644 --- a/dev-perl/Class-DBI-SQLite/ChangeLog +++ b/dev-perl/Class-DBI-SQLite/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for dev-perl/Class-DBI-SQLite -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Class-DBI-SQLite-0.110.0 (28 Aug 2014) + + 28 Aug 2014; Kent Fredric <[email protected]> + -Class-DBI-SQLite-0.11.ebuild, +Class-DBI-SQLite-0.110.0.ebuild: + EAPI5, Normalize version, fixup deps and tests + 15 Sep 2012; Kent Fredric <[email protected]> Class-DBI-SQLite-0.11.ebuild: Fixdep on DBD-SQLite ( normalise ) diff --git a/dev-perl/Class-DBI-SQLite/Class-DBI-SQLite-0.11.ebuild b/dev-perl/Class-DBI-SQLite/Class-DBI-SQLite-0.110.0.ebuild similarity index 57% rename from dev-perl/Class-DBI-SQLite/Class-DBI-SQLite-0.11.ebuild rename to dev-perl/Class-DBI-SQLite/Class-DBI-SQLite-0.110.0.ebuild index 9191f1f..d4bc1b3 100644 --- a/dev-perl/Class-DBI-SQLite/Class-DBI-SQLite-0.11.ebuild +++ b/dev-perl/Class-DBI-SQLite/Class-DBI-SQLite-0.110.0.ebuild @@ -1,8 +1,9 @@ -# 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=MIYAGAWA +MODULE_VERSION=0.11 inherit perl-module DESCRIPTION="Extension to Class::DBI for sqlite" @@ -12,7 +13,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=" - >=dev-perl/Class-DBI-0.85 - >=dev-perl/Ima-DBI-0.27 +RDEPEND=" + >=virtual/perl-Test-Simple-0.320.0 + >=dev-perl/Class-DBI-0.850.0 + >=dev-perl/Ima-DBI-0.270.0 >=dev-perl/DBD-SQLite-0.70.0" +DEPEND="${RDEPEND}" + +SRC_TEST=do
