public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Devel-PatchPerl/
@ 2012-02-16  0:26 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2012-02-16  0:26 UTC (permalink / raw
  To: gentoo-commits

commit:     81f61dae091d301e00bf8d5eb7e950eedb370ffa
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Aug 26 15:44:02 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Aug 26 15:44:02 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=81f61dae

[newversion] Devel-PatchPerl-0.520.0

(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/Devel-PatchPerl/ChangeLog                 |    6 ++++
 .../Devel-PatchPerl/Devel-PatchPerl-0.520.0.ebuild |   28 ++++++++++++++++++++
 2 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Devel-PatchPerl/ChangeLog b/dev-perl/Devel-PatchPerl/ChangeLog
index 02f98a2..4862d04 100644
--- a/dev-perl/Devel-PatchPerl/ChangeLog
+++ b/dev-perl/Devel-PatchPerl/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Devel-PatchPerl-0.520.0 (26 Aug 2011)
+
+  26 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+  +Devel-PatchPerl-0.520.0.ebuild:
+  Version Bump
+
 *Devel-PatchPerl-0.440.0 (31 Jul 2011)
 
   31 Jul 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.520.0.ebuild b/dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.520.0.ebuild
new file mode 100644
index 0000000..a451d27
--- /dev/null
+++ b/dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.520.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BINGOS
+MODULE_VERSION=0.52
+inherit perl-module
+
+DESCRIPTION="Patch perl source a la Devel::PPort's buildperl.pl"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { echo ''; }
+COMMON_DEPEND="
+	>=dev-perl/File-pushd-1.00 $(comment 1.0.0)
+	virtual/perl-IO $(comment IO::File)
+	>=virtual/perl-IPC-Cmd-0.400 $(comment 0.400.0)
+	virtual/perl-MIME-Base64
+"
+DEPEND="
+	${COMMON_DEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Devel-PatchPerl/
@ 2012-02-16  0:26 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2012-02-16  0:26 UTC (permalink / raw
  To: gentoo-commits

commit:     986751d4e62642219f83046f58fa67858e493e47
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Sep 23 06:50:13 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Sep 23 06:50:13 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=986751d4

[cpanclean] Devel-PatchPerl-0.4{0,2,4}0.0

(Portage version: 2.2.0_alpha57/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/Devel-PatchPerl/ChangeLog                 |    5 +++
 .../Devel-PatchPerl/Devel-PatchPerl-0.400.0.ebuild |   28 --------------------
 .../Devel-PatchPerl/Devel-PatchPerl-0.420.0.ebuild |   28 --------------------
 .../Devel-PatchPerl/Devel-PatchPerl-0.440.0.ebuild |   28 --------------------
 4 files changed, 5 insertions(+), 84 deletions(-)

diff --git a/dev-perl/Devel-PatchPerl/ChangeLog b/dev-perl/Devel-PatchPerl/ChangeLog
index 4862d04..4b38b10 100644
--- a/dev-perl/Devel-PatchPerl/ChangeLog
+++ b/dev-perl/Devel-PatchPerl/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  23 Sep 2011; Kent Fredric <kentfredric@gmail.com>
+  -Devel-PatchPerl-0.400.0.ebuild, -Devel-PatchPerl-0.420.0.ebuild,
+  -Devel-PatchPerl-0.440.0.ebuild:
+  Gone on CPAN
+
 *Devel-PatchPerl-0.520.0 (26 Aug 2011)
 
   26 Aug 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.400.0.ebuild b/dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.400.0.ebuild
deleted file mode 100644
index e66b6cd..0000000
--- a/dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.400.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BINGOS
-MODULE_VERSION=0.40
-inherit perl-module
-
-DESCRIPTION="Patch perl source a la Devel::PPort's buildperl.pl"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { echo ''; }
-COMMON_DEPEND="
-	>=dev-perl/File-pushd-1.00 $(comment 1.0.0)
-	virtual/perl-IO $(comment IO::File)
-	>=virtual/perl-IPC-Cmd-0.400 $(comment 0.400.0)
-	virtual/perl-MIME-Base64
-"
-DEPEND="
-	${COMMON_DEPEND}
-	>=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.420.0.ebuild b/dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.420.0.ebuild
deleted file mode 100644
index 1da34cb..0000000
--- a/dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.420.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BINGOS
-MODULE_VERSION=0.42
-inherit perl-module
-
-DESCRIPTION="Patch perl source a la Devel::PPort's buildperl.pl"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { echo ''; }
-COMMON_DEPEND="
-	>=dev-perl/File-pushd-1.00 $(comment 1.0.0)
-	virtual/perl-IO $(comment IO::File)
-	>=virtual/perl-IPC-Cmd-0.400 $(comment 0.400.0)
-	virtual/perl-MIME-Base64
-"
-DEPEND="
-	${COMMON_DEPEND}
-	>=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.440.0.ebuild b/dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.440.0.ebuild
deleted file mode 100644
index d0f0375..0000000
--- a/dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.440.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BINGOS
-MODULE_VERSION=0.44
-inherit perl-module
-
-DESCRIPTION="Patch perl source a la Devel::PPort's buildperl.pl"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { echo ''; }
-COMMON_DEPEND="
-	>=dev-perl/File-pushd-1.00 $(comment 1.0.0)
-	virtual/perl-IO $(comment IO::File)
-	>=virtual/perl-IPC-Cmd-0.400 $(comment 0.400.0)
-	virtual/perl-MIME-Base64
-"
-DEPEND="
-	${COMMON_DEPEND}
-	>=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"



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

end of thread, other threads:[~2012-02-16  0:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-16  0:26 [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Devel-PatchPerl/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2012-02-16  0:26 Kent Fredric

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