public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Devel-DProf/
@ 2011-04-03 23:33 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2011-04-03 23:33 UTC (permalink / raw
  To: gentoo-commits

commit:     35e8f557bc70869cdf115b6730ad124c374c4d7b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr  3 21:27:03 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr  3 21:27:03 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=35e8f557

[added] experimental virtual for Devel::DProf

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

---
 virtual/perl-Devel-DProf/ChangeLog                 |   12 ++++++++++
 virtual/perl-Devel-DProf/metadata.xml              |    5 ++++
 .../perl-Devel-DProf-20080331.0.0.ebuild           |   22 ++++++++++++++++++++
 .../perl-Devel-DProf-20110228.0.0.ebuild           |   15 +++++++++++++
 4 files changed, 54 insertions(+), 0 deletions(-)

diff --git a/virtual/perl-Devel-DProf/ChangeLog b/virtual/perl-Devel-DProf/ChangeLog
new file mode 100644
index 0000000..aee588c
--- /dev/null
+++ b/virtual/perl-Devel-DProf/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for virtual/perl-Devel-DProf
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*perl-Devel-DProf-20110228.0.0 (03 Apr 2011)
+*perl-Devel-DProf-20080331.0.0 (03 Apr 2011)
+
+  03 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  +perl-Devel-DProf-20080331.0.0.ebuild, +perl-Devel-DProf-20110228.0.0.ebuild,
+  +metadata.xml:
+  Added for Devel::DProf
+

diff --git a/virtual/perl-Devel-DProf/metadata.xml b/virtual/perl-Devel-DProf/metadata.xml
new file mode 100644
index 0000000..801e938
--- /dev/null
+++ b/virtual/perl-Devel-DProf/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>perl</herd>
+</pkgmetadata>

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

diff --git a/virtual/perl-Devel-DProf/perl-Devel-DProf-20110228.0.0.ebuild b/virtual/perl-Devel-DProf/perl-Devel-DProf-20110228.0.0.ebuild
new file mode 100644
index 0000000..166c6f8
--- /dev/null
+++ b/virtual/perl-Devel-DProf/perl-Devel-DProf-20110228.0.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Virtual for Devel-DProf"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="~perl-core/Devel-DProf-${PV}"



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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Devel-DProf/
@ 2011-04-20 22:02 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2011-04-20 22:02 UTC (permalink / raw
  To: gentoo-commits

commit:     ff7d75d80aaaf78bca917726915d8a48e3a349c1
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 20 21:25:15 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 20 22:01:59 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ff7d75d8

[fix] perl-Devel-DProf-20110228.0.0 += 5.14

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

---
 virtual/perl-Devel-DProf/ChangeLog                 |    4 ++++
 .../perl-Devel-DProf-20110228.0.0.ebuild           |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/virtual/perl-Devel-DProf/ChangeLog b/virtual/perl-Devel-DProf/ChangeLog
index aee588c..91a4491 100644
--- a/virtual/perl-Devel-DProf/ChangeLog
+++ b/virtual/perl-Devel-DProf/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  20 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  perl-Devel-DProf-20110228.0.0.ebuild:
+  Added 5.14
+
 *perl-Devel-DProf-20110228.0.0 (03 Apr 2011)
 *perl-Devel-DProf-20080331.0.0 (03 Apr 2011)
 

diff --git a/virtual/perl-Devel-DProf/perl-Devel-DProf-20110228.0.0.ebuild b/virtual/perl-Devel-DProf/perl-Devel-DProf-20110228.0.0.ebuild
index 166c6f8..1c4021a 100644
--- a/virtual/perl-Devel-DProf/perl-Devel-DProf-20110228.0.0.ebuild
+++ b/virtual/perl-Devel-DProf/perl-Devel-DProf-20110228.0.0.ebuild
@@ -12,4 +12,4 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=""
-RDEPEND="~perl-core/Devel-DProf-${PV}"
+RDEPEND="|| ( ~dev-lang/perl-5.14.0 ~dev-lang/perl-5.14.0_rc1 ~perl-core/Devel-DProf-${PV} )"



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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Devel-DProf/
@ 2011-06-17  0:30 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2011-06-17  0:30 UTC (permalink / raw
  To: gentoo-commits

commit:     4b722fefcce73b9801438d836a13bbc297308d33
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jun 17 00:14:42 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jun 17 00:28:56 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4b722fef

[updatevirtual] Update perl-Devel-DProf for perl-5.14.1 by using =perl-5.14* rule

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

---
 virtual/perl-Devel-DProf/ChangeLog                 |    7 +++++++
 ...ild => perl-Devel-DProf-20110228.0.0-r1.ebuild} |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/virtual/perl-Devel-DProf/ChangeLog b/virtual/perl-Devel-DProf/ChangeLog
index 58ed72d..1b173c0 100644
--- a/virtual/perl-Devel-DProf/ChangeLog
+++ b/virtual/perl-Devel-DProf/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-Devel-DProf-20110228.0.0-r1 (17 Jun 2011)
+
+  17 Jun 2011; Kent Fredric <kentfredric@gmail.com>
+  -perl-Devel-DProf-20110228.0.0.ebuild,
+  +perl-Devel-DProf-20110228.0.0-r1.ebuild:
+  Update for perl-5.14.1 with star-match
+
   24 May 2011; Kent Fredric <kentfredric@gmail.com>
   perl-Devel-DProf-20110228.0.0.ebuild:
   Remove _rc1 references and fix to be 5.14.0 friendly

diff --git a/virtual/perl-Devel-DProf/perl-Devel-DProf-20110228.0.0.ebuild b/virtual/perl-Devel-DProf/perl-Devel-DProf-20110228.0.0-r1.ebuild
similarity index 78%
rename from virtual/perl-Devel-DProf/perl-Devel-DProf-20110228.0.0.ebuild
rename to virtual/perl-Devel-DProf/perl-Devel-DProf-20110228.0.0-r1.ebuild
index 107ad84..fa2b23d 100644
--- a/virtual/perl-Devel-DProf/perl-Devel-DProf-20110228.0.0.ebuild
+++ b/virtual/perl-Devel-DProf/perl-Devel-DProf-20110228.0.0-r1.ebuild
@@ -12,4 +12,4 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=""
-RDEPEND="|| ( ~dev-lang/perl-5.14.0 ~perl-core/Devel-DProf-${PV} )"
+RDEPEND="|| ( =dev-lang/perl-5.14* ~perl-core/Devel-DProf-${PV} )"



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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Devel-DProf/
@ 2011-08-03  4:14 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2011-08-03  4:14 UTC (permalink / raw
  To: gentoo-commits

commit:     273dc0c174fe2a93dfb9ce1613118aab4d8d7552
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug  3 02:51:09 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug  3 02:51:09 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=273dc0c1

[newversion] virtual/Devel-DProf-20110802.0.0

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

---
 virtual/perl-Devel-DProf/ChangeLog                 |    6 ++++++
 .../perl-Devel-DProf-20110802.0.0.ebuild           |   15 +++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/virtual/perl-Devel-DProf/ChangeLog b/virtual/perl-Devel-DProf/ChangeLog
index 1b173c0..bb561fd 100644
--- a/virtual/perl-Devel-DProf/ChangeLog
+++ b/virtual/perl-Devel-DProf/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-Devel-DProf-20110802.0.0 (03 Aug 2011)
+
+  03 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+  +perl-Devel-DProf-20110802.0.0.ebuild:
+  Version Bump
+
 *perl-Devel-DProf-20110228.0.0-r1 (17 Jun 2011)
 
   17 Jun 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/virtual/perl-Devel-DProf/perl-Devel-DProf-20110802.0.0.ebuild b/virtual/perl-Devel-DProf/perl-Devel-DProf-20110802.0.0.ebuild
new file mode 100644
index 0000000..166c6f8
--- /dev/null
+++ b/virtual/perl-Devel-DProf/perl-Devel-DProf-20110802.0.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Virtual for Devel-DProf"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="~perl-core/Devel-DProf-${PV}"



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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Devel-DProf/
@ 2014-07-24  2:12 Kent Fredric
  2014-08-20 11:03 ` Kent Fredric
  0 siblings, 1 reply; 9+ messages in thread
From: Kent Fredric @ 2014-07-24  2:12 UTC (permalink / raw
  To: gentoo-commits

commit:     a6e81ec02d9ccc3b34613f21c275bb4d61f74703
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jul 24 01:40:09 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul 24 01:40:09 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a6e81ec0

[cleanup] virtual/perl-Devel-DProf remove stuff that resolves only to gone perls

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

---
 virtual/perl-Devel-DProf/ChangeLog                 |  6 +++++-
 .../perl-Devel-DProf-20080331.0.0.ebuild           | 22 ----------------------
 2 files changed, 5 insertions(+), 23 deletions(-)

diff --git a/virtual/perl-Devel-DProf/ChangeLog b/virtual/perl-Devel-DProf/ChangeLog
index bb561fd..788864c 100644
--- a/virtual/perl-Devel-DProf/ChangeLog
+++ b/virtual/perl-Devel-DProf/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for virtual/perl-Devel-DProf
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  24 Jul 2014; Kent Fredric <kentfredric@gmail.com>
+  -perl-Devel-DProf-20080331.0.0.ebuild:
+  Clean unresolvable Devel::DProf
+
 *perl-Devel-DProf-20110802.0.0 (03 Aug 2011)
 
   03 Aug 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/virtual/perl-Devel-DProf/perl-Devel-DProf-20080331.0.0.ebuild b/virtual/perl-Devel-DProf/perl-Devel-DProf-20080331.0.0.ebuild
deleted file mode 100644
index 5ccd679..0000000
--- a/virtual/perl-Devel-DProf/perl-Devel-DProf-20080331.0.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="Virtual for Devel-DProf"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-	|| (
-		~dev-lang/perl-5.10.1
-		~dev-lang/perl-5.12.2
-		~dev-lang/perl-5.12.3
-	)
-	!perl-core/Devel-DProf
-"


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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Devel-DProf/
  2014-08-20 11:03 Kent Fredric
@ 2014-07-24  2:12 ` Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2014-07-24  2:12 UTC (permalink / raw
  To: gentoo-commits

commit:     34e0ba4fd2dea26941482cabc06d8c6ae56c5066
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jul 24 01:45:01 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul 24 01:45:01 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=34e0ba4f

[fixup] virtual/perl-Devel-DProf Stop depending on perl, this module is gone in all ::gentoo perls, point only to dev-perl

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

---
 virtual/perl-Devel-DProf/ChangeLog                            | 11 +++++++++++
 ...802.0.0.ebuild => perl-Devel-DProf-20110228.0.0-r2.ebuild} |  4 ++--
 ....0.0-r1.ebuild => perl-Devel-DProf-20110802.0.0-r1.ebuild} |  4 ++--
 3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/virtual/perl-Devel-DProf/ChangeLog b/virtual/perl-Devel-DProf/ChangeLog
index 788864c..f4f9430 100644
--- a/virtual/perl-Devel-DProf/ChangeLog
+++ b/virtual/perl-Devel-DProf/ChangeLog
@@ -2,6 +2,17 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-Devel-DProf-20110802.0.0-r1 (24 Jul 2014)
+*perl-Devel-DProf-20110228.0.0-r2 (24 Jul 2014)
+
+  24 Jul 2014; Kent Fredric <kentfredric@gmail.com>
+  -perl-Devel-DProf-20110228.0.0-r1.ebuild,
+  +perl-Devel-DProf-20110228.0.0-r2.ebuild,
+  -perl-Devel-DProf-20110802.0.0.ebuild,
+  +perl-Devel-DProf-20110802.0.0-r1.ebuild:
+  Stop depending on perl, this module is gone in all ::gentoo perls, point only
+  to dev-perl
+
   24 Jul 2014; Kent Fredric <kentfredric@gmail.com>
   -perl-Devel-DProf-20080331.0.0.ebuild:
   Clean unresolvable Devel::DProf

diff --git a/virtual/perl-Devel-DProf/perl-Devel-DProf-20110802.0.0.ebuild b/virtual/perl-Devel-DProf/perl-Devel-DProf-20110228.0.0-r2.ebuild
similarity index 72%
rename from virtual/perl-Devel-DProf/perl-Devel-DProf-20110802.0.0.ebuild
rename to virtual/perl-Devel-DProf/perl-Devel-DProf-20110228.0.0-r2.ebuild
index 166c6f8..a3321ea 100644
--- a/virtual/perl-Devel-DProf/perl-Devel-DProf-20110802.0.0.ebuild
+++ b/virtual/perl-Devel-DProf/perl-Devel-DProf-20110228.0.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -12,4 +12,4 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=""
-RDEPEND="~perl-core/Devel-DProf-${PV}"
+RDEPEND="~dev-perl/Devel-DProf-${PV}"

diff --git a/virtual/perl-Devel-DProf/perl-Devel-DProf-20110228.0.0-r1.ebuild b/virtual/perl-Devel-DProf/perl-Devel-DProf-20110802.0.0-r1.ebuild
similarity index 65%
rename from virtual/perl-Devel-DProf/perl-Devel-DProf-20110228.0.0-r1.ebuild
rename to virtual/perl-Devel-DProf/perl-Devel-DProf-20110802.0.0-r1.ebuild
index fa2b23d..a3321ea 100644
--- a/virtual/perl-Devel-DProf/perl-Devel-DProf-20110228.0.0-r1.ebuild
+++ b/virtual/perl-Devel-DProf/perl-Devel-DProf-20110802.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -12,4 +12,4 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=""
-RDEPEND="|| ( =dev-lang/perl-5.14* ~perl-core/Devel-DProf-${PV} )"
+RDEPEND="~dev-perl/Devel-DProf-${PV}"


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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Devel-DProf/
  2014-07-24  2:12 [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Devel-DProf/ Kent Fredric
@ 2014-08-20 11:03 ` Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2014-08-20 11:03 UTC (permalink / raw
  To: gentoo-commits

commit:     a6e81ec02d9ccc3b34613f21c275bb4d61f74703
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jul 24 01:40:09 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul 24 01:40:09 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a6e81ec0

[cleanup] virtual/perl-Devel-DProf remove stuff that resolves only to gone perls

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

---
 virtual/perl-Devel-DProf/ChangeLog                 |  6 +++++-
 .../perl-Devel-DProf-20080331.0.0.ebuild           | 22 ----------------------
 2 files changed, 5 insertions(+), 23 deletions(-)

diff --git a/virtual/perl-Devel-DProf/ChangeLog b/virtual/perl-Devel-DProf/ChangeLog
index bb561fd..788864c 100644
--- a/virtual/perl-Devel-DProf/ChangeLog
+++ b/virtual/perl-Devel-DProf/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for virtual/perl-Devel-DProf
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  24 Jul 2014; Kent Fredric <kentfredric@gmail.com>
+  -perl-Devel-DProf-20080331.0.0.ebuild:
+  Clean unresolvable Devel::DProf
+
 *perl-Devel-DProf-20110802.0.0 (03 Aug 2011)
 
   03 Aug 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/virtual/perl-Devel-DProf/perl-Devel-DProf-20080331.0.0.ebuild b/virtual/perl-Devel-DProf/perl-Devel-DProf-20080331.0.0.ebuild
deleted file mode 100644
index 5ccd679..0000000
--- a/virtual/perl-Devel-DProf/perl-Devel-DProf-20080331.0.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="Virtual for Devel-DProf"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-	|| (
-		~dev-lang/perl-5.10.1
-		~dev-lang/perl-5.12.2
-		~dev-lang/perl-5.12.3
-	)
-	!perl-core/Devel-DProf
-"


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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Devel-DProf/
@ 2014-08-20 11:03 Kent Fredric
  2014-07-24  2:12 ` Kent Fredric
  0 siblings, 1 reply; 9+ messages in thread
From: Kent Fredric @ 2014-08-20 11:03 UTC (permalink / raw
  To: gentoo-commits

commit:     34e0ba4fd2dea26941482cabc06d8c6ae56c5066
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jul 24 01:45:01 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul 24 01:45:01 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=34e0ba4f

[fixup] virtual/perl-Devel-DProf Stop depending on perl, this module is gone in all ::gentoo perls, point only to dev-perl

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

---
 virtual/perl-Devel-DProf/ChangeLog                            | 11 +++++++++++
 ...802.0.0.ebuild => perl-Devel-DProf-20110228.0.0-r2.ebuild} |  4 ++--
 ....0.0-r1.ebuild => perl-Devel-DProf-20110802.0.0-r1.ebuild} |  4 ++--
 3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/virtual/perl-Devel-DProf/ChangeLog b/virtual/perl-Devel-DProf/ChangeLog
index 788864c..f4f9430 100644
--- a/virtual/perl-Devel-DProf/ChangeLog
+++ b/virtual/perl-Devel-DProf/ChangeLog
@@ -2,6 +2,17 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-Devel-DProf-20110802.0.0-r1 (24 Jul 2014)
+*perl-Devel-DProf-20110228.0.0-r2 (24 Jul 2014)
+
+  24 Jul 2014; Kent Fredric <kentfredric@gmail.com>
+  -perl-Devel-DProf-20110228.0.0-r1.ebuild,
+  +perl-Devel-DProf-20110228.0.0-r2.ebuild,
+  -perl-Devel-DProf-20110802.0.0.ebuild,
+  +perl-Devel-DProf-20110802.0.0-r1.ebuild:
+  Stop depending on perl, this module is gone in all ::gentoo perls, point only
+  to dev-perl
+
   24 Jul 2014; Kent Fredric <kentfredric@gmail.com>
   -perl-Devel-DProf-20080331.0.0.ebuild:
   Clean unresolvable Devel::DProf

diff --git a/virtual/perl-Devel-DProf/perl-Devel-DProf-20110802.0.0.ebuild b/virtual/perl-Devel-DProf/perl-Devel-DProf-20110228.0.0-r2.ebuild
similarity index 72%
rename from virtual/perl-Devel-DProf/perl-Devel-DProf-20110802.0.0.ebuild
rename to virtual/perl-Devel-DProf/perl-Devel-DProf-20110228.0.0-r2.ebuild
index 166c6f8..a3321ea 100644
--- a/virtual/perl-Devel-DProf/perl-Devel-DProf-20110802.0.0.ebuild
+++ b/virtual/perl-Devel-DProf/perl-Devel-DProf-20110228.0.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -12,4 +12,4 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=""
-RDEPEND="~perl-core/Devel-DProf-${PV}"
+RDEPEND="~dev-perl/Devel-DProf-${PV}"

diff --git a/virtual/perl-Devel-DProf/perl-Devel-DProf-20110228.0.0-r1.ebuild b/virtual/perl-Devel-DProf/perl-Devel-DProf-20110802.0.0-r1.ebuild
similarity index 65%
rename from virtual/perl-Devel-DProf/perl-Devel-DProf-20110228.0.0-r1.ebuild
rename to virtual/perl-Devel-DProf/perl-Devel-DProf-20110802.0.0-r1.ebuild
index fa2b23d..a3321ea 100644
--- a/virtual/perl-Devel-DProf/perl-Devel-DProf-20110228.0.0-r1.ebuild
+++ b/virtual/perl-Devel-DProf/perl-Devel-DProf-20110802.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -12,4 +12,4 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=""
-RDEPEND="|| ( =dev-lang/perl-5.14* ~perl-core/Devel-DProf-${PV} )"
+RDEPEND="~dev-perl/Devel-DProf-${PV}"


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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Devel-DProf/
@ 2014-09-06  0:21 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2014-09-06  0:21 UTC (permalink / raw
  To: gentoo-commits

commit:     45277076a729f6918996a9a0c2ce2d8435ca4532
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Sep  5 23:18:57 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Sep  5 23:18:57 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=45277076

[treeclean] Remove virtual/perl-Devel-DProf as promised

---
 virtual/perl-Devel-DProf/ChangeLog                 | 48 ----------------------
 virtual/perl-Devel-DProf/metadata.xml              |  5 ---
 .../perl-Devel-DProf-20110228.0.0-r2.ebuild        | 15 -------
 .../perl-Devel-DProf-20110802.0.0-r1.ebuild        | 15 -------
 4 files changed, 83 deletions(-)

diff --git a/virtual/perl-Devel-DProf/ChangeLog b/virtual/perl-Devel-DProf/ChangeLog
deleted file mode 100644
index f4f9430..0000000
--- a/virtual/perl-Devel-DProf/ChangeLog
+++ /dev/null
@@ -1,48 +0,0 @@
-# ChangeLog for virtual/perl-Devel-DProf
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*perl-Devel-DProf-20110802.0.0-r1 (24 Jul 2014)
-*perl-Devel-DProf-20110228.0.0-r2 (24 Jul 2014)
-
-  24 Jul 2014; Kent Fredric <kentfredric@gmail.com>
-  -perl-Devel-DProf-20110228.0.0-r1.ebuild,
-  +perl-Devel-DProf-20110228.0.0-r2.ebuild,
-  -perl-Devel-DProf-20110802.0.0.ebuild,
-  +perl-Devel-DProf-20110802.0.0-r1.ebuild:
-  Stop depending on perl, this module is gone in all ::gentoo perls, point only
-  to dev-perl
-
-  24 Jul 2014; Kent Fredric <kentfredric@gmail.com>
-  -perl-Devel-DProf-20080331.0.0.ebuild:
-  Clean unresolvable Devel::DProf
-
-*perl-Devel-DProf-20110802.0.0 (03 Aug 2011)
-
-  03 Aug 2011; Kent Fredric <kentfredric@gmail.com>
-  +perl-Devel-DProf-20110802.0.0.ebuild:
-  Version Bump
-
-*perl-Devel-DProf-20110228.0.0-r1 (17 Jun 2011)
-
-  17 Jun 2011; Kent Fredric <kentfredric@gmail.com>
-  -perl-Devel-DProf-20110228.0.0.ebuild,
-  +perl-Devel-DProf-20110228.0.0-r1.ebuild:
-  Update for perl-5.14.1 with star-match
-
-  24 May 2011; Kent Fredric <kentfredric@gmail.com>
-  perl-Devel-DProf-20110228.0.0.ebuild:
-  Remove _rc1 references and fix to be 5.14.0 friendly
-
-  20 Apr 2011; Kent Fredric <kentfredric@gmail.com>
-  perl-Devel-DProf-20110228.0.0.ebuild:
-  Added 5.14
-
-*perl-Devel-DProf-20110228.0.0 (03 Apr 2011)
-*perl-Devel-DProf-20080331.0.0 (03 Apr 2011)
-
-  03 Apr 2011; Kent Fredric <kentfredric@gmail.com>
-  +perl-Devel-DProf-20080331.0.0.ebuild, +perl-Devel-DProf-20110228.0.0.ebuild,
-  +metadata.xml:
-  Added for Devel::DProf
-

diff --git a/virtual/perl-Devel-DProf/metadata.xml b/virtual/perl-Devel-DProf/metadata.xml
deleted file mode 100644
index 801e938..0000000
--- a/virtual/perl-Devel-DProf/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<herd>perl</herd>
-</pkgmetadata>

diff --git a/virtual/perl-Devel-DProf/perl-Devel-DProf-20110228.0.0-r2.ebuild b/virtual/perl-Devel-DProf/perl-Devel-DProf-20110228.0.0-r2.ebuild
deleted file mode 100644
index a3321ea..0000000
--- a/virtual/perl-Devel-DProf/perl-Devel-DProf-20110228.0.0-r2.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="Virtual for Devel-DProf"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="~dev-perl/Devel-DProf-${PV}"

diff --git a/virtual/perl-Devel-DProf/perl-Devel-DProf-20110802.0.0-r1.ebuild b/virtual/perl-Devel-DProf/perl-Devel-DProf-20110802.0.0-r1.ebuild
deleted file mode 100644
index a3321ea..0000000
--- a/virtual/perl-Devel-DProf/perl-Devel-DProf-20110802.0.0-r1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="Virtual for Devel-DProf"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="~dev-perl/Devel-DProf-${PV}"


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

end of thread, other threads:[~2014-09-06  0:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-24  2:12 [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Devel-DProf/ Kent Fredric
2014-08-20 11:03 ` Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2014-09-06  0:21 Kent Fredric
2014-08-20 11:03 Kent Fredric
2014-07-24  2:12 ` Kent Fredric
2011-08-03  4:14 Kent Fredric
2011-06-17  0:30 Kent Fredric
2011-04-20 22:02 Kent Fredric
2011-04-03 23:33 Kent Fredric

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