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

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

[fixdep] DBIx-Simple -> DBI ( normalize )

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

---
 dev-perl/DBIx-Simple/ChangeLog                |    6 +++++-
 dev-perl/DBIx-Simple/DBIx-Simple-1.32.ebuild  |    4 ++--
 dev-perl/DBIx-Simple/DBIx-Simple-1.350.ebuild |    4 ++--
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/dev-perl/DBIx-Simple/ChangeLog b/dev-perl/DBIx-Simple/ChangeLog
index e33343b..76b5001 100644
--- a/dev-perl/DBIx-Simple/ChangeLog
+++ b/dev-perl/DBIx-Simple/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/DBIx-Simple
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Apr 2013; Kent Fredric <kentfredric@gmail.com> DBIx-Simple-1.32.ebuild,
+  DBIx-Simple-1.350.ebuild:
+  Fix dependency on DBI ( normalize )
+
 *DBIx-Simple-1.350 (08 Jan 2011)
 
   08 Jan 2011; Torsten Veller <tove@gentoo.org> +DBIx-Simple-1.350.ebuild:

diff --git a/dev-perl/DBIx-Simple/DBIx-Simple-1.32.ebuild b/dev-perl/DBIx-Simple/DBIx-Simple-1.32.ebuild
index bdea4bc..0787b17 100644
--- a/dev-perl/DBIx-Simple/DBIx-Simple-1.32.ebuild
+++ b/dev-perl/DBIx-Simple/DBIx-Simple-1.32.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI="3"
@@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE=""
 RDEPEND="
-	>=dev-perl/DBI-1.21
+	>=dev-perl/DBI-1.210.0
 "
 DEPEND="${RDEPEND}"
 SRC_TEST="do"

diff --git a/dev-perl/DBIx-Simple/DBIx-Simple-1.350.ebuild b/dev-perl/DBIx-Simple/DBIx-Simple-1.350.ebuild
index 9f19bff..d5d26e6 100644
--- a/dev-perl/DBIx-Simple/DBIx-Simple-1.350.ebuild
+++ b/dev-perl/DBIx-Simple/DBIx-Simple-1.350.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND=">=dev-perl/DBI-1.21"
+RDEPEND=">=dev-perl/DBI-1.210.0"
 DEPEND="${RDEPEND}"
 
 SRC_TEST=do


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DBIx-Simple/
@ 2014-09-30 12:01 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2014-09-30 12:01 UTC (permalink / raw
  To: gentoo-commits

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 <kentfredric@gmail.com> -DBIx-Simple-1.350.ebuild,
+  +DBIx-Simple-1.350.0.ebuild:
+  EAPI5, normalise, fix tests
+
   26 Apr 2013; Kent Fredric <kentfredric@gmail.com> 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


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DBIx-Simple/
@ 2014-09-30 12:01 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2014-09-30 12:01 UTC (permalink / raw
  To: gentoo-commits

commit:     db518d2efbcc13fd168e7d30bb1924e64111dc0c
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Sep 26 11:14:00 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Sep 30 07:30:46 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=db518d2e

[cleanup] dev-perl/DBIx-Simple Remove old EAPIs

Package-Manager: portage-2.2.10

---
 dev-perl/DBIx-Simple/ChangeLog               |  3 +++
 dev-perl/DBIx-Simple/DBIx-Simple-1.32.ebuild | 19 -------------------
 2 files changed, 3 insertions(+), 19 deletions(-)

diff --git a/dev-perl/DBIx-Simple/ChangeLog b/dev-perl/DBIx-Simple/ChangeLog
index f98166b..75a6de2 100644
--- a/dev-perl/DBIx-Simple/ChangeLog
+++ b/dev-perl/DBIx-Simple/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Sep 2014; Kent Fredric <kentfredric@gmail.com> -DBIx-Simple-1.32.ebuild:
+  Remove old EAPIs
+
 *DBIx-Simple-1.350.0 (26 Sep 2014)
 
   26 Sep 2014; Kent Fredric <kentfredric@gmail.com> -DBIx-Simple-1.350.ebuild,

diff --git a/dev-perl/DBIx-Simple/DBIx-Simple-1.32.ebuild b/dev-perl/DBIx-Simple/DBIx-Simple-1.32.ebuild
deleted file mode 100644
index 0787b17..0000000
--- a/dev-perl/DBIx-Simple/DBIx-Simple-1.32.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI="3"
-MODULE_AUTHOR=JUERD
-inherit perl-module
-
-DESCRIPTION="Easy-to-use OO interface to DBI"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-RDEPEND="
-	>=dev-perl/DBI-1.210.0
-"
-DEPEND="${RDEPEND}"
-SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DBIx-Simple/
@ 2016-03-23  8:07 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2016-03-23  8:07 UTC (permalink / raw
  To: gentoo-commits

commit:     140011bdc34f2295a0fd21ffac938982d97c4715
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Mar 23 08:05:13 2016 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Mar 23 08:05:13 2016 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=140011bd

dev-perl/DBIx-Simple: Gone to ::gentoo

 dev-perl/DBIx-Simple/DBIx-Simple-1.350.0.ebuild | 24 ------------------------
 dev-perl/DBIx-Simple/metadata.xml               | 21 ---------------------
 2 files changed, 45 deletions(-)

diff --git a/dev-perl/DBIx-Simple/DBIx-Simple-1.350.0.ebuild b/dev-perl/DBIx-Simple/DBIx-Simple-1.350.0.ebuild
deleted file mode 100644
index c3a31be..0000000
--- a/dev-perl/DBIx-Simple/DBIx-Simple-1.350.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=JUERD
-MODULE_VERSION=1.35
-inherit perl-module
-
-DESCRIPTION="Easy-to-use OO interface to DBI"
-
-LICENSE="|| ( Artistic GPL-2 )" # any osi
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-perl/DBI-1.210.0"
-DEPEND="${RDEPEND}"
-
-PERL_RM_FILES=(
-	t/pod.t
-)
-SRC_TEST=do

diff --git a/dev-perl/DBIx-Simple/metadata.xml b/dev-perl/DBIx-Simple/metadata.xml
deleted file mode 100644
index 498e22c..0000000
--- a/dev-perl/DBIx-Simple/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>perl@gentoo.org</email>
-		<name>Gentoo Perl Project</name>
-	</maintainer>
-	<maintainer type="person">
-		<email>mb@italpro.net</email>
-		<name>Michele Beltrame</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="cpan">DBIx-Simple</remote-id>
-		<remote-id type="cpan-module">DBIx::Simple</remote-id>
-		<remote-id type="cpan-module">DBIx::Simple::DeadObject</remote-id>
-		<remote-id type="cpan-module">DBIx::Simple::Dummy</remote-id>
-		<remote-id type="cpan-module">DBIx::Simple::Result</remote-id>
-		<remote-id type="cpan-module">DBIx::Simple::Result::RowObject</remote-id>
-		<remote-id type="cpan-module">DBIx::Simple::Statement</remote-id>
-	</upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2016-03-23  8:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-30 12:01 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DBIx-Simple/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2016-03-23  8:07 Kent Fredric
2014-09-30 12:01 Kent Fredric
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