public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Pod-LaTeX/
@ 2011-03-12  2:12 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-03-12  2:12 UTC (permalink / raw
  To: gentoo-commits

commit:     07c00ce54e5774a26f79c43776568f063f73d308
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Mar 11 20:57:52 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Mar 11 20:57:52 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=07c00ce5

[added] perl-core/Pod-LaTeX

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

---
 perl-core/Pod-LaTeX/ChangeLog             |   10 ++++++++++
 perl-core/Pod-LaTeX/Pod-LaTeX-0.59.ebuild |   24 ++++++++++++++++++++++++
 perl-core/Pod-LaTeX/metadata.xml          |    9 +++++++++
 3 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/perl-core/Pod-LaTeX/ChangeLog b/perl-core/Pod-LaTeX/ChangeLog
new file mode 100644
index 0000000..632f9e2
--- /dev/null
+++ b/perl-core/Pod-LaTeX/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for perl-core/Pod-LaTeX
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Pod-LaTeX-0.59 (11 Mar 2011)
+
+  11 Mar 2011; Kent Fredric <kentfredric@gmail.com> +Pod-LaTeX-0.59.ebuild,
+  +metadata.xml:
+  Added: reported outdated by cpan-outdated
+

diff --git a/perl-core/Pod-LaTeX/Pod-LaTeX-0.59.ebuild b/perl-core/Pod-LaTeX/Pod-LaTeX-0.59.ebuild
new file mode 100644
index 0000000..4d9c1bb
--- /dev/null
+++ b/perl-core/Pod-LaTeX/Pod-LaTeX-0.59.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="3"
+MODULE_AUTHOR=TJENNESS
+inherit perl-module
+
+DESCRIPTION="Convert Pod data to formatted Latex"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+COMMON_DEPEND="
+	>=virtual/perl-PodParser-0.3
+"
+DEPEND="
+	${COMMON_DEPEND}
+	>=virtual/perl-Module-Build-0.36
+	test? ( virtual/perl-Test-Simple )
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"

diff --git a/perl-core/Pod-LaTeX/metadata.xml b/perl-core/Pod-LaTeX/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/perl-core/Pod-LaTeX/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] 5+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Pod-LaTeX/
@ 2011-04-03 23:33 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-04-03 23:33 UTC (permalink / raw
  To: gentoo-commits

commit:     249174070ef4fad64ccbf7c5bed161f980205179
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr  3 22:09:52 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr  3 22:09:52 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=24917407

[migrate] perl-core/Pod-LaTeX ; me-- # not doing it earlier somehow

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

---
 perl-core/Pod-LaTeX/ChangeLog                      |    6 ++++++
 ...-LaTeX-0.59.ebuild => Pod-LaTeX-0.590.0.ebuild} |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/perl-core/Pod-LaTeX/ChangeLog b/perl-core/Pod-LaTeX/ChangeLog
index 632f9e2..36204d4 100644
--- a/perl-core/Pod-LaTeX/ChangeLog
+++ b/perl-core/Pod-LaTeX/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Pod-LaTeX-0.590.0 (03 Apr 2011)
+
+  03 Apr 2011; Kent Fredric <kentfredric@gmail.com> -Pod-LaTeX-0.59.ebuild,
+  +Pod-LaTeX-0.590.0.ebuild:
+  Migrate to new vscheme
+
 *Pod-LaTeX-0.59 (11 Mar 2011)
 
   11 Mar 2011; Kent Fredric <kentfredric@gmail.com> +Pod-LaTeX-0.59.ebuild,

diff --git a/perl-core/Pod-LaTeX/Pod-LaTeX-0.59.ebuild b/perl-core/Pod-LaTeX/Pod-LaTeX-0.590.0.ebuild
similarity index 95%
rename from perl-core/Pod-LaTeX/Pod-LaTeX-0.59.ebuild
rename to perl-core/Pod-LaTeX/Pod-LaTeX-0.590.0.ebuild
index 4d9c1bb..f3bd001 100644
--- a/perl-core/Pod-LaTeX/Pod-LaTeX-0.59.ebuild
+++ b/perl-core/Pod-LaTeX/Pod-LaTeX-0.590.0.ebuild
@@ -3,6 +3,7 @@
 # $Header: $
 EAPI="3"
 MODULE_AUTHOR=TJENNESS
+MODULE_VERSION="0.59"
 inherit perl-module
 
 DESCRIPTION="Convert Pod data to formatted Latex"



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

* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Pod-LaTeX/
@ 2012-02-27  0:20 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-02-27  0:20 UTC (permalink / raw
  To: gentoo-commits

commit:     82113aa261336a3c91ae0848ccc8551ca35bc229
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Feb 26 23:28:38 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Feb 26 23:28:38 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=82113aa2

[newversion] Pod-LaTeX-0.600.0

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

---
 perl-core/Pod-LaTeX/ChangeLog                |    7 ++++-
 perl-core/Pod-LaTeX/Pod-LaTeX-0.600.0.ebuild |   40 ++++++++++++++++++++++++++
 2 files changed, 46 insertions(+), 1 deletions(-)

diff --git a/perl-core/Pod-LaTeX/ChangeLog b/perl-core/Pod-LaTeX/ChangeLog
index 36204d4..bdd2130 100644
--- a/perl-core/Pod-LaTeX/ChangeLog
+++ b/perl-core/Pod-LaTeX/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for perl-core/Pod-LaTeX
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Pod-LaTeX-0.600.0 (26 Feb 2012)
+
+  26 Feb 2012; Kent Fredric <kentfredric@gmail.com> +Pod-LaTeX-0.600.0.ebuild:
+  Version Bump
+
 *Pod-LaTeX-0.590.0 (03 Apr 2011)
 
   03 Apr 2011; Kent Fredric <kentfredric@gmail.com> -Pod-LaTeX-0.59.ebuild,

diff --git a/perl-core/Pod-LaTeX/Pod-LaTeX-0.600.0.ebuild b/perl-core/Pod-LaTeX/Pod-LaTeX-0.600.0.ebuild
new file mode 100644
index 0000000..0256463
--- /dev/null
+++ b/perl-core/Pod-LaTeX/Pod-LaTeX-0.600.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=TJENNESS
+MODULE_VERSION=0.60
+inherit perl-module
+
+DESCRIPTION='Convert Pod data to formatted Latex'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# Module::Build 0.36 ( 0.360.0 )
+	echo \>=virtual/perl-Module-Build-0.36
+}
+perl_meta_build() {
+	# Test::More
+	echo virtual/perl-Test-Simple
+}
+perl_meta_runtime() {
+	# Pod::Find
+	echo virtual/perl-PodParser
+	# Pod::ParseUtils 0.3 ( 0.300.0 )
+	echo \>=virtual/perl-PodParser-0.300.0
+	# Pod::Parser
+	echo virtual/perl-PodParser
+	# Pod::Select
+	echo virtual/perl-PodParser
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Pod-LaTeX/
@ 2013-02-24  6:00 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2013-02-24  6:00 UTC (permalink / raw
  To: gentoo-commits

commit:     a850f4520d682c9a8f72d870275025630ce60db5
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Feb 24 04:15:18 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Feb 24 04:15:18 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a850f452

[newversion] perl-core/Pod-LaTeX-0.610.0

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

---
 perl-core/Pod-LaTeX/ChangeLog                |    7 ++++-
 perl-core/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild |   42 ++++++++++++++++++++++++++
 2 files changed, 48 insertions(+), 1 deletions(-)

diff --git a/perl-core/Pod-LaTeX/ChangeLog b/perl-core/Pod-LaTeX/ChangeLog
index bdd2130..9a103bb 100644
--- a/perl-core/Pod-LaTeX/ChangeLog
+++ b/perl-core/Pod-LaTeX/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for perl-core/Pod-LaTeX
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Pod-LaTeX-0.610.0 (24 Feb 2013)
+
+  24 Feb 2013; Kent Fredric <kentfredric@gmail.com> +Pod-LaTeX-0.610.0.ebuild:
+  Version Bump
+
 *Pod-LaTeX-0.600.0 (26 Feb 2012)
 
   26 Feb 2012; Kent Fredric <kentfredric@gmail.com> +Pod-LaTeX-0.600.0.ebuild:

diff --git a/perl-core/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild b/perl-core/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild
new file mode 100644
index 0000000..5ced33d
--- /dev/null
+++ b/perl-core/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=TJENNESS
+MODULE_VERSION=0.61
+inherit perl-module
+
+DESCRIPTION='Convert Pod data to formatted Latex'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# Module::Build 0.36 ( 0.360.0 )
+	echo \>=virtual/perl-Module-Build-0.36
+}
+perl_meta_build() {
+	# Test::More
+	echo virtual/perl-Test-Simple
+}
+perl_meta_runtime() {
+	# Pod::Find
+	echo virtual/perl-PodParser
+	# Pod::ParseUtils 0.3 ( 0.300.0 )
+	echo \>=virtual/perl-PodParser-0.300.0
+	# Pod::Parser
+	echo virtual/perl-PodParser
+	# Pod::Select
+	echo virtual/perl-PodParser
+	# if
+	# echo virtual/perl-if
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


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

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

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

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

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

---
 perl-core/Pod-LaTeX/ChangeLog                                | 12 +++++++++++-
 ...{Pod-LaTeX-0.590.0.ebuild => Pod-LaTeX-0.590.0-r1.ebuild} |  4 ++--
 ...{Pod-LaTeX-0.600.0.ebuild => Pod-LaTeX-0.600.0-r1.ebuild} | 10 +++++-----
 ...{Pod-LaTeX-0.610.0.ebuild => Pod-LaTeX-0.610.0-r1.ebuild} | 10 +++++-----
 4 files changed, 23 insertions(+), 13 deletions(-)

diff --git a/perl-core/Pod-LaTeX/ChangeLog b/perl-core/Pod-LaTeX/ChangeLog
index 9a103bb..ad93267 100644
--- a/perl-core/Pod-LaTeX/ChangeLog
+++ b/perl-core/Pod-LaTeX/ChangeLog
@@ -1,7 +1,17 @@
 # ChangeLog for perl-core/Pod-LaTeX
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Pod-LaTeX-0.610.0-r1 (22 Jul 2014)
+*Pod-LaTeX-0.600.0-r1 (22 Jul 2014)
+*Pod-LaTeX-0.590.0-r1 (22 Jul 2014)
+
+  22 Jul 2014; Kent Fredric <kentfredric@gmail.com> -Pod-LaTeX-0.590.0.ebuild,
+  +Pod-LaTeX-0.590.0-r1.ebuild, -Pod-LaTeX-0.600.0.ebuild,
+  +Pod-LaTeX-0.600.0-r1.ebuild, -Pod-LaTeX-0.610.0.ebuild,
+  +Pod-LaTeX-0.610.0-r1.ebuild:
+  PodParser -> Pod-Parser
+
 *Pod-LaTeX-0.610.0 (24 Feb 2013)
 
   24 Feb 2013; Kent Fredric <kentfredric@gmail.com> +Pod-LaTeX-0.610.0.ebuild:

diff --git a/perl-core/Pod-LaTeX/Pod-LaTeX-0.590.0.ebuild b/perl-core/Pod-LaTeX/Pod-LaTeX-0.590.0-r1.ebuild
similarity index 86%
rename from perl-core/Pod-LaTeX/Pod-LaTeX-0.590.0.ebuild
rename to perl-core/Pod-LaTeX/Pod-LaTeX-0.590.0-r1.ebuild
index f3bd001..a3d31f2 100644
--- a/perl-core/Pod-LaTeX/Pod-LaTeX-0.590.0.ebuild
+++ b/perl-core/Pod-LaTeX/Pod-LaTeX-0.590.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI="3"
@@ -12,7 +12,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 COMMON_DEPEND="
-	>=virtual/perl-PodParser-0.3
+	>=virtual/perl-Pod-Parser-0.3
 "
 DEPEND="
 	${COMMON_DEPEND}

diff --git a/perl-core/Pod-LaTeX/Pod-LaTeX-0.600.0.ebuild b/perl-core/Pod-LaTeX/Pod-LaTeX-0.600.0-r1.ebuild
similarity index 79%
rename from perl-core/Pod-LaTeX/Pod-LaTeX-0.600.0.ebuild
rename to perl-core/Pod-LaTeX/Pod-LaTeX-0.600.0-r1.ebuild
index 0256463..24699b0 100644
--- a/perl-core/Pod-LaTeX/Pod-LaTeX-0.600.0.ebuild
+++ b/perl-core/Pod-LaTeX/Pod-LaTeX-0.600.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
@@ -21,13 +21,13 @@ perl_meta_build() {
 }
 perl_meta_runtime() {
 	# Pod::Find
-	echo virtual/perl-PodParser
+	echo virtual/perl-Pod-Parser
 	# Pod::ParseUtils 0.3 ( 0.300.0 )
-	echo \>=virtual/perl-PodParser-0.300.0
+	echo \>=virtual/perl-Pod-Parser-0.300.0
 	# Pod::Parser
-	echo virtual/perl-PodParser
+	echo virtual/perl-Pod-Parser
 	# Pod::Select
-	echo virtual/perl-PodParser
+	echo virtual/perl-Pod-Parser
 }
 DEPEND="
 	$(perl_meta_configure)

diff --git a/perl-core/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild b/perl-core/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild
similarity index 80%
rename from perl-core/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild
rename to perl-core/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild
index 5ced33d..efe0e36 100644
--- a/perl-core/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild
+++ b/perl-core/Pod-LaTeX/Pod-LaTeX-0.610.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
@@ -21,13 +21,13 @@ perl_meta_build() {
 }
 perl_meta_runtime() {
 	# Pod::Find
-	echo virtual/perl-PodParser
+	echo virtual/perl-Pod-Parser
 	# Pod::ParseUtils 0.3 ( 0.300.0 )
-	echo \>=virtual/perl-PodParser-0.300.0
+	echo \>=virtual/perl-Pod-Parser-0.300.0
 	# Pod::Parser
-	echo virtual/perl-PodParser
+	echo virtual/perl-Pod-Parser
 	# Pod::Select
-	echo virtual/perl-PodParser
+	echo virtual/perl-Pod-Parser
 	# if
 	# echo virtual/perl-if
 }


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

end of thread, other threads:[~2014-07-22  2:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-24  6:00 [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Pod-LaTeX/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2014-07-22  2:49 Kent Fredric
2012-02-27  0:20 Kent Fredric
2011-04-03 23:33 Kent Fredric
2011-03-12  2:12 Kent Fredric

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