public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Class-DBI-Plugin-Type/
@ 2013-04-26 20:31 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2013-04-26 20:31 UTC (permalink / raw
  To: gentoo-commits

commit:     1c941ffa9b4eb7041c104ba1f98bb473484f84f9
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr 26 20:23:00 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr 26 20:23:00 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1c941ffa

[fixdep] Class-DBI-Plugin-Type -> DBI ( normalize )

Package-Manager: portage-2.2.0_alpha166
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Class-DBI-Plugin-Type/ChangeLog           |    8 ++++++++
 .../Class-DBI-Plugin-Type-0.02.ebuild              |    4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Class-DBI-Plugin-Type/ChangeLog b/dev-perl/Class-DBI-Plugin-Type/ChangeLog
new file mode 100644
index 0000000..ae4e968
--- /dev/null
+++ b/dev-perl/Class-DBI-Plugin-Type/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-perl/Class-DBI-Plugin-Type
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  26 Apr 2013; Kent Fredric <kentfredric@gmail.com>
+  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.02.ebuild
index 66c8a1f..af8dde9 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.02.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -14,5 +14,5 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 DEPEND="
 	dev-perl/Class-DBI
-	>=dev-perl/DBI-0.94
+	>=dev-perl/DBI-0.940.0
 "


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Class-DBI-Plugin-Type/
@ 2014-08-28  7:30 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2014-08-28  7:30 UTC (permalink / raw
  To: gentoo-commits

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 <kentfredric@gmail.com>
+  -Class-DBI-Plugin-Type-0.02.ebuild, +Class-DBI-Plugin-Type-0.20.0.ebuild:
+  EAPI5, normalise, fixup tests
+
   26 Apr 2013; Kent Fredric <kentfredric@gmail.com>
   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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-28  7:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-28  7:30 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Class-DBI-Plugin-Type/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2013-04-26 20:31 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox