* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Tie-CPHash/
@ 2012-02-29 12:06 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2012-02-29 12:06 UTC (permalink / raw
To: gentoo-commits
commit: bfa111b180c61a623ee7761ec2d6b9087b0a3415
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Feb 29 08:43:27 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Feb 29 08:43:27 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=bfa111b1
[migrate] Tie-CPHash
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Tie-CPHash/ChangeLog | 8 +++++++-
...CPHash-1.04.ebuild => Tie-CPHash-1.40.0.ebuild} | 3 ++-
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Tie-CPHash/ChangeLog b/dev-perl/Tie-CPHash/ChangeLog
index 3ff02aa..a42cb33 100644
--- a/dev-perl/Tie-CPHash/ChangeLog
+++ b/dev-perl/Tie-CPHash/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Tie-CPHash
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Tie-CPHash-1.40.0 (29 Feb 2012)
+
+ 29 Feb 2012; Kent Fredric <kentfredric@gmail.com> -Tie-CPHash-1.04.ebuild,
+ +Tie-CPHash-1.40.0.ebuild:
+ Version Bump
+
*Tie-CPHash-1.04 (26 Mar 2010)
26 Mar 2010; Torsten Veller <tove@gentoo.org> +Tie-CPHash-1.04.ebuild,
diff --git a/dev-perl/Tie-CPHash/Tie-CPHash-1.04.ebuild b/dev-perl/Tie-CPHash/Tie-CPHash-1.40.0.ebuild
similarity index 84%
rename from dev-perl/Tie-CPHash/Tie-CPHash-1.04.ebuild
rename to dev-perl/Tie-CPHash/Tie-CPHash-1.40.0.ebuild
index a257f05..331a6fc 100644
--- a/dev-perl/Tie-CPHash/Tie-CPHash-1.04.ebuild
+++ b/dev-perl/Tie-CPHash/Tie-CPHash-1.40.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
MODULE_AUTHOR="CJM"
+MODULE_VERSION="1.04"
inherit perl-module
DESCRIPTION="Case preserving but case insensitive hash table"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Tie-CPHash/
@ 2012-02-29 12:06 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2012-02-29 12:06 UTC (permalink / raw
To: gentoo-commits
commit: 0c6cbceb2ab39f6e28c69edc753602ff09eec97c
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Feb 29 08:46:03 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Feb 29 08:46:03 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0c6cbceb
[newversion] Tie-CPHash-1.50.0
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Tie-CPHash/ChangeLog | 5 ++++
dev-perl/Tie-CPHash/Tie-CPHash-1.50.0.ebuild | 34 ++++++++++++++++++++++++++
2 files changed, 39 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Tie-CPHash/ChangeLog b/dev-perl/Tie-CPHash/ChangeLog
index a42cb33..dd123ce 100644
--- a/dev-perl/Tie-CPHash/ChangeLog
+++ b/dev-perl/Tie-CPHash/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Tie-CPHash-1.50.0 (29 Feb 2012)
+
+ 29 Feb 2012; Kent Fredric <kentfredric@gmail.com> +Tie-CPHash-1.50.0.ebuild:
+ Version Bump
+
*Tie-CPHash-1.40.0 (29 Feb 2012)
29 Feb 2012; Kent Fredric <kentfredric@gmail.com> -Tie-CPHash-1.04.ebuild,
diff --git a/dev-perl/Tie-CPHash/Tie-CPHash-1.50.0.ebuild b/dev-perl/Tie-CPHash/Tie-CPHash-1.50.0.ebuild
new file mode 100644
index 0000000..408a9c6
--- /dev/null
+++ b/dev-perl/Tie-CPHash/Tie-CPHash-1.50.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=CJM
+MODULE_VERSION=1.05
+inherit perl-module
+
+DESCRIPTION='Case preserving but case insensitive hash table'
+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() {
+ # perl 5.000 ( 5.0.0 )
+ echo \>=dev-lang/perl-5.0.0
+}
+perl_meta_test() {
+ # Test::More
+ echo virtual/perl-Test-Simple
+}
+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/Tie-CPHash/
@ 2014-12-06 0:15 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2014-12-06 0:15 UTC (permalink / raw
To: gentoo-commits
commit: a8e6d1d6a62b0d65205037866e1ddaac90b1f6ff
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 6 00:04:59 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Dec 6 00:04:59 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a8e6d1d6
[cleanup] dev-perl/Tie-CPHash moved to main tree
---
dev-perl/Tie-CPHash/Tie-CPHash-1.40.0.ebuild | 21 -----------------
dev-perl/Tie-CPHash/Tie-CPHash-1.50.0.ebuild | 34 ----------------------------
dev-perl/Tie-CPHash/metadata.xml | 9 --------
3 files changed, 64 deletions(-)
diff --git a/dev-perl/Tie-CPHash/Tie-CPHash-1.40.0.ebuild b/dev-perl/Tie-CPHash/Tie-CPHash-1.40.0.ebuild
deleted file mode 100644
index 331a6fc..0000000
--- a/dev-perl/Tie-CPHash/Tie-CPHash-1.40.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-MODULE_AUTHOR="CJM"
-MODULE_VERSION="1.04"
-inherit perl-module
-
-DESCRIPTION="Case preserving but case insensitive hash table"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="perl-core/File-Spec"
-DEPEND="${RDEPEND}
- virtual/perl-Module-Build"
-
-SRC_TEST="do"
diff --git a/dev-perl/Tie-CPHash/Tie-CPHash-1.50.0.ebuild b/dev-perl/Tie-CPHash/Tie-CPHash-1.50.0.ebuild
deleted file mode 100644
index 408a9c6..0000000
--- a/dev-perl/Tie-CPHash/Tie-CPHash-1.50.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=CJM
-MODULE_VERSION=1.05
-inherit perl-module
-
-DESCRIPTION='Case preserving but case insensitive hash table'
-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() {
- # perl 5.000 ( 5.0.0 )
- echo \>=dev-lang/perl-5.0.0
-}
-perl_meta_test() {
- # Test::More
- echo virtual/perl-Test-Simple
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Tie-CPHash/metadata.xml b/dev-perl/Tie-CPHash/metadata.xml
deleted file mode 100644
index b2b42f5..0000000
--- a/dev-perl/Tie-CPHash/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">Tie-CPHash</remote-id>
- <remote-id type="cpan-module">Tie::CPHash</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-12-06 0:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-29 12:06 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Tie-CPHash/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2014-12-06 0:15 Kent Fredric
2012-02-29 12:06 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox