public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Carp/
@ 2012-08-11  1:11 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2012-08-11  1:11 UTC (permalink / raw
  To: gentoo-commits

commit:     701e920f16de7bbf64b19920daecac01ef775881
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Aug 11 00:47:22 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Aug 11 00:48:09 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=701e920f

[added] virtual/perl-Carp-* as some things might want >=1.220.0

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

---
 virtual/perl-Carp/ChangeLog                |   15 +++++++++++++++
 virtual/perl-Carp/metadata.xml             |    9 +++++++++
 virtual/perl-Carp/perl-Carp-1.110.0.ebuild |   18 ++++++++++++++++++
 virtual/perl-Carp/perl-Carp-1.170.0.ebuild |   21 +++++++++++++++++++++
 virtual/perl-Carp/perl-Carp-1.200.0.ebuild |   18 ++++++++++++++++++
 virtual/perl-Carp/perl-Carp-1.260.0.ebuild |   18 ++++++++++++++++++
 virtual/perl-Carp/perl-Carp-1.40.0.ebuild  |   18 ++++++++++++++++++
 7 files changed, 117 insertions(+), 0 deletions(-)

diff --git a/virtual/perl-Carp/ChangeLog b/virtual/perl-Carp/ChangeLog
new file mode 100644
index 0000000..20991b0
--- /dev/null
+++ b/virtual/perl-Carp/ChangeLog
@@ -0,0 +1,15 @@
+# ChangeLog for virtual/perl-Carp
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*perl-Carp-1.260.0 (11 Aug 2012)
+*perl-Carp-1.200.0 (11 Aug 2012)
+*perl-Carp-1.170.0 (11 Aug 2012)
+*perl-Carp-1.110.0 (11 Aug 2012)
+*perl-Carp-1.40.0 (11 Aug 2012)
+
+  11 Aug 2012; Kent Fredric <kentfredric@gmail.com> +perl-Carp-1.40.0.ebuild,
+  +perl-Carp-1.110.0.ebuild, +perl-Carp-1.170.0.ebuild,
+  +perl-Carp-1.200.0.ebuild, +perl-Carp-1.260.0.ebuild, +metadata.xml:
+  Added, Data-Handle (projects/kentnl/master) needs Carp >=1.220.0
+

diff --git a/virtual/perl-Carp/metadata.xml b/virtual/perl-Carp/metadata.xml
new file mode 100644
index 0000000..1027ac9
--- /dev/null
+++ b/virtual/perl-Carp/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>

diff --git a/virtual/perl-Carp/perl-Carp-1.110.0.ebuild b/virtual/perl-Carp/perl-Carp-1.110.0.ebuild
new file mode 100644
index 0000000..5e24371
--- /dev/null
+++ b/virtual/perl-Carp/perl-Carp-1.110.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Virtual for Carp"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+	~dev-lang/perl-5.10.1
+	!perl-core/Carp
+"

diff --git a/virtual/perl-Carp/perl-Carp-1.170.0.ebuild b/virtual/perl-Carp/perl-Carp-1.170.0.ebuild
new file mode 100644
index 0000000..2a777b6
--- /dev/null
+++ b/virtual/perl-Carp/perl-Carp-1.170.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Virtual for Carp"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+	|| (
+		~dev-lang/perl-5.12.3
+		~dev-lang/perl-5.12.4
+	)
+	!perl-core/Carp
+"

diff --git a/virtual/perl-Carp/perl-Carp-1.200.0.ebuild b/virtual/perl-Carp/perl-Carp-1.200.0.ebuild
new file mode 100644
index 0000000..0c1a94a
--- /dev/null
+++ b/virtual/perl-Carp/perl-Carp-1.200.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Virtual for Carp"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+	=dev-lang/perl-5.14*
+	!perl-core/Carp
+"

diff --git a/virtual/perl-Carp/perl-Carp-1.260.0.ebuild b/virtual/perl-Carp/perl-Carp-1.260.0.ebuild
new file mode 100644
index 0000000..7d52bd3
--- /dev/null
+++ b/virtual/perl-Carp/perl-Carp-1.260.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Virtual for Carp"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+	=dev-lang/perl-5.16*
+	!perl-core/Carp
+"

diff --git a/virtual/perl-Carp/perl-Carp-1.40.0.ebuild b/virtual/perl-Carp/perl-Carp-1.40.0.ebuild
new file mode 100644
index 0000000..8ceddbd
--- /dev/null
+++ b/virtual/perl-Carp/perl-Carp-1.40.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Virtual for Carp"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+	~dev-lang/perl-5.8.8
+	!perl-core/Carp
+"


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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Carp/
@ 2013-11-09  5:56 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2013-11-09  5:56 UTC (permalink / raw
  To: gentoo-commits

commit:     0a3de48d4dcd1ef51b23beb6d94baab86db701a1
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Nov  8 15:36:43 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Nov  8 15:36:43 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0a3de48d

[trim] virtual/perl-Carp-1.290.0 In gentoo

Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820

---
 virtual/perl-Carp/ChangeLog                |  3 +++
 virtual/perl-Carp/perl-Carp-1.290.0.ebuild | 18 ------------------
 2 files changed, 3 insertions(+), 18 deletions(-)

diff --git a/virtual/perl-Carp/ChangeLog b/virtual/perl-Carp/ChangeLog
index 832dd91..1b4f404 100644
--- a/virtual/perl-Carp/ChangeLog
+++ b/virtual/perl-Carp/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Nov 2013; Kent Fredric <kentfredric@gmail.com> -perl-Carp-1.290.0.ebuild:
+  In gentoo
+
 *perl-Carp-1.290.0 (13 Aug 2013)
 
   13 Aug 2013; Kent Fredric <kentfredric@gmail.com> +perl-Carp-1.290.0.ebuild:

diff --git a/virtual/perl-Carp/perl-Carp-1.290.0.ebuild b/virtual/perl-Carp/perl-Carp-1.290.0.ebuild
deleted file mode 100644
index c7b917c..0000000
--- a/virtual/perl-Carp/perl-Carp-1.290.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="Virtual for Carp"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-	=dev-lang/perl-5.18*
-	!perl-core/Carp
-"


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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Carp/
@ 2014-10-04 23:43 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2014-10-04 23:43 UTC (permalink / raw
  To: gentoo-commits

commit:     a88016da71fe53f5b76cf8abf4ca6fbc0df854a7
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Oct  4 22:44:25 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Oct  4 22:44:25 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a88016da

[bump] virtual/perl-Carp to 1.330.100

Package-Manager: portage-2.2.10

---
 .../{perl-Carp-1.260.0-r1.ebuild => perl-Carp-1.330.100.ebuild}    | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/virtual/perl-Carp/perl-Carp-1.260.0-r1.ebuild b/virtual/perl-Carp/perl-Carp-1.330.100.ebuild
similarity index 57%
rename from virtual/perl-Carp/perl-Carp-1.260.0-r1.ebuild
rename to virtual/perl-Carp/perl-Carp-1.330.100.ebuild
index ac6a407..06042fb 100644
--- a/virtual/perl-Carp/perl-Carp-1.260.0-r1.ebuild
+++ b/virtual/perl-Carp/perl-Carp-1.330.100.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=5
-DESCRIPTION="Virtual for Carp"
+DESCRIPTION="Virtual for ${PN#perl-}"
 HOMEPAGE=""
 SRC_URI=""
 
@@ -13,6 +13,7 @@ IUSE=""
 
 DEPEND=""
 RDEPEND="
-	=dev-lang/perl-5.16*
-	!perl-core/Carp
+	|| ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} )
+	!<perl-core/${PN#perl-}-${PV}
+	!>perl-core/${PN#perl-}-${PV}-r999
 "


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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Carp/
@ 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:     676c01d22ab2ce35794247a590fc713e246401ca
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Oct 11 16:57:37 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Oct 11 16:57:37 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=676c01d2

[treeclean] virtual/perl-Carp -> Superceded by ::gentoo

---
 virtual/perl-Carp/metadata.xml               |  9 ---------
 virtual/perl-Carp/perl-Carp-1.330.100.ebuild | 19 -------------------
 2 files changed, 28 deletions(-)

diff --git a/virtual/perl-Carp/metadata.xml b/virtual/perl-Carp/metadata.xml
deleted file mode 100644
index 1027ac9..0000000
--- a/virtual/perl-Carp/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>
-	<maintainer>
-		<email>kentfredric@gmail.com</email>
-		<name>Kent Fredric</name>
-	</maintainer>
-</pkgmetadata>

diff --git a/virtual/perl-Carp/perl-Carp-1.330.100.ebuild b/virtual/perl-Carp/perl-Carp-1.330.100.ebuild
deleted file mode 100644
index 06042fb..0000000
--- a/virtual/perl-Carp/perl-Carp-1.330.100.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-DESCRIPTION="Virtual for ${PN#perl-}"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-	|| ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} )
-	!<perl-core/${PN#perl-}-${PV}
-	!>perl-core/${PN#perl-}-${PV}-r999
-"


^ 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 --
2014-10-04 23:43 [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Carp/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2014-10-11 17:04 Kent Fredric
2013-11-09  5:56 Kent Fredric
2012-08-11  1:11 Kent Fredric

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