public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-WikiDoc/
@ 2012-03-01 11:37 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2012-03-01 11:37 UTC (permalink / raw
  To: gentoo-commits

commit:     b397a0505399103134e6d6b6c2dfc83fdd05ca28
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar  1 10:26:27 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar  1 10:26:27 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b397a050

[newversion] Pod-WikiDoc-0.200.0

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

---
 dev-perl/Pod-WikiDoc/ChangeLog                  |    6 ++
 dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.200.0.ebuild |   84 +++++++++++++++++++++++
 2 files changed, 90 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Pod-WikiDoc/ChangeLog b/dev-perl/Pod-WikiDoc/ChangeLog
index 96111bc..c39da32 100644
--- a/dev-perl/Pod-WikiDoc/ChangeLog
+++ b/dev-perl/Pod-WikiDoc/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Pod-WikiDoc-0.200.0 (01 Mar 2012)
+
+  01 Mar 2012; Kent Fredric <kentfredric@gmail.com>
+  +Pod-WikiDoc-0.200.0.ebuild:
+  Version Bump
+
 *Pod-WikiDoc-0.190.0 (28 Feb 2012)
 
   28 Feb 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.200.0.ebuild b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.200.0.ebuild
new file mode 100644
index 0000000..a3e16c3
--- /dev/null
+++ b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.200.0.ebuild
@@ -0,0 +1,84 @@
+# 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.20
+inherit perl-module
+
+DESCRIPTION='Generate Pod from inline wiki style text'
+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.30
+}
+perl_meta_runtime() {
+	# Carp
+	# echo virtual/perl-Carp
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+	# File::Basename
+	echo dev-lang/perl
+	# File::Path
+	echo virtual/perl-File-Path
+	# File::pushd
+	echo dev-perl/File-pushd
+	# Getopt::Lucid 0.14 ( 0.140.0 )
+	echo \>=dev-perl/Getopt-Lucid-0.140.0
+	# IO::File
+	echo virtual/perl-IO
+	# IO::String 1.06 ( 1.60.0 )
+	echo \>=dev-perl/IO-String-1.60.0
+	# Parse::RecDescent 1.967006 ( 1.967.6 )
+	echo \>=dev-perl/Parse-RecDescent-1.967.6
+	# Pod::Usage 1 ( 1.0.0 )
+	echo \>=virtual/perl-PodParser-1.0.0
+	# Scalar::Util 1.02 ( 1.20.0 )
+	echo \>=virtual/perl-Scalar-List-Utils-1.20.0
+	# Text::Balanced
+	echo virtual/perl-Text-Balanced
+	# perl 5.006 ( 5.6.0 )
+	echo \>=dev-lang/perl-5.6.0
+	# strict
+	echo dev-lang/perl
+	# vars
+	echo dev-lang/perl
+	# warnings
+	echo dev-lang/perl
+}
+perl_meta_test() {
+	# Carp
+	# echo virtual/perl-Carp
+	# Cwd
+	echo virtual/perl-File-Spec
+	# File::Basename
+	echo dev-lang/perl
+	# File::Find 1 ( 1.0.0 )
+	echo \>=dev-lang/perl-5.7.3
+	# File::Spec 3 ( 3.0.0 )
+	echo \>=virtual/perl-File-Spec-3.0.0
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# IO::String
+	echo dev-perl/IO-String
+	# IPC::Run3 0.033 ( 0.33.0 )
+	echo \>=dev-perl/IPC-Run3-0.033
+	# Probe::Perl 0.01 ( 0.10.0 )
+	echo \>=dev-perl/Probe-Perl-0.10.0
+	# Test::Builder
+	echo virtual/perl-Test-Simple
+	# Test::More
+	echo virtual/perl-Test-Simple
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-WikiDoc/
@ 2015-06-17  0:56 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2015-06-17  0:56 UTC (permalink / raw
  To: gentoo-commits

commit:     1974ee7834b5a6076ace533816520abd37dc9c94
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jun 17 00:45:54 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jun 17 00:45:54 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=1974ee78

[fixup] Pod-WikiDoc: EAPI5

Package-Manager: portage-2.2.17

 .../{Pod-WikiDoc-0.200.0-r1.ebuild => Pod-WikiDoc-0.200.0-r2.ebuild} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.200.0-r1.ebuild b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.200.0-r2.ebuild
similarity index 96%
rename from dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.200.0-r1.ebuild
rename to dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.200.0-r2.ebuild
index dd66943..8f0442c 100644
--- a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.200.0-r1.ebuild
+++ b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.200.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-EAPI=4
+EAPI=5
 MODULE_AUTHOR=DAGOLDEN
 MODULE_VERSION=0.20
 inherit perl-module
@@ -81,4 +81,3 @@ DEPEND="
 RDEPEND="
 	$(perl_meta_runtime)
 "
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-WikiDoc/
@ 2015-06-09 10:13 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2015-06-09 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     d3f475173598f16b63eecd18780eb34f862cd593
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun  9 10:06:03 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun  9 10:06:03 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=d3f47517

[cleanup] Pod-WikiDoc: Remove old versions

Package-Manager: portage-2.2.17

 dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild    | 34 -----------
 dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.190.0-r1.ebuild | 66 ----------------------
 2 files changed, 100 deletions(-)

diff --git a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild
deleted file mode 100644
index d6f59df..0000000
--- a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION="0.18"
-inherit perl-module
-
-DESCRIPTION="Generate Pod from inline wiki style text"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
-	>=dev-perl/Getopt-Lucid-0.140.0
-	>=dev-perl/IO-String-1.06
-	>=dev-perl/Parse-RecDescent-1.94
-	>=virtual/perl-Scalar-List-Utils-1.02
-	>=virtual/perl-Text-Balanced-1.95
-"
-DEPEND="
-	${COMMON_DEPEND}
-	virtual/perl-Module-Build
-	>=virtual/perl-Test-Simple-0.45
-	>=dev-perl/IPC-Run3-0.033
-	>=dev-perl/Probe-Perl-0.01
-	>=dev-perl/File-pushd-0.300.0
-	>=virtual/perl-File-Spec-3
-	>=virtual/perl-File-Temp-0.14
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.190.0-r1.ebuild b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.190.0-r1.ebuild
deleted file mode 100644
index 924b16d..0000000
--- a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.190.0-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=0.19
-inherit perl-module
-
-DESCRIPTION='Generate Pod from inline wiki style text'
-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.30
-}
-perl_meta_runtime() {
-	# Carp
-	# echo virtual/perl-Carp
-	# Getopt::Lucid 0.14 ( 0.140.0 )
-	echo \>=dev-perl/Getopt-Lucid-0.140.0
-	# IO::String 1.06 ( 1.60.0 )
-	echo \>=dev-perl/IO-String-1.60.0
-	# Parse::RecDescent 1.967006 ( 1.967.6 )
-	echo \>=dev-perl/Parse-RecDescent-1.967.6
-	# Pod::Usage 1 ( 1.0.0 )
-	echo \>=virtual/perl-Pod-Parser-1.0.0
-	# Scalar::Util 1.02 ( 1.20.0 )
-	echo \>=virtual/perl-Scalar-List-Utils-1.20.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() {
-	# Cwd
-	echo virtual/perl-File-Spec
-	# File::Basename
-	echo dev-lang/perl
-	# File::Find 1 ( 1.0.0 )
-	echo \>=dev-lang/perl-1.0.0
-	# File::Spec 3 ( 3.0.0 )
-	echo \>=virtual/perl-File-Spec-3.0
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# IPC::Run3 0.033 ( 0.33.0 )
-	echo \>=dev-perl/IPC-Run3-0.033
-	# Probe::Perl 0.01 ( 0.10.0 )
-	echo \>=dev-perl/Probe-Perl-0.10.0
-	# Test::Builder
-	echo virtual/perl-Test-Simple
-	# Test::More
-	echo virtual/perl-Test-Simple
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-	test? ( $(perl_meta_test) )
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-WikiDoc/
@ 2014-07-22  2:49 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2014-07-22  2:49 UTC (permalink / raw
  To: gentoo-commits

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

[fixup] dev-perl/Pod-WikiDoc PodParser -> Pod-Parser

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

---
 dev-perl/Pod-WikiDoc/ChangeLog                                 | 10 +++++++++-
 ...od-WikiDoc-0.190.0.ebuild => Pod-WikiDoc-0.190.0-r1.ebuild} |  4 ++--
 ...od-WikiDoc-0.200.0.ebuild => Pod-WikiDoc-0.200.0-r1.ebuild} |  4 ++--
 3 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Pod-WikiDoc/ChangeLog b/dev-perl/Pod-WikiDoc/ChangeLog
index c7b10a1..fe3cc9c 100644
--- a/dev-perl/Pod-WikiDoc/ChangeLog
+++ b/dev-perl/Pod-WikiDoc/ChangeLog
@@ -1,7 +1,15 @@
 # ChangeLog for dev-perl/Pod-WikiDoc
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Pod-WikiDoc-0.200.0-r1 (22 Jul 2014)
+*Pod-WikiDoc-0.190.0-r1 (22 Jul 2014)
+
+  22 Jul 2014; Kent Fredric <kentfredric@gmail.com>
+  -Pod-WikiDoc-0.190.0.ebuild, +Pod-WikiDoc-0.190.0-r1.ebuild,
+  -Pod-WikiDoc-0.200.0.ebuild, +Pod-WikiDoc-0.200.0-r1.ebuild:
+  PodParser -> Pod-Parser
+
   03 May 2013; Kent Fredric <kentfredric@gmail.com> Pod-WikiDoc-0.180.0.ebuild:
   Fix dependency on File-pushd ( normalize )
 

diff --git a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.190.0.ebuild b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.190.0-r1.ebuild
similarity index 94%
rename from dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.190.0.ebuild
rename to dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.190.0-r1.ebuild
index 5501fc6..924b16d 100644
--- a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.190.0.ebuild
+++ b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.190.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -25,7 +25,7 @@ perl_meta_runtime() {
 	# Parse::RecDescent 1.967006 ( 1.967.6 )
 	echo \>=dev-perl/Parse-RecDescent-1.967.6
 	# Pod::Usage 1 ( 1.0.0 )
-	echo \>=virtual/perl-PodParser-1.0.0
+	echo \>=virtual/perl-Pod-Parser-1.0.0
 	# Scalar::Util 1.02 ( 1.20.0 )
 	echo \>=virtual/perl-Scalar-List-Utils-1.20.0
 	# perl 5.006 ( 5.6.0 )

diff --git a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.200.0.ebuild b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.200.0-r1.ebuild
similarity index 95%
rename from dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.200.0.ebuild
rename to dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.200.0-r1.ebuild
index a3e16c3..dd66943 100644
--- a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.200.0.ebuild
+++ b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.200.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -35,7 +35,7 @@ perl_meta_runtime() {
 	# Parse::RecDescent 1.967006 ( 1.967.6 )
 	echo \>=dev-perl/Parse-RecDescent-1.967.6
 	# Pod::Usage 1 ( 1.0.0 )
-	echo \>=virtual/perl-PodParser-1.0.0
+	echo \>=virtual/perl-Pod-Parser-1.0.0
 	# Scalar::Util 1.02 ( 1.20.0 )
 	echo \>=virtual/perl-Scalar-List-Utils-1.20.0
 	# Text::Balanced


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-WikiDoc/
@ 2013-05-03  4:12 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2013-05-03  4:12 UTC (permalink / raw
  To: gentoo-commits

commit:     bb0f438f5387764fc400f35339c905c8f0fe46c4
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May  3 04:07:45 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  3 04:07:45 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=bb0f438f

[fixdep] dev-perl/Pod-WikiDoc -> File-pushd ( normalize )

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

---
 dev-perl/Pod-WikiDoc/ChangeLog                  |    5 ++++-
 dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild |    4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Pod-WikiDoc/ChangeLog b/dev-perl/Pod-WikiDoc/ChangeLog
index c39da32..c7b10a1 100644
--- a/dev-perl/Pod-WikiDoc/ChangeLog
+++ b/dev-perl/Pod-WikiDoc/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for dev-perl/Pod-WikiDoc
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  03 May 2013; Kent Fredric <kentfredric@gmail.com> Pod-WikiDoc-0.180.0.ebuild:
+  Fix dependency on File-pushd ( normalize )
+
 *Pod-WikiDoc-0.200.0 (01 Mar 2012)
 
   01 Mar 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild
index c732552..d6f59df 100644
--- a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild
+++ b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
@@ -24,7 +24,7 @@ DEPEND="
 	>=virtual/perl-Test-Simple-0.45
 	>=dev-perl/IPC-Run3-0.033
 	>=dev-perl/Probe-Perl-0.01
-	>=dev-perl/File-pushd-0.30
+	>=dev-perl/File-pushd-0.300.0
 	>=virtual/perl-File-Spec-3
 	>=virtual/perl-File-Temp-0.14
 "


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-WikiDoc/
@ 2012-02-28 12:02 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2012-02-28 12:02 UTC (permalink / raw
  To: gentoo-commits

commit:     5fd53f177024e99d436386dcb3b0c2e27382e6ef
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Feb 28 11:05:48 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Feb 28 11:05:48 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5fd53f17

[newversion] Pod-WikiDoc-0.190.0

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

---
 dev-perl/Pod-WikiDoc/ChangeLog                  |    6 ++
 dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.190.0.ebuild |   66 +++++++++++++++++++++++
 2 files changed, 72 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Pod-WikiDoc/ChangeLog b/dev-perl/Pod-WikiDoc/ChangeLog
index a0019b4..96111bc 100644
--- a/dev-perl/Pod-WikiDoc/ChangeLog
+++ b/dev-perl/Pod-WikiDoc/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Pod-WikiDoc-0.190.0 (28 Feb 2012)
+
+  28 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  +Pod-WikiDoc-0.190.0.ebuild:
+  Version Bump
+
   27 Feb 2012; Kent Fredric <kentfredric@gmail.com> Pod-WikiDoc-0.180.0.ebuild:
   Fixdep Getopt::Lucid
 

diff --git a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.190.0.ebuild b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.190.0.ebuild
new file mode 100644
index 0000000..5501fc6
--- /dev/null
+++ b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.190.0.ebuild
@@ -0,0 +1,66 @@
+# 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.19
+inherit perl-module
+
+DESCRIPTION='Generate Pod from inline wiki style text'
+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.30
+}
+perl_meta_runtime() {
+	# Carp
+	# echo virtual/perl-Carp
+	# Getopt::Lucid 0.14 ( 0.140.0 )
+	echo \>=dev-perl/Getopt-Lucid-0.140.0
+	# IO::String 1.06 ( 1.60.0 )
+	echo \>=dev-perl/IO-String-1.60.0
+	# Parse::RecDescent 1.967006 ( 1.967.6 )
+	echo \>=dev-perl/Parse-RecDescent-1.967.6
+	# Pod::Usage 1 ( 1.0.0 )
+	echo \>=virtual/perl-PodParser-1.0.0
+	# Scalar::Util 1.02 ( 1.20.0 )
+	echo \>=virtual/perl-Scalar-List-Utils-1.20.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() {
+	# Cwd
+	echo virtual/perl-File-Spec
+	# File::Basename
+	echo dev-lang/perl
+	# File::Find 1 ( 1.0.0 )
+	echo \>=dev-lang/perl-1.0.0
+	# File::Spec 3 ( 3.0.0 )
+	echo \>=virtual/perl-File-Spec-3.0
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# IPC::Run3 0.033 ( 0.33.0 )
+	echo \>=dev-perl/IPC-Run3-0.033
+	# Probe::Perl 0.01 ( 0.10.0 )
+	echo \>=dev-perl/Probe-Perl-0.10.0
+	# Test::Builder
+	echo virtual/perl-Test-Simple
+	# Test::More
+	echo virtual/perl-Test-Simple
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-WikiDoc/
@ 2012-02-27  1:59 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2012-02-27  1:59 UTC (permalink / raw
  To: gentoo-commits

commit:     2a9b2c574c1339a2208c00132cc01e82d2cc34a8
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Feb 27 00:57:04 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Feb 27 01:11:24 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2a9b2c57

[fixdep] Pod-WikiDoc -> Getopt-Lucid

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

---
 dev-perl/Pod-WikiDoc/ChangeLog                  |    5 ++++-
 dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild |    4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Pod-WikiDoc/ChangeLog b/dev-perl/Pod-WikiDoc/ChangeLog
index 480eb76..a0019b4 100644
--- a/dev-perl/Pod-WikiDoc/ChangeLog
+++ b/dev-perl/Pod-WikiDoc/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for dev-perl/Pod-WikiDoc
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  27 Feb 2012; Kent Fredric <kentfredric@gmail.com> Pod-WikiDoc-0.180.0.ebuild:
+  Fixdep Getopt::Lucid
+
   22 Apr 2011; Kent Fredric <kentfredric@gmail.com> Pod-WikiDoc-0.180.0.ebuild:
   Depend on Module::Build
 

diff --git a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild
index 838f043..c732552 100644
--- a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild
+++ b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
@@ -12,7 +12,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 COMMON_DEPEND="
-	>=dev-perl/Getopt-Lucid-0.14
+	>=dev-perl/Getopt-Lucid-0.140.0
 	>=dev-perl/IO-String-1.06
 	>=dev-perl/Parse-RecDescent-1.94
 	>=virtual/perl-Scalar-List-Utils-1.02



^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:perl514virtuals commit in: dev-perl/Pod-WikiDoc/
@ 2011-04-23 13:00 Kent Fredric
  2011-04-22 14:35 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
  0 siblings, 1 reply; 9+ messages in thread
From: Kent Fredric @ 2011-04-23 13:00 UTC (permalink / raw
  To: gentoo-commits

commit:     e0a3a559a671c1debd5d7bb18888f90ba33dc3a1
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr 22 14:33:20 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr 22 14:33:20 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e0a3a559

[fixdep] Pod-WikiDoc -> Module-Build

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

---
 dev-perl/Pod-WikiDoc/ChangeLog                  |    3 +++
 dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Pod-WikiDoc/ChangeLog b/dev-perl/Pod-WikiDoc/ChangeLog
index 6970a1d..480eb76 100644
--- a/dev-perl/Pod-WikiDoc/ChangeLog
+++ b/dev-perl/Pod-WikiDoc/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  22 Apr 2011; Kent Fredric <kentfredric@gmail.com> Pod-WikiDoc-0.180.0.ebuild:
+  Depend on Module::Build
+
 *Pod-WikiDoc-0.180.0 (22 Apr 2011)
 
   22 Apr 2011; Kent Fredric <kentfredric@gmail.com> -Pod-WikiDoc-0.18.ebuild,

diff --git a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild
index 6d10e72..838f043 100644
--- a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild
+++ b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild
@@ -20,6 +20,7 @@ COMMON_DEPEND="
 "
 DEPEND="
 	${COMMON_DEPEND}
+	virtual/perl-Module-Build
 	>=virtual/perl-Test-Simple-0.45
 	>=dev-perl/IPC-Run3-0.033
 	>=dev-perl/Probe-Perl-0.01



^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-WikiDoc/
@ 2011-04-22 14:35 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2011-04-22 14:35 UTC (permalink / raw
  To: gentoo-commits

commit:     8f1dc80cddb8b212f01cac690c66d946c1565b8d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr 22 14:22:04 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr 22 14:22:04 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8f1dc80c

[migrate] Pod-WikiDoc

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

---
 dev-perl/Pod-WikiDoc/ChangeLog                     |    8 +++++++-
 ...iDoc-0.18.ebuild => Pod-WikiDoc-0.180.0.ebuild} |    3 ++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Pod-WikiDoc/ChangeLog b/dev-perl/Pod-WikiDoc/ChangeLog
index 4df1540..6970a1d 100644
--- a/dev-perl/Pod-WikiDoc/ChangeLog
+++ b/dev-perl/Pod-WikiDoc/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Pod-WikiDoc
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Pod-WikiDoc-0.180.0 (22 Apr 2011)
+
+  22 Apr 2011; Kent Fredric <kentfredric@gmail.com> -Pod-WikiDoc-0.18.ebuild,
+  +Pod-WikiDoc-0.180.0.ebuild:
+  Migrate to x.y.z
+
 *Pod-WikiDoc-0.18 (23 Nov 2009)
 
   23 Nov 2009; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.18.ebuild b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild
similarity index 91%
rename from dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.18.ebuild
rename to dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild
index 2e2f1c9..6d10e72 100644
--- a/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.18.ebuild
+++ b/dev-perl/Pod-WikiDoc/Pod-WikiDoc-0.180.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
 MODULE_AUTHOR=DAGOLDEN
+MODULE_VERSION="0.18"
 inherit perl-module
 
 DESCRIPTION="Generate Pod from inline wiki style text"



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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-01 11:37 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-WikiDoc/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-06-17  0:56 Kent Fredric
2015-06-09 10:13 Kent Fredric
2014-07-22  2:49 Kent Fredric
2013-05-03  4:12 Kent Fredric
2012-02-28 12:02 Kent Fredric
2012-02-27  1:59 Kent Fredric
2011-04-23 13:00 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
2011-04-22 14:35 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-04-22 14:35 Kent Fredric

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