public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Pod-Checker/
@ 2013-02-09 13:27 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2013-02-09 13:27 UTC (permalink / raw
  To: gentoo-commits

commit:     b758f6018aabaa0bfb8a4619553cf3b88de84b77
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Feb  8 23:18:47 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Feb  8 23:18:47 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b758f601

[added] perl-core/Pod-Checker-1.600.0

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

---
 perl-core/Pod-Checker/ChangeLog                  |   10 +++++
 perl-core/Pod-Checker/Pod-Checker-1.600.0.ebuild |   39 ++++++++++++++++++++++
 perl-core/Pod-Checker/metadata.xml               |   13 +++++++
 3 files changed, 62 insertions(+), 0 deletions(-)

diff --git a/perl-core/Pod-Checker/ChangeLog b/perl-core/Pod-Checker/ChangeLog
new file mode 100644
index 0000000..907e9fe
--- /dev/null
+++ b/perl-core/Pod-Checker/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for perl-core/Pod-Checker
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Pod-Checker-1.600.0 (08 Feb 2013)
+
+  08 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+  +Pod-Checker-1.600.0.ebuild, +metadata.xml:
+  Added
+

diff --git a/perl-core/Pod-Checker/Pod-Checker-1.600.0.ebuild b/perl-core/Pod-Checker/Pod-Checker-1.600.0.ebuild
new file mode 100644
index 0000000..d8476c9
--- /dev/null
+++ b/perl-core/Pod-Checker/Pod-Checker-1.600.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=MAREKR
+MODULE_VERSION=1.60
+inherit perl-module
+
+DESCRIPTION='Pod::Checker verifies POD documentation contents for compliance with the POD format specifications'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# Cwd
+	echo virtual/perl-File-Spec
+	# File::Basename
+	echo dev-lang/perl
+	# Test::More 0.6 ( 0.600.0 )
+	echo \>=virtual/perl-Test-Simple-0.60
+}
+DEPEND="
+	!<perl-core/PodParser-1.600.0
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/perl-core/Pod-Checker/metadata.xml b/perl-core/Pod-Checker/metadata.xml
new file mode 100644
index 0000000..135cd73
--- /dev/null
+++ b/perl-core/Pod-Checker/metadata.xml
@@ -0,0 +1,13 @@
+<?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">Pod-Checker</remote-id>
+		<remote-id type="cpan-module">Pod::Checker</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Pod-Checker/
@ 2014-07-22  2:49 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2014-07-22  2:49 UTC (permalink / raw
  To: gentoo-commits

commit:     fdc6fbf3a2c864bbbd605fde4dcb028a28e11a9a
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jul 22 02:18:58 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jul 22 02:18:58 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=fdc6fbf3

[fixup] perl-core/Pod-Checker PodParser -> Pod-Parser

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 perl-core/Pod-Checker/ChangeLog                                   | 8 +++++++-
 .../{Pod-Checker-1.600.0.ebuild => Pod-Checker-1.600.0-r1.ebuild} | 4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/perl-core/Pod-Checker/ChangeLog b/perl-core/Pod-Checker/ChangeLog
index 907e9fe..a612fb1 100644
--- a/perl-core/Pod-Checker/ChangeLog
+++ b/perl-core/Pod-Checker/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for perl-core/Pod-Checker
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Pod-Checker-1.600.0-r1 (22 Jul 2014)
+
+  22 Jul 2014; Kent Fredric <kentfredric@gmail.com>
+  -Pod-Checker-1.600.0.ebuild, +Pod-Checker-1.600.0-r1.ebuild:
+  PodParser -> Pod-Parser
+
 *Pod-Checker-1.600.0 (08 Feb 2013)
 
   08 Feb 2013; Kent Fredric <kentfredric@gmail.com>

diff --git a/perl-core/Pod-Checker/Pod-Checker-1.600.0.ebuild b/perl-core/Pod-Checker/Pod-Checker-1.600.0-r1.ebuild
similarity index 91%
rename from perl-core/Pod-Checker/Pod-Checker-1.600.0.ebuild
rename to perl-core/Pod-Checker/Pod-Checker-1.600.0-r1.ebuild
index d8476c9..88137b5 100644
--- a/perl-core/Pod-Checker/Pod-Checker-1.600.0.ebuild
+++ b/perl-core/Pod-Checker/Pod-Checker-1.600.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=5
@@ -28,7 +28,7 @@ perl_meta_runtime() {
 	echo \>=virtual/perl-Test-Simple-0.60
 }
 DEPEND="
-	!<perl-core/PodParser-1.600.0
+	!<perl-core/Pod-Parser-1.600.0
 	$(perl_meta_configure)
 	$(perl_meta_build)
 	$(perl_meta_runtime)


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

* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Pod-Checker/
@ 2015-06-14 17:05 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2015-06-14 17:05 UTC (permalink / raw
  To: gentoo-commits

commit:     dce47176194bf53f9495c28e425236f09e361441
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 16:56:23 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 14 16:56:23 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=dce47176

[trim] perl-core/Pod-Checker: presently redundant

 .../Pod-Checker/Pod-Checker-1.600.0-r1.ebuild      | 39 ----------------------
 perl-core/Pod-Checker/metadata.xml                 | 13 --------
 2 files changed, 52 deletions(-)

diff --git a/perl-core/Pod-Checker/Pod-Checker-1.600.0-r1.ebuild b/perl-core/Pod-Checker/Pod-Checker-1.600.0-r1.ebuild
deleted file mode 100644
index 88137b5..0000000
--- a/perl-core/Pod-Checker/Pod-Checker-1.600.0-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=MAREKR
-MODULE_VERSION=1.60
-inherit perl-module
-
-DESCRIPTION='Pod::Checker verifies POD documentation contents for compliance with the POD format specifications'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# Cwd
-	echo virtual/perl-File-Spec
-	# File::Basename
-	echo dev-lang/perl
-	# Test::More 0.6 ( 0.600.0 )
-	echo \>=virtual/perl-Test-Simple-0.60
-}
-DEPEND="
-	!<perl-core/Pod-Parser-1.600.0
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/perl-core/Pod-Checker/metadata.xml b/perl-core/Pod-Checker/metadata.xml
deleted file mode 100644
index 135cd73..0000000
--- a/perl-core/Pod-Checker/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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">Pod-Checker</remote-id>
-		<remote-id type="cpan-module">Pod::Checker</remote-id>
-	</upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2015-06-14 17:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-14 17:05 [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Pod-Checker/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2014-07-22  2:49 Kent Fredric
2013-02-09 13:27 Kent Fredric

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