commit: 5159e3374ce80d987b532aa514f0357c963b8d14
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Sep 26 11:13:37 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Sep 30 07:30:45 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5159e337
[fixup] dev-perl/DBIx-Simple EAPI5, normalise, fix tests
Package-Manager: portage-2.2.10
---
dev-perl/DBIx-Simple/ChangeLog | 8 +++++++-
.../{DBIx-Simple-1.350.ebuild => DBIx-Simple-1.350.0.ebuild} | 7 +++++--
2 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/dev-perl/DBIx-Simple/ChangeLog b/dev-perl/DBIx-Simple/ChangeLog
index 76b5001..f98166b 100644
--- a/dev-perl/DBIx-Simple/ChangeLog
+++ b/dev-perl/DBIx-Simple/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/DBIx-Simple
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*DBIx-Simple-1.350.0 (26 Sep 2014)
+
+ 26 Sep 2014; Kent Fredric <[email protected]> -DBIx-Simple-1.350.ebuild,
+ +DBIx-Simple-1.350.0.ebuild:
+ EAPI5, normalise, fix tests
+
26 Apr 2013; Kent Fredric <[email protected]> DBIx-Simple-1.32.ebuild,
DBIx-Simple-1.350.ebuild:
Fix dependency on DBI ( normalize )
diff --git a/dev-perl/DBIx-Simple/DBIx-Simple-1.350.ebuild
b/dev-perl/DBIx-Simple/DBIx-Simple-1.350.0.ebuild
similarity index 82%
rename from dev-perl/DBIx-Simple/DBIx-Simple-1.350.ebuild
rename to dev-perl/DBIx-Simple/DBIx-Simple-1.350.0.ebuild
index d5d26e6..88668ca 100644
--- a/dev-perl/DBIx-Simple/DBIx-Simple-1.350.ebuild
+++ b/dev-perl/DBIx-Simple/DBIx-Simple-1.350.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=5
MODULE_AUTHOR=JUERD
MODULE_VERSION=1.35
@@ -18,4 +18,7 @@ IUSE=""
RDEPEND=">=dev-perl/DBI-1.210.0"
DEPEND="${RDEPEND}"
+PERL_RM_FILES=(
+ t/pod.t
+)
SRC_TEST=do