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

commit:     39a805a41cac2ab3a324f7481f45052dd14daba7
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr  3 22:33:50 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr  3 22:33:50 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=39a805a4

[added] experimental virtual for Unicode::Normalize

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

---
 virtual/perl-Unicode-Normalize/ChangeLog           |   12 ++++++++++
 virtual/perl-Unicode-Normalize/metadata.xml        |    5 ++++
 .../perl-Unicode-Normalize-1.100.0.ebuild          |   15 +++++++++++++
 .../perl-Unicode-Normalize-1.30.0.ebuild           |   22 ++++++++++++++++++++
 4 files changed, 54 insertions(+), 0 deletions(-)

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

diff --git a/virtual/perl-Unicode-Normalize/metadata.xml b/virtual/perl-Unicode-Normalize/metadata.xml
new file mode 100644
index 0000000..fcd994b
--- /dev/null
+++ b/virtual/perl-Unicode-Normalize/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-Unicode-Normalize/perl-Unicode-Normalize-1.100.0.ebuild b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.100.0.ebuild
new file mode 100644
index 0000000..5da7c71
--- /dev/null
+++ b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.100.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $
+
+DESCRIPTION="Virtual for perl-core/Unicode-Normalize"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="~perl-core/Unicode-Normalize-${PV}"

diff --git a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.30.0.ebuild b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.30.0.ebuild
new file mode 100644
index 0000000..bbdfcc2
--- /dev/null
+++ b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.30.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $
+
+DESCRIPTION="Virtual for perl-core/Unicode-Normalize"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+	|| (
+		~dev-lang/perl-5.12.3
+		~dev-lang/perl-5.12.2
+		~dev-lang/perl-5.10.1
+	)
+	!perl-core/Unicode-Normalize
+"



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

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

commit:     f2b5fa4454d53565fd3c18f716877f768640930a
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 20 21:58:08 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 20 22:02:03 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f2b5fa44

[fix] perl-Unicode-Normalize-1.100.0 += 5.14

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

---
 virtual/perl-Unicode-Normalize/ChangeLog           |    4 ++++
 .../perl-Unicode-Normalize-1.100.0.ebuild          |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/virtual/perl-Unicode-Normalize/ChangeLog b/virtual/perl-Unicode-Normalize/ChangeLog
index 7a560e2..33e123b 100644
--- a/virtual/perl-Unicode-Normalize/ChangeLog
+++ b/virtual/perl-Unicode-Normalize/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-Unicode-Normalize-1.100.0.ebuild:
+  Add 5.14
+
 *perl-Unicode-Normalize-1.100.0 (03 Apr 2011)
 *perl-Unicode-Normalize-1.30.0 (03 Apr 2011)
 

diff --git a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.100.0.ebuild b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.100.0.ebuild
index 5da7c71..8aa54b4 100644
--- a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.100.0.ebuild
+++ b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.100.0.ebuild
@@ -12,4 +12,4 @@ KEYWORDS="~x86 ~amd64"
 IUSE=""
 
 DEPEND=""
-RDEPEND="~perl-core/Unicode-Normalize-${PV}"
+RDEPEND="|| ( ~dev-lang/perl-5.14.0 ~dev-lang/perl-5.14.0_rc1 ~perl-core/Unicode-Normalize-${PV} )"



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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Unicode-Normalize/
@ 2011-05-24  8:11 Kent Fredric
  0 siblings, 0 replies; 21+ messages in thread
From: Kent Fredric @ 2011-05-24  8:11 UTC (permalink / raw
  To: gentoo-commits

commit:     2522974cc5c0fbb87ee7d9a1384db270eaede6ff
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue May 24 08:09:25 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue May 24 08:09:25 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2522974c

[newversion] perl-Unicode-Normalize-1.120.0

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

---
 virtual/perl-Unicode-Normalize/ChangeLog           |    6 ++++++
 .../perl-Unicode-Normalize-1.120.0.ebuild          |   15 +++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/virtual/perl-Unicode-Normalize/ChangeLog b/virtual/perl-Unicode-Normalize/ChangeLog
index 33e123b..a71fc68 100644
--- a/virtual/perl-Unicode-Normalize/ChangeLog
+++ b/virtual/perl-Unicode-Normalize/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-Unicode-Normalize-1.120.0 (24 May 2011)
+
+  24 May 2011; Kent Fredric <kentfredric@gmail.com>
+  +perl-Unicode-Normalize-1.120.0.ebuild:
+  Version Bump
+
   20 Apr 2011; Kent Fredric <kentfredric@gmail.com>
   perl-Unicode-Normalize-1.100.0.ebuild:
   Add 5.14

diff --git a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.120.0.ebuild b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.120.0.ebuild
new file mode 100644
index 0000000..5da7c71
--- /dev/null
+++ b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.120.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $
+
+DESCRIPTION="Virtual for perl-core/Unicode-Normalize"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="~perl-core/Unicode-Normalize-${PV}"



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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Unicode-Normalize/
@ 2011-06-06 22:47 Kent Fredric
  0 siblings, 0 replies; 21+ messages in thread
From: Kent Fredric @ 2011-06-06 22:47 UTC (permalink / raw
  To: gentoo-commits

commit:     6b248db4e7946a81ec08ab0bf4df5edbf8d47455
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun  6 22:45:26 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun  6 22:45:26 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6b248db4

[fix] perl-Unicode-Normalize, 1.100 is perl only now

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

---
 virtual/perl-Unicode-Normalize/ChangeLog           |    7 +++++++
 ...ld => perl-Unicode-Normalize-1.100.0-r1.ebuild} |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/virtual/perl-Unicode-Normalize/ChangeLog b/virtual/perl-Unicode-Normalize/ChangeLog
index a4e86b9..c57ca7e 100644
--- a/virtual/perl-Unicode-Normalize/ChangeLog
+++ b/virtual/perl-Unicode-Normalize/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-Unicode-Normalize-1.100.0-r1 (06 Jun 2011)
+
+  06 Jun 2011; Kent Fredric <kentfredric@gmail.com>
+  -perl-Unicode-Normalize-1.100.0.ebuild,
+  +perl-Unicode-Normalize-1.100.0-r1.ebuild:
+  1.100 only available with Perl-5.14 now, not on CPAN
+
   24 May 2011; Kent Fredric <kentfredric@gmail.com>
   perl-Unicode-Normalize-1.100.0.ebuild:
   Remove _rc1 references and fix to be 5.14.0 friendly

diff --git a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.100.0.ebuild b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.100.0-r1.ebuild
similarity index 84%
rename from virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.100.0.ebuild
rename to virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.100.0-r1.ebuild
index 8ca3f08..2631086 100644
--- a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.100.0.ebuild
+++ b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.100.0-r1.ebuild
@@ -12,4 +12,4 @@ KEYWORDS="~x86 ~amd64"
 IUSE=""
 
 DEPEND=""
-RDEPEND="|| ( ~dev-lang/perl-5.14.0 ~perl-core/Unicode-Normalize-${PV} )"
+RDEPEND="~dev-lang/perl-5.14.0 !perl-core/Unicode-Normalize"



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

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

commit:     7a31e8eca8cfbed341ae3f424d8efe88b75c2b71
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jun 17 00:15:39 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=7a31e8ec

[updatevirtual] Update perl-Unicode-Normalize 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-Unicode-Normalize/ChangeLog           |    7 +++++++
 ...ld => perl-Unicode-Normalize-1.100.0-r2.ebuild} |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/virtual/perl-Unicode-Normalize/ChangeLog b/virtual/perl-Unicode-Normalize/ChangeLog
index c57ca7e..05bd593 100644
--- a/virtual/perl-Unicode-Normalize/ChangeLog
+++ b/virtual/perl-Unicode-Normalize/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-Unicode-Normalize-1.100.0-r2 (17 Jun 2011)
+
+  17 Jun 2011; Kent Fredric <kentfredric@gmail.com>
+  -perl-Unicode-Normalize-1.100.0-r1.ebuild,
+  +perl-Unicode-Normalize-1.100.0-r2.ebuild:
+  Update for perl-5.14.1 with star-match
+
 *perl-Unicode-Normalize-1.100.0-r1 (06 Jun 2011)
 
   06 Jun 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.100.0-r1.ebuild b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.100.0-r2.ebuild
similarity index 86%
rename from virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.100.0-r1.ebuild
rename to virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.100.0-r2.ebuild
index 2631086..ed80bd0 100644
--- a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.100.0-r1.ebuild
+++ b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.100.0-r2.ebuild
@@ -12,4 +12,4 @@ KEYWORDS="~x86 ~amd64"
 IUSE=""
 
 DEPEND=""
-RDEPEND="~dev-lang/perl-5.14.0 !perl-core/Unicode-Normalize"
+RDEPEND="=dev-lang/perl-5.14* !perl-core/Unicode-Normalize"



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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Unicode-Normalize/
@ 2011-08-03 18:11 Kent Fredric
  0 siblings, 0 replies; 21+ messages in thread
From: Kent Fredric @ 2011-08-03 18:11 UTC (permalink / raw
  To: gentoo-commits

commit:     1a3bed6f34cf720ef9cd5931d92601d8070e6705
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug  3 18:11:26 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug  3 18:11:26 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1a3bed6f

[newversion] virtual/perl-Unicode-Normalize-1.130.0

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

---
 virtual/perl-Unicode-Normalize/ChangeLog           |    6 ++++++
 .../perl-Unicode-Normalize-1.130.0.ebuild          |   15 +++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/virtual/perl-Unicode-Normalize/ChangeLog b/virtual/perl-Unicode-Normalize/ChangeLog
index 05bd593..2c83a44 100644
--- a/virtual/perl-Unicode-Normalize/ChangeLog
+++ b/virtual/perl-Unicode-Normalize/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-Unicode-Normalize-1.130.0 (03 Aug 2011)
+
+  03 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+  +perl-Unicode-Normalize-1.130.0.ebuild:
+  Version Bump
+
 *perl-Unicode-Normalize-1.100.0-r2 (17 Jun 2011)
 
   17 Jun 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.130.0.ebuild b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.130.0.ebuild
new file mode 100644
index 0000000..5da7c71
--- /dev/null
+++ b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.130.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $
+
+DESCRIPTION="Virtual for perl-core/Unicode-Normalize"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="~perl-core/Unicode-Normalize-${PV}"



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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Unicode-Normalize/
@ 2011-08-27 13:55 Kent Fredric
  0 siblings, 0 replies; 21+ messages in thread
From: Kent Fredric @ 2011-08-27 13:55 UTC (permalink / raw
  To: gentoo-commits

commit:     97e16bf51527de5d7712c3f6b24272935c916a6c
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Aug 27 13:54:20 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Aug 27 13:54:47 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=97e16bf5

[cpanclean] perl-Unicode-Normalize-1.120.0

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

---
 virtual/perl-Unicode-Normalize/ChangeLog           |    4 ++++
 .../perl-Unicode-Normalize-1.120.0.ebuild          |   15 ---------------
 2 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/virtual/perl-Unicode-Normalize/ChangeLog b/virtual/perl-Unicode-Normalize/ChangeLog
index 2c83a44..e11cbf5 100644
--- a/virtual/perl-Unicode-Normalize/ChangeLog
+++ b/virtual/perl-Unicode-Normalize/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  27 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+  -perl-Unicode-Normalize-1.120.0.ebuild:
+  All providers of this version gone
+
 *perl-Unicode-Normalize-1.130.0 (03 Aug 2011)
 
   03 Aug 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.120.0.ebuild b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.120.0.ebuild
deleted file mode 100644
index 5da7c71..0000000
--- a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.120.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $
-
-DESCRIPTION="Virtual for perl-core/Unicode-Normalize"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="~perl-core/Unicode-Normalize-${PV}"



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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Unicode-Normalize/
@ 2012-04-06 20:43 Kent Fredric
  0 siblings, 0 replies; 21+ messages in thread
From: Kent Fredric @ 2012-04-06 20:43 UTC (permalink / raw
  To: gentoo-commits

commit:     b6c22c11772d2e7485e3ddfa91dfa1003cc7caec
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr  6 20:13:48 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr  6 20:13:48 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b6c22c11

[newversion] virtual/perl-Unicode-Normalize-1.140.0

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

---
 virtual/perl-Unicode-Normalize/ChangeLog           |    8 +++++++-
 .../perl-Unicode-Normalize-1.140.0.ebuild          |   15 +++++++++++++++
 2 files changed, 22 insertions(+), 1 deletions(-)

diff --git a/virtual/perl-Unicode-Normalize/ChangeLog b/virtual/perl-Unicode-Normalize/ChangeLog
index e11cbf5..02e5791 100644
--- a/virtual/perl-Unicode-Normalize/ChangeLog
+++ b/virtual/perl-Unicode-Normalize/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for virtual/perl-Unicode-Normalize
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-Unicode-Normalize-1.140.0 (06 Apr 2012)
+
+  06 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  +perl-Unicode-Normalize-1.140.0.ebuild:
+  Version Bump
+
   27 Aug 2011; Kent Fredric <kentfredric@gmail.com>
   -perl-Unicode-Normalize-1.120.0.ebuild:
   All providers of this version gone

diff --git a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.140.0.ebuild b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.140.0.ebuild
new file mode 100644
index 0000000..b72ef00
--- /dev/null
+++ b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.140.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $
+
+DESCRIPTION="Virtual for perl-core/Unicode-Normalize"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="~perl-core/Unicode-Normalize-${PV}"



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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Unicode-Normalize/
@ 2012-04-08 10:51 Kent Fredric
  0 siblings, 0 replies; 21+ messages in thread
From: Kent Fredric @ 2012-04-08 10:51 UTC (permalink / raw
  To: gentoo-commits

commit:     240568adaae4d19866d1245ebfaa26875313de58
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr  8 06:29:03 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr  8 06:29:03 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=240568ad

[cpanclean] perl-Unicode-Normalize-1.140.0

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

---
 virtual/perl-Unicode-Normalize/ChangeLog           |    4 ++++
 .../perl-Unicode-Normalize-1.130.0.ebuild          |   15 ---------------
 2 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/virtual/perl-Unicode-Normalize/ChangeLog b/virtual/perl-Unicode-Normalize/ChangeLog
index 02e5791..6149849 100644
--- a/virtual/perl-Unicode-Normalize/ChangeLog
+++ b/virtual/perl-Unicode-Normalize/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  -perl-Unicode-Normalize-1.130.0.ebuild:
+  Gone on CPAN
+
 *perl-Unicode-Normalize-1.140.0 (06 Apr 2012)
 
   06 Apr 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.130.0.ebuild b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.130.0.ebuild
deleted file mode 100644
index 5da7c71..0000000
--- a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.130.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $
-
-DESCRIPTION="Virtual for perl-core/Unicode-Normalize"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="~perl-core/Unicode-Normalize-${PV}"



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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Unicode-Normalize/
@ 2012-07-31 17:10 Kent Fredric
  0 siblings, 0 replies; 21+ messages in thread
From: Kent Fredric @ 2012-07-31 17:10 UTC (permalink / raw
  To: gentoo-commits

commit:     ed039a28d4122b853cc6bdd102dfaa83665d8c01
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jul 31 06:00:19 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jul 31 06:00:19 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ed039a28

[fix] perl-Unicode-Normalize for 5.16

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

---
 virtual/perl-Unicode-Normalize/ChangeLog           |    7 +++++++
 ...ld => perl-Unicode-Normalize-1.140.0-r1.ebuild} |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/virtual/perl-Unicode-Normalize/ChangeLog b/virtual/perl-Unicode-Normalize/ChangeLog
index 6149849..01a6fa9 100644
--- a/virtual/perl-Unicode-Normalize/ChangeLog
+++ b/virtual/perl-Unicode-Normalize/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-Unicode-Normalize-1.140.0-r1 (31 Jul 2012)
+
+  31 Jul 2012; Kent Fredric <kentfredric@gmail.com>
+  -perl-Unicode-Normalize-1.140.0.ebuild,
+  +perl-Unicode-Normalize-1.140.0-r1.ebuild:
+  Fix for 5.16
+
   08 Apr 2012; Kent Fredric <kentfredric@gmail.com>
   -perl-Unicode-Normalize-1.130.0.ebuild:
   Gone on CPAN

diff --git a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.140.0.ebuild b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.140.0-r1.ebuild
similarity index 84%
rename from virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.140.0.ebuild
rename to virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.140.0-r1.ebuild
index b72ef00..48d519c 100644
--- a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.140.0.ebuild
+++ b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.140.0-r1.ebuild
@@ -12,4 +12,4 @@ KEYWORDS="~x86 ~amd64"
 IUSE=""
 
 DEPEND=""
-RDEPEND="~perl-core/Unicode-Normalize-${PV}"
+RDEPEND="|| ( =dev-lang/perl-5.16* ~perl-core/Unicode-Normalize-${PV} )"


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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Unicode-Normalize/
@ 2012-11-04 14:58 Kent Fredric
  0 siblings, 0 replies; 21+ messages in thread
From: Kent Fredric @ 2012-11-04 14:58 UTC (permalink / raw
  To: gentoo-commits

commit:     fcce974d12455553d080e5ad9b7421efd3e0365d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Nov  4 14:56:50 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Nov  4 14:56:50 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=fcce974d

[newversion] virtual/perl-Unicode-Normalize-1.150.0

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

---
 virtual/perl-Unicode-Normalize/ChangeLog           |    6 ++++++
 .../perl-Unicode-Normalize-1.150.0.ebuild          |   15 +++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/virtual/perl-Unicode-Normalize/ChangeLog b/virtual/perl-Unicode-Normalize/ChangeLog
index 01a6fa9..eaa1844 100644
--- a/virtual/perl-Unicode-Normalize/ChangeLog
+++ b/virtual/perl-Unicode-Normalize/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-Unicode-Normalize-1.150.0 (04 Nov 2012)
+
+  04 Nov 2012; Kent Fredric <kentfredric@gmail.com>
+  +perl-Unicode-Normalize-1.150.0.ebuild:
+  Version Bump
+
 *perl-Unicode-Normalize-1.140.0-r1 (31 Jul 2012)
 
   31 Jul 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.150.0.ebuild b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.150.0.ebuild
new file mode 100644
index 0000000..b72ef00
--- /dev/null
+++ b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.150.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $
+
+DESCRIPTION="Virtual for perl-core/Unicode-Normalize"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="~perl-core/Unicode-Normalize-${PV}"


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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Unicode-Normalize/
@ 2012-11-05  0:12 Kent Fredric
  0 siblings, 0 replies; 21+ messages in thread
From: Kent Fredric @ 2012-11-05  0:12 UTC (permalink / raw
  To: gentoo-commits

commit:     e23c1e58d308294d7fc3be41db5a41b4f2cee452
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Nov  4 23:52:40 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Nov  5 00:10:09 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e23c1e58

[newversion] virtual/perl-Unicode-Normalize-1.160.0

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

---
 virtual/perl-Unicode-Normalize/ChangeLog           |    6 ++++++
 .../perl-Unicode-Normalize-1.160.0.ebuild          |   15 +++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/virtual/perl-Unicode-Normalize/ChangeLog b/virtual/perl-Unicode-Normalize/ChangeLog
index eaa1844..88f1055 100644
--- a/virtual/perl-Unicode-Normalize/ChangeLog
+++ b/virtual/perl-Unicode-Normalize/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-Unicode-Normalize-1.160.0 (04 Nov 2012)
+
+  04 Nov 2012; Kent Fredric <kentfredric@gmail.com>
+  +perl-Unicode-Normalize-1.160.0.ebuild:
+  Version Bump
+
 *perl-Unicode-Normalize-1.150.0 (04 Nov 2012)
 
   04 Nov 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.160.0.ebuild b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.160.0.ebuild
new file mode 100644
index 0000000..b72ef00
--- /dev/null
+++ b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.160.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $
+
+DESCRIPTION="Virtual for perl-core/Unicode-Normalize"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="~perl-core/Unicode-Normalize-${PV}"


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

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

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

[fix] virtual/perl-Unicode-Normalize-1.140.0 -r1 -> -r2 , now requires =dev-lang/perl-5.16 as =perl-core version is gone

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

---
 virtual/perl-Unicode-Normalize/ChangeLog           |    7 +++++++
 ...ld => perl-Unicode-Normalize-1.140.0-r2.ebuild} |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/virtual/perl-Unicode-Normalize/ChangeLog b/virtual/perl-Unicode-Normalize/ChangeLog
index 88f1055..3ad1fca 100644
--- a/virtual/perl-Unicode-Normalize/ChangeLog
+++ b/virtual/perl-Unicode-Normalize/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-Unicode-Normalize-1.140.0-r2 (10 Nov 2012)
+
+  10 Nov 2012; Kent Fredric <kentfredric@gmail.com>
+  -perl-Unicode-Normalize-1.140.0-r1.ebuild,
+  +perl-Unicode-Normalize-1.140.0-r2.ebuild:
+  remove optional perl-core dep as gone upstream, 5.16 is now the only choice
+
 *perl-Unicode-Normalize-1.160.0 (04 Nov 2012)
 
   04 Nov 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.140.0-r1.ebuild b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.140.0-r2.ebuild
similarity index 84%
rename from virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.140.0-r1.ebuild
rename to virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.140.0-r2.ebuild
index 48d519c..6c569a8 100644
--- a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.140.0-r1.ebuild
+++ b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.140.0-r2.ebuild
@@ -12,4 +12,4 @@ KEYWORDS="~x86 ~amd64"
 IUSE=""
 
 DEPEND=""
-RDEPEND="|| ( =dev-lang/perl-5.16* ~perl-core/Unicode-Normalize-${PV} )"
+RDEPEND="|| ( =dev-lang/perl-5.16* !perl-core/Unicode-Normalize )"


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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Unicode-Normalize/
@ 2012-11-20 22:54 Kent Fredric
  0 siblings, 0 replies; 21+ messages in thread
From: Kent Fredric @ 2012-11-20 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     9a1d00ca96b8cd9b29174584c563c93c40b29376
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Nov 20 22:52:45 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Nov 20 22:52:45 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9a1d00ca

[cpanclean] virtual/perl-Unicode-Normalize-1.150.0

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

---
 virtual/perl-Unicode-Normalize/ChangeLog           |    4 ++++
 .../perl-Unicode-Normalize-1.150.0.ebuild          |   15 ---------------
 2 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/virtual/perl-Unicode-Normalize/ChangeLog b/virtual/perl-Unicode-Normalize/ChangeLog
index 3ad1fca..0e49cb8 100644
--- a/virtual/perl-Unicode-Normalize/ChangeLog
+++ b/virtual/perl-Unicode-Normalize/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  20 Nov 2012; Kent Fredric <kentfredric@gmail.com>
+  -perl-Unicode-Normalize-1.150.0.ebuild:
+  Gone on CPAN
+
 *perl-Unicode-Normalize-1.140.0-r2 (10 Nov 2012)
 
   10 Nov 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.150.0.ebuild b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.150.0.ebuild
deleted file mode 100644
index b72ef00..0000000
--- a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.150.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $
-
-DESCRIPTION="Virtual for perl-core/Unicode-Normalize"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="~perl-core/Unicode-Normalize-${PV}"


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

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

commit:     91e2e99039e645823944fd93e59b94d6b739477a
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Oct  4 21:24:42 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Oct  4 21:24:42 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=91e2e990

[fixup] virtual/perl-Unicode-Normalize EAPI5, 1.160.0 Provide by 5.18

Package-Manager: portage-2.2.10

---
 ...lize-1.160.0.ebuild => perl-Unicode-Normalize-1.160.0-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.160.0.ebuild b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.160.0-r1.ebuild
similarity index 74%
rename from virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.160.0.ebuild
rename to virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.160.0-r1.ebuild
index b72ef00..40af0ed 100644
--- a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.160.0.ebuild
+++ b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.160.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $
-
+EAPI=5
 DESCRIPTION="Virtual for perl-core/Unicode-Normalize"
 HOMEPAGE=""
 SRC_URI=""
@@ -12,4 +12,4 @@ KEYWORDS="~x86 ~amd64"
 IUSE=""
 
 DEPEND=""
-RDEPEND="~perl-core/Unicode-Normalize-${PV}"
+RDEPEND="|| ( =dev-lang/perl-5.18* ~perl-core/Unicode-Normalize-${PV} )"


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

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

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

[cleanup] virtual/perl-Unicode-Normalize remove old

Package-Manager: portage-2.2.10

---
 .../perl-Unicode-Normalize-1.100.0-r2.ebuild       | 15 ---------------
 .../perl-Unicode-Normalize-1.140.0-r2.ebuild       | 15 ---------------
 .../perl-Unicode-Normalize-1.30.0.ebuild           | 22 ----------------------
 3 files changed, 52 deletions(-)

diff --git a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.100.0-r2.ebuild b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.100.0-r2.ebuild
deleted file mode 100644
index ed80bd0..0000000
--- a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.100.0-r2.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $
-
-DESCRIPTION="Virtual for perl-core/Unicode-Normalize"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="=dev-lang/perl-5.14* !perl-core/Unicode-Normalize"

diff --git a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.140.0-r2.ebuild b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.140.0-r2.ebuild
deleted file mode 100644
index 6c569a8..0000000
--- a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.140.0-r2.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $
-
-DESCRIPTION="Virtual for perl-core/Unicode-Normalize"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="|| ( =dev-lang/perl-5.16* !perl-core/Unicode-Normalize )"

diff --git a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.30.0.ebuild b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.30.0.ebuild
deleted file mode 100644
index bbdfcc2..0000000
--- a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.30.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: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $
-
-DESCRIPTION="Virtual for perl-core/Unicode-Normalize"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-	|| (
-		~dev-lang/perl-5.12.3
-		~dev-lang/perl-5.12.2
-		~dev-lang/perl-5.10.1
-	)
-	!perl-core/Unicode-Normalize
-"


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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Unicode-Normalize/
@ 2014-10-05  8:28 Kent Fredric
  0 siblings, 0 replies; 21+ messages in thread
From: Kent Fredric @ 2014-10-05  8:28 UTC (permalink / raw
  To: gentoo-commits

commit:     de62b5e554b8f2e9418667dac4dde602f445324b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Oct  5 07:48:51 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Oct  5 07:48:51 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=de62b5e5

[bump] virtual/perl-Unicode-Normalize 1.170.0 for perl 5.20

Package-Manager: portage-2.2.10

---
 .../perl-Unicode-Normalize-1.170.0.ebuild             | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.170.0.ebuild b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.170.0.ebuild
new file mode 100644
index 0000000..c7cbabd
--- /dev/null
+++ b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.170.0.ebuild
@@ -0,0 +1,19 @@
+# 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=""
+
+RDEPEND="
+	|| ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} )
+	!<perl-core/${PN#perl-}-${PV}
+	!>perl-core/${PN#perl-}-${PV}
+"


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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Unicode-Normalize/
@ 2014-10-05  8:28 Kent Fredric
  0 siblings, 0 replies; 21+ messages in thread
From: Kent Fredric @ 2014-10-05  8:28 UTC (permalink / raw
  To: gentoo-commits

commit:     4235d6d93c5929b2174eb1178e4c3459ccb7b142
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Oct  5 07:44:06 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Oct  5 07:47:34 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4235d6d9

[fixup] virtual/perl-Unicode-Normalize 1.160.0, update blockers

Package-Manager: portage-2.2.10

---
 .../perl-Unicode-Normalize-1.160.0-r1.ebuild          | 15 ---------------
 .../perl-Unicode-Normalize-1.160.0-r2.ebuild          | 19 +++++++++++++++++++
 2 files changed, 19 insertions(+), 15 deletions(-)

diff --git a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.160.0-r1.ebuild b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.160.0-r1.ebuild
deleted file mode 100644
index 40af0ed..0000000
--- a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.160.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: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $
-EAPI=5
-DESCRIPTION="Virtual for perl-core/Unicode-Normalize"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="|| ( =dev-lang/perl-5.18* ~perl-core/Unicode-Normalize-${PV} )"

diff --git a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.160.0-r2.ebuild b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.160.0-r2.ebuild
new file mode 100644
index 0000000..3ea204e
--- /dev/null
+++ b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.160.0-r2.ebuild
@@ -0,0 +1,19 @@
+# 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=""
+
+RDEPEND="
+	|| ( =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} )
+	!<perl-core/${PN#perl-}-${PV}
+	!>perl-core/${PN#perl-}-${PV}
+"


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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Unicode-Normalize/
@ 2015-03-29 19:20 Kent Fredric
  0 siblings, 0 replies; 21+ messages in thread
From: Kent Fredric @ 2015-03-29 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     94db9ee65410a3a9850d8dc3b261797dcf409313
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Mar 29 18:54:27 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Mar 29 18:54:27 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=94db9ee6

[fixup] virtual/perl-Unicode-Normalize: Drop perl <=5.18 as a provider

Package-Manager: portage-2.2.17

 ...1.160.0-r2.ebuild => perl-Unicode-Normalize-1.160.0-r3.ebuild} | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.160.0-r2.ebuild b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.160.0-r3.ebuild
similarity index 54%
rename from virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.160.0-r2.ebuild
rename to virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.160.0-r3.ebuild
index 3ea204e..fcbb558 100644
--- a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.160.0-r2.ebuild
+++ b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.160.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=5
@@ -12,8 +12,4 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="
-	|| ( =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} )
-	!<perl-core/${PN#perl-}-${PV}
-	!>perl-core/${PN#perl-}-${PV}
-"
+RDEPEND="~perl-core/${PN#perl-}-${PV}"


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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Unicode-Normalize/
@ 2015-06-14 17:05 Kent Fredric
  0 siblings, 0 replies; 21+ messages in thread
From: Kent Fredric @ 2015-06-14 17:05 UTC (permalink / raw
  To: gentoo-commits

commit:     0e6913de2838b744bfeea4fd5a4fd74ee06b08bb
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 16:49:25 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 14 16:49:25 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=0e6913de

[cleanup] virtual/perl-Unicode-Normalize: remove old version

Package-Manager: portage-2.2.17

 .../perl-Unicode-Normalize-1.160.0-r3.ebuild              | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.160.0-r3.ebuild b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.160.0-r3.ebuild
deleted file mode 100644
index fcbb558..0000000
--- a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.160.0-r3.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2015 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=""
-
-RDEPEND="~perl-core/${PN#perl-}-${PV}"


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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Unicode-Normalize/
@ 2016-03-08 18:16 Kent Fredric
  0 siblings, 0 replies; 21+ messages in thread
From: Kent Fredric @ 2016-03-08 18:16 UTC (permalink / raw
  To: gentoo-commits

commit:     8a77691b206a9d412c8d42735306caf00ab06488
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar  8 18:11:08 2016 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar  8 18:11:08 2016 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=8a77691b

virtual/perl-Unicode-Normalize: remove, gone to ::gentoo

 virtual/perl-Unicode-Normalize/metadata.xml           |  8 --------
 .../perl-Unicode-Normalize-1.170.0.ebuild             | 19 -------------------
 .../perl-Unicode-Normalize-1.180.0.ebuild             | 19 -------------------
 3 files changed, 46 deletions(-)

diff --git a/virtual/perl-Unicode-Normalize/metadata.xml b/virtual/perl-Unicode-Normalize/metadata.xml
deleted file mode 100644
index 68ddbed..0000000
--- a/virtual/perl-Unicode-Normalize/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>perl@gentoo.org</email>
-		<name>Gentoo Perl Project</name>
-	</maintainer>
-</pkgmetadata>

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

diff --git a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.180.0.ebuild b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.180.0.ebuild
deleted file mode 100644
index 33a4ccf..0000000
--- a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.180.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
-
-DESCRIPTION="Virtual for ${PN#perl-}"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	|| ( =dev-lang/perl-5.22* ~perl-core/${PN#perl-}-${PV} )
-	!<perl-core/${PN#perl-}-${PV}
-	!>perl-core/${PN#perl-}-${PV}
-"


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

end of thread, other threads:[~2016-03-08 18:16 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-29 19:20 [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Unicode-Normalize/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2016-03-08 18:16 Kent Fredric
2015-06-14 17:05 Kent Fredric
2014-10-05  8:28 Kent Fredric
2014-10-05  8:28 Kent Fredric
2014-10-04 21:26 Kent Fredric
2014-10-04 21:26 Kent Fredric
2012-11-20 22:54 Kent Fredric
2012-11-10 15:05 Kent Fredric
2012-11-05  0:12 Kent Fredric
2012-11-04 14:58 Kent Fredric
2012-07-31 17:10 Kent Fredric
2012-04-08 10:51 Kent Fredric
2012-04-06 20:43 Kent Fredric
2011-08-27 13:55 Kent Fredric
2011-08-03 18:11 Kent Fredric
2011-06-17  0:30 Kent Fredric
2011-06-06 22:47 Kent Fredric
2011-05-24  8:11 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