public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/autodie/
@ 2011-04-12  1:10 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-04-12  1:10 UTC (permalink / raw
  To: gentoo-commits

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

[migrate] autodie

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

---
 dev-perl/autodie/ChangeLog                         |    9 ++++++++-
 ...{autodie-2.10.ebuild => autodie-2.100.0.ebuild} |    3 ++-
 .../{autodie-2.06.ebuild => autodie-2.60.0.ebuild} |    3 ++-
 3 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/dev-perl/autodie/ChangeLog b/dev-perl/autodie/ChangeLog
index 93cc7f7..74f7dc7 100644
--- a/dev-perl/autodie/ChangeLog
+++ b/dev-perl/autodie/ChangeLog
@@ -1,7 +1,14 @@
 # ChangeLog for dev-perl/autodie
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*autodie-2.100.0 (12 Apr 2011)
+*autodie-2.60.0 (12 Apr 2011)
+
+  12 Apr 2011; Kent Fredric <kentfredric@gmail.com> -autodie-2.06.ebuild,
+  -autodie-2.10.ebuild, +autodie-2.60.0.ebuild, +autodie-2.100.0.ebuild:
+  Migrate
+
 *autodie-2.10 (24 Mar 2010)
 
   24 Mar 2010; Torsten Veller <tove@gentoo.org> +autodie-2.10.ebuild:

diff --git a/dev-perl/autodie/autodie-2.10.ebuild b/dev-perl/autodie/autodie-2.100.0.ebuild
similarity index 86%
rename from dev-perl/autodie/autodie-2.10.ebuild
rename to dev-perl/autodie/autodie-2.100.0.ebuild
index 022e381..675a9b2 100644
--- a/dev-perl/autodie/autodie-2.10.ebuild
+++ b/dev-perl/autodie/autodie-2.100.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
 
 MODULE_AUTHOR=PJF
+MODULE_VERSION="2.10"
 inherit perl-module
 
 DESCRIPTION="Replace functions with ones that succeed or die with lexical scope"

diff --git a/dev-perl/autodie/autodie-2.06.ebuild b/dev-perl/autodie/autodie-2.60.0.ebuild
similarity index 87%
rename from dev-perl/autodie/autodie-2.06.ebuild
rename to dev-perl/autodie/autodie-2.60.0.ebuild
index c5782fa..400d59b 100644
--- a/dev-perl/autodie/autodie-2.06.ebuild
+++ b/dev-perl/autodie/autodie-2.60.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
 MODULE_AUTHOR=PJF
+MODULE_VERSION="2.06"
 inherit perl-module
 
 DESCRIPTION="Replace functions with ones that succeed or die with lexical scope"



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

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

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

[newversion] autodie-2.110.0

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

---
 dev-perl/autodie/ChangeLog              |    7 +++++-
 dev-perl/autodie/autodie-2.110.0.ebuild |   36 +++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+), 1 deletions(-)

diff --git a/dev-perl/autodie/ChangeLog b/dev-perl/autodie/ChangeLog
index 74f7dc7..baccae9 100644
--- a/dev-perl/autodie/ChangeLog
+++ b/dev-perl/autodie/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-perl/autodie
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*autodie-2.110.0 (27 Mar 2012)
+
+  27 Mar 2012; Kent Fredric <kentfredric@gmail.com> +autodie-2.110.0.ebuild:
+  Version Bump
+
 *autodie-2.100.0 (12 Apr 2011)
 *autodie-2.60.0 (12 Apr 2011)
 

diff --git a/dev-perl/autodie/autodie-2.110.0.ebuild b/dev-perl/autodie/autodie-2.110.0.ebuild
new file mode 100644
index 0000000..a2373c9
--- /dev/null
+++ b/dev-perl/autodie/autodie-2.110.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=PJF
+MODULE_VERSION=2.11
+inherit perl-module
+
+DESCRIPTION='Replace functions with ones that succeed or die with lexical scope'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.62 ( 6.620.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker 6.62 ( 6.620.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
+	# Test::More
+	echo virtual/perl-Test-Simple
+}
+perl_meta_runtime() {
+	# perl v5.8.0 ( 5.8.0 )
+	echo \>=dev-lang/perl-5.8.0
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/autodie/
@ 2012-07-25 18:30 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-07-25 18:30 UTC (permalink / raw
  To: gentoo-commits

commit:     9b43cb1b34bce294d4bf0dabcdfdf080a551d5ff
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jul 25 16:36:32 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jul 25 16:36:32 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9b43cb1b

[newversion] autodie-2.120.0

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

---
 dev-perl/autodie/ChangeLog              |    5 ++++
 dev-perl/autodie/autodie-2.120.0.ebuild |   36 +++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+), 0 deletions(-)

diff --git a/dev-perl/autodie/ChangeLog b/dev-perl/autodie/ChangeLog
index baccae9..a9cc3b1 100644
--- a/dev-perl/autodie/ChangeLog
+++ b/dev-perl/autodie/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*autodie-2.120.0 (25 Jul 2012)
+
+  25 Jul 2012; Kent Fredric <kentfredric@gmail.com> +autodie-2.120.0.ebuild:
+  Version Bump
+
 *autodie-2.110.0 (27 Mar 2012)
 
   27 Mar 2012; Kent Fredric <kentfredric@gmail.com> +autodie-2.110.0.ebuild:

diff --git a/dev-perl/autodie/autodie-2.120.0.ebuild b/dev-perl/autodie/autodie-2.120.0.ebuild
new file mode 100644
index 0000000..779e84a
--- /dev/null
+++ b/dev-perl/autodie/autodie-2.120.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=PJF
+MODULE_VERSION=2.12
+inherit perl-module
+
+DESCRIPTION='Replace functions with ones that succeed or die with lexical scope'
+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::More
+	echo virtual/perl-Test-Simple
+}
+perl_meta_runtime() {
+	# perl v5.8.0 ( 5.8.0 )
+	echo \>=dev-lang/perl-5.8.0
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/autodie/
@ 2012-11-10 15:05 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-11-10 15:05 UTC (permalink / raw
  To: gentoo-commits

commit:     27f1c44aab5c6cdcf7dc5994ab14d78d4e1736c3
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Nov 10 13:37:58 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Nov 10 13:37:58 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=27f1c44a

[newversion] autodie-2.130.0

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

---
 dev-perl/autodie/ChangeLog              |    5 ++++
 dev-perl/autodie/autodie-2.130.0.ebuild |   36 +++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+), 0 deletions(-)

diff --git a/dev-perl/autodie/ChangeLog b/dev-perl/autodie/ChangeLog
index a9cc3b1..ab901c1 100644
--- a/dev-perl/autodie/ChangeLog
+++ b/dev-perl/autodie/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*autodie-2.130.0 (10 Nov 2012)
+
+  10 Nov 2012; Kent Fredric <kentfredric@gmail.com> +autodie-2.130.0.ebuild:
+  Version Bump
+
 *autodie-2.120.0 (25 Jul 2012)
 
   25 Jul 2012; Kent Fredric <kentfredric@gmail.com> +autodie-2.120.0.ebuild:

diff --git a/dev-perl/autodie/autodie-2.130.0.ebuild b/dev-perl/autodie/autodie-2.130.0.ebuild
new file mode 100644
index 0000000..fa3e408
--- /dev/null
+++ b/dev-perl/autodie/autodie-2.130.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=PJF
+MODULE_VERSION=2.13
+inherit perl-module
+
+DESCRIPTION='Replace functions with ones that succeed or die with lexical scope'
+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::More
+	echo virtual/perl-Test-Simple
+}
+perl_meta_runtime() {
+	# perl v5.8.0 ( 5.8.0 )
+	echo \>=dev-lang/perl-5.8.0
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/autodie/
@ 2013-03-02  8:40 Torsten Veller
  0 siblings, 0 replies; 5+ messages in thread
From: Torsten Veller @ 2013-03-02  8:40 UTC (permalink / raw
  To: gentoo-commits

commit:     2602799e8113342fb300c6559fb37bc6c676fa94
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  2 08:05:22 2013 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sat Mar  2 08:05:22 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2602799e

[move] autodie to ::gentoo

---
 dev-perl/autodie/ChangeLog              |   43 ------------------
 dev-perl/autodie/autodie-2.100.0.ebuild |   28 ------------
 dev-perl/autodie/autodie-2.110.0.ebuild |   36 ---------------
 dev-perl/autodie/autodie-2.120.0.ebuild |   36 ---------------
 dev-perl/autodie/autodie-2.130.0.ebuild |   36 ---------------
 dev-perl/autodie/autodie-2.160.0.ebuild |   74 -------------------------------
 dev-perl/autodie/autodie-2.60.0.ebuild  |   25 ----------
 dev-perl/autodie/metadata.xml           |   24 ----------
 8 files changed, 0 insertions(+), 302 deletions(-)

diff --git a/dev-perl/autodie/ChangeLog b/dev-perl/autodie/ChangeLog
deleted file mode 100644
index 38463b1..0000000
--- a/dev-perl/autodie/ChangeLog
+++ /dev/null
@@ -1,43 +0,0 @@
-# ChangeLog for dev-perl/autodie
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*autodie-2.160.0 (24 Feb 2013)
-
-  24 Feb 2013; Kent Fredric <kentfredric@gmail.com> +autodie-2.160.0.ebuild,
-  metadata.xml:
-  Version Bump
-
-*autodie-2.130.0 (10 Nov 2012)
-
-  10 Nov 2012; Kent Fredric <kentfredric@gmail.com> +autodie-2.130.0.ebuild:
-  Version Bump
-
-*autodie-2.120.0 (25 Jul 2012)
-
-  25 Jul 2012; Kent Fredric <kentfredric@gmail.com> +autodie-2.120.0.ebuild:
-  Version Bump
-
-*autodie-2.110.0 (27 Mar 2012)
-
-  27 Mar 2012; Kent Fredric <kentfredric@gmail.com> +autodie-2.110.0.ebuild:
-  Version Bump
-
-*autodie-2.100.0 (12 Apr 2011)
-*autodie-2.60.0 (12 Apr 2011)
-
-  12 Apr 2011; Kent Fredric <kentfredric@gmail.com> -autodie-2.06.ebuild,
-  -autodie-2.10.ebuild, +autodie-2.60.0.ebuild, +autodie-2.100.0.ebuild:
-  Migrate
-
-*autodie-2.10 (24 Mar 2010)
-
-  24 Mar 2010; Torsten Veller <tove@gentoo.org> +autodie-2.10.ebuild:
-  Version bump
-
-*autodie-2.06 (02 Sep 2009)
-
-  02 Sep 2009; Kent Fredric <kentfredric@gmail.com> +autodie-2.06.ebuild,
-  +metadata.xml:
-  Added
-

diff --git a/dev-perl/autodie/autodie-2.100.0.ebuild b/dev-perl/autodie/autodie-2.100.0.ebuild
deleted file mode 100644
index 675a9b2..0000000
--- a/dev-perl/autodie/autodie-2.100.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=PJF
-MODULE_VERSION="2.10"
-inherit perl-module
-
-DESCRIPTION="Replace functions with ones that succeed or die with lexical scope"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+system"
-
-COMMON_DEPEND="
-	system? (
-		>=dev-perl/IPC-System-Simple-0.12
-	)
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/autodie/autodie-2.110.0.ebuild b/dev-perl/autodie/autodie-2.110.0.ebuild
deleted file mode 100644
index a2373c9..0000000
--- a/dev-perl/autodie/autodie-2.110.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=PJF
-MODULE_VERSION=2.11
-inherit perl-module
-
-DESCRIPTION='Replace functions with ones that succeed or die with lexical scope'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.62 ( 6.620.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker 6.62 ( 6.620.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
-	# Test::More
-	echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
-	# perl v5.8.0 ( 5.8.0 )
-	echo \>=dev-lang/perl-5.8.0
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/autodie/autodie-2.120.0.ebuild b/dev-perl/autodie/autodie-2.120.0.ebuild
deleted file mode 100644
index 779e84a..0000000
--- a/dev-perl/autodie/autodie-2.120.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=PJF
-MODULE_VERSION=2.12
-inherit perl-module
-
-DESCRIPTION='Replace functions with ones that succeed or die with lexical scope'
-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::More
-	echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
-	# perl v5.8.0 ( 5.8.0 )
-	echo \>=dev-lang/perl-5.8.0
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/autodie/autodie-2.130.0.ebuild b/dev-perl/autodie/autodie-2.130.0.ebuild
deleted file mode 100644
index fa3e408..0000000
--- a/dev-perl/autodie/autodie-2.130.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=PJF
-MODULE_VERSION=2.13
-inherit perl-module
-
-DESCRIPTION='Replace functions with ones that succeed or die with lexical scope'
-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::More
-	echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
-	# perl v5.8.0 ( 5.8.0 )
-	echo \>=dev-lang/perl-5.8.0
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/autodie/autodie-2.160.0.ebuild b/dev-perl/autodie/autodie-2.160.0.ebuild
deleted file mode 100644
index ffbdee0..0000000
--- a/dev-perl/autodie/autodie-2.160.0.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=PJF
-MODULE_VERSION=2.16
-inherit perl-module
-
-DESCRIPTION='Replace functions with ones that succeed or die with lexical scope'
-LICENSE=" || ( Artistic GPL-2 )"
-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() {
-	# B
-	# echo dev-lang/perl
-	# Carp
-	# echo dev-lang/perl
-	# Config
-	#echo unresolved
-	# Exporter
-	echo virtual/perl-Exporter
-	# Fcntl
-	# echo dev-lang/perl
-	# POSIX
-	#echo dev-lang/perl
-	# Tie::RefHash
-	echo dev-perl/Tie-RefHash
-	# base
-	# echo virtual/perl-base
-	# constant
-	echo virtual/perl-constant
-	# if
-	# echo virtual/perl-if
-	# overload
-	# echo dev-lang/perl
-	# perl 5.008004 ( 5.8.4 )
-	echo \>=dev-lang/perl-5.8.4
-	# strict
-	# echo dev-lang/perl
-	# warnings
-	# echo dev-lang/perl
-}
-perl_meta_test() {
-	# File::Copy
-	# echo dev-lang/perl
-	# File::Spec
-	echo virtual/perl-File-Spec
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# FindBin
-	# echo dev-lang/perl
-	# IO::Handle
-	echo virtual/perl-IO
-	# Socket
-	echo virtual/perl-Socket
-	# Test::More
-	echo virtual/perl-Test-Simple
-	# open
-	# echo dev-lang/perl
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-	test? ( $(perl_meta_test) )
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/autodie/autodie-2.60.0.ebuild b/dev-perl/autodie/autodie-2.60.0.ebuild
deleted file mode 100644
index 400d59b..0000000
--- a/dev-perl/autodie/autodie-2.60.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=PJF
-MODULE_VERSION="2.06"
-inherit perl-module
-
-DESCRIPTION="Replace functions with ones that succeed or die with lexical scope"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+system"
-COMMON_DEPEND="
-	system? (
-		>=dev-perl/IPC-System-Simple-0.12
-	)
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/autodie/metadata.xml b/dev-perl/autodie/metadata.xml
deleted file mode 100644
index efb95bc..0000000
--- a/dev-perl/autodie/metadata.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?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>
-	<use>
-        <flag name="system">Support for autodying system() via
-			<pkg>dev-perl/IPC-System-Simple</pkg></flag>
-	</use>
-	<upstream>
-        <changelog>http://search.cpan.org/dist/autodie/Changes</changelog>
-        <remote-id type="cpan">autodie</remote-id>
-        <remote-id type="cpan-module">Fatal</remote-id>
-        <remote-id type="cpan-module">autodie</remote-id>
-        <remote-id type="cpan-module">autodie::Scope::Guard</remote-id>
-        <remote-id type="cpan-module">autodie::exception</remote-id>
-        <remote-id type="cpan-module">autodie::exception::system</remote-id>
-        <remote-id type="cpan-module">autodie::hints</remote-id>
-        <remote-id type="cpan-module">autodie::skip</remote-id>
-	</upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2013-03-02  8:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-12  1:10 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/autodie/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2012-03-27  9:30 Kent Fredric
2012-07-25 18:30 Kent Fredric
2012-11-10 15:05 Kent Fredric
2013-03-02  8: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