* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Constants/
@ 2012-11-05 7:43 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2012-11-05 7:43 UTC (permalink / raw
To: gentoo-commits
commit: 148fcb33a35cce7b4d0d88241518489dfbcbb67f
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Nov 5 07:33:21 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Nov 5 07:42:46 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=148fcb33
[metadata-update] Pod-Constants
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Pod-Constants/ChangeLog | 3 +++
dev-perl/Pod-Constants/metadata.xml | 8 ++++++++
2 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Pod-Constants/ChangeLog b/dev-perl/Pod-Constants/ChangeLog
index e48b391..729baa5 100644
--- a/dev-perl/Pod-Constants/ChangeLog
+++ b/dev-perl/Pod-Constants/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 05 Nov 2012; Kent Fredric <kentfredric@gmail.com> metadata.xml:
+ Update metadata
+
*Pod-Constants-0.160.0 (05 Nov 2012)
05 Nov 2012; Kent Fredric <kentfredric@gmail.com> -Pod-Constants-0.16.ebuild,
diff --git a/dev-perl/Pod-Constants/metadata.xml b/dev-perl/Pod-Constants/metadata.xml
index 743b271..a5ff606 100644
--- a/dev-perl/Pod-Constants/metadata.xml
+++ b/dev-perl/Pod-Constants/metadata.xml
@@ -5,5 +5,13 @@
<maintainer>
<email>dwc@pobox.com</email>
<name>Daniel Westermann-Clark</name>
+ </maintainer>
+ <maintainer>
+ <email>kentfredric@gmail.com</email>
+ <name>Kent Fredric</name>
</maintainer>
+ <upstream>
+ <remote-id type="cpan">Pod-Constants</remote-id>
+ <remote-id type="cpan-module">Pod::Constants</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Constants/
@ 2012-11-05 7:43 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2012-11-05 7:43 UTC (permalink / raw
To: gentoo-commits
commit: a83e678805d9dcba39b8d41fbd2b73e13ab3fedc
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Nov 5 06:35:47 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Nov 5 06:41:03 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a83e6788
[import/dwc/pod-constants] rehash Pod-Constants-0.16 as 0.160.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Pod-Constants/ChangeLog | 8 +++++-
dev-perl/Pod-Constants/Pod-Constants-0.16.ebuild | 20 ---------------
.../Pod-Constants/Pod-Constants-0.160.0.ebuild | 26 ++++++++++++++++++++
3 files changed, 33 insertions(+), 21 deletions(-)
diff --git a/dev-perl/Pod-Constants/ChangeLog b/dev-perl/Pod-Constants/ChangeLog
index 9197f15..e48b391 100644
--- a/dev-perl/Pod-Constants/ChangeLog
+++ b/dev-perl/Pod-Constants/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Pod-Constants
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Pod-Constants-0.160.0 (05 Nov 2012)
+
+ 05 Nov 2012; Kent Fredric <kentfredric@gmail.com> -Pod-Constants-0.16.ebuild,
+ +Pod-Constants-0.160.0.ebuild:
+ Migrate DWC's version to x.y.z post-import, and regenerate content
+
09 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
Pod-Constants-0.16.ebuild, +metadata.xml:
Convert to EAPI=2 and add metadata.xml
diff --git a/dev-perl/Pod-Constants/Pod-Constants-0.16.ebuild b/dev-perl/Pod-Constants/Pod-Constants-0.16.ebuild
deleted file mode 100644
index bd4cd25..0000000
--- a/dev-perl/Pod-Constants/Pod-Constants-0.16.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=SAMV
-inherit perl-module
-
-DESCRIPTION="Include constants from POD"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-SRC_TEST="do"
-
-IUSE="test"
-RDEPEND=">=virtual/perl-PodParser-1.13"
-DEPEND="${RDEPEND}
- test? ( >=virtual/perl-Test-Simple-0.18 )"
diff --git a/dev-perl/Pod-Constants/Pod-Constants-0.160.0.ebuild b/dev-perl/Pod-Constants/Pod-Constants-0.160.0.ebuild
new file mode 100644
index 0000000..6eda4f3
--- /dev/null
+++ b/dev-perl/Pod-Constants/Pod-Constants-0.160.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=SAMV
+MODULE_VERSION=0.16
+inherit perl-module
+
+DESCRIPTION='Include constants from POD'
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_runtime() {
+ # Pod::Parser 1.13 ( 1.130.0 )
+ echo \>=virtual/perl-PodParser-1.130.0
+ # Test::Simple 0.18 ( 0.180.0 )
+ echo \>=virtual/perl-Test-Simple-0.18
+}
+DEPEND="
+ $(perl_meta_runtime)
+"
+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/Pod-Constants/
@ 2012-11-05 7:43 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2012-11-05 7:43 UTC (permalink / raw
To: gentoo-commits
commit: c7de3bc8063b3653630ce035d57ebbc643848351
Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Thu Jul 9 15:59:58 2009 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Nov 5 06:40:58 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c7de3bc8
[import/dwc/pod-constants] Convert to EAPI=2 and add metadata.xml
(Portage version: 2.1.6.13/git/Linux x86_64)
(Signed Manifest commit)
---
dev-perl/Pod-Constants/ChangeLog | 8 ++++++++
dev-perl/Pod-Constants/Pod-Constants-0.16.ebuild | 17 ++++++++---------
dev-perl/Pod-Constants/metadata.xml | 9 +++++++++
3 files changed, 25 insertions(+), 9 deletions(-)
diff --git a/dev-perl/Pod-Constants/ChangeLog b/dev-perl/Pod-Constants/ChangeLog
new file mode 100644
index 0000000..9197f15
--- /dev/null
+++ b/dev-perl/Pod-Constants/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-perl/Pod-Constants
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 09 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
+ Pod-Constants-0.16.ebuild, +metadata.xml:
+ Convert to EAPI=2 and add metadata.xml
+
diff --git a/dev-perl/Pod-Constants/Pod-Constants-0.16.ebuild b/dev-perl/Pod-Constants/Pod-Constants-0.16.ebuild
index 78d06ea..bd4cd25 100644
--- a/dev-perl/Pod-Constants/Pod-Constants-0.16.ebuild
+++ b/dev-perl/Pod-Constants/Pod-Constants-0.16.ebuild
@@ -1,21 +1,20 @@
-# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header$
+# $Header: $
+EAPI=2
+
+MODULE_AUTHOR=SAMV
inherit perl-module
DESCRIPTION="Include constants from POD"
-HOMEPAGE="http://search.cpan.org/dist/${PN}/"
-SRC_URI="mirror://cpan/authors/id/S/SA/SAMV/${P}.tar.gz"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
-RESTRICT="nomirror"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
SRC_TEST="do"
IUSE="test"
-RDEPEND="dev-lang/perl
- >=virtual/perl-PodParser-1.13"
+RDEPEND=">=virtual/perl-PodParser-1.13"
DEPEND="${RDEPEND}
test? ( >=virtual/perl-Test-Simple-0.18 )"
diff --git a/dev-perl/Pod-Constants/metadata.xml b/dev-perl/Pod-Constants/metadata.xml
new file mode 100644
index 0000000..743b271
--- /dev/null
+++ b/dev-perl/Pod-Constants/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>dwc@pobox.com</email>
+ <name>Daniel Westermann-Clark</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Constants/
@ 2012-11-05 7:43 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2012-11-05 7:43 UTC (permalink / raw
To: gentoo-commits
commit: fb2cd10675f50dedf837fa27441a4214bee43015
Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Wed Jul 8 15:43:12 2009 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Nov 5 06:40:54 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=fb2cd106
[import/dwc/pod-constants] Add remaning ebuilds from my perl-other overlay
---
dev-perl/Pod-Constants/Pod-Constants-0.16.ebuild | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Pod-Constants/Pod-Constants-0.16.ebuild b/dev-perl/Pod-Constants/Pod-Constants-0.16.ebuild
new file mode 100644
index 0000000..78d06ea
--- /dev/null
+++ b/dev-perl/Pod-Constants/Pod-Constants-0.16.ebuild
@@ -0,0 +1,21 @@
+# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Distributed under the terms of the GNU General Public License v2
+# $Header$
+
+inherit perl-module
+
+DESCRIPTION="Include constants from POD"
+HOMEPAGE="http://search.cpan.org/dist/${PN}/"
+SRC_URI="mirror://cpan/authors/id/S/SA/SAMV/${P}.tar.gz"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
+RESTRICT="nomirror"
+SRC_TEST="do"
+
+IUSE="test"
+RDEPEND="dev-lang/perl
+ >=virtual/perl-PodParser-1.13"
+DEPEND="${RDEPEND}
+ test? ( >=virtual/perl-Test-Simple-0.18 )"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Constants/
@ 2012-11-05 8:59 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2012-11-05 8:59 UTC (permalink / raw
To: gentoo-commits
commit: b2ffd8bfe093f9e6241e8ce3a7a805b3b58c83cb
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Nov 5 08:53:01 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Nov 5 08:53:01 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b2ffd8bf
[minor metdata-update] Pod-Constants : automated change affected indentation
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Pod-Constants/metadata.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dev-perl/Pod-Constants/metadata.xml b/dev-perl/Pod-Constants/metadata.xml
index a5ff606..f478c75 100644
--- a/dev-perl/Pod-Constants/metadata.xml
+++ b/dev-perl/Pod-Constants/metadata.xml
@@ -5,7 +5,7 @@
<maintainer>
<email>dwc@pobox.com</email>
<name>Daniel Westermann-Clark</name>
- </maintainer>
+ </maintainer>
<maintainer>
<email>kentfredric@gmail.com</email>
<name>Kent Fredric</name>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Constants/
@ 2014-07-22 2:49 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2014-07-22 2:49 UTC (permalink / raw
To: gentoo-commits
commit: 5ed64569c6af8547840a7bdcf9111579053605e5
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jul 22 02:26:19 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jul 22 02:26:19 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5ed64569
[fixup] dev-perl/Pod-Constants PodParser -> Pod-Parser
Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820
---
dev-perl/Pod-Constants/ChangeLog | 8 +++++++-
...d-Constants-0.160.0.ebuild => Pod-Constants-0.160.0-r1.ebuild} | 4 ++--
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Pod-Constants/ChangeLog b/dev-perl/Pod-Constants/ChangeLog
index 729baa5..da34a63 100644
--- a/dev-perl/Pod-Constants/ChangeLog
+++ b/dev-perl/Pod-Constants/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Pod-Constants
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Pod-Constants-0.160.0-r1 (22 Jul 2014)
+
+ 22 Jul 2014; Kent Fredric <kentfredric@gmail.com>
+ -Pod-Constants-0.160.0.ebuild, +Pod-Constants-0.160.0-r1.ebuild:
+ PodParser -> Pod-Parser
+
05 Nov 2012; Kent Fredric <kentfredric@gmail.com> metadata.xml:
Update metadata
diff --git a/dev-perl/Pod-Constants/Pod-Constants-0.160.0.ebuild b/dev-perl/Pod-Constants/Pod-Constants-0.160.0-r1.ebuild
similarity index 85%
rename from dev-perl/Pod-Constants/Pod-Constants-0.160.0.ebuild
rename to dev-perl/Pod-Constants/Pod-Constants-0.160.0-r1.ebuild
index 6eda4f3..2252525 100644
--- a/dev-perl/Pod-Constants/Pod-Constants-0.160.0.ebuild
+++ b/dev-perl/Pod-Constants/Pod-Constants-0.160.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=5
@@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
perl_meta_runtime() {
# Pod::Parser 1.13 ( 1.130.0 )
- echo \>=virtual/perl-PodParser-1.130.0
+ echo \>=virtual/perl-Pod-Parser-1.130.0
# Test::Simple 0.18 ( 0.180.0 )
echo \>=virtual/perl-Test-Simple-0.18
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-07-22 2:49 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-22 2:49 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Constants/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2012-11-05 8:59 Kent Fredric
2012-11-05 7:43 Kent Fredric
2012-11-05 7:43 Kent Fredric
2012-11-05 7:43 Kent Fredric
2012-11-05 7:43 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox