* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Capture-Tiny/
@ 2013-06-26 7:42 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2013-06-26 7:42 UTC (permalink / raw
To: gentoo-commits
commit: e34104860e0694c42937d1cb74ccac7b28c40258
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 18 09:04:00 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 18 09:17:29 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e3410486
[import] Capture-Tiny from ::gentoo
---
dev-perl/Capture-Tiny/Capture-Tiny-0.170.0.ebuild | 24 ++++
dev-perl/Capture-Tiny/Capture-Tiny-0.210.0.ebuild | 24 ++++
dev-perl/Capture-Tiny/ChangeLog | 134 ++++++++++++++++++++++
dev-perl/Capture-Tiny/metadata.xml | 9 ++
4 files changed, 191 insertions(+)
diff --git a/dev-perl/Capture-Tiny/Capture-Tiny-0.170.0.ebuild b/dev-perl/Capture-Tiny/Capture-Tiny-0.170.0.ebuild
new file mode 100644
index 0000000..250bd8b
--- /dev/null
+++ b/dev-perl/Capture-Tiny/Capture-Tiny-0.170.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/Capture-Tiny-0.170.0.ebuild,v 1.4 2012/04/26 02:05:29 jer Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=DAGOLDEN
+MODULE_VERSION=0.17
+inherit perl-module
+
+DESCRIPTION="Capture STDOUT and STDERR from Perl, XS or external programs"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~sparc x86"
+IUSE="test"
+
+DEPEND="
+ test? (
+ dev-perl/Inline
+ )
+"
+
+SRC_TEST=do
diff --git a/dev-perl/Capture-Tiny/Capture-Tiny-0.210.0.ebuild b/dev-perl/Capture-Tiny/Capture-Tiny-0.210.0.ebuild
new file mode 100644
index 0000000..15824b0
--- /dev/null
+++ b/dev-perl/Capture-Tiny/Capture-Tiny-0.210.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/Capture-Tiny-0.210.0.ebuild,v 1.2 2012/12/11 18:07:41 ago Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=DAGOLDEN
+MODULE_VERSION=0.21
+inherit perl-module
+
+DESCRIPTION="Capture STDOUT and STDERR from Perl, XS or external programs"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+DEPEND="
+ test? (
+ dev-perl/Inline
+ )
+"
+
+SRC_TEST=do
diff --git a/dev-perl/Capture-Tiny/ChangeLog b/dev-perl/Capture-Tiny/ChangeLog
new file mode 100644
index 0000000..8425917
--- /dev/null
+++ b/dev-perl/Capture-Tiny/ChangeLog
@@ -0,0 +1,134 @@
+# ChangeLog for dev-perl/Capture-Tiny
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/ChangeLog,v 1.32 2013/01/08 18:35:03 tove Exp $
+
+ 08 Jan 2013; Torsten Veller <tove@gentoo.org> -Capture-Tiny-0.180.0.ebuild,
+ -Capture-Tiny-0.190.0.ebuild, -Capture-Tiny-0.200.0.ebuild:
+ Cleanup
+
+ 11 Dec 2012; Agostino Sarubbo <ago@gentoo.org> Capture-Tiny-0.210.0.ebuild:
+ Add ~ppc64, wrt bug #395973
+
+*Capture-Tiny-0.210.0 (17 Nov 2012)
+
+ 17 Nov 2012; Torsten Veller <tove@gentoo.org> +Capture-Tiny-0.210.0.ebuild:
+ Version bump
+
+*Capture-Tiny-0.200.0 (07 Oct 2012)
+
+ 07 Oct 2012; Torsten Veller <tove@gentoo.org> +Capture-Tiny-0.200.0.ebuild:
+ Version bump
+
+*Capture-Tiny-0.190.0 (10 Aug 2012)
+
+ 10 Aug 2012; Torsten Veller <tove@gentoo.org> +Capture-Tiny-0.190.0.ebuild:
+ Version bump
+
+ 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
+ Update CPAN upstream info
+
+ 03 Jun 2012; Torsten Veller <tove@gentoo.org> -Capture-Tiny-0.08.ebuild,
+ -Capture-Tiny-0.110.0.ebuild, -Capture-Tiny-0.120.0.ebuild,
+ -Capture-Tiny-0.150.0.ebuild, -Capture-Tiny-0.160.0.ebuild:
+ Cleanup
+
+*Capture-Tiny-0.180.0 (06 May 2012)
+
+ 06 May 2012; Torsten Veller <tove@gentoo.org> +Capture-Tiny-0.180.0.ebuild:
+ Version bump
+
+ 26 Apr 2012; Jeroen Roovers <jer@gentoo.org> Capture-Tiny-0.170.0.ebuild:
+ Stable for HPPA (bug #413015).
+
+ 24 Apr 2012; Jeff Horelick <jdhore@gentoo.org> Capture-Tiny-0.170.0.ebuild:
+ marked x86 per bug 413015
+
+ 22 Apr 2012; Agostino Sarubbo <ago@gentoo.org> Capture-Tiny-0.170.0.ebuild:
+ Stable for amd64, wrt bug #413015
+
+ 20 Mar 2012; Jeroen Roovers <jer@gentoo.org> Capture-Tiny-0.150.0.ebuild:
+ Stable for HPPA (bug #408579).
+
+*Capture-Tiny-0.170.0 (23 Feb 2012)
+
+ 23 Feb 2012; Torsten Veller <tove@gentoo.org> +Capture-Tiny-0.170.0.ebuild:
+ Version bump
+
+*Capture-Tiny-0.160.0 (13 Feb 2012)
+
+ 13 Feb 2012; Torsten Veller <tove@gentoo.org> +Capture-Tiny-0.160.0.ebuild:
+ Version bump
+
+ 02 Feb 2012; Brent Baude <ranger@gentoo.org> Capture-Tiny-0.150.0.ebuild:
+ Marking Capture-Tiny-0.150.0 ~ppc for bug 395973
+
+ 14 Jan 2012; Raúl Porcel <armin76@gentoo.org> Capture-Tiny-0.150.0.ebuild:
+ Add ~alpha/~ia64/~sparc wrt #395973
+
+ 30 Dec 2011; Jeroen Roovers <jer@gentoo.org> Capture-Tiny-0.150.0.ebuild:
+ Marked ~hppa (bug #395973).
+
+*Capture-Tiny-0.150.0 (25 Dec 2011)
+
+ 25 Dec 2011; Torsten Veller <tove@gentoo.org> +Capture-Tiny-0.150.0.ebuild:
+ [bump] dev-perl/Capture-Tiny-0.150.0
+
+*Capture-Tiny-0.120.0 (02 Dec 2011)
+
+ 02 Dec 2011; Torsten Veller <tove@gentoo.org> +Capture-Tiny-0.120.0.ebuild:
+ Version bump
+
+ 30 Jul 2011; Torsten Veller <tove@gentoo.org> -Capture-Tiny-0.100.ebuild:
+ Cleanup
+
+*Capture-Tiny-0.110.0 (21 May 2011)
+
+ 21 May 2011; Torsten Veller <tove@gentoo.org> +Capture-Tiny-0.110.0.ebuild:
+ Version bump
+
+ 03 Apr 2011; Torsten Veller <tove@gentoo.org> -Capture-Tiny-0.90.ebuild:
+ Cleanup
+
+*Capture-Tiny-0.100 (08 Feb 2011)
+
+ 08 Feb 2011; Torsten Veller <tove@gentoo.org> +Capture-Tiny-0.100.ebuild:
+ Version bump
+
+ 29 Jan 2011; Torsten Veller <tove@gentoo.org> Capture-Tiny-0.90.ebuild:
+ Drop Module-Build dependency
+
+*Capture-Tiny-0.90 (29 Jan 2011)
+
+ 29 Jan 2011; Torsten Veller <tove@gentoo.org> +Capture-Tiny-0.90.ebuild:
+ Version bump
+
+ 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Capture-Tiny-0.06.ebuild,
+ -Capture-Tiny-0.07.ebuild:
+ Cleanup
+
+ 05 Nov 2010; Markos Chandras <hwoarang@gentoo.org>
+ Capture-Tiny-0.08.ebuild:
+ Stable on amd64 wrt bug #341865
+
+ 04 Nov 2010; Christian Faulhammer <fauli@gentoo.org>
+ Capture-Tiny-0.08.ebuild:
+ x86 stable, bug 341865
+
+*Capture-Tiny-0.08 (22 Jun 2010)
+
+ 22 Jun 2010; Torsten Veller <tove@gentoo.org> +Capture-Tiny-0.08.ebuild:
+ Version bump
+
+*Capture-Tiny-0.07 (26 Jan 2010)
+
+ 26 Jan 2010; Torsten Veller <tove@gentoo.org> +Capture-Tiny-0.07.ebuild:
+ Version bump
+
+ 02 Dec 2009; Torsten Veller <tove@gentoo.org> Capture-Tiny-0.06.ebuild:
+ Stable on amd64 and x86 (#293622)
+
+*Capture-Tiny-0.06 (26 Jun 2009)
+
+ 26 Jun 2009; Torsten Veller <tove@gentoo.org> +Capture-Tiny-0.06.ebuild,
+ +metadata.xml:
+ Initial commit
diff --git a/dev-perl/Capture-Tiny/metadata.xml b/dev-perl/Capture-Tiny/metadata.xml
new file mode 100644
index 0000000..f6442cf
--- /dev/null
+++ b/dev-perl/Capture-Tiny/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>
+ <upstream>
+ <remote-id type="cpan">Capture-Tiny</remote-id>
+ <remote-id type="cpan-module">Capture::Tiny</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Capture-Tiny/
@ 2013-06-26 7:42 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2013-06-26 7:42 UTC (permalink / raw
To: gentoo-commits
commit: 7edcbdc03e4d7f0a589429af9b04982bd6a0aad6
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 18 09:14:53 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 18 09:17:34 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7edcbdc0
[newversion] dev-perl/Capture-Tiny-0.220.0
Package-Manager: portage-2.2.0_alpha180
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Capture-Tiny/Capture-Tiny-0.220.0.ebuild | 62 +++++++++++++++++++++++
dev-perl/Capture-Tiny/ChangeLog | 6 +++
2 files changed, 68 insertions(+)
diff --git a/dev-perl/Capture-Tiny/Capture-Tiny-0.220.0.ebuild b/dev-perl/Capture-Tiny/Capture-Tiny-0.220.0.ebuild
new file mode 100644
index 0000000..3e7f47d
--- /dev/null
+++ b/dev-perl/Capture-Tiny/Capture-Tiny-0.220.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=DAGOLDEN
+MODULE_VERSION=0.22
+inherit perl-module
+
+DESCRIPTION='Capture STDOUT and STDERR from Perl, XS or external programs'
+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
+ # Exporter
+ echo virtual/perl-Exporter
+ # File::Spec
+ echo virtual/perl-File-Spec
+ # File::Temp
+ echo virtual/perl-File-Temp
+ # IO::Handle
+ echo virtual/perl-IO
+ # Scalar::Util
+ echo virtual/perl-Scalar-List-Utils
+ # perl 5.008 ( 5.8.0 )
+ echo \>=dev-lang/perl-5.8.0
+ # strict
+ echo dev-lang/perl
+ # warnings
+ echo dev-lang/perl
+}
+perl_meta_test() {
+ # Config
+ #echo unresolved
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+ # File::Find
+ echo dev-lang/perl
+ # File::Spec::Functions
+ echo virtual/perl-File-Spec
+ # IO::File
+ echo virtual/perl-IO
+ # List::Util
+ echo virtual/perl-Scalar-List-Utils
+ # Test::More 0.62 ( 0.620.0 )
+ echo \>=virtual/perl-Test-Simple-0.62
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do parallel"
diff --git a/dev-perl/Capture-Tiny/ChangeLog b/dev-perl/Capture-Tiny/ChangeLog
index 8425917..a17f731 100644
--- a/dev-perl/Capture-Tiny/ChangeLog
+++ b/dev-perl/Capture-Tiny/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/ChangeLog,v 1.32 2013/01/08 18:35:03 tove Exp $
+*Capture-Tiny-0.220.0 (18 Jun 2013)
+
+ 18 Jun 2013; Kent Fredric <kentfredric@gmail.com>
+ +Capture-Tiny-0.220.0.ebuild:
+ Version Bump
+
08 Jan 2013; Torsten Veller <tove@gentoo.org> -Capture-Tiny-0.180.0.ebuild,
-Capture-Tiny-0.190.0.ebuild, -Capture-Tiny-0.200.0.ebuild:
Cleanup
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Capture-Tiny/
@ 2013-08-27 16:46 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2013-08-27 16:46 UTC (permalink / raw
To: gentoo-commits
commit: 1c674c5a3a76c7976ec90bb4fd5ba7361e72d19b
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Aug 27 16:28:16 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Aug 27 16:28:16 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1c674c5a
[clean] remove versions of Capture::Tiny that are in ::gentoo
Package-Manager: portage-2.2.1
Manifest-Sign-Key: E854324B1366A820
---
dev-perl/Capture-Tiny/Capture-Tiny-0.170.0.ebuild | 24 -----------------------
dev-perl/Capture-Tiny/Capture-Tiny-0.210.0.ebuild | 24 -----------------------
dev-perl/Capture-Tiny/ChangeLog | 4 ++++
3 files changed, 4 insertions(+), 48 deletions(-)
diff --git a/dev-perl/Capture-Tiny/Capture-Tiny-0.170.0.ebuild b/dev-perl/Capture-Tiny/Capture-Tiny-0.170.0.ebuild
deleted file mode 100644
index 250bd8b..0000000
--- a/dev-perl/Capture-Tiny/Capture-Tiny-0.170.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/Capture-Tiny-0.170.0.ebuild,v 1.4 2012/04/26 02:05:29 jer Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=0.17
-inherit perl-module
-
-DESCRIPTION="Capture STDOUT and STDERR from Perl, XS or external programs"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~sparc x86"
-IUSE="test"
-
-DEPEND="
- test? (
- dev-perl/Inline
- )
-"
-
-SRC_TEST=do
diff --git a/dev-perl/Capture-Tiny/Capture-Tiny-0.210.0.ebuild b/dev-perl/Capture-Tiny/Capture-Tiny-0.210.0.ebuild
deleted file mode 100644
index 15824b0..0000000
--- a/dev-perl/Capture-Tiny/Capture-Tiny-0.210.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/Capture-Tiny-0.210.0.ebuild,v 1.2 2012/12/11 18:07:41 ago Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=0.21
-inherit perl-module
-
-DESCRIPTION="Capture STDOUT and STDERR from Perl, XS or external programs"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
-
-DEPEND="
- test? (
- dev-perl/Inline
- )
-"
-
-SRC_TEST=do
diff --git a/dev-perl/Capture-Tiny/ChangeLog b/dev-perl/Capture-Tiny/ChangeLog
index a17f731..3100c19 100644
--- a/dev-perl/Capture-Tiny/ChangeLog
+++ b/dev-perl/Capture-Tiny/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/ChangeLog,v 1.32 2013/01/08 18:35:03 tove Exp $
+ 27 Aug 2013; Kent Fredric <kentfredric@gmail.com>
+ -Capture-Tiny-0.170.0.ebuild, -Capture-Tiny-0.210.0.ebuild:
+ Removing version now in ::gentoo
+
*Capture-Tiny-0.220.0 (18 Jun 2013)
18 Jun 2013; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Capture-Tiny/
@ 2014-10-11 17:04 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2014-10-11 17:04 UTC (permalink / raw
To: gentoo-commits
commit: 4780bcf29bea7ee2cb8485e000cad0fe98cc311d
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Oct 11 16:45:26 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Oct 11 16:45:37 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4780bcf2
[treeclean] dev-perl/Capture-Tiny -> Superceded by ::gentoo
---
dev-perl/Capture-Tiny/Capture-Tiny-0.220.0.ebuild | 62 -----------------------
dev-perl/Capture-Tiny/metadata.xml | 9 ----
2 files changed, 71 deletions(-)
diff --git a/dev-perl/Capture-Tiny/Capture-Tiny-0.220.0.ebuild b/dev-perl/Capture-Tiny/Capture-Tiny-0.220.0.ebuild
deleted file mode 100644
index 3e7f47d..0000000
--- a/dev-perl/Capture-Tiny/Capture-Tiny-0.220.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=0.22
-inherit perl-module
-
-DESCRIPTION='Capture STDOUT and STDERR from Perl, XS or external programs'
-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
- # Exporter
- echo virtual/perl-Exporter
- # File::Spec
- echo virtual/perl-File-Spec
- # File::Temp
- echo virtual/perl-File-Temp
- # IO::Handle
- echo virtual/perl-IO
- # Scalar::Util
- echo virtual/perl-Scalar-List-Utils
- # perl 5.008 ( 5.8.0 )
- echo \>=dev-lang/perl-5.8.0
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_test() {
- # Config
- #echo unresolved
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
- # File::Find
- echo dev-lang/perl
- # File::Spec::Functions
- echo virtual/perl-File-Spec
- # IO::File
- echo virtual/perl-IO
- # List::Util
- echo virtual/perl-Scalar-List-Utils
- # Test::More 0.62 ( 0.620.0 )
- echo \>=virtual/perl-Test-Simple-0.62
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do parallel"
diff --git a/dev-perl/Capture-Tiny/metadata.xml b/dev-perl/Capture-Tiny/metadata.xml
deleted file mode 100644
index f6442cf..0000000
--- a/dev-perl/Capture-Tiny/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">Capture-Tiny</remote-id>
- <remote-id type="cpan-module">Capture::Tiny</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-10-11 17:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-27 16:46 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Capture-Tiny/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2014-10-11 17:04 Kent Fredric
2013-06-26 7:42 Kent Fredric
2013-06-26 7:42 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox