* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Class-InsideOut/
@ 2013-02-08 10:36 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2013-02-08 10:36 UTC (permalink / raw
To: gentoo-commits
commit: b22dededf7fb50b922c9dcb63346fe7ed07f73ba
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Feb 7 16:57:20 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Feb 7 16:57:20 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b22deded
[newversion] Class-InsideOut-1.110.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Class-InsideOut/ChangeLog | 6 ++
.../Class-InsideOut/Class-InsideOut-1.110.0.ebuild | 66 ++++++++++++++++++++
2 files changed, 72 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Class-InsideOut/ChangeLog b/dev-perl/Class-InsideOut/ChangeLog
index e4d4111..b698b5f 100644
--- a/dev-perl/Class-InsideOut/ChangeLog
+++ b/dev-perl/Class-InsideOut/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Class-InsideOut-1.110.0 (07 Feb 2013)
+
+ 07 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+ +Class-InsideOut-1.110.0.ebuild:
+ Version Bump
+
*Class-InsideOut-1.100.0 (07 Feb 2013)
07 Feb 2013; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Class-InsideOut/Class-InsideOut-1.110.0.ebuild b/dev-perl/Class-InsideOut/Class-InsideOut-1.110.0.ebuild
new file mode 100644
index 0000000..d8f122c
--- /dev/null
+++ b/dev-perl/Class-InsideOut/Class-InsideOut-1.110.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=DAGOLDEN
+MODULE_VERSION=1.11
+inherit perl-module
+
+DESCRIPTION='a safe, simple inside-out object construction kit'
+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 dev-lang/perl
+ # Class::ISA
+ echo virtual/perl-Class-ISA
+ # Exporter
+ echo virtual/perl-Exporter
+ # Scalar::Util 1.09 ( 1.90.0 )
+ echo \>=virtual/perl-Scalar-List-Utils-1.90.0
+ # Storable
+ echo virtual/perl-Storable
+ # perl 5.008 ( 5.8.0 )
+ echo \>=dev-lang/perl-5.8.0
+ # strict
+ echo dev-lang/perl
+ # vars
+ echo dev-lang/perl
+}
+perl_meta_test() {
+ # Config
+ #echo unresolved
+ # DynaLoader
+ echo dev-lang/perl
+ # File::Find
+ echo dev-lang/perl
+ # File::Spec
+ echo virtual/perl-File-Spec
+ # File::Temp
+ echo virtual/perl-File-Temp
+ # IO::File
+ echo virtual/perl-IO
+ # Test::More 0.45 ( 0.450.0 )
+ echo \>=virtual/perl-Test-Simple-0.45
+ # XSLoader
+ echo virtual/perl-XSLoader
+ # threads
+ echo virtual/perl-threads
+ # warnings
+ echo dev-lang/perl
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Class-InsideOut/
@ 2014-07-24 2:12 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2014-07-24 2:12 UTC (permalink / raw
To: gentoo-commits
commit: 6cbc14e0e339b70120d3c5eca233e4920a418c12
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jul 24 00:39:55 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul 24 01:34:21 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6cbc14e0
[fix] dev-perl/Class-InsideOut -> Class-ISA to dev-perl
Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820
---
dev-perl/Class-InsideOut/ChangeLog | 12 +++++++++++-
...eOut-1.100.0.ebuild => Class-InsideOut-1.100.0-r1.ebuild} | 4 ++--
...eOut-1.110.0.ebuild => Class-InsideOut-1.110.0-r1.ebuild} | 4 ++--
...eOut-1.130.0.ebuild => Class-InsideOut-1.130.0-r1.ebuild} | 4 ++--
4 files changed, 17 insertions(+), 7 deletions(-)
diff --git a/dev-perl/Class-InsideOut/ChangeLog b/dev-perl/Class-InsideOut/ChangeLog
index 0d7ddf2..4c477aa 100644
--- a/dev-perl/Class-InsideOut/ChangeLog
+++ b/dev-perl/Class-InsideOut/ChangeLog
@@ -1,7 +1,17 @@
# ChangeLog for dev-perl/Class-InsideOut
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Class-InsideOut-1.130.0-r1 (24 Jul 2014)
+*Class-InsideOut-1.110.0-r1 (24 Jul 2014)
+*Class-InsideOut-1.100.0-r1 (24 Jul 2014)
+
+ 24 Jul 2014; Kent Fredric <kentfredric@gmail.com>
+ -Class-InsideOut-1.100.0.ebuild, +Class-InsideOut-1.100.0-r1.ebuild,
+ -Class-InsideOut-1.110.0.ebuild, +Class-InsideOut-1.110.0-r1.ebuild,
+ -Class-InsideOut-1.130.0.ebuild, +Class-InsideOut-1.130.0-r1.ebuild:
+ Fix dep on Class-ISA
+
*Class-InsideOut-1.130.0 (26 Apr 2013)
26 Apr 2013; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Class-InsideOut/Class-InsideOut-1.100.0.ebuild b/dev-perl/Class-InsideOut/Class-InsideOut-1.100.0-r1.ebuild
similarity index 85%
rename from dev-perl/Class-InsideOut/Class-InsideOut-1.100.0.ebuild
rename to dev-perl/Class-InsideOut/Class-InsideOut-1.100.0-r1.ebuild
index 0dcb872..b91963c 100644
--- a/dev-perl/Class-InsideOut/Class-InsideOut-1.100.0.ebuild
+++ b/dev-perl/Class-InsideOut/Class-InsideOut-1.100.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: $
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="virtual/perl-Scalar-List-Utils
- virtual/perl-Class-ISA"
+ dev-perl/Class-ISA"
DEPEND="${RDEPEND}
virtual/perl-Module-Build"
diff --git a/dev-perl/Class-InsideOut/Class-InsideOut-1.110.0.ebuild b/dev-perl/Class-InsideOut/Class-InsideOut-1.110.0-r1.ebuild
similarity index 94%
rename from dev-perl/Class-InsideOut/Class-InsideOut-1.110.0.ebuild
rename to dev-perl/Class-InsideOut/Class-InsideOut-1.110.0-r1.ebuild
index d8f122c..b5fd3b1 100644
--- a/dev-perl/Class-InsideOut/Class-InsideOut-1.110.0.ebuild
+++ b/dev-perl/Class-InsideOut/Class-InsideOut-1.110.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
@@ -19,7 +19,7 @@ perl_meta_runtime() {
# Carp
echo dev-lang/perl
# Class::ISA
- echo virtual/perl-Class-ISA
+ echo dev-perl/Class-ISA
# Exporter
echo virtual/perl-Exporter
# Scalar::Util 1.09 ( 1.90.0 )
diff --git a/dev-perl/Class-InsideOut/Class-InsideOut-1.130.0.ebuild b/dev-perl/Class-InsideOut/Class-InsideOut-1.130.0-r1.ebuild
similarity index 95%
rename from dev-perl/Class-InsideOut/Class-InsideOut-1.130.0.ebuild
rename to dev-perl/Class-InsideOut/Class-InsideOut-1.130.0-r1.ebuild
index 0bd6444..f219f69 100644
--- a/dev-perl/Class-InsideOut/Class-InsideOut-1.130.0.ebuild
+++ b/dev-perl/Class-InsideOut/Class-InsideOut-1.130.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
@@ -19,7 +19,7 @@ perl_meta_runtime() {
# Carp
echo dev-lang/perl
# Class::ISA
- echo virtual/perl-Class-ISA
+ echo dev-perl/Class-ISA
# Exporter
echo virtual/perl-Exporter
# Scalar::Util 1.09 ( 1.90.0 )
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Class-InsideOut/
@ 2014-12-06 22:10 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2014-12-06 22:10 UTC (permalink / raw
To: gentoo-commits
commit: 8f2335473ae062a6af6f1ab6db346518b689aa80
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 6 20:05:21 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Dec 6 20:05:21 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8f233547
[cleanup] dev-perl/Class-InsideOut moved to main tree
---
.../Class-InsideOut-1.100.0-r1.ebuild | 23 -------
.../Class-InsideOut-1.110.0-r1.ebuild | 66 -------------------
.../Class-InsideOut-1.130.0-r1.ebuild | 74 ----------------------
dev-perl/Class-InsideOut/metadata.xml | 9 ---
4 files changed, 172 deletions(-)
diff --git a/dev-perl/Class-InsideOut/Class-InsideOut-1.100.0-r1.ebuild b/dev-perl/Class-InsideOut/Class-InsideOut-1.100.0-r1.ebuild
deleted file mode 100644
index b91963c..0000000
--- a/dev-perl/Class-InsideOut/Class-InsideOut-1.100.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-MODULE_AUTHOR="DAGOLDEN"
-MODULE_VERSION="1.10"
-inherit perl-module
-
-DESCRIPTION="A safe, simple inside-out object construction kit"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="virtual/perl-Scalar-List-Utils
- dev-perl/Class-ISA"
-DEPEND="${RDEPEND}
- virtual/perl-Module-Build"
-
-SRC_TEST="do"
diff --git a/dev-perl/Class-InsideOut/Class-InsideOut-1.110.0-r1.ebuild b/dev-perl/Class-InsideOut/Class-InsideOut-1.110.0-r1.ebuild
deleted file mode 100644
index b5fd3b1..0000000
--- a/dev-perl/Class-InsideOut/Class-InsideOut-1.110.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=5
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=1.11
-inherit perl-module
-
-DESCRIPTION='a safe, simple inside-out object construction kit'
-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 dev-lang/perl
- # Class::ISA
- echo dev-perl/Class-ISA
- # Exporter
- echo virtual/perl-Exporter
- # Scalar::Util 1.09 ( 1.90.0 )
- echo \>=virtual/perl-Scalar-List-Utils-1.90.0
- # Storable
- echo virtual/perl-Storable
- # perl 5.008 ( 5.8.0 )
- echo \>=dev-lang/perl-5.8.0
- # strict
- echo dev-lang/perl
- # vars
- echo dev-lang/perl
-}
-perl_meta_test() {
- # Config
- #echo unresolved
- # DynaLoader
- echo dev-lang/perl
- # File::Find
- echo dev-lang/perl
- # File::Spec
- echo virtual/perl-File-Spec
- # File::Temp
- echo virtual/perl-File-Temp
- # IO::File
- echo virtual/perl-IO
- # Test::More 0.45 ( 0.450.0 )
- echo \>=virtual/perl-Test-Simple-0.45
- # XSLoader
- echo virtual/perl-XSLoader
- # threads
- echo virtual/perl-threads
- # warnings
- echo dev-lang/perl
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Class-InsideOut/Class-InsideOut-1.130.0-r1.ebuild b/dev-perl/Class-InsideOut/Class-InsideOut-1.130.0-r1.ebuild
deleted file mode 100644
index f219f69..0000000
--- a/dev-perl/Class-InsideOut/Class-InsideOut-1.130.0-r1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=1.13
-inherit perl-module
-
-DESCRIPTION='a safe, simple inside-out object construction kit'
-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 dev-lang/perl
- # Class::ISA
- echo dev-perl/Class-ISA
- # Exporter
- echo virtual/perl-Exporter
- # Scalar::Util 1.09 ( 1.90.0 )
- echo \>=virtual/perl-Scalar-List-Utils-1.90.0
- # Storable
- echo virtual/perl-Storable
- # overload
- # echo dev-lang/perl
- # perl 5.008 ( 5.8.0 )
- echo \>=dev-lang/perl-5.8.0
- # strict
- echo dev-lang/perl
- # vars
- echo dev-lang/perl
-}
-perl_meta_test() {
- # Config
- #echo unresolved
- # DynaLoader
- echo dev-lang/perl
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
- # File::Find
- echo dev-lang/perl
- # File::Spec
- echo virtual/perl-File-Spec
- # File::Spec::Functions
- echo virtual/perl-File-Spec
- # File::Temp
- echo virtual/perl-File-Temp
- # IO::File
- echo virtual/perl-IO
- # List::Util
- echo virtual/perl-Scalar-List-Utils
- # Test::More 0.45 ( 0.450.0 )
- echo \>=virtual/perl-Test-Simple-0.45
- # XSLoader
- echo virtual/perl-XSLoader
- # threads
- echo virtual/perl-threads
- # warnings
- echo dev-lang/perl
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Class-InsideOut/metadata.xml b/dev-perl/Class-InsideOut/metadata.xml
deleted file mode 100644
index df2c11a..0000000
--- a/dev-perl/Class-InsideOut/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>perl</herd>
- <upstream>
- <remote-id type="cpan">Class-InsideOut</remote-id>
- <remote-id type="cpan-module">Class::InsideOut</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-12-06 22:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-06 22:10 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Class-InsideOut/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2014-07-24 2:12 Kent Fredric
2013-02-08 10:36 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox