* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-PseudoPod/
@ 2011-07-16 22:59 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-07-16 22:59 UTC (permalink / raw
To: gentoo-commits
commit: 18870380cb5317d79ef73fd0a79e4789c7964e12
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jul 16 17:23:05 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul 16 17:23:05 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=18870380
[migrate] Pod-PseudoPod
(Portage version: 2.2.0_alpha43/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
dev-perl/Pod-PseudoPod/ChangeLog | 8 +++++++-
...od-0.16.ebuild => Pod-PseudoPod-0.160.0.ebuild} | 3 ++-
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Pod-PseudoPod/ChangeLog b/dev-perl/Pod-PseudoPod/ChangeLog
index 228f0c2..54a001c 100644
--- a/dev-perl/Pod-PseudoPod/ChangeLog
+++ b/dev-perl/Pod-PseudoPod/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Pod-PseudoPod
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Pod-PseudoPod-0.160.0 (16 Jul 2011)
+
+ 16 Jul 2011; Kent Fredric <kentfredric@gmail.com> -Pod-PseudoPod-0.16.ebuild,
+ +Pod-PseudoPod-0.160.0.ebuild:
+ Migrate to new Version Scheme
+
*Pod-PseudoPod-0.16 (29 Apr 2010)
29 Apr 2010; Torsten Veller <tove@gentoo.org> +Pod-PseudoPod-0.16.ebuild,
diff --git a/dev-perl/Pod-PseudoPod/Pod-PseudoPod-0.16.ebuild b/dev-perl/Pod-PseudoPod/Pod-PseudoPod-0.160.0.ebuild
similarity index 83%
rename from dev-perl/Pod-PseudoPod/Pod-PseudoPod-0.16.ebuild
rename to dev-perl/Pod-PseudoPod/Pod-PseudoPod-0.160.0.ebuild
index c235078..daf350e 100644
--- a/dev-perl/Pod-PseudoPod/Pod-PseudoPod-0.16.ebuild
+++ b/dev-perl/Pod-PseudoPod/Pod-PseudoPod-0.160.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
MODULE_AUTHOR=ARANDAL
+MODULE_VERSION="0.16"
inherit perl-module
DESCRIPTION="A framework for parsing PseudoPod"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-PseudoPod/
@ 2011-07-16 22:59 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-07-16 22:59 UTC (permalink / raw
To: gentoo-commits
commit: bc0bfa0a96055f9d17e219d98f2ff5b608d2364f
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jul 16 17:29:32 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul 16 17:29:32 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=bc0bfa0a
[newversion] Pod-PseudoPod-0.170.0
(Portage version: 2.2.0_alpha43/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
dev-perl/Pod-PseudoPod/ChangeLog | 6 ++++
.../Pod-PseudoPod/Pod-PseudoPod-0.170.0.ebuild | 26 ++++++++++++++++++++
2 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Pod-PseudoPod/ChangeLog b/dev-perl/Pod-PseudoPod/ChangeLog
index 54a001c..5077c19 100644
--- a/dev-perl/Pod-PseudoPod/ChangeLog
+++ b/dev-perl/Pod-PseudoPod/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Pod-PseudoPod-0.170.0 (16 Jul 2011)
+
+ 16 Jul 2011; Kent Fredric <kentfredric@gmail.com>
+ +Pod-PseudoPod-0.170.0.ebuild:
+ Version Bump
+
*Pod-PseudoPod-0.160.0 (16 Jul 2011)
16 Jul 2011; Kent Fredric <kentfredric@gmail.com> -Pod-PseudoPod-0.16.ebuild,
diff --git a/dev-perl/Pod-PseudoPod/Pod-PseudoPod-0.170.0.ebuild b/dev-perl/Pod-PseudoPod/Pod-PseudoPod-0.170.0.ebuild
new file mode 100644
index 0000000..6b6717e
--- /dev/null
+++ b/dev-perl/Pod-PseudoPod/Pod-PseudoPod-0.170.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=CHROMATIC
+MODULE_VERSION=0.17
+inherit perl-module
+
+DESCRIPTION="A framework for parsing PseudoPod"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { echo ''; }
+RDEPEND="
+ >=virtual/perl-Pod-Simple-3.02 $(comment 3.20.0)
+ >=virtual/perl-Text-Tabs+Wrap-98.112.902 $(comment Text::Wrap)
+ dev-perl/HTML-Parser $(comment HTML::Entities)
+"
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build
+ virtual/perl-Test-Simple $(comment Test::More)
+"
+SRC_TEST=do
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-PseudoPod/
@ 2011-08-27 11:22 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-08-27 11:22 UTC (permalink / raw
To: gentoo-commits
commit: 25b6d35125ec9a9ceb1215419a3a73edf0911b72
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Aug 27 11:10:50 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Aug 27 11:11:52 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=25b6d351
[newversion] Pod-PseudoPod-0.180.0
(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
dev-perl/Pod-PseudoPod/ChangeLog | 6 +++
.../Pod-PseudoPod/Pod-PseudoPod-0.180.0.ebuild | 36 ++++++++++++++++++++
2 files changed, 42 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Pod-PseudoPod/ChangeLog b/dev-perl/Pod-PseudoPod/ChangeLog
index 5077c19..5a868bb 100644
--- a/dev-perl/Pod-PseudoPod/ChangeLog
+++ b/dev-perl/Pod-PseudoPod/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Pod-PseudoPod-0.180.0 (27 Aug 2011)
+
+ 27 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+ +Pod-PseudoPod-0.180.0.ebuild:
+ Version Bump
+
*Pod-PseudoPod-0.170.0 (16 Jul 2011)
16 Jul 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Pod-PseudoPod/Pod-PseudoPod-0.180.0.ebuild b/dev-perl/Pod-PseudoPod/Pod-PseudoPod-0.180.0.ebuild
new file mode 100644
index 0000000..10d9d8f
--- /dev/null
+++ b/dev-perl/Pod-PseudoPod/Pod-PseudoPod-0.180.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=CHROMATIC
+MODULE_VERSION=0.18
+inherit perl-module
+
+DESCRIPTION="A framework for parsing PseudoPod"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { true;}
+RDEPEND="
+ $(comment Pod::Simple 3.02)
+ >=virtual/perl-Pod-Simple-3.02 $(comment 3.20.0)
+
+ $(comment Text::Wrap 98.112902)
+ >=virtual/perl-Text-Tabs+Wrap-98.112.902
+
+ $(comment HTML::Entities)
+ dev-perl/HTML-Parser
+"
+DEPEND="${RDEPEND}
+ $(comment configure)
+ $(comment Module::Build)
+ virtual/perl-Module-Build
+
+ $(comment build)
+ $(comment Test::More)
+ virtual/perl-Test-Simple
+"
+SRC_TEST=do
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-PseudoPod/
@ 2012-02-08 21:57 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2012-02-08 21:57 UTC (permalink / raw
To: gentoo-commits
commit: 7209efde65de0ff48a537918e8a6aa3c7d479f2f
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Feb 8 19:22:46 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Feb 8 19:22:46 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7209efde
[cpanclean] Pod-PseudoPod-0.170.0
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Pod-PseudoPod/ChangeLog | 6 ++++-
.../Pod-PseudoPod/Pod-PseudoPod-0.170.0.ebuild | 26 --------------------
2 files changed, 5 insertions(+), 27 deletions(-)
diff --git a/dev-perl/Pod-PseudoPod/ChangeLog b/dev-perl/Pod-PseudoPod/ChangeLog
index 5a868bb..b54450b 100644
--- a/dev-perl/Pod-PseudoPod/ChangeLog
+++ b/dev-perl/Pod-PseudoPod/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for dev-perl/Pod-PseudoPod
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 08 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+ -Pod-PseudoPod-0.170.0.ebuild:
+ Gone on CPAN
+
*Pod-PseudoPod-0.180.0 (27 Aug 2011)
27 Aug 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Pod-PseudoPod/Pod-PseudoPod-0.170.0.ebuild b/dev-perl/Pod-PseudoPod/Pod-PseudoPod-0.170.0.ebuild
deleted file mode 100644
index 6b6717e..0000000
--- a/dev-perl/Pod-PseudoPod/Pod-PseudoPod-0.170.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=CHROMATIC
-MODULE_VERSION=0.17
-inherit perl-module
-
-DESCRIPTION="A framework for parsing PseudoPod"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { echo ''; }
-RDEPEND="
- >=virtual/perl-Pod-Simple-3.02 $(comment 3.20.0)
- >=virtual/perl-Text-Tabs+Wrap-98.112.902 $(comment Text::Wrap)
- dev-perl/HTML-Parser $(comment HTML::Entities)
-"
-DEPEND="${RDEPEND}
- virtual/perl-Module-Build
- virtual/perl-Test-Simple $(comment Test::More)
-"
-SRC_TEST=do
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-02-08 21:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-16 22:59 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-PseudoPod/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2012-02-08 21:57 Kent Fredric
2011-08-27 11:22 Kent Fredric
2011-07-16 22:59 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox