public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Moose-Autobox/
@ 2011-02-27 18:40 Torsten Veller
  0 siblings, 0 replies; 6+ messages in thread
From: Torsten Veller @ 2011-02-27 18:40 UTC (permalink / raw
  To: gentoo-commits

commit:     94d03f741be487fd1ad7525a7fdc610c38e419f5
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 18:25:14 2011 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 18:25:14 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=94d03f74

[fixdep] dev-perl/Moose-Autobox: dev-perl/Perl6-Junction

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

---
 dev-perl/Moose-Autobox/ChangeLog                 |    6 +++++-
 dev-perl/Moose-Autobox/Moose-Autobox-0.10.ebuild |    4 ++--
 dev-perl/Moose-Autobox/Moose-Autobox-0.11.ebuild |    4 ++--
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Moose-Autobox/ChangeLog b/dev-perl/Moose-Autobox/ChangeLog
index c2ee7d0..9e8c749 100644
--- a/dev-perl/Moose-Autobox/ChangeLog
+++ b/dev-perl/Moose-Autobox/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/Moose-Autobox
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  27 Feb 2011; Torsten Veller <tove@gentoo.org> Moose-Autobox-0.10.ebuild,
+  Moose-Autobox-0.11.ebuild:
+  Fix version of Perl6-Junction
+
 *Moose-Autobox-0.11 (29 Apr 2010)
 
   29 Apr 2010; Michele Beltrame <m@cattlegrid.info>

diff --git a/dev-perl/Moose-Autobox/Moose-Autobox-0.10.ebuild b/dev-perl/Moose-Autobox/Moose-Autobox-0.10.ebuild
index 0d13c9e..dc284cb 100644
--- a/dev-perl/Moose-Autobox/Moose-Autobox-0.10.ebuild
+++ b/dev-perl/Moose-Autobox/Moose-Autobox-0.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
@@ -15,7 +15,7 @@ IUSE="test"
 RDEPEND="
 	>=dev-perl/autobox-2.23
 	>=dev-perl/Moose-0.32
-	>=dev-perl/Perl6-Junction-1.40000
+	>=dev-perl/Perl6-Junction-1.400.0
 "
 DEPEND="
 	test? (

diff --git a/dev-perl/Moose-Autobox/Moose-Autobox-0.11.ebuild b/dev-perl/Moose-Autobox/Moose-Autobox-0.11.ebuild
index 481ba3e..c59f01d 100644
--- a/dev-perl/Moose-Autobox/Moose-Autobox-0.11.ebuild
+++ b/dev-perl/Moose-Autobox/Moose-Autobox-0.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
@@ -15,7 +15,7 @@ IUSE="test"
 RDEPEND="
 	>=dev-perl/autobox-2.23
 	>=dev-perl/Moose-0.42
-	>=dev-perl/Perl6-Junction-1.40000
+	>=dev-perl/Perl6-Junction-1.400.0
 "
 DEPEND="
 	test? (



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Moose-Autobox/
@ 2011-03-10 22:20 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2011-03-10 22:20 UTC (permalink / raw
  To: gentoo-commits

commit:     585d606fd72822d0708af93683ff09fc0ed71aa2
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 10 20:32:14 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 10 20:32:14 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=585d606f

[fixdep] Moose-autobox -> autobox

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

---
 dev-perl/Moose-Autobox/ChangeLog                 |    4 ++++
 dev-perl/Moose-Autobox/Moose-Autobox-0.10.ebuild |    2 +-
 dev-perl/Moose-Autobox/Moose-Autobox-0.11.ebuild |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Moose-Autobox/ChangeLog b/dev-perl/Moose-Autobox/ChangeLog
index 9e8c749..fe96a19 100644
--- a/dev-perl/Moose-Autobox/ChangeLog
+++ b/dev-perl/Moose-Autobox/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  10 Mar 2011; Kent Fredric <kentfredric@gmail.com> Moose-Autobox-0.10.ebuild,
+  Moose-Autobox-0.11.ebuild:
+  Fixdep autobox
+
   27 Feb 2011; Torsten Veller <tove@gentoo.org> Moose-Autobox-0.10.ebuild,
   Moose-Autobox-0.11.ebuild:
   Fix version of Perl6-Junction

diff --git a/dev-perl/Moose-Autobox/Moose-Autobox-0.10.ebuild b/dev-perl/Moose-Autobox/Moose-Autobox-0.10.ebuild
index dc284cb..d30e816 100644
--- a/dev-perl/Moose-Autobox/Moose-Autobox-0.10.ebuild
+++ b/dev-perl/Moose-Autobox/Moose-Autobox-0.10.ebuild
@@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE="test"
 RDEPEND="
-	>=dev-perl/autobox-2.23
+	>=dev-perl/autobox-2.230.0
 	>=dev-perl/Moose-0.32
 	>=dev-perl/Perl6-Junction-1.400.0
 "

diff --git a/dev-perl/Moose-Autobox/Moose-Autobox-0.11.ebuild b/dev-perl/Moose-Autobox/Moose-Autobox-0.11.ebuild
index c59f01d..d4ea2e3 100644
--- a/dev-perl/Moose-Autobox/Moose-Autobox-0.11.ebuild
+++ b/dev-perl/Moose-Autobox/Moose-Autobox-0.11.ebuild
@@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE="test"
 RDEPEND="
-	>=dev-perl/autobox-2.23
+	>=dev-perl/autobox-2.230.0
 	>=dev-perl/Moose-0.42
 	>=dev-perl/Perl6-Junction-1.400.0
 "



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Moose-Autobox/
@ 2011-11-14  2:57 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2011-11-14  2:57 UTC (permalink / raw
  To: gentoo-commits

commit:     fe20f5322716339ec70e2d9dd505461603c58c57
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Nov 14 02:29:22 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Nov 14 02:29:22 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=fe20f532

[migrate] Moose-Autobox

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

---
 dev-perl/Moose-Autobox/ChangeLog                   |    8 ++++++++
 ...ox-0.10.ebuild => Moose-Autobox-0.100.0.ebuild} |    1 +
 ...ox-0.11.ebuild => Moose-Autobox-0.110.0.ebuild} |    1 +
 3 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Moose-Autobox/ChangeLog b/dev-perl/Moose-Autobox/ChangeLog
index fe96a19..5c6ae51 100644
--- a/dev-perl/Moose-Autobox/ChangeLog
+++ b/dev-perl/Moose-Autobox/ChangeLog
@@ -2,6 +2,14 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Moose-Autobox-0.110.0 (14 Nov 2011)
+*Moose-Autobox-0.100.0 (14 Nov 2011)
+
+  14 Nov 2011; Kent Fredric <kentfredric@gmail.com> -Moose-Autobox-0.10.ebuild,
+  -Moose-Autobox-0.11.ebuild, +Moose-Autobox-0.100.0.ebuild,
+  +Moose-Autobox-0.110.0.ebuild:
+  Migrate to x.y.z
+
   10 Mar 2011; Kent Fredric <kentfredric@gmail.com> Moose-Autobox-0.10.ebuild,
   Moose-Autobox-0.11.ebuild:
   Fixdep autobox

diff --git a/dev-perl/Moose-Autobox/Moose-Autobox-0.10.ebuild b/dev-perl/Moose-Autobox/Moose-Autobox-0.100.0.ebuild
similarity index 95%
rename from dev-perl/Moose-Autobox/Moose-Autobox-0.10.ebuild
rename to dev-perl/Moose-Autobox/Moose-Autobox-0.100.0.ebuild
index d30e816..38148d9 100644
--- a/dev-perl/Moose-Autobox/Moose-Autobox-0.10.ebuild
+++ b/dev-perl/Moose-Autobox/Moose-Autobox-0.100.0.ebuild
@@ -3,6 +3,7 @@
 # $Header: $
 EAPI=2
 MODULE_AUTHOR=RJBS
+MODULE_VERSION="0.10"
 inherit perl-module
 
 DESCRIPTION="Autoboxed wrappers for Native Perl datatypes"

diff --git a/dev-perl/Moose-Autobox/Moose-Autobox-0.11.ebuild b/dev-perl/Moose-Autobox/Moose-Autobox-0.110.0.ebuild
similarity index 95%
rename from dev-perl/Moose-Autobox/Moose-Autobox-0.11.ebuild
rename to dev-perl/Moose-Autobox/Moose-Autobox-0.110.0.ebuild
index d4ea2e3..9c98542 100644
--- a/dev-perl/Moose-Autobox/Moose-Autobox-0.11.ebuild
+++ b/dev-perl/Moose-Autobox/Moose-Autobox-0.110.0.ebuild
@@ -3,6 +3,7 @@
 # $Header: $
 EAPI=2
 MODULE_AUTHOR=RJBS
+MODULE_VERSION="0.11"
 inherit perl-module
 
 DESCRIPTION="Autoboxed wrappers for Native Perl datatypes"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Moose-Autobox/
@ 2012-03-27  9:30 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2012-03-27  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     a8346eedc3c5afc69d382fb062cc1217dbbfe351
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 27 06:57:36 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 27 06:57:36 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a8346eed

[newversion] Moose-Autobox-0.120.0

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

---
 dev-perl/Moose-Autobox/ChangeLog                   |    8 +++-
 .../Moose-Autobox/Moose-Autobox-0.120.0.ebuild     |   46 ++++++++++++++++++++
 2 files changed, 53 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Moose-Autobox/ChangeLog b/dev-perl/Moose-Autobox/ChangeLog
index 5c6ae51..ea6a6b2 100644
--- a/dev-perl/Moose-Autobox/ChangeLog
+++ b/dev-perl/Moose-Autobox/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Moose-Autobox
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Moose-Autobox-0.120.0 (27 Mar 2012)
+
+  27 Mar 2012; Kent Fredric <kentfredric@gmail.com>
+  +Moose-Autobox-0.120.0.ebuild:
+  Version Bump
+
 *Moose-Autobox-0.110.0 (14 Nov 2011)
 *Moose-Autobox-0.100.0 (14 Nov 2011)
 

diff --git a/dev-perl/Moose-Autobox/Moose-Autobox-0.120.0.ebuild b/dev-perl/Moose-Autobox/Moose-Autobox-0.120.0.ebuild
new file mode 100644
index 0000000..f4e0e9d
--- /dev/null
+++ b/dev-perl/Moose-Autobox/Moose-Autobox-0.120.0.ebuild
@@ -0,0 +1,46 @@
+# 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.12
+inherit perl-module
+
+DESCRIPTION='Autoboxed wrappers for Native Perl datatypes '
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+	# Test::Exception 0.21 ( 0.210.0 )
+	echo \>=dev-perl/Test-Exception-0.21
+	# Test::More 0.89 ( 0.890.0 )
+	echo \>=virtual/perl-Test-Simple-0.89
+}
+perl_meta_runtime() {
+	# Moose 0.42 ( 0.420.0 )
+	echo \>=dev-perl/Moose-0.420
+	# Perl6::Junction 1.40000 ( 1.400.0 )
+	echo \>=dev-perl/Perl6-Junction-1.400.0
+	# autobox 2.23 ( 2.230.0 )
+	echo \>=dev-perl/autobox-2.230.0
+	# parent
+	echo virtual/perl-parent
+	# perl v5.6.0 ( 5.6.0 )
+	echo \>=dev-lang/perl-5.6.0
+}
+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/Moose-Autobox/
@ 2012-11-04 13:51 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2012-11-04 13:51 UTC (permalink / raw
  To: gentoo-commits

commit:     114a8f8edb3e4bd6fc704fef085514264a69635d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Nov  4 13:37:57 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Nov  4 13:37:57 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=114a8f8e

[newversion] Moose-Autobox-0.130.0

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

---
 dev-perl/Moose-Autobox/ChangeLog                   |    6 +++
 .../Moose-Autobox/Moose-Autobox-0.130.0.ebuild     |   46 ++++++++++++++++++++
 2 files changed, 52 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Moose-Autobox/ChangeLog b/dev-perl/Moose-Autobox/ChangeLog
index ea6a6b2..b0f1a3a 100644
--- a/dev-perl/Moose-Autobox/ChangeLog
+++ b/dev-perl/Moose-Autobox/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Moose-Autobox-0.130.0 (04 Nov 2012)
+
+  04 Nov 2012; Kent Fredric <kentfredric@gmail.com>
+  +Moose-Autobox-0.130.0.ebuild:
+  Version Bump
+
 *Moose-Autobox-0.120.0 (27 Mar 2012)
 
   27 Mar 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Moose-Autobox/Moose-Autobox-0.130.0.ebuild b/dev-perl/Moose-Autobox/Moose-Autobox-0.130.0.ebuild
new file mode 100644
index 0000000..9b66d5d
--- /dev/null
+++ b/dev-perl/Moose-Autobox/Moose-Autobox-0.130.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.13
+inherit perl-module
+
+DESCRIPTION='Autoboxed wrappers for Native Perl datatypes '
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+	# Test::Exception 0.21 ( 0.210.0 )
+	echo \>=dev-perl/Test-Exception-0.21
+	# Test::More 0.89 ( 0.890.0 )
+	echo \>=virtual/perl-Test-Simple-0.89
+}
+perl_meta_runtime() {
+	# Moose 0.42 ( 0.420.0 )
+	echo \>=dev-perl/Moose-0.420
+	# Syntax::Keyword::Junction
+	echo dev-perl/Syntax-Keyword-Junction
+	# autobox 2.23 ( 2.230.0 )
+	echo \>=dev-perl/autobox-2.230.0
+	# parent
+	echo virtual/perl-parent
+	# perl v5.6.0 ( 5.6.0 )
+	echo \>=dev-lang/perl-5.6.0
+}
+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/Moose-Autobox/
@ 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:     2329f991b9e7a6d61c4d7d0f92af75ac17ffa184
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 20:18:57 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=2329f991

dev-perl/Moose-Autobox: Gone to ::gentoo

 .../Moose-Autobox/Moose-Autobox-0.130.0.ebuild     | 46 ----------------------
 dev-perl/Moose-Autobox/metadata.xml                | 29 --------------
 2 files changed, 75 deletions(-)

diff --git a/dev-perl/Moose-Autobox/Moose-Autobox-0.130.0.ebuild b/dev-perl/Moose-Autobox/Moose-Autobox-0.130.0.ebuild
deleted file mode 100644
index 6039561e8..000000000
--- a/dev-perl/Moose-Autobox/Moose-Autobox-0.130.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=0.13
-inherit perl-module
-
-DESCRIPTION='Autoboxed wrappers for Native Perl datatypes '
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-	# Test::Exception 0.21 ( 0.210.0 )
-	echo \>=dev-perl/Test-Exception-0.21
-	# Test::More 0.89 ( 0.890.0 )
-	echo \>=virtual/perl-Test-Simple-0.89
-}
-perl_meta_runtime() {
-	# Moose 0.42 ( 0.420.0 )
-	echo \>=dev-perl/Moose-0.420.0
-	# Syntax::Keyword::Junction
-	echo dev-perl/Syntax-Keyword-Junction
-	# autobox 2.23 ( 2.230.0 )
-	echo \>=dev-perl/autobox-2.230.0
-	# parent
-	echo virtual/perl-parent
-	# perl v5.6.0 ( 5.6.0 )
-	echo \>=dev-lang/perl-5.6.0
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Moose-Autobox/metadata.xml b/dev-perl/Moose-Autobox/metadata.xml
deleted file mode 100644
index 5ce76be49..000000000
--- a/dev-perl/Moose-Autobox/metadata.xml
+++ /dev/null
@@ -1,29 +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>mb@cattlegrid.info</email>
-		<name>Michele Beltrame</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="cpan">Moose-Autobox</remote-id>
-		<remote-id type="cpan-module">Moose::Autobox</remote-id>
-		<remote-id type="cpan-module">Moose::Autobox::Array</remote-id>
-		<remote-id type="cpan-module">Moose::Autobox::Code</remote-id>
-		<remote-id type="cpan-module">Moose::Autobox::Defined</remote-id>
-		<remote-id type="cpan-module">Moose::Autobox::Hash</remote-id>
-		<remote-id type="cpan-module">Moose::Autobox::Indexed</remote-id>
-		<remote-id type="cpan-module">Moose::Autobox::Item</remote-id>
-		<remote-id type="cpan-module">Moose::Autobox::List</remote-id>
-		<remote-id type="cpan-module">Moose::Autobox::Number</remote-id>
-		<remote-id type="cpan-module">Moose::Autobox::Ref</remote-id>
-		<remote-id type="cpan-module">Moose::Autobox::Scalar</remote-id>
-		<remote-id type="cpan-module">Moose::Autobox::String</remote-id>
-		<remote-id type="cpan-module">Moose::Autobox::Undef</remote-id>
-		<remote-id type="cpan-module">Moose::Autobox::Value</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 --
2011-11-14  2:57 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Moose-Autobox/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2017-09-14 23:32 Kent Fredric
2012-11-04 13:51 Kent Fredric
2012-03-27  9:30 Kent Fredric
2011-03-10 22:20 Kent Fredric
2011-02-27 18:40 Torsten Veller

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