* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Archive-Extract/
@ 2011-05-06 7:21 Kent Fredric
2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
0 siblings, 2 replies; 3+ messages in thread
From: Kent Fredric @ 2011-05-06 7:21 UTC (permalink / raw
To: gentoo-commits
commit: 4dbcfa7f5625bedb91b722f76d2c798a3fb91748
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May 6 07:03:05 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May 6 07:03:05 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4dbcfa7f
[newversion] Archive-Extract-0.520.0
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
| 32 ++++++++++++++++++++
| 6 ++++
2 files changed, 38 insertions(+), 0 deletions(-)
--git a/perl-core/Archive-Extract/Archive-Extract-0.520.0.ebuild b/perl-core/Archive-Extract/Archive-Extract-0.520.0.ebuild
new file mode 100644
index 0000000..bb02596
--- /dev/null
+++ b/perl-core/Archive-Extract/Archive-Extract-0.520.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=BINGOS
+MODULE_VERSION=0.52
+inherit perl-module
+
+DESCRIPTION="A generic archive extracting mechanism"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { echo ''; }
+RDEPEND="
+ >=virtual/perl-IPC-Cmd-0.640.0
+ >=virtual/perl-File-Spec-0.82 $(comment 0.820.0)
+ virtual/perl-File-Path
+ $(comment virtual/perl-File-Basename)
+ >=virtual/perl-Params-Check-0.07 $(comment 0.70.0)
+ >=virtual/perl-Module-Load-Conditional-0.400 $(comment 0.400.0)
+ virtual/perl-Locale-Maketext-Simple"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
+
+SRC_TEST=do
--git a/perl-core/Archive-Extract/ChangeLog b/perl-core/Archive-Extract/ChangeLog
index 3cc6dc5..67d7d3a 100644
--- a/perl-core/Archive-Extract/ChangeLog
+++ b/perl-core/Archive-Extract/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Archive-Extract-0.520.0 (06 May 2011)
+
+ 06 May 2011; Kent Fredric <kentfredric@gmail.com>
+ +Archive-Extract-0.520.0.ebuild:
+ Bump
+
*Archive-Extract-0.500.0 (13 Apr 2011)
13 Apr 2011; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:perl514 commit in: perl-core/Archive-Extract/
2011-05-06 7:21 [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Archive-Extract/ Kent Fredric
@ 2011-05-08 16:10 ` Kent Fredric
2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
1 sibling, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-05-08 16:10 UTC (permalink / raw
To: gentoo-commits
commit: 4dbcfa7f5625bedb91b722f76d2c798a3fb91748
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May 6 07:03:05 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May 6 07:03:05 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4dbcfa7f
[newversion] Archive-Extract-0.520.0
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
| 32 ++++++++++++++++++++
| 6 ++++
2 files changed, 38 insertions(+), 0 deletions(-)
--git a/perl-core/Archive-Extract/Archive-Extract-0.520.0.ebuild b/perl-core/Archive-Extract/Archive-Extract-0.520.0.ebuild
new file mode 100644
index 0000000..bb02596
--- /dev/null
+++ b/perl-core/Archive-Extract/Archive-Extract-0.520.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=BINGOS
+MODULE_VERSION=0.52
+inherit perl-module
+
+DESCRIPTION="A generic archive extracting mechanism"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { echo ''; }
+RDEPEND="
+ >=virtual/perl-IPC-Cmd-0.640.0
+ >=virtual/perl-File-Spec-0.82 $(comment 0.820.0)
+ virtual/perl-File-Path
+ $(comment virtual/perl-File-Basename)
+ >=virtual/perl-Params-Check-0.07 $(comment 0.70.0)
+ >=virtual/perl-Module-Load-Conditional-0.400 $(comment 0.400.0)
+ virtual/perl-Locale-Maketext-Simple"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
+
+SRC_TEST=do
--git a/perl-core/Archive-Extract/ChangeLog b/perl-core/Archive-Extract/ChangeLog
index 3cc6dc5..67d7d3a 100644
--- a/perl-core/Archive-Extract/ChangeLog
+++ b/perl-core/Archive-Extract/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Archive-Extract-0.520.0 (06 May 2011)
+
+ 06 May 2011; Kent Fredric <kentfredric@gmail.com>
+ +Archive-Extract-0.520.0.ebuild:
+ Bump
+
*Archive-Extract-0.500.0 (13 Apr 2011)
13 Apr 2011; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:perl514virtuals commit in: perl-core/Archive-Extract/
2011-05-06 7:21 [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Archive-Extract/ Kent Fredric
2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
@ 2011-05-08 16:10 ` Kent Fredric
1 sibling, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-05-08 16:10 UTC (permalink / raw
To: gentoo-commits
commit: 4dbcfa7f5625bedb91b722f76d2c798a3fb91748
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May 6 07:03:05 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May 6 07:03:05 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4dbcfa7f
[newversion] Archive-Extract-0.520.0
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
| 32 ++++++++++++++++++++
| 6 ++++
2 files changed, 38 insertions(+), 0 deletions(-)
--git a/perl-core/Archive-Extract/Archive-Extract-0.520.0.ebuild b/perl-core/Archive-Extract/Archive-Extract-0.520.0.ebuild
new file mode 100644
index 0000000..bb02596
--- /dev/null
+++ b/perl-core/Archive-Extract/Archive-Extract-0.520.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=BINGOS
+MODULE_VERSION=0.52
+inherit perl-module
+
+DESCRIPTION="A generic archive extracting mechanism"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { echo ''; }
+RDEPEND="
+ >=virtual/perl-IPC-Cmd-0.640.0
+ >=virtual/perl-File-Spec-0.82 $(comment 0.820.0)
+ virtual/perl-File-Path
+ $(comment virtual/perl-File-Basename)
+ >=virtual/perl-Params-Check-0.07 $(comment 0.70.0)
+ >=virtual/perl-Module-Load-Conditional-0.400 $(comment 0.400.0)
+ virtual/perl-Locale-Maketext-Simple"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
+
+SRC_TEST=do
--git a/perl-core/Archive-Extract/ChangeLog b/perl-core/Archive-Extract/ChangeLog
index 3cc6dc5..67d7d3a 100644
--- a/perl-core/Archive-Extract/ChangeLog
+++ b/perl-core/Archive-Extract/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Archive-Extract-0.520.0 (06 May 2011)
+
+ 06 May 2011; Kent Fredric <kentfredric@gmail.com>
+ +Archive-Extract-0.520.0.ebuild:
+ Bump
+
*Archive-Extract-0.500.0 (13 Apr 2011)
13 Apr 2011; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-05-08 16:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-06 7:21 [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Archive-Extract/ Kent Fredric
2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox