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-CheckChangesHasContent/
@ 2012-07-25 18:30 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2012-07-25 18:30 UTC (permalink / raw
  To: gentoo-commits

commit:     54487339f16d5f091c42e0e6ba03f772fa9e9fdb
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jul 25 13:42:13 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jul 25 13:42:13 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=54487339

[added] DZP::CheckChangesHasContent

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

---
 .../ChangeLog                                      |   10 +++
 ...illa-Plugin-CheckChangesHasContent-0.5.0.ebuild |   70 ++++++++++++++++++++
 .../metadata.xml                                   |   14 ++++
 3 files changed, 94 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckChangesHasContent/ChangeLog b/dev-perl/Dist-Zilla-Plugin-CheckChangesHasContent/ChangeLog
new file mode 100644
index 0000000..fb47eaa
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CheckChangesHasContent/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Dist-Zilla-Plugin-CheckChangesHasContent
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Dist-Zilla-Plugin-CheckChangesHasContent-0.5.0 (25 Jul 2012)
+
+  25 Jul 2012; Kent Fredric <kentfredric@gmail.com>
+  +Dist-Zilla-Plugin-CheckChangesHasContent-0.5.0.ebuild, +metadata.xml:
+  Added
+

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckChangesHasContent/Dist-Zilla-Plugin-CheckChangesHasContent-0.5.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckChangesHasContent/Dist-Zilla-Plugin-CheckChangesHasContent-0.5.0.ebuild
new file mode 100644
index 0000000..dd1c81e
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CheckChangesHasContent/Dist-Zilla-Plugin-CheckChangesHasContent-0.5.0.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=DAGOLDEN
+MODULE_VERSION=0.005
+inherit perl-module
+
+DESCRIPTION='Ensure Changes has content before releasing'
+LICENSE=" Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.300.0
+}
+perl_meta_runtime() {
+	# Dist::Zilla 2.100950 ( 2.100.950 )
+	echo \>=dev-perl/Dist-Zilla-2.100.950
+	# Dist::Zilla::Plugin::InlineFiles
+	echo dev-perl/Dist-Zilla
+	# Dist::Zilla::Role::BeforeRelease
+	echo dev-perl/Dist-Zilla
+	# Dist::Zilla::Role::TextTemplate
+	echo dev-perl/Dist-Zilla
+	# File::pushd
+	echo dev-perl/File-pushd
+	# Moose 0.99 ( 0.990.0 )
+	echo \>=dev-perl/Moose-0.990
+	# autodie 2.00 ( 2.0.0 )
+	echo \>=dev-perl/autodie-2.0.0
+	# namespace::autoclean 0.09 ( 0.90.0 )
+	echo \>=dev-perl/namespace-autoclean-0.90.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() {
+	# Capture::Tiny
+	echo dev-perl/Capture-Tiny
+	# Cwd
+	echo virtual/perl-File-Spec
+	# Dist::Zilla::Tester
+	echo dev-perl/Dist-Zilla
+	# File::Find
+	echo dev-lang/perl
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# Path::Class
+	echo dev-perl/Path-Class
+	# Test::Harness
+	echo virtual/perl-Test-Harness
+	# Test::More 0.88 ( 0.880.0 )
+	echo \>=virtual/perl-Test-Simple-0.88
+	# Try::Tiny
+	echo dev-perl/Try-Tiny
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckChangesHasContent/metadata.xml b/dev-perl/Dist-Zilla-Plugin-CheckChangesHasContent/metadata.xml
new file mode 100644
index 0000000..3aff4d9
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CheckChangesHasContent/metadata.xml
@@ -0,0 +1,14 @@
+<?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>
+	<upstream>
+		<remote-id type="cpan">Dist-Zilla-Plugin-CheckChangesHasContent</remote-id>
+		<remote-id type="cpan-module">Dist::Zilla::Plugin::CheckChangesHasContent</remote-id>
+		<remote-id type="cpan-module">Dist::Zilla::Plugin::Test::ChangesHasContent</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-CheckChangesHasContent/
@ 2012-07-29  4:22 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2012-07-29  4:22 UTC (permalink / raw
  To: gentoo-commits

commit:     7a8778228a04ee14b9d57cc9771e68c800b5e7c6
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jul 28 22:46:57 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul 28 22:46:57 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7a877822

[newversion] Dist-Zilla-Plugin-CheckChangesHasContent-0.6.0

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

---
 .../ChangeLog                                      |    6 ++
 ...illa-Plugin-CheckChangesHasContent-0.6.0.ebuild |   70 ++++++++++++++++++++
 2 files changed, 76 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckChangesHasContent/ChangeLog b/dev-perl/Dist-Zilla-Plugin-CheckChangesHasContent/ChangeLog
index fb47eaa..c507a7b 100644
--- a/dev-perl/Dist-Zilla-Plugin-CheckChangesHasContent/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-CheckChangesHasContent/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Dist-Zilla-Plugin-CheckChangesHasContent-0.6.0 (28 Jul 2012)
+
+  28 Jul 2012; Kent Fredric <kentfredric@gmail.com>
+  +Dist-Zilla-Plugin-CheckChangesHasContent-0.6.0.ebuild:
+  Version Bump
+
 *Dist-Zilla-Plugin-CheckChangesHasContent-0.5.0 (25 Jul 2012)
 
   25 Jul 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckChangesHasContent/Dist-Zilla-Plugin-CheckChangesHasContent-0.6.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckChangesHasContent/Dist-Zilla-Plugin-CheckChangesHasContent-0.6.0.ebuild
new file mode 100644
index 0000000..d85ea12
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CheckChangesHasContent/Dist-Zilla-Plugin-CheckChangesHasContent-0.6.0.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=DAGOLDEN
+MODULE_VERSION=0.006
+inherit perl-module
+
+DESCRIPTION='Ensure Changes has content before releasing'
+LICENSE=" Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.300.0
+}
+perl_meta_runtime() {
+	# Dist::Zilla 2.100950 ( 2.100.950 )
+	echo \>=dev-perl/Dist-Zilla-2.100.950
+	# Dist::Zilla::Plugin::InlineFiles
+	echo dev-perl/Dist-Zilla
+	# Dist::Zilla::Role::BeforeRelease
+	echo dev-perl/Dist-Zilla
+	# Dist::Zilla::Role::TextTemplate
+	echo dev-perl/Dist-Zilla
+	# File::pushd
+	echo dev-perl/File-pushd
+	# Moose 0.99 ( 0.990.0 )
+	echo \>=dev-perl/Moose-0.990
+	# autodie 2.00 ( 2.0.0 )
+	echo \>=dev-perl/autodie-2.0.0
+	# namespace::autoclean 0.09 ( 0.90.0 )
+	echo \>=dev-perl/namespace-autoclean-0.90.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() {
+	# Capture::Tiny
+	echo dev-perl/Capture-Tiny
+	# Cwd
+	echo virtual/perl-File-Spec
+	# Dist::Zilla::Tester
+	echo dev-perl/Dist-Zilla
+	# File::Find
+	echo dev-lang/perl
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# Path::Class
+	echo dev-perl/Path-Class
+	# Test::Harness
+	echo virtual/perl-Test-Harness
+	# Test::More 0.88 ( 0.880.0 )
+	echo \>=virtual/perl-Test-Simple-0.88
+	# Try::Tiny
+	echo dev-perl/Try-Tiny
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


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

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

commit:     6d352051f3eebeb2f834986aaa8b4b187afdca94
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 22:09:46 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 22:47:55 2020 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=6d352051

dev-perl/Dist-Zilla-Plugin-CheckChangesHasContent: Remove, gone to ::gentoo

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

 ...a-Plugin-CheckChangesHasContent-0.6.0-r1.ebuild | 69 ----------------------
 .../metadata.xml                                   | 17 ------
 2 files changed, 86 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckChangesHasContent/Dist-Zilla-Plugin-CheckChangesHasContent-0.6.0-r1.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckChangesHasContent/Dist-Zilla-Plugin-CheckChangesHasContent-0.6.0-r1.ebuild
deleted file mode 100644
index 4c000ac14..000000000
--- a/dev-perl/Dist-Zilla-Plugin-CheckChangesHasContent/Dist-Zilla-Plugin-CheckChangesHasContent-0.6.0-r1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=0.006
-inherit perl-module
-
-DESCRIPTION='Ensure Changes has content before releasing'
-LICENSE=" Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.300.0
-}
-perl_meta_runtime() {
-	# Dist::Zilla 2.100950 ( 2.100.950 )
-	echo \>=dev-perl/Dist-Zilla-2.100.950
-	# Dist::Zilla::Plugin::InlineFiles
-	echo dev-perl/Dist-Zilla
-	# Dist::Zilla::Role::BeforeRelease
-	echo dev-perl/Dist-Zilla
-	# Dist::Zilla::Role::TextTemplate
-	echo dev-perl/Dist-Zilla
-	# File::pushd
-	echo dev-perl/File-pushd
-	# Moose 0.99 ( 0.990.0 )
-	echo \>=dev-perl/Moose-0.990.0
-	# autodie 2.00 ( 2.0.0 )
-	echo \>=virtual/perl-autodie-2.0.0
-	# namespace::autoclean 0.09 ( 0.90.0 )
-	echo \>=dev-perl/namespace-autoclean-0.90.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() {
-	# Capture::Tiny
-	echo dev-perl/Capture-Tiny
-	# Cwd
-	echo virtual/perl-File-Spec
-	# Dist::Zilla::Tester
-	echo dev-perl/Dist-Zilla
-	# File::Find
-	echo dev-lang/perl
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# Path::Class
-	echo dev-perl/Path-Class
-	# Test::Harness
-	echo virtual/perl-Test-Harness
-	# Test::More 0.88 ( 0.880.0 )
-	echo \>=virtual/perl-Test-Simple-0.88
-	# Try::Tiny
-	echo dev-perl/Try-Tiny
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-	test? ( $(perl_meta_test) )
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckChangesHasContent/metadata.xml b/dev-perl/Dist-Zilla-Plugin-CheckChangesHasContent/metadata.xml
deleted file mode 100644
index bdfca4a6b..000000000
--- a/dev-perl/Dist-Zilla-Plugin-CheckChangesHasContent/metadata.xml
+++ /dev/null
@@ -1,17 +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-CheckChangesHasContent</remote-id>
-		<remote-id type="cpan-module">Dist::Zilla::Plugin::CheckChangesHasContent</remote-id>
-		<remote-id type="cpan-module">Dist::Zilla::Plugin::Test::ChangesHasContent</remote-id>
-	</upstream>
-</pkgmetadata>


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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-25 22:49 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-CheckChangesHasContent/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2012-07-29  4:22 Kent Fredric
2012-07-25 18:30 Kent Fredric

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