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

commit:     a6a55ea543733e04c0e7e3d271e2c4319f49195d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 22 04:50:10 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 22 04:50:10 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a6a55ea5

[added] Object-ID

(Portage version: 2.2.0_alpha27/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Hash-FieldHash/ChangeLog                  |   10 +++++
 .../Hash-FieldHash/Hash-FieldHash-0.100.0.ebuild   |   37 ++++++++++++++++++++
 dev-perl/Hash-FieldHash/metadata.xml               |    9 +++++
 3 files changed, 56 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Hash-FieldHash/ChangeLog b/dev-perl/Hash-FieldHash/ChangeLog
new file mode 100644
index 0000000..ea9d20c
--- /dev/null
+++ b/dev-perl/Hash-FieldHash/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Hash-FieldHash
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Hash-FieldHash-0.100.0 (22 Mar 2011)
+
+  22 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+  +Hash-FieldHash-0.100.0.ebuild, +metadata.xml:
+  Added for Object-ID
+

diff --git a/dev-perl/Hash-FieldHash/Hash-FieldHash-0.100.0.ebuild b/dev-perl/Hash-FieldHash/Hash-FieldHash-0.100.0.ebuild
new file mode 100644
index 0000000..5f20e7c
--- /dev/null
+++ b/dev-perl/Hash-FieldHash/Hash-FieldHash-0.100.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="4"
+MODULE_AUTHOR=GFUJI
+MODULE_VERSION=0.10
+inherit perl-module
+
+DESCRIPTION="A lightweight field hash implementation"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { echo ''; }
+COMMON_DEPEND="
+	>=virtual/perl-parent-0.221 $(comment 0.221.0)
+	|| (
+		>=dev-lang/perl-5.010
+		>=dev-perl/MRO-Compat-0.10 $(comment 0.100.0)
+	)
+"
+DEPEND="
+	${COMMON_DEPEND}
+	$(comment CONFIGURE REQUIRES)
+	>=virtual/perl-ExtUtils-MakeMaker-6.42 $(comment 6.420.0)
+	>=virtual/perl-Devel-PPPort-3.19 $(comment 3.190.0)
+	test? (
+		>=virtual/perl-Test-Simple-0.62 $(comment 0.620.0)
+		>=dev-perl/Test-LeakTrace-0.70.0
+	)
+	$(comment BUILD REQUIRES)
+	>=virtual/perl-ExtUtils-ParseXS-2.21.0 $(comment 2.210.0)
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"

diff --git a/dev-perl/Hash-FieldHash/metadata.xml b/dev-perl/Hash-FieldHash/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/dev-perl/Hash-FieldHash/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <herd>perl</herd>
+    <maintainer>
+        <email>kentfredric@gmail.com</email>
+        <name>Kent Fredric</name>
+    </maintainer>
+</pkgmetadata>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Hash-FieldHash/
@ 2011-04-05 18:16 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2011-04-05 18:16 UTC (permalink / raw
  To: gentoo-commits

commit:     e203fd81f4339f776db1d8379b8614beafa8826b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr  5 18:01:54 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr  5 18:01:54 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e203fd81

[fixdep] Hash-FieldHash -> perl-Devel-PPPort

(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Hash-FieldHash/ChangeLog                  |    4 ++++
 .../Hash-FieldHash/Hash-FieldHash-0.100.0.ebuild   |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Hash-FieldHash/ChangeLog b/dev-perl/Hash-FieldHash/ChangeLog
index ea9d20c..f8cd3e2 100644
--- a/dev-perl/Hash-FieldHash/ChangeLog
+++ b/dev-perl/Hash-FieldHash/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  05 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  Hash-FieldHash-0.100.0.ebuild:
+  Fixdep Dev-PPPort
+
 *Hash-FieldHash-0.100.0 (22 Mar 2011)
 
   22 Mar 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Hash-FieldHash/Hash-FieldHash-0.100.0.ebuild b/dev-perl/Hash-FieldHash/Hash-FieldHash-0.100.0.ebuild
index 5f20e7c..5af79fb 100644
--- a/dev-perl/Hash-FieldHash/Hash-FieldHash-0.100.0.ebuild
+++ b/dev-perl/Hash-FieldHash/Hash-FieldHash-0.100.0.ebuild
@@ -23,7 +23,7 @@ DEPEND="
 	${COMMON_DEPEND}
 	$(comment CONFIGURE REQUIRES)
 	>=virtual/perl-ExtUtils-MakeMaker-6.42 $(comment 6.420.0)
-	>=virtual/perl-Devel-PPPort-3.19 $(comment 3.190.0)
+	>=virtual/perl-Devel-PPPort-3.190.0
 	test? (
 		>=virtual/perl-Test-Simple-0.62 $(comment 0.620.0)
 		>=dev-perl/Test-LeakTrace-0.70.0



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Hash-FieldHash/
@ 2012-02-27 21:01 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2012-02-27 21:01 UTC (permalink / raw
  To: gentoo-commits

commit:     59e6802613583955c7cc02a90bb4464376eea8c7
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Feb 27 17:09:17 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Feb 27 17:09:17 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=59e68026

[newversion]  Hash-FieldHash-0.120.0

(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Hash-FieldHash/ChangeLog                  |    8 +++-
 .../Hash-FieldHash/Hash-FieldHash-0.120.0.ebuild   |   48 ++++++++++++++++++++
 2 files changed, 55 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Hash-FieldHash/ChangeLog b/dev-perl/Hash-FieldHash/ChangeLog
index f8cd3e2..de56b1d 100644
--- a/dev-perl/Hash-FieldHash/ChangeLog
+++ b/dev-perl/Hash-FieldHash/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Hash-FieldHash
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Hash-FieldHash-0.120.0 (27 Feb 2012)
+
+  27 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  +Hash-FieldHash-0.120.0.ebuild:
+  Version Bump
+
   05 Apr 2011; Kent Fredric <kentfredric@gmail.com>
   Hash-FieldHash-0.100.0.ebuild:
   Fixdep Dev-PPPort

diff --git a/dev-perl/Hash-FieldHash/Hash-FieldHash-0.120.0.ebuild b/dev-perl/Hash-FieldHash/Hash-FieldHash-0.120.0.ebuild
new file mode 100644
index 0000000..d770682
--- /dev/null
+++ b/dev-perl/Hash-FieldHash/Hash-FieldHash-0.120.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=GFUJI
+MODULE_VERSION=0.12
+inherit perl-module
+
+DESCRIPTION='Lightweight field hash for inside-out objects'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# Devel::PPPort 3.19 ( 3.190.0 )
+	echo \>=virtual/perl-Devel-PPPort-3.190.0
+	# ExtUtils::MakeMaker 6.42 ( 6.420.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
+	# ExtUtils::ParseXS 2.21 ( 2.210.0 )
+	echo \>=virtual/perl-ExtUtils-ParseXS-2.21.0
+}
+perl_meta_build() {
+	# Devel::PPPort 3.19 ( 3.190.0 )
+	echo \>=virtual/perl-Devel-PPPort-3.190.0
+	# ExtUtils::MakeMaker 6.42 ( 6.420.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
+	# Test::LeakTrace 0.07 ( 0.70.0 )
+	echo \>=dev-perl/Test-LeakTrace-0.70.0
+	# Test::More 0.62 ( 0.620.0 )
+	echo \>=virtual/perl-Test-Simple-0.62
+}
+perl_meta_runtime() {
+	# XSLoader 0.02 ( 0.20.0 )
+	echo \>=virtual/perl-XSLoader-0.02
+	# parent 0.221 ( 0.221.0 )
+	echo \>=virtual/perl-parent-0.221
+	# perl v5.8.5 ( 5.8.5 )
+	echo \>=dev-lang/perl-5.8.5
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Hash-FieldHash/
@ 2013-04-28 14:06 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2013-04-28 14:06 UTC (permalink / raw
  To: gentoo-commits

commit:     a51cc53766d8c1274e33f78c245b5436903448bd
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 28 13:13:40 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr 28 13:13:40 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a51cc537

[newversion] Hash-FieldHash-0.130.0

Package-Manager: portage-2.2.0_alpha166
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Hash-FieldHash/ChangeLog                  |    8 +++-
 .../Hash-FieldHash/Hash-FieldHash-0.130.0.ebuild   |   50 ++++++++++++++++++++
 2 files changed, 57 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Hash-FieldHash/ChangeLog b/dev-perl/Hash-FieldHash/ChangeLog
index de56b1d..ab66140 100644
--- a/dev-perl/Hash-FieldHash/ChangeLog
+++ b/dev-perl/Hash-FieldHash/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Hash-FieldHash
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Hash-FieldHash-0.130.0 (28 Apr 2013)
+
+  28 Apr 2013; Kent Fredric <kentfredric@gmail.com>
+  +Hash-FieldHash-0.130.0.ebuild:
+  Version Bump
+
 *Hash-FieldHash-0.120.0 (27 Feb 2012)
 
   27 Feb 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Hash-FieldHash/Hash-FieldHash-0.130.0.ebuild b/dev-perl/Hash-FieldHash/Hash-FieldHash-0.130.0.ebuild
new file mode 100644
index 0000000..914433d
--- /dev/null
+++ b/dev-perl/Hash-FieldHash/Hash-FieldHash-0.130.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=GFUJI
+MODULE_VERSION=0.13
+inherit perl-module
+
+DESCRIPTION='Lightweight field hash for inside-out objects'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# CPAN::Meta
+	echo virtual/perl-CPAN-Meta
+	# CPAN::Meta::Prereqs
+	echo virtual/perl-CPAN-Meta
+	# Module::Build 0.38 ( 0.380.0 )
+	echo \>=virtual/perl-Module-Build-0.380.0
+}
+perl_meta_build() {
+	# Devel::PPPort 3.19 ( 3.190.0 )
+	echo \>=virtual/perl-Devel-PPPort-3.190.0
+	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+	# ExtUtils::ParseXS 2.21 ( 2.210.0 )
+	echo \>=virtual/perl-ExtUtils-ParseXS-2.21
+	# Test::LeakTrace 0.07 ( 0.70.0 )
+	echo \>=dev-perl/Test-LeakTrace-0.70.0
+	# Test::More 0.62 ( 0.620.0 )
+	echo \>=virtual/perl-Test-Simple-0.62
+}
+perl_meta_runtime() {
+	# XSLoader 0.02 ( 0.20.0 )
+	echo \>=virtual/perl-XSLoader-0.02
+	# parent 0.221 ( 0.221.0 )
+	echo \>=virtual/perl-parent-0.221
+	# perl 5.008005 ( 5.8.5 )
+	echo \>=dev-lang/perl-5.8.5
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Hash-FieldHash/
@ 2013-04-28 22:52 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2013-04-28 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     9c867f512b967fde84b3be028cc1f43a7b4663e9
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 28 22:32:44 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr 28 22:32:44 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9c867f51

[fixdep] Hash-FieldHash -> MRO-Compat ( normalize )

Package-Manager: portage-2.2.0_alpha166
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Hash-FieldHash/ChangeLog                  |    4 ++++
 .../Hash-FieldHash/Hash-FieldHash-0.100.0.ebuild   |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Hash-FieldHash/ChangeLog b/dev-perl/Hash-FieldHash/ChangeLog
index ab66140..b8b4e55 100644
--- a/dev-perl/Hash-FieldHash/ChangeLog
+++ b/dev-perl/Hash-FieldHash/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  28 Apr 2013; Kent Fredric <kentfredric@gmail.com>
+  Hash-FieldHash-0.100.0.ebuild:
+  Fix dependency on MRO-Compat ( normalize )
+
 *Hash-FieldHash-0.130.0 (28 Apr 2013)
 
   28 Apr 2013; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Hash-FieldHash/Hash-FieldHash-0.100.0.ebuild b/dev-perl/Hash-FieldHash/Hash-FieldHash-0.100.0.ebuild
index 5af79fb..dd5c99c 100644
--- a/dev-perl/Hash-FieldHash/Hash-FieldHash-0.100.0.ebuild
+++ b/dev-perl/Hash-FieldHash/Hash-FieldHash-0.100.0.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: $
 EAPI="4"
@@ -16,7 +16,7 @@ COMMON_DEPEND="
 	>=virtual/perl-parent-0.221 $(comment 0.221.0)
 	|| (
 		>=dev-lang/perl-5.010
-		>=dev-perl/MRO-Compat-0.10 $(comment 0.100.0)
+		>=dev-perl/MRO-Compat-0.100.0
 	)
 "
 DEPEND="


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Hash-FieldHash/
@ 2017-09-14 23:32 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2017-09-14 23:32 UTC (permalink / raw
  To: gentoo-commits

commit:     486feafefdd565a169ad8c132310aece3955f2e6
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 20:18:41 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 23:30:36 2017 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=486feafe

dev-perl/Hash-FieldHash: Gone to ::gentoo

 .../Hash-FieldHash/Hash-FieldHash-0.130.0.ebuild   | 50 ----------------------
 dev-perl/Hash-FieldHash/metadata.xml               | 16 -------
 2 files changed, 66 deletions(-)

diff --git a/dev-perl/Hash-FieldHash/Hash-FieldHash-0.130.0.ebuild b/dev-perl/Hash-FieldHash/Hash-FieldHash-0.130.0.ebuild
deleted file mode 100644
index 5718a1219..000000000
--- a/dev-perl/Hash-FieldHash/Hash-FieldHash-0.130.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
-MODULE_AUTHOR=GFUJI
-MODULE_VERSION=0.13
-inherit perl-module
-
-DESCRIPTION='Lightweight field hash for inside-out objects'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# CPAN::Meta
-	echo virtual/perl-CPAN-Meta
-	# CPAN::Meta::Prereqs
-	echo virtual/perl-CPAN-Meta
-	# Module::Build 0.38 ( 0.380.0 )
-	echo \>=dev-perl/Module-Build-0.380.0
-}
-perl_meta_build() {
-	# Devel::PPPort 3.19 ( 3.190.0 )
-	echo \>=virtual/perl-Devel-PPPort-3.190.0
-	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-	# ExtUtils::ParseXS 2.21 ( 2.210.0 )
-	echo \>=virtual/perl-ExtUtils-ParseXS-2.21
-	# Test::LeakTrace 0.07 ( 0.70.0 )
-	echo \>=dev-perl/Test-LeakTrace-0.70.0
-	# Test::More 0.62 ( 0.620.0 )
-	echo \>=virtual/perl-Test-Simple-0.62
-}
-perl_meta_runtime() {
-	# XSLoader 0.02 ( 0.20.0 )
-	echo \>=virtual/perl-XSLoader-0.02
-	# parent 0.221 ( 0.221.0 )
-	echo \>=virtual/perl-parent-0.221
-	# perl 5.008005 ( 5.8.5 )
-	echo \>=dev-lang/perl-5.8.5
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Hash-FieldHash/metadata.xml b/dev-perl/Hash-FieldHash/metadata.xml
deleted file mode 100644
index 4dd84489f..000000000
--- a/dev-perl/Hash-FieldHash/metadata.xml
+++ /dev/null
@@ -1,16 +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">Hash-FieldHash</remote-id>
-		<remote-id type="cpan-module">Hash::FieldHash</remote-id>
-	</upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2017-09-14 23:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-28 14:06 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Hash-FieldHash/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2017-09-14 23:32 Kent Fredric
2013-04-28 22:52 Kent Fredric
2012-02-27 21:01 Kent Fredric
2011-04-05 18:16 Kent Fredric
2011-03-22  9:45 Kent Fredric

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