* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Elemental/
@ 2011-05-29 17:46 Torsten Veller
0 siblings, 0 replies; 8+ messages in thread
From: Torsten Veller @ 2011-05-29 17:46 UTC (permalink / raw
To: gentoo-commits
commit: 498594eb371f58c8a030c44e300994a0d1ad1ea5
Author: Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 17:22:59 2011 +0000
Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sun May 29 17:22:59 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=498594eb
[fix] dev-perl/Pod-Elemental 0.102360 -> 0.102.360
(Portage version: 2.2.0_alpha37/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
---
dev-perl/Pod-Elemental/ChangeLog | 9 ++++-
.../Pod-Elemental/Pod-Elemental-0.100220.ebuild | 35 --------------------
.../Pod-Elemental/Pod-Elemental-0.101620.ebuild | 35 --------------------
...02360.ebuild => Pod-Elemental-0.102.360.ebuild} | 8 +++-
4 files changed, 14 insertions(+), 73 deletions(-)
diff --git a/dev-perl/Pod-Elemental/ChangeLog b/dev-perl/Pod-Elemental/ChangeLog
index 4740066..3836da9 100644
--- a/dev-perl/Pod-Elemental/ChangeLog
+++ b/dev-perl/Pod-Elemental/ChangeLog
@@ -1,7 +1,14 @@
# ChangeLog for dev-perl/Pod-Elemental
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Pod-Elemental-0.102.360 (29 May 2011)
+
+ 29 May 2011; Torsten Veller <tove@gentoo.org>
+ +Pod-Elemental-0.102.360.ebuild, -Pod-Elemental-0.100220.ebuild,
+ -Pod-Elemental-0.101620.ebuild, -Pod-Elemental-0.102360.ebuild:
+ Change version scheme. Looks like a downgrade
+
25 Oct 2010; Kent Fredric <kentfredric@gmail.com>
-Pod-Elemental-0.093000.ebuild, -Pod-Elemental-0.093280.ebuild:
Clean. Gone on cpan
diff --git a/dev-perl/Pod-Elemental/Pod-Elemental-0.100220.ebuild b/dev-perl/Pod-Elemental/Pod-Elemental-0.100220.ebuild
deleted file mode 100644
index 5a247b1..0000000
--- a/dev-perl/Pod-Elemental/Pod-Elemental-0.100220.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=RJBS
-inherit perl-module
-
-DESCRIPTION="work with nestable Pod elements"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-COMMON_DEPEND="
- virtual/perl-Encode
- dev-perl/Moose
- >=dev-perl/Moose-Autobox-0.10
- dev-perl/MooseX-Types
- dev-perl/Mixin-Linewise
- dev-perl/namespace-autoclean
- >=dev-perl/Pod-Eventual-0.004
- dev-perl/String-RewritePrefix
- dev-perl/String-Truncate
- dev-perl/Sub-Exporter-ForMethods
-"
-DEPEND="
- ${COMMON_DEPEND}
- test? (
- dev-perl/Test-Deep
- dev-perl/Test-Differences
- )
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Pod-Elemental/Pod-Elemental-0.101620.ebuild b/dev-perl/Pod-Elemental/Pod-Elemental-0.101620.ebuild
deleted file mode 100644
index 694235f..0000000
--- a/dev-perl/Pod-Elemental/Pod-Elemental-0.101620.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=RJBS
-inherit perl-module
-
-DESCRIPTION="work with nestable Pod elements"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
- virtual/perl-Encode
- dev-perl/Mixin-Linewise
- dev-perl/Moose
- >=dev-perl/Moose-Autobox-0.10
- dev-perl/MooseX-Types
- >=dev-perl/Pod-Eventual-0.004
- dev-perl/String-RewritePrefix
- dev-perl/String-Truncate
- dev-perl/Sub-Exporter
- dev-perl/Sub-Exporter-ForMethods
- dev-perl/Test-Deep
- dev-perl/Test-Differences
- dev-perl/namespace-autoclean
-"
-DEPEND="
- ${COMMON_DEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.56
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Pod-Elemental/Pod-Elemental-0.102360.ebuild b/dev-perl/Pod-Elemental/Pod-Elemental-0.102.360.ebuild
similarity index 90%
rename from dev-perl/Pod-Elemental/Pod-Elemental-0.102360.ebuild
rename to dev-perl/Pod-Elemental/Pod-Elemental-0.102.360.ebuild
index 51595d9..143703f 100644
--- a/dev-perl/Pod-Elemental/Pod-Elemental-0.102360.ebuild
+++ b/dev-perl/Pod-Elemental/Pod-Elemental-0.102.360.ebuild
@@ -1,15 +1,19 @@
-# 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=RJBS
+MODULE_VERSION=0.102360
inherit perl-module
DESCRIPTION="work with nestable Pod elements"
-LICENSE="|| ( Artistic GPL-2 )"
+
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+
COMMON_DEPEND="
virtual/perl-Encode
dev-perl/Mixin-Linewise
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Elemental/
@ 2011-08-27 10:04 Kent Fredric
0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2011-08-27 10:04 UTC (permalink / raw
To: gentoo-commits
commit: 23179d45eb9db820d0d1c671aaad1a887082ebf3
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Aug 27 09:23:53 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Aug 27 09:23:53 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=23179d45
[newversion] Pod-Elemental-0.102.361
(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
dev-perl/Pod-Elemental/ChangeLog | 6 ++
.../Pod-Elemental/Pod-Elemental-0.102.361.ebuild | 87 ++++++++++++++++++++
2 files changed, 93 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Pod-Elemental/ChangeLog b/dev-perl/Pod-Elemental/ChangeLog
index 3836da9..cad1f3d 100644
--- a/dev-perl/Pod-Elemental/ChangeLog
+++ b/dev-perl/Pod-Elemental/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Pod-Elemental-0.102.361 (27 Aug 2011)
+
+ 27 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+ +Pod-Elemental-0.102.361.ebuild:
+ Version Bump
+
*Pod-Elemental-0.102.360 (29 May 2011)
29 May 2011; Torsten Veller <tove@gentoo.org>
diff --git a/dev-perl/Pod-Elemental/Pod-Elemental-0.102.361.ebuild b/dev-perl/Pod-Elemental/Pod-Elemental-0.102.361.ebuild
new file mode 100644
index 0000000..97670ed
--- /dev/null
+++ b/dev-perl/Pod-Elemental/Pod-Elemental-0.102.361.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.102361
+inherit perl-module
+
+DESCRIPTION="work with nestable Pod elements"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { true;}
+COMMON_DEPEND="
+ $(comment Encode)
+ virtual/perl-Encode
+
+ $(comment Mixin::Linewise::Readers)
+ dev-perl/Mixin-Linewise
+
+ $(comment Moose)
+ dev-perl/Moose
+
+ $(comment Moose::Autobox 0.10)
+ >=dev-perl/Moose-Autobox-0.10 $(comment 0.100.0)
+
+ $(comment Moose::Role 0.90)
+ >=dev-perl/Moose-0.90
+
+ $(comment Moose::Util::TypeConstraints)
+ dev-perl/Moose
+
+ $(comment MooseX::Types)
+ $(comment MooseX::Types::Moose)
+ dev-perl/MooseX-Types
+
+ $(comment Pod::Eventual::Simple 0.004)
+ >=dev-perl/Pod-Eventual-0.004 $(comment 0.4.0)
+
+ $(comment String::RewritePrefix)
+ dev-perl/String-RewritePrefix
+
+ $(comment String::Truncate)
+ dev-perl/String-Truncate
+
+ $(comment Sub::Exporter)
+ dev-perl/Sub-Exporter
+
+ $(comment Sub::Exporter::ForMethods)
+ dev-perl/Sub-Exporter-ForMethods
+
+ $(comment Test::Deep)
+ dev-perl/Test-Deep
+
+ $(comment Test::Differences)
+ dev-perl/Test-Differences
+
+ $(comment namespace::autoclean)
+ dev-perl/namespace-autoclean
+
+ $(comment utf8)
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ $(comment BUILD)
+ $(comment Data::Dumper)
+
+ $(comment Test::Deep)
+ dev-perl/Test-Deep
+
+ $(comment Test::Differences)
+ dev-perl/Test-Differences
+
+ $(comment Test::More 0.96)
+ >=virtual/perl-Test-Simple-0.96 $(comment 0.960.0)
+
+ $(comment CONFIGURE)
+ $(comment ExtUtils::Makemaker 6.56)
+ >=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Elemental/
@ 2011-12-05 22:55 Kent Fredric
0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2011-12-05 22:55 UTC (permalink / raw
To: gentoo-commits
commit: 02a17d703f0cbb1cfcdc12df8c3e677906ddb27c
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Nov 14 03:53:34 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Dec 5 22:04:39 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=02a17d70
[fixdep] Pod-Elemental -> Pod-Eventual / Moose-Autobox
(Portage version: 2.2.0_alpha74/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
dev-perl/Pod-Elemental/ChangeLog | 8 ++++++++
...60.ebuild => Pod-Elemental-0.102.360-r1.ebuild} | 4 ++--
...61.ebuild => Pod-Elemental-0.102.361-r1.ebuild} | 4 ++--
3 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/dev-perl/Pod-Elemental/ChangeLog b/dev-perl/Pod-Elemental/ChangeLog
index cad1f3d..8ca801a 100644
--- a/dev-perl/Pod-Elemental/ChangeLog
+++ b/dev-perl/Pod-Elemental/ChangeLog
@@ -2,6 +2,14 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Pod-Elemental-0.102.361-r1 (14 Nov 2011)
+*Pod-Elemental-0.102.360-r1 (14 Nov 2011)
+
+ 14 Nov 2011; Kent Fredric <kentfredric@gmail.com>
+ -Pod-Elemental-0.102.360.ebuild, +Pod-Elemental-0.102.360-r1.ebuild,
+ -Pod-Elemental-0.102.361.ebuild, +Pod-Elemental-0.102.361-r1.ebuild:
+ Fixdep on Moose-Autobox and Pod-Eventual
+
*Pod-Elemental-0.102.361 (27 Aug 2011)
27 Aug 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Pod-Elemental/Pod-Elemental-0.102.360.ebuild b/dev-perl/Pod-Elemental/Pod-Elemental-0.102.360-r1.ebuild
similarity index 91%
rename from dev-perl/Pod-Elemental/Pod-Elemental-0.102.360.ebuild
rename to dev-perl/Pod-Elemental/Pod-Elemental-0.102.360-r1.ebuild
index 143703f..2d9d56c 100644
--- a/dev-perl/Pod-Elemental/Pod-Elemental-0.102.360.ebuild
+++ b/dev-perl/Pod-Elemental/Pod-Elemental-0.102.360-r1.ebuild
@@ -18,9 +18,9 @@ COMMON_DEPEND="
virtual/perl-Encode
dev-perl/Mixin-Linewise
>=dev-perl/Moose-0.90
- >=dev-perl/Moose-Autobox-0.10
+ >=dev-perl/Moose-Autobox-0.100.0
dev-perl/MooseX-Types
- >=dev-perl/Pod-Eventual-0.004
+ >=dev-perl/Pod-Eventual-0.4.0
dev-perl/String-RewritePrefix
dev-perl/String-Truncate
dev-perl/Sub-Exporter
diff --git a/dev-perl/Pod-Elemental/Pod-Elemental-0.102.361.ebuild b/dev-perl/Pod-Elemental/Pod-Elemental-0.102.361-r1.ebuild
similarity index 94%
rename from dev-perl/Pod-Elemental/Pod-Elemental-0.102.361.ebuild
rename to dev-perl/Pod-Elemental/Pod-Elemental-0.102.361-r1.ebuild
index 97670ed..55c0ef7 100644
--- a/dev-perl/Pod-Elemental/Pod-Elemental-0.102.361.ebuild
+++ b/dev-perl/Pod-Elemental/Pod-Elemental-0.102.361-r1.ebuild
@@ -25,7 +25,7 @@ COMMON_DEPEND="
dev-perl/Moose
$(comment Moose::Autobox 0.10)
- >=dev-perl/Moose-Autobox-0.10 $(comment 0.100.0)
+ >=dev-perl/Moose-Autobox-0.100.0
$(comment Moose::Role 0.90)
>=dev-perl/Moose-0.90
@@ -38,7 +38,7 @@ COMMON_DEPEND="
dev-perl/MooseX-Types
$(comment Pod::Eventual::Simple 0.004)
- >=dev-perl/Pod-Eventual-0.004 $(comment 0.4.0)
+ >=dev-perl/Pod-Eventual-0.4.0
$(comment String::RewritePrefix)
dev-perl/String-RewritePrefix
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Elemental/
@ 2012-05-07 5:19 Kent Fredric
0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2012-05-07 5:19 UTC (permalink / raw
To: gentoo-commits
commit: a6c4a8e9a05526ffcd249d56b15e912d83dde15a
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon May 7 04:18:16 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon May 7 04:18:16 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a6c4a8e9
[newversion] Pod-Elemental 0.102.362
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Pod-Elemental/ChangeLog | 8 ++-
.../Pod-Elemental-0.102.361-r1.ebuild | 4 +-
.../Pod-Elemental/Pod-Elemental-0.102.362.ebuild | 76 ++++++++++++++++++++
3 files changed, 85 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Pod-Elemental/ChangeLog b/dev-perl/Pod-Elemental/ChangeLog
index 8ca801a..208d20f 100644
--- a/dev-perl/Pod-Elemental/ChangeLog
+++ b/dev-perl/Pod-Elemental/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Pod-Elemental
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Pod-Elemental-0.102.362 (07 May 2012)
+
+ 07 May 2012; Kent Fredric <kentfredric@gmail.com>
+ Pod-Elemental-0.102.361-r1.ebuild, +Pod-Elemental-0.102.362.ebuild:
+ Version Bump
+
*Pod-Elemental-0.102.361-r1 (14 Nov 2011)
*Pod-Elemental-0.102.360-r1 (14 Nov 2011)
diff --git a/dev-perl/Pod-Elemental/Pod-Elemental-0.102.361-r1.ebuild b/dev-perl/Pod-Elemental/Pod-Elemental-0.102.361-r1.ebuild
index 55c0ef7..33fa68a 100644
--- a/dev-perl/Pod-Elemental/Pod-Elemental-0.102.361-r1.ebuild
+++ b/dev-perl/Pod-Elemental/Pod-Elemental-0.102.361-r1.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: $
@@ -28,7 +28,7 @@ COMMON_DEPEND="
>=dev-perl/Moose-Autobox-0.100.0
$(comment Moose::Role 0.90)
- >=dev-perl/Moose-0.90
+ >=dev-perl/Moose-0.900
$(comment Moose::Util::TypeConstraints)
dev-perl/Moose
diff --git a/dev-perl/Pod-Elemental/Pod-Elemental-0.102.362.ebuild b/dev-perl/Pod-Elemental/Pod-Elemental-0.102.362.ebuild
new file mode 100644
index 0000000..23faa1b
--- /dev/null
+++ b/dev-perl/Pod-Elemental/Pod-Elemental-0.102.362.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.102362
+inherit perl-module
+
+DESCRIPTION='work with nestable Pod elements'
+LICENSE=" || ( Artistic GPL-2 )"
+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() {
+ # Encode
+ echo virtual/perl-Encode
+ # Mixin::Linewise::Readers
+ echo dev-perl/Mixin-Linewise
+ # Moose
+ echo dev-perl/Moose
+ # Moose::Autobox 0.10 ( 0.100.0 )
+ echo \>=dev-perl/Moose-Autobox-0.100.0
+ # Moose::Role 0.90 ( 0.900.0 )
+ echo \>=dev-perl/Moose-0.900
+ # Moose::Util::TypeConstraints
+ echo dev-perl/Moose
+ # MooseX::Types
+ echo dev-perl/MooseX-Types
+ # MooseX::Types::Moose
+ echo dev-perl/MooseX-Types
+ # Pod::Eventual::Simple 0.004 ( 0.4.0 )
+ echo \>=dev-perl/Pod-Eventual-0.4.0
+ # String::RewritePrefix
+ echo dev-perl/String-RewritePrefix
+ # String::Truncate
+ echo dev-perl/String-Truncate
+ # Sub::Exporter
+ echo dev-perl/Sub-Exporter
+ # Sub::Exporter::ForMethods
+ echo dev-perl/Sub-Exporter-ForMethods
+ # Test::Deep
+ echo dev-perl/Test-Deep
+ # Test::Differences
+ echo dev-perl/Test-Differences
+ # namespace::autoclean
+ echo dev-perl/namespace-autoclean
+ # strict
+ echo dev-lang/perl
+ # utf8
+ echo dev-lang/perl
+ # warnings
+ echo dev-lang/perl
+}
+perl_meta_test() {
+ # Data::Dumper
+ echo virtual/perl-Data-Dumper
+ # Test::Deep
+ echo dev-perl/Test-Deep
+ # Test::Differences
+ echo dev-perl/Test-Differences
+ # Test::More 0.96 ( 0.960.0 )
+ echo \>=virtual/perl-Test-Simple-0.96
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Elemental/
@ 2013-02-07 15:06 Kent Fredric
0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2013-02-07 15:06 UTC (permalink / raw
To: gentoo-commits
commit: ed52f61bacce213ff9c0a4b97929428345ffc2ff
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Feb 7 14:56:53 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Feb 7 14:56:53 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ed52f61b
[fixdep] Pod-Elemental -> Moose ( normalize )
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Pod-Elemental/ChangeLog | 7 ++++++-
.../Pod-Elemental-0.102.360-r1.ebuild | 4 ++--
.../Pod-Elemental-0.102.361-r1.ebuild | 4 ++--
.../Pod-Elemental/Pod-Elemental-0.102.362.ebuild | 4 ++--
4 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/dev-perl/Pod-Elemental/ChangeLog b/dev-perl/Pod-Elemental/ChangeLog
index 208d20f..1929004 100644
--- a/dev-perl/Pod-Elemental/ChangeLog
+++ b/dev-perl/Pod-Elemental/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for dev-perl/Pod-Elemental
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 07 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+ Pod-Elemental-0.102.360-r1.ebuild, Pod-Elemental-0.102.361-r1.ebuild,
+ Pod-Elemental-0.102.362.ebuild:
+ Fix dependency on Moose ( normalize )
+
*Pod-Elemental-0.102.362 (07 May 2012)
07 May 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Pod-Elemental/Pod-Elemental-0.102.360-r1.ebuild b/dev-perl/Pod-Elemental/Pod-Elemental-0.102.360-r1.ebuild
index 2d9d56c..7a641d0 100644
--- a/dev-perl/Pod-Elemental/Pod-Elemental-0.102.360-r1.ebuild
+++ b/dev-perl/Pod-Elemental/Pod-Elemental-0.102.360-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -17,7 +17,7 @@ IUSE=""
COMMON_DEPEND="
virtual/perl-Encode
dev-perl/Mixin-Linewise
- >=dev-perl/Moose-0.90
+ >=dev-perl/Moose-0.900.0
>=dev-perl/Moose-Autobox-0.100.0
dev-perl/MooseX-Types
>=dev-perl/Pod-Eventual-0.4.0
diff --git a/dev-perl/Pod-Elemental/Pod-Elemental-0.102.361-r1.ebuild b/dev-perl/Pod-Elemental/Pod-Elemental-0.102.361-r1.ebuild
index 33fa68a..37110cb 100644
--- a/dev-perl/Pod-Elemental/Pod-Elemental-0.102.361-r1.ebuild
+++ b/dev-perl/Pod-Elemental/Pod-Elemental-0.102.361-r1.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: $
@@ -28,7 +28,7 @@ COMMON_DEPEND="
>=dev-perl/Moose-Autobox-0.100.0
$(comment Moose::Role 0.90)
- >=dev-perl/Moose-0.900
+ >=dev-perl/Moose-0.900.0
$(comment Moose::Util::TypeConstraints)
dev-perl/Moose
diff --git a/dev-perl/Pod-Elemental/Pod-Elemental-0.102.362.ebuild b/dev-perl/Pod-Elemental/Pod-Elemental-0.102.362.ebuild
index 23faa1b..a39f33b 100644
--- a/dev-perl/Pod-Elemental/Pod-Elemental-0.102.362.ebuild
+++ b/dev-perl/Pod-Elemental/Pod-Elemental-0.102.362.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=4
@@ -25,7 +25,7 @@ perl_meta_runtime() {
# Moose::Autobox 0.10 ( 0.100.0 )
echo \>=dev-perl/Moose-Autobox-0.100.0
# Moose::Role 0.90 ( 0.900.0 )
- echo \>=dev-perl/Moose-0.900
+ echo \>=dev-perl/Moose-0.900.0
# Moose::Util::TypeConstraints
echo dev-perl/Moose
# MooseX::Types
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Elemental/
@ 2015-06-09 10:13 Kent Fredric
0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2015-06-09 10:13 UTC (permalink / raw
To: gentoo-commits
commit: 6dcdba10d16119600ac52898c688924d58ecd2e1
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 9 10:05:12 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 9 10:05:12 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=6dcdba10
[cleanup] Pod-Elemental: Remove old versions
Package-Manager: portage-2.2.17
.../Pod-Elemental-0.102.360-r1.ebuild | 40 ----------
.../Pod-Elemental-0.102.361-r1.ebuild | 87 ----------------------
2 files changed, 127 deletions(-)
diff --git a/dev-perl/Pod-Elemental/Pod-Elemental-0.102.360-r1.ebuild b/dev-perl/Pod-Elemental/Pod-Elemental-0.102.360-r1.ebuild
deleted file mode 100644
index 7a641d0..0000000
--- a/dev-perl/Pod-Elemental/Pod-Elemental-0.102.360-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=0.102360
-inherit perl-module
-
-DESCRIPTION="work with nestable Pod elements"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
- virtual/perl-Encode
- dev-perl/Mixin-Linewise
- >=dev-perl/Moose-0.900.0
- >=dev-perl/Moose-Autobox-0.100.0
- dev-perl/MooseX-Types
- >=dev-perl/Pod-Eventual-0.4.0
- dev-perl/String-RewritePrefix
- dev-perl/String-Truncate
- dev-perl/Sub-Exporter
- dev-perl/Sub-Exporter-ForMethods
- dev-perl/Test-Deep
- dev-perl/Test-Differences
- dev-perl/namespace-autoclean
-"
-DEPEND="
- ${COMMON_DEPEND}
- virtual/perl-Test-Simple
- >=virtual/perl-ExtUtils-MakeMaker-6.56
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Pod-Elemental/Pod-Elemental-0.102.361-r1.ebuild b/dev-perl/Pod-Elemental/Pod-Elemental-0.102.361-r1.ebuild
deleted file mode 100644
index 37110cb..0000000
--- a/dev-perl/Pod-Elemental/Pod-Elemental-0.102.361-r1.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=0.102361
-inherit perl-module
-
-DESCRIPTION="work with nestable Pod elements"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { true;}
-COMMON_DEPEND="
- $(comment Encode)
- virtual/perl-Encode
-
- $(comment Mixin::Linewise::Readers)
- dev-perl/Mixin-Linewise
-
- $(comment Moose)
- dev-perl/Moose
-
- $(comment Moose::Autobox 0.10)
- >=dev-perl/Moose-Autobox-0.100.0
-
- $(comment Moose::Role 0.90)
- >=dev-perl/Moose-0.900.0
-
- $(comment Moose::Util::TypeConstraints)
- dev-perl/Moose
-
- $(comment MooseX::Types)
- $(comment MooseX::Types::Moose)
- dev-perl/MooseX-Types
-
- $(comment Pod::Eventual::Simple 0.004)
- >=dev-perl/Pod-Eventual-0.4.0
-
- $(comment String::RewritePrefix)
- dev-perl/String-RewritePrefix
-
- $(comment String::Truncate)
- dev-perl/String-Truncate
-
- $(comment Sub::Exporter)
- dev-perl/Sub-Exporter
-
- $(comment Sub::Exporter::ForMethods)
- dev-perl/Sub-Exporter-ForMethods
-
- $(comment Test::Deep)
- dev-perl/Test-Deep
-
- $(comment Test::Differences)
- dev-perl/Test-Differences
-
- $(comment namespace::autoclean)
- dev-perl/namespace-autoclean
-
- $(comment utf8)
-"
-DEPEND="
- ${COMMON_DEPEND}
- $(comment BUILD)
- $(comment Data::Dumper)
-
- $(comment Test::Deep)
- dev-perl/Test-Deep
-
- $(comment Test::Differences)
- dev-perl/Test-Differences
-
- $(comment Test::More 0.96)
- >=virtual/perl-Test-Simple-0.96 $(comment 0.960.0)
-
- $(comment CONFIGURE)
- $(comment ExtUtils::Makemaker 6.56)
- >=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Elemental/
@ 2015-06-15 23:46 Kent Fredric
0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2015-06-15 23:46 UTC (permalink / raw
To: gentoo-commits
commit: 72f82cd8eb8faff9fa10f89d1b540ab54536d9d9
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun 15 23:26:39 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun 15 23:26:39 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=72f82cd8
[bump] Pod-Elemental-0.103.4, remove old
Package-Manager: portage-2.2.17
.../Pod-Elemental/Pod-Elemental-0.102.362.ebuild | 76 ----------------------
.../Pod-Elemental/Pod-Elemental-0.103.4.ebuild | 39 +++++++++++
2 files changed, 39 insertions(+), 76 deletions(-)
diff --git a/dev-perl/Pod-Elemental/Pod-Elemental-0.102.362.ebuild b/dev-perl/Pod-Elemental/Pod-Elemental-0.102.362.ebuild
deleted file mode 100644
index a39f33b..0000000
--- a/dev-perl/Pod-Elemental/Pod-Elemental-0.102.362.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=0.102362
-inherit perl-module
-
-DESCRIPTION='work with nestable Pod elements'
-LICENSE=" || ( Artistic GPL-2 )"
-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() {
- # Encode
- echo virtual/perl-Encode
- # Mixin::Linewise::Readers
- echo dev-perl/Mixin-Linewise
- # Moose
- echo dev-perl/Moose
- # Moose::Autobox 0.10 ( 0.100.0 )
- echo \>=dev-perl/Moose-Autobox-0.100.0
- # Moose::Role 0.90 ( 0.900.0 )
- echo \>=dev-perl/Moose-0.900.0
- # Moose::Util::TypeConstraints
- echo dev-perl/Moose
- # MooseX::Types
- echo dev-perl/MooseX-Types
- # MooseX::Types::Moose
- echo dev-perl/MooseX-Types
- # Pod::Eventual::Simple 0.004 ( 0.4.0 )
- echo \>=dev-perl/Pod-Eventual-0.4.0
- # String::RewritePrefix
- echo dev-perl/String-RewritePrefix
- # String::Truncate
- echo dev-perl/String-Truncate
- # Sub::Exporter
- echo dev-perl/Sub-Exporter
- # Sub::Exporter::ForMethods
- echo dev-perl/Sub-Exporter-ForMethods
- # Test::Deep
- echo dev-perl/Test-Deep
- # Test::Differences
- echo dev-perl/Test-Differences
- # namespace::autoclean
- echo dev-perl/namespace-autoclean
- # strict
- echo dev-lang/perl
- # utf8
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_test() {
- # Data::Dumper
- echo virtual/perl-Data-Dumper
- # Test::Deep
- echo dev-perl/Test-Deep
- # Test::Differences
- echo dev-perl/Test-Differences
- # Test::More 0.96 ( 0.960.0 )
- echo \>=virtual/perl-Test-Simple-0.96
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Pod-Elemental/Pod-Elemental-0.103.4.ebuild b/dev-perl/Pod-Elemental/Pod-Elemental-0.103.4.ebuild
new file mode 100644
index 0000000..814399b
--- /dev/null
+++ b/dev-perl/Pod-Elemental/Pod-Elemental-0.103.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.103004
+inherit perl-module
+
+DESCRIPTION='work with nestable Pod elements'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RDEPEND="
+ dev-perl/Class-Load
+ virtual/perl-Encode
+ >=virtual/perl-Scalar-List-Utils-1.330.0
+ dev-perl/Mixin-Linewise
+ >=dev-perl/Moose-0.900.0
+ dev-perl/MooseX-Types
+ >=dev-perl/Pod-Eventual-0.4.0
+ dev-perl/String-RewritePrefix
+ dev-perl/String-Truncate
+ dev-perl/Sub-Exporter
+ dev-perl/Sub-Exporter-ForMethods
+ dev-perl/namespace-autoclean
+"
+DEPEND="
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=virtual/perl-CPAN-Meta-2.120.900
+ virtual/perl-Data-Dumper
+ virtual/perl-ExtUtils-MakeMaker
+ virtual/perl-File-Spec
+ dev-perl/Test-Deep
+ dev-perl/Test-Differences
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Elemental/
@ 2017-09-14 23:32 Kent Fredric
0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2017-09-14 23:32 UTC (permalink / raw
To: gentoo-commits
commit: 6d91b9e522400084296b89563f2ae794a2a8f08a
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 20:20:50 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 23:30:37 2017 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=6d91b9e5
dev-perl/Pod-Elemental: Gone to ::gentoo
.../Pod-Elemental/Pod-Elemental-0.103.4.ebuild | 39 --------------------
dev-perl/Pod-Elemental/metadata.xml | 41 ----------------------
2 files changed, 80 deletions(-)
diff --git a/dev-perl/Pod-Elemental/Pod-Elemental-0.103.4.ebuild b/dev-perl/Pod-Elemental/Pod-Elemental-0.103.4.ebuild
deleted file mode 100644
index 51aa03241..000000000
--- a/dev-perl/Pod-Elemental/Pod-Elemental-0.103.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=0.103004
-inherit perl-module
-
-DESCRIPTION='work with nestable Pod elements'
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RDEPEND="
- dev-perl/Class-Load
- virtual/perl-Encode
- >=virtual/perl-Scalar-List-Utils-1.330.0
- dev-perl/Mixin-Linewise
- >=dev-perl/Moose-0.900.0
- dev-perl/MooseX-Types
- >=dev-perl/Pod-Eventual-0.4.0
- dev-perl/String-RewritePrefix
- dev-perl/String-Truncate
- dev-perl/Sub-Exporter
- dev-perl/Sub-Exporter-ForMethods
- dev-perl/namespace-autoclean
-"
-DEPEND="
- ${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- >=virtual/perl-CPAN-Meta-2.120.900
- virtual/perl-Data-Dumper
- virtual/perl-ExtUtils-MakeMaker
- virtual/perl-File-Spec
- dev-perl/Test-Deep
- dev-perl/Test-Differences
- >=virtual/perl-Test-Simple-0.960.0
- )
-"
diff --git a/dev-perl/Pod-Elemental/metadata.xml b/dev-perl/Pod-Elemental/metadata.xml
deleted file mode 100644
index 02709641b..000000000
--- a/dev-perl/Pod-Elemental/metadata.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>perl@gentoo.org</email>
- <name>Gentoo Perl Project</name>
- </maintainer>
- <maintainer type="person">
- <email>kentfredric@gmail.com</email>
- <name>Kent Fredric</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">Pod-Elemental</remote-id>
- <remote-id type="cpan-module">Pod::Elemental</remote-id>
- <remote-id type="cpan-module">Pod::Elemental::Autoblank</remote-id>
- <remote-id type="cpan-module">Pod::Elemental::Autochomp</remote-id>
- <remote-id type="cpan-module">Pod::Elemental::Command</remote-id>
- <remote-id type="cpan-module">Pod::Elemental::Document</remote-id>
- <remote-id type="cpan-module">Pod::Elemental::Element::Generic::Blank</remote-id>
- <remote-id type="cpan-module">Pod::Elemental::Element::Generic::Command</remote-id>
- <remote-id type="cpan-module">Pod::Elemental::Element::Generic::Nonpod</remote-id>
- <remote-id type="cpan-module">Pod::Elemental::Element::Generic::Text</remote-id>
- <remote-id type="cpan-module">Pod::Elemental::Element::Nested</remote-id>
- <remote-id type="cpan-module">Pod::Elemental::Element::Pod5::Command</remote-id>
- <remote-id type="cpan-module">Pod::Elemental::Element::Pod5::Data</remote-id>
- <remote-id type="cpan-module">Pod::Elemental::Element::Pod5::Nonpod</remote-id>
- <remote-id type="cpan-module">Pod::Elemental::Element::Pod5::Ordinary</remote-id>
- <remote-id type="cpan-module">Pod::Elemental::Element::Pod5::Region</remote-id>
- <remote-id type="cpan-module">Pod::Elemental::Element::Pod5::Verbatim</remote-id>
- <remote-id type="cpan-module">Pod::Elemental::Flat</remote-id>
- <remote-id type="cpan-module">Pod::Elemental::Node</remote-id>
- <remote-id type="cpan-module">Pod::Elemental::Objectifier</remote-id>
- <remote-id type="cpan-module">Pod::Elemental::Paragraph</remote-id>
- <remote-id type="cpan-module">Pod::Elemental::Selectors</remote-id>
- <remote-id type="cpan-module">Pod::Elemental::Transformer</remote-id>
- <remote-id type="cpan-module">Pod::Elemental::Transformer::Gatherer</remote-id>
- <remote-id type="cpan-module">Pod::Elemental::Transformer::Nester</remote-id>
- <remote-id type="cpan-module">Pod::Elemental::Transformer::Pod5</remote-id>
- <remote-id type="cpan-module">Pod::Elemental::Types</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2017-09-14 23:32 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-07 5:19 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Elemental/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2017-09-14 23:32 Kent Fredric
2015-06-15 23:46 Kent Fredric
2015-06-09 10:13 Kent Fredric
2013-02-07 15:06 Kent Fredric
2011-12-05 22:55 Kent Fredric
2011-08-27 10:04 Kent Fredric
2011-05-29 17:46 Torsten Veller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox