public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/
@ 2011-04-13 13:24 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2011-04-13 13:24 UTC (permalink / raw
  To: gentoo-commits

commit:     8a4286062edadb60f47a66355f557aeb245812ec
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 13 13:09:25 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 13 13:09:25 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8a428606

[added] Dist-Zilla-Plugin-Test-CPAN-Changes

(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 .../Dist-Zilla-Plugin-Test-CPAN-Changes/ChangeLog  |   10 ++++++
 ...ist-Zilla-Plugin-Test-CPAN-Changes-0.3.0.ebuild |   33 ++++++++++++++++++++
 .../metadata.xml                                   |    9 +++++
 3 files changed, 52 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/ChangeLog
new file mode 100644
index 0000000..c7c7a0f
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Dist-Zilla-Plugin-Test-CPAN-Changes-0.3.0 (13 Apr 2011)
+
+  13 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  +Dist-Zilla-Plugin-Test-CPAN-Changes-0.3.0.ebuild, +metadata.xml:
+  Added
+

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/Dist-Zilla-Plugin-Test-CPAN-Changes-0.3.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/Dist-Zilla-Plugin-Test-CPAN-Changes-0.3.0.ebuild
new file mode 100644
index 0000000..257abd9
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/Dist-Zilla-Plugin-Test-CPAN-Changes-0.3.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=DOHERTY
+MODULE_VERSION=0.003
+inherit perl-module
+
+DESCRIPTION="release tests for your changelog"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { echo ''; }
+COMMON_DEPEND="
+	dev-perl/Dist-Zilla
+	$(comment ^^ Dist::Zilla::Plugin::InlineFiles)
+	$(comment ^^ Dist::Zilla::Role::FileMunger)
+	dev-perl/Moose
+"
+DEPEND="
+	${COMMON_DEPEND}
+	$(comment BUILD REQUIRES)
+	$(comment virtual/perl-File-Find)
+	virtual/perl-File-Temp
+	virtual/perl-Test-Simple $(comment Test::More)
+	$(comment CONFIGURE REQUIRES)
+	>=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/metadata.xml b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <herd>perl</herd>
+    <maintainer>
+        <email>kentfredric@gmail.com</email>
+        <name>Kent Fredric</name>
+    </maintainer>
+</pkgmetadata>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/
@ 2011-04-23 12:48 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2011-04-23 12:48 UTC (permalink / raw
  To: gentoo-commits

commit:     09f7e7da9363848d470f7397b86a79615e7f5e35
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr 23 12:45:50 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr 23 12:45:50 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=09f7e7da

[newversion] +*Dist-Zilla-Plugin-Test-CPAN-Changes-0.4.0

(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 .../Dist-Zilla-Plugin-Test-CPAN-Changes/ChangeLog  |    6 +++
 ...ist-Zilla-Plugin-Test-CPAN-Changes-0.4.0.ebuild |   38 ++++++++++++++++++++
 2 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/ChangeLog
index c7c7a0f..d9b3da6 100644
--- a/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Dist-Zilla-Plugin-Test-CPAN-Changes-0.4.0 (23 Apr 2011)
+
+  23 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  +Dist-Zilla-Plugin-Test-CPAN-Changes-0.4.0.ebuild:
+  Bump
+
 *Dist-Zilla-Plugin-Test-CPAN-Changes-0.3.0 (13 Apr 2011)
 
   13 Apr 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/Dist-Zilla-Plugin-Test-CPAN-Changes-0.4.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/Dist-Zilla-Plugin-Test-CPAN-Changes-0.4.0.ebuild
new file mode 100644
index 0000000..4ac0838
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/Dist-Zilla-Plugin-Test-CPAN-Changes-0.4.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=DOHERTY
+MODULE_VERSION=0.004
+inherit perl-module
+
+DESCRIPTION="release tests for your changelog"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { echo ''; }
+COMMON_DEPEND="
+	dev-perl/Dist-Zilla
+	$(comment ^^ Dist::Zilla::Plugin::InlineFiles)
+	$(comment ^^ Dist::Zilla::Role::FileMunger)
+	dev-perl/Moose
+"
+DEPEND="
+	${COMMON_DEPEND}
+	$(comment BUILD REQUIRES)
+	$(comment virtual/perl-File-Find)
+	virtual/perl-File-Path
+	virtual/perl-File-Temp
+	dev-perl/Moose-Autobox
+	dev-perl/CPAN-Changes $(comment Test::CPAN::Changes)
+	>=dev-perl/Dist-Zilla-4.200.2 $(comment Test::DZil)
+	>=virtual/perl-Test-Simple-0.88 $(comment Test::More 0.880.0)
+	dev-perl/autodie
+	$(comment CONFIGURE REQUIRES)
+	>=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/
@ 2011-07-04 10:41 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2011-07-04 10:41 UTC (permalink / raw
  To: gentoo-commits

commit:     039e733bd91c8c041bcff32ce3215bc0a9137391
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jun 29 03:02:16 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jun 29 03:02:16 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=039e733b

[newversion] Dist-Zilla-Plugin-Test-CPAN-Changes-0.5.0

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

---
 .../Dist-Zilla-Plugin-Test-CPAN-Changes/ChangeLog  |    6 +++
 ...ist-Zilla-Plugin-Test-CPAN-Changes-0.5.0.ebuild |   38 ++++++++++++++++++++
 2 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/ChangeLog
index d9b3da6..3f812e6 100644
--- a/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Dist-Zilla-Plugin-Test-CPAN-Changes-0.5.0 (29 Jun 2011)
+
+  29 Jun 2011; Kent Fredric <kentfredric@gmail.com>
+  +Dist-Zilla-Plugin-Test-CPAN-Changes-0.5.0.ebuild:
+  Version Bump
+
 *Dist-Zilla-Plugin-Test-CPAN-Changes-0.4.0 (23 Apr 2011)
 
   23 Apr 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/Dist-Zilla-Plugin-Test-CPAN-Changes-0.5.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/Dist-Zilla-Plugin-Test-CPAN-Changes-0.5.0.ebuild
new file mode 100644
index 0000000..afa0f04
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/Dist-Zilla-Plugin-Test-CPAN-Changes-0.5.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=DOHERTY
+MODULE_VERSION=0.005
+inherit perl-module
+
+DESCRIPTION="release tests for your changelog"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { echo ''; }
+COMMON_DEPEND="
+	>=dev-perl/Dist-Zilla-4.0.0
+	$(comment ^^ Dist::Zilla::Plugin::InlineFiles)
+	$(comment ^^ Dist::Zilla::Role::FileMunger)
+	dev-perl/Moose
+"
+DEPEND="
+	${COMMON_DEPEND}
+	$(comment BUILD REQUIRES)
+	$(comment virtual/perl-File-Find)
+	virtual/perl-File-Path
+	virtual/perl-File-Temp
+	dev-perl/Moose-Autobox
+	dev-perl/CPAN-Changes $(comment Test::CPAN::Changes)
+	>=dev-perl/Dist-Zilla-4.200.2 $(comment Test::DZil)
+	>=virtual/perl-Test-Simple-0.94 $(comment Test::More 0.940.0)
+	dev-perl/autodie
+	$(comment CONFIGURE REQUIRES)
+	>=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/
@ 2012-05-27  7:47 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2012-05-27  7:47 UTC (permalink / raw
  To: gentoo-commits

commit:     ca568d7276a3cfcba89b5124e16e422220bbd4f4
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun May 27 02:59:26 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun May 27 02:59:26 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ca568d72

[cpanclean] Dist-Zilla-Plugin-Test-CPAN-Changes-0.{3,4}.0.ebuild

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 .../Dist-Zilla-Plugin-Test-CPAN-Changes/ChangeLog  |    7 +++-
 ...ist-Zilla-Plugin-Test-CPAN-Changes-0.3.0.ebuild |   33 -----------------
 ...ist-Zilla-Plugin-Test-CPAN-Changes-0.4.0.ebuild |   38 --------------------
 3 files changed, 6 insertions(+), 72 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/ChangeLog
index 3f812e6..15d5f23 100644
--- a/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  27 May 2012; Kent Fredric <kentfredric@gmail.com>
+  -Dist-Zilla-Plugin-Test-CPAN-Changes-0.3.0.ebuild,
+  -Dist-Zilla-Plugin-Test-CPAN-Changes-0.4.0.ebuild:
+  Gone on CPAN
+
 *Dist-Zilla-Plugin-Test-CPAN-Changes-0.5.0 (29 Jun 2011)
 
   29 Jun 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/Dist-Zilla-Plugin-Test-CPAN-Changes-0.3.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/Dist-Zilla-Plugin-Test-CPAN-Changes-0.3.0.ebuild
deleted file mode 100644
index 257abd9..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/Dist-Zilla-Plugin-Test-CPAN-Changes-0.3.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=DOHERTY
-MODULE_VERSION=0.003
-inherit perl-module
-
-DESCRIPTION="release tests for your changelog"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-comment() { echo ''; }
-COMMON_DEPEND="
-	dev-perl/Dist-Zilla
-	$(comment ^^ Dist::Zilla::Plugin::InlineFiles)
-	$(comment ^^ Dist::Zilla::Role::FileMunger)
-	dev-perl/Moose
-"
-DEPEND="
-	${COMMON_DEPEND}
-	$(comment BUILD REQUIRES)
-	$(comment virtual/perl-File-Find)
-	virtual/perl-File-Temp
-	virtual/perl-Test-Simple $(comment Test::More)
-	$(comment CONFIGURE REQUIRES)
-	>=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/Dist-Zilla-Plugin-Test-CPAN-Changes-0.4.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/Dist-Zilla-Plugin-Test-CPAN-Changes-0.4.0.ebuild
deleted file mode 100644
index 4ac0838..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/Dist-Zilla-Plugin-Test-CPAN-Changes-0.4.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=DOHERTY
-MODULE_VERSION=0.004
-inherit perl-module
-
-DESCRIPTION="release tests for your changelog"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-comment() { echo ''; }
-COMMON_DEPEND="
-	dev-perl/Dist-Zilla
-	$(comment ^^ Dist::Zilla::Plugin::InlineFiles)
-	$(comment ^^ Dist::Zilla::Role::FileMunger)
-	dev-perl/Moose
-"
-DEPEND="
-	${COMMON_DEPEND}
-	$(comment BUILD REQUIRES)
-	$(comment virtual/perl-File-Find)
-	virtual/perl-File-Path
-	virtual/perl-File-Temp
-	dev-perl/Moose-Autobox
-	dev-perl/CPAN-Changes $(comment Test::CPAN::Changes)
-	>=dev-perl/Dist-Zilla-4.200.2 $(comment Test::DZil)
-	>=virtual/perl-Test-Simple-0.88 $(comment Test::More 0.880.0)
-	dev-perl/autodie
-	$(comment CONFIGURE REQUIRES)
-	>=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/
@ 2013-04-26 19:59 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2013-04-26 19:59 UTC (permalink / raw
  To: gentoo-commits

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

[newversion] Dist-Zilla-Plugin-Test-CPAN-Changes-0.8.0

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

---
 .../Dist-Zilla-Plugin-Test-CPAN-Changes/ChangeLog  |    8 ++-
 ...ist-Zilla-Plugin-Test-CPAN-Changes-0.8.0.ebuild |   71 ++++++++++++++++++++
 2 files changed, 78 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/ChangeLog
index 15d5f23..6de3587 100644
--- a/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Dist-Zilla-Plugin-Test-CPAN-Changes-0.8.0 (26 Apr 2013)
+
+  26 Apr 2013; Kent Fredric <kentfredric@gmail.com>
+  +Dist-Zilla-Plugin-Test-CPAN-Changes-0.8.0.ebuild:
+  Version Bump
+
   27 May 2012; Kent Fredric <kentfredric@gmail.com>
   -Dist-Zilla-Plugin-Test-CPAN-Changes-0.3.0.ebuild,
   -Dist-Zilla-Plugin-Test-CPAN-Changes-0.4.0.ebuild:

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/Dist-Zilla-Plugin-Test-CPAN-Changes-0.8.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/Dist-Zilla-Plugin-Test-CPAN-Changes-0.8.0.ebuild
new file mode 100644
index 0000000..b82e867
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/Dist-Zilla-Plugin-Test-CPAN-Changes-0.8.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=DOHERTY
+MODULE_VERSION=0.008
+inherit perl-module
+
+DESCRIPTION='release tests for your changelog'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+	# Module::Build 0.3601 ( 0.360.100 )
+	echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_meta_build() {
+	# Module::Build 0.3601 ( 0.360.100 )
+	echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_meta_runtime() {
+	# Data::Section
+	echo dev-perl/Data-Section
+	# Dist::Zilla 4 ( 4.0.0 )
+	echo \>=dev-perl/Dist-Zilla-4.0.0
+	# Dist::Zilla::File::InMemory
+	echo dev-perl/Dist-Zilla
+	# Dist::Zilla::Role::FileGatherer
+	echo dev-perl/Dist-Zilla
+	# Dist::Zilla::Role::PrereqSource
+	echo dev-perl/Dist-Zilla
+	# Moose
+	echo dev-perl/Moose
+	# Test::CPAN::Changes 0.19 ( 0.190.0 )
+	echo \>=dev-perl/CPAN-Changes-0.190.0
+	# perl 5.006 ( 5.6.0 )
+	echo \>=dev-lang/perl-5.6.0
+	# strict
+	echo dev-lang/perl
+	# warnings
+	echo dev-lang/perl
+}
+perl_meta_test() {
+	# File::Find
+	echo dev-lang/perl
+	# File::Path
+	echo virtual/perl-File-Path
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# Moose::Autobox
+	echo dev-perl/Moose-Autobox
+	# Test::CPAN::Changes
+	echo dev-perl/CPAN-Changes
+	# Test::DZil
+	echo dev-perl/Dist-Zilla
+	# Test::More 0.94 ( 0.940.0 )
+	echo \>=virtual/perl-Test-Simple-0.94
+	# autodie
+	echo virtual/perl-autodie
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/
@ 2020-08-25 22:49 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2020-08-25 22:49 UTC (permalink / raw
  To: gentoo-commits

commit:     8f30e377942336c71fd56bfe31eb39df223a5780
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 22:12:26 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 22:48:11 2020 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=8f30e377

dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes: Remove, gone to ::gentoo

Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 ...ist-Zilla-Plugin-Test-CPAN-Changes-0.8.0.ebuild | 71 ----------------------
 .../metadata.xml                                   | 16 -----
 2 files changed, 87 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/Dist-Zilla-Plugin-Test-CPAN-Changes-0.8.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/Dist-Zilla-Plugin-Test-CPAN-Changes-0.8.0.ebuild
deleted file mode 100644
index ffc8763e8..000000000
--- a/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/Dist-Zilla-Plugin-Test-CPAN-Changes-0.8.0.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-MODULE_AUTHOR=DOHERTY
-MODULE_VERSION=0.008
-inherit perl-module
-
-DESCRIPTION='release tests for your changelog'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
-	# Module::Build 0.3601 ( 0.360.100 )
-	echo \>=dev-perl/Module-Build-0.36.01
-}
-perl_meta_build() {
-	# Module::Build 0.3601 ( 0.360.100 )
-	echo \>=dev-perl/Module-Build-0.36.01
-}
-perl_meta_runtime() {
-	# Data::Section
-	echo dev-perl/Data-Section
-	# Dist::Zilla 4 ( 4.0.0 )
-	echo \>=dev-perl/Dist-Zilla-4.0.0
-	# Dist::Zilla::File::InMemory
-	echo dev-perl/Dist-Zilla
-	# Dist::Zilla::Role::FileGatherer
-	echo dev-perl/Dist-Zilla
-	# Dist::Zilla::Role::PrereqSource
-	echo dev-perl/Dist-Zilla
-	# Moose
-	echo dev-perl/Moose
-	# Test::CPAN::Changes 0.19 ( 0.190.0 )
-	echo \>=dev-perl/CPAN-Changes-0.190.0
-	# perl 5.006 ( 5.6.0 )
-	echo \>=dev-lang/perl-5.6.0
-	# strict
-	echo dev-lang/perl
-	# warnings
-	echo dev-lang/perl
-}
-perl_meta_test() {
-	# File::Find
-	echo dev-lang/perl
-	# File::Path
-	echo virtual/perl-File-Path
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# Moose::Autobox
-	echo dev-perl/Moose-Autobox
-	# Test::CPAN::Changes
-	echo dev-perl/CPAN-Changes
-	# Test::DZil
-	echo dev-perl/Dist-Zilla
-	# Test::More 0.94 ( 0.940.0 )
-	echo \>=virtual/perl-Test-Simple-0.94
-	# autodie
-	echo virtual/perl-autodie
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-	test? ( $(perl_meta_test) )
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/metadata.xml b/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/metadata.xml
deleted file mode 100644
index 872a9793f..000000000
--- a/dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://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>kentfredric@gmail.com</email>
-		<name>Kent Fredric</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="cpan">Dist-Zilla-Plugin-Test-CPAN-Changes</remote-id>
-		<remote-id type="cpan-module">Dist::Zilla::Plugin::Test::CPAN::Changes</remote-id>
-	</upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2020-08-25 22:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-26 19:59 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2020-08-25 22:49 Kent Fredric
2012-05-27  7:47 Kent Fredric
2011-07-04 10:41 Kent Fredric
2011-04-23 12:48 Kent Fredric
2011-04-13 13:24 Kent Fredric

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