public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Hash-MultiValue/
@ 2011-07-15 16:15 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-07-15 16:15 UTC (permalink / raw
  To: gentoo-commits

commit:     dccd693ca9b8947cd12577cd4b5ea7af8bbce846
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jul 15 08:51:19 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jul 15 08:51:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=dccd693c

[migrate] Hash-MultiValue

(Portage version: 2.2.0_alpha43/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/Hash-MultiValue/ChangeLog                 |    8 +++++++-
 ...e-0.08.ebuild => Hash-MultiValue-0.80.0.ebuild} |   11 +++++++----
 2 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Hash-MultiValue/ChangeLog b/dev-perl/Hash-MultiValue/ChangeLog
index 5f121c2..fd7574a 100644
--- a/dev-perl/Hash-MultiValue/ChangeLog
+++ b/dev-perl/Hash-MultiValue/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Hash-MultiValue
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Hash-MultiValue-0.80.0 (15 Jul 2011)
+
+  15 Jul 2011; Kent Fredric <kentfredric@gmail.com>
+  -Hash-MultiValue-0.08.ebuild, +Hash-MultiValue-0.80.0.ebuild:
+  Migrate to new version scheme
+
 *Hash-MultiValue-0.08 (24 Mar 2010)
 
   24 Mar 2010; Torsten Veller <tove@gentoo.org>

diff --git a/dev-perl/Hash-MultiValue/Hash-MultiValue-0.08.ebuild b/dev-perl/Hash-MultiValue/Hash-MultiValue-0.80.0.ebuild
similarity index 68%
rename from dev-perl/Hash-MultiValue/Hash-MultiValue-0.08.ebuild
rename to dev-perl/Hash-MultiValue/Hash-MultiValue-0.80.0.ebuild
index ee78eda..9a8cc47 100644
--- a/dev-perl/Hash-MultiValue/Hash-MultiValue-0.08.ebuild
+++ b/dev-perl/Hash-MultiValue/Hash-MultiValue-0.80.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=2
+EAPI=3
 
 MODULE_AUTHOR=MIYAGAWA
+MODULE_VERSION="0.08"
 inherit perl-module
 
 DESCRIPTION="Store multiple values per key"
@@ -14,6 +15,8 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="virtual/perl-Filter"
-DEPEND="${RDEPEND}"
-
+DEPEND="
+	${RDEPEND}
+	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/Hash-MultiValue/
@ 2011-07-16  5:40 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-07-16  5:40 UTC (permalink / raw
  To: gentoo-commits

commit:     95ccf3220856b65ff95cbd1cd8ff37add54f7aa8
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jul 16 00:26:43 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul 16 00:26:43 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=95ccf322

[newversion] Hash-MultiValue-0.90.0

(Portage version: 2.2.0_alpha43/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/Hash-MultiValue/ChangeLog                 |    6 +++++
 .../Hash-MultiValue/Hash-MultiValue-0.90.0.ebuild  |   22 ++++++++++++++++++++
 2 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Hash-MultiValue/ChangeLog b/dev-perl/Hash-MultiValue/ChangeLog
index fd7574a..b43706b 100644
--- a/dev-perl/Hash-MultiValue/ChangeLog
+++ b/dev-perl/Hash-MultiValue/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Hash-MultiValue-0.90.0 (16 Jul 2011)
+
+  16 Jul 2011; Kent Fredric <kentfredric@gmail.com>
+  +Hash-MultiValue-0.90.0.ebuild:
+  Version Bump
+
 *Hash-MultiValue-0.80.0 (15 Jul 2011)
 
   15 Jul 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Hash-MultiValue/Hash-MultiValue-0.90.0.ebuild b/dev-perl/Hash-MultiValue/Hash-MultiValue-0.90.0.ebuild
new file mode 100644
index 0000000..65eedf0
--- /dev/null
+++ b/dev-perl/Hash-MultiValue/Hash-MultiValue-0.90.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=MIYAGAWA
+MODULE_VERSION=0.09
+inherit perl-module
+
+DESCRIPTION="Store multiple values per key"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="virtual/perl-Filter"
+DEPEND="
+	${RDEPEND}
+	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/Hash-MultiValue/
@ 2011-09-24 14:04 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-09-24 14:04 UTC (permalink / raw
  To: gentoo-commits

commit:     7b0b37353aa84342fdce13b91f0c16f031c1629d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Sep 24 13:56:34 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Sep 24 13:56:34 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7b0b3735

[newversion]  Hash-MultiValue-0.100.0

(Portage version: 2.2.0_alpha57/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/Hash-MultiValue/ChangeLog                 |    6 +++
 .../Hash-MultiValue/Hash-MultiValue-0.100.0.ebuild |   35 ++++++++++++++++++++
 2 files changed, 41 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Hash-MultiValue/ChangeLog b/dev-perl/Hash-MultiValue/ChangeLog
index b43706b..3576db2 100644
--- a/dev-perl/Hash-MultiValue/ChangeLog
+++ b/dev-perl/Hash-MultiValue/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Hash-MultiValue-0.100.0 (23 Sep 2011)
+
+  23 Sep 2011; Kent Fredric <kentfredric@gmail.com>
+  +Hash-MultiValue-0.100.0.ebuild:
+  Version Bump
+
 *Hash-MultiValue-0.90.0 (16 Jul 2011)
 
   16 Jul 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Hash-MultiValue/Hash-MultiValue-0.100.0.ebuild b/dev-perl/Hash-MultiValue/Hash-MultiValue-0.100.0.ebuild
new file mode 100644
index 0000000..d7fc9da
--- /dev/null
+++ b/dev-perl/Hash-MultiValue/Hash-MultiValue-0.100.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=MIYAGAWA
+MODULE_VERSION=0.10
+inherit perl-module
+
+DESCRIPTION="Store multiple values per key"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_mi_build() {
+	# Test::More
+	echo virtual/perl-Test-Simple
+}
+perl_metayaml_configure() {
+	# ExtUtils::MakeMaker
+	echo '>=virtual/perl-ExtUtils-MakeMaker-6.42'
+}
+perl_metayaml_requires() {
+	# Filter::Util::Call 0
+	echo virtual/perl-Filter
+	# perl 5.8.1
+}
+RDEPEND="$(perl_metayaml_requires)"
+DEPEND="
+	$(perl_mi_build)
+	$(perl_metayaml_configure)
+	$(perl_metayaml_requires)
+"
+SRC_TEST=do



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Hash-MultiValue/
@ 2012-02-04 14:57 Torsten Veller
  0 siblings, 0 replies; 4+ messages in thread
From: Torsten Veller @ 2012-02-04 14:57 UTC (permalink / raw
  To: gentoo-commits

commit:     ad3b990a3336261abd009c2bf97df1af640aa783
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  4 14:57:29 2012 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sat Feb  4 14:57:29 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ad3b990a

[move] dev-perl/Hash-MultiValue to ::gentoo

---
 dev-perl/Hash-MultiValue/ChangeLog                 |   28 ----------------
 .../Hash-MultiValue/Hash-MultiValue-0.100.0.ebuild |   35 --------------------
 .../Hash-MultiValue/Hash-MultiValue-0.80.0.ebuild  |   22 ------------
 .../Hash-MultiValue/Hash-MultiValue-0.90.0.ebuild  |   22 ------------
 dev-perl/Hash-MultiValue/metadata.xml              |    5 ---
 5 files changed, 0 insertions(+), 112 deletions(-)

diff --git a/dev-perl/Hash-MultiValue/ChangeLog b/dev-perl/Hash-MultiValue/ChangeLog
deleted file mode 100644
index 3576db2..0000000
--- a/dev-perl/Hash-MultiValue/ChangeLog
+++ /dev/null
@@ -1,28 +0,0 @@
-# ChangeLog for dev-perl/Hash-MultiValue
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*Hash-MultiValue-0.100.0 (23 Sep 2011)
-
-  23 Sep 2011; Kent Fredric <kentfredric@gmail.com>
-  +Hash-MultiValue-0.100.0.ebuild:
-  Version Bump
-
-*Hash-MultiValue-0.90.0 (16 Jul 2011)
-
-  16 Jul 2011; Kent Fredric <kentfredric@gmail.com>
-  +Hash-MultiValue-0.90.0.ebuild:
-  Version Bump
-
-*Hash-MultiValue-0.80.0 (15 Jul 2011)
-
-  15 Jul 2011; Kent Fredric <kentfredric@gmail.com>
-  -Hash-MultiValue-0.08.ebuild, +Hash-MultiValue-0.80.0.ebuild:
-  Migrate to new version scheme
-
-*Hash-MultiValue-0.08 (24 Mar 2010)
-
-  24 Mar 2010; Torsten Veller <tove@gentoo.org>
-  +Hash-MultiValue-0.08.ebuild, +metadata.xml:
-  Initial commit
-

diff --git a/dev-perl/Hash-MultiValue/Hash-MultiValue-0.100.0.ebuild b/dev-perl/Hash-MultiValue/Hash-MultiValue-0.100.0.ebuild
deleted file mode 100644
index d7fc9da..0000000
--- a/dev-perl/Hash-MultiValue/Hash-MultiValue-0.100.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=MIYAGAWA
-MODULE_VERSION=0.10
-inherit perl-module
-
-DESCRIPTION="Store multiple values per key"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_mi_build() {
-	# Test::More
-	echo virtual/perl-Test-Simple
-}
-perl_metayaml_configure() {
-	# ExtUtils::MakeMaker
-	echo '>=virtual/perl-ExtUtils-MakeMaker-6.42'
-}
-perl_metayaml_requires() {
-	# Filter::Util::Call 0
-	echo virtual/perl-Filter
-	# perl 5.8.1
-}
-RDEPEND="$(perl_metayaml_requires)"
-DEPEND="
-	$(perl_mi_build)
-	$(perl_metayaml_configure)
-	$(perl_metayaml_requires)
-"
-SRC_TEST=do

diff --git a/dev-perl/Hash-MultiValue/Hash-MultiValue-0.80.0.ebuild b/dev-perl/Hash-MultiValue/Hash-MultiValue-0.80.0.ebuild
deleted file mode 100644
index 9a8cc47..0000000
--- a/dev-perl/Hash-MultiValue/Hash-MultiValue-0.80.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=MIYAGAWA
-MODULE_VERSION="0.08"
-inherit perl-module
-
-DESCRIPTION="Store multiple values per key"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="virtual/perl-Filter"
-DEPEND="
-	${RDEPEND}
-	virtual/perl-Test-Simple
-"
-SRC_TEST=do

diff --git a/dev-perl/Hash-MultiValue/Hash-MultiValue-0.90.0.ebuild b/dev-perl/Hash-MultiValue/Hash-MultiValue-0.90.0.ebuild
deleted file mode 100644
index 65eedf0..0000000
--- a/dev-perl/Hash-MultiValue/Hash-MultiValue-0.90.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=MIYAGAWA
-MODULE_VERSION=0.09
-inherit perl-module
-
-DESCRIPTION="Store multiple values per key"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="virtual/perl-Filter"
-DEPEND="
-	${RDEPEND}
-	virtual/perl-Test-Simple
-"
-SRC_TEST=do

diff --git a/dev-perl/Hash-MultiValue/metadata.xml b/dev-perl/Hash-MultiValue/metadata.xml
deleted file mode 100644
index 801e938..0000000
--- a/dev-perl/Hash-MultiValue/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<herd>perl</herd>
-</pkgmetadata>



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-02-04 14:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-15 16:15 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Hash-MultiValue/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2011-07-16  5:40 Kent Fredric
2011-09-24 14:04 Kent Fredric
2012-02-04 14:57 Torsten Veller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox