* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Unicode-Normalize/
@ 2011-03-12 2:12 Kent Fredric
0 siblings, 0 replies; 13+ messages in thread
From: Kent Fredric @ 2011-03-12 2:12 UTC (permalink / raw
To: gentoo-commits
commit: 24db360fe764caec0b10e77c9a35596ba9aacac4
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Mar 12 02:10:03 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Mar 12 02:10:03 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=24db360f
[added] perl-core/Unicode-Normalize
(Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
perl-core/Unicode-Normalize/ChangeLog | 10 +++++
.../Unicode-Normalize-1.100.0.ebuild | 36 ++++++++++++++++++++
perl-core/Unicode-Normalize/metadata.xml | 9 +++++
3 files changed, 55 insertions(+), 0 deletions(-)
diff --git a/perl-core/Unicode-Normalize/ChangeLog b/perl-core/Unicode-Normalize/ChangeLog
new file mode 100644
index 0000000..b2aa35d
--- /dev/null
+++ b/perl-core/Unicode-Normalize/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for perl-core/Unicode-Normalize
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Unicode-Normalize-1.100.0 (12 Mar 2011)
+
+ 12 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+ +Unicode-Normalize-1.100.0.ebuild, +metadata.xml:
+ Added: reported outdated by cpan-outdated
+
diff --git a/perl-core/Unicode-Normalize/Unicode-Normalize-1.100.0.ebuild b/perl-core/Unicode-Normalize/Unicode-Normalize-1.100.0.ebuild
new file mode 100644
index 0000000..8e37380
--- /dev/null
+++ b/perl-core/Unicode-Normalize/Unicode-Normalize-1.100.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="3"
+MODULE_AUTHOR=SADAHIRO
+SRC_URI="mirror://cpan/authors/id/S/SA/SADAHIRO/Unicode-Normalize-1.10-withoutworldwriteables.tar.gz"
+MODULE_VERSION="1.10"
+inherit perl-module
+
+DESCRIPTION="Unicode Normalization Forms"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+comment() { echo ''; }
+
+COMMON_DEPEND="
+ $(comment bytes)
+ $(comment Carp)
+ $(comment constant)
+ $(comment DynaLoader)
+ $(comment Exporter)
+ $(comment File::Copy)
+ virtual/perl-File-Spec
+ $(comment strict)
+ $(comment Test)
+ $(comment warnings)
+"
+DEPEND="
+ ${COMMON_DEPEND}
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
diff --git a/perl-core/Unicode-Normalize/metadata.xml b/perl-core/Unicode-Normalize/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/perl-core/Unicode-Normalize/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>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Unicode-Normalize/
@ 2011-05-24 8:11 Kent Fredric
0 siblings, 0 replies; 13+ messages in thread
From: Kent Fredric @ 2011-05-24 8:11 UTC (permalink / raw
To: gentoo-commits
commit: 266942ab51d8bf4eb694035cd23baca81238fadd
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue May 24 08:08:54 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue May 24 08:08:54 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=266942ab
[newversion] Unicode-Normalize-1.120.0
(Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
perl-core/Unicode-Normalize/ChangeLog | 6 +++
.../Unicode-Normalize-1.120.0.ebuild | 36 ++++++++++++++++++++
2 files changed, 42 insertions(+), 0 deletions(-)
diff --git a/perl-core/Unicode-Normalize/ChangeLog b/perl-core/Unicode-Normalize/ChangeLog
index b2aa35d..e13e210 100644
--- a/perl-core/Unicode-Normalize/ChangeLog
+++ b/perl-core/Unicode-Normalize/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Unicode-Normalize-1.120.0 (24 May 2011)
+
+ 24 May 2011; Kent Fredric <kentfredric@gmail.com>
+ +Unicode-Normalize-1.120.0.ebuild:
+ Version Bump
+
*Unicode-Normalize-1.100.0 (12 Mar 2011)
12 Mar 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/perl-core/Unicode-Normalize/Unicode-Normalize-1.120.0.ebuild b/perl-core/Unicode-Normalize/Unicode-Normalize-1.120.0.ebuild
new file mode 100644
index 0000000..931e871
--- /dev/null
+++ b/perl-core/Unicode-Normalize/Unicode-Normalize-1.120.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=SADAHIRO
+MODULE_VERSION="1.12"
+SRC_URI="mirror://cpan/authors/id/S/SA/SADAHIRO/Unicode-Normalize-${MODULE_VERSION}-withoutworldwriteables.tar.gz"
+inherit perl-module
+
+DESCRIPTION="Unicode Normalization Forms"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+comment() { echo ''; }
+
+COMMON_DEPEND="
+ $(comment bytes)
+ $(comment Carp)
+ $(comment constant)
+ $(comment DynaLoader)
+ $(comment Exporter)
+ $(comment File::Copy)
+ virtual/perl-File-Spec
+ $(comment strict)
+ $(comment Test)
+ $(comment warnings)
+"
+DEPEND="
+ ${COMMON_DEPEND}
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Unicode-Normalize/
@ 2011-06-06 22:47 Kent Fredric
0 siblings, 0 replies; 13+ messages in thread
From: Kent Fredric @ 2011-06-06 22:47 UTC (permalink / raw
To: gentoo-commits
commit: 989b2856a439633eff5a965dcea3d2366948a494
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun 6 22:43:12 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun 6 22:43:12 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=989b2856
[cpanclean] Unicode-Normalize-1.100.0
(Portage version: 2.2.0_alpha37/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
perl-core/Unicode-Normalize/ChangeLog | 4 ++
.../Unicode-Normalize-1.100.0.ebuild | 36 --------------------
2 files changed, 4 insertions(+), 36 deletions(-)
diff --git a/perl-core/Unicode-Normalize/ChangeLog b/perl-core/Unicode-Normalize/ChangeLog
index e13e210..1cba9da 100644
--- a/perl-core/Unicode-Normalize/ChangeLog
+++ b/perl-core/Unicode-Normalize/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 06 Jun 2011; Kent Fredric <kentfredric@gmail.com>
+ -Unicode-Normalize-1.100.0.ebuild:
+ Gone on CPAN
+
*Unicode-Normalize-1.120.0 (24 May 2011)
24 May 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/perl-core/Unicode-Normalize/Unicode-Normalize-1.100.0.ebuild b/perl-core/Unicode-Normalize/Unicode-Normalize-1.100.0.ebuild
deleted file mode 100644
index 8e37380..0000000
--- a/perl-core/Unicode-Normalize/Unicode-Normalize-1.100.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI="3"
-MODULE_AUTHOR=SADAHIRO
-SRC_URI="mirror://cpan/authors/id/S/SA/SADAHIRO/Unicode-Normalize-1.10-withoutworldwriteables.tar.gz"
-MODULE_VERSION="1.10"
-inherit perl-module
-
-DESCRIPTION="Unicode Normalization Forms"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-comment() { echo ''; }
-
-COMMON_DEPEND="
- $(comment bytes)
- $(comment Carp)
- $(comment constant)
- $(comment DynaLoader)
- $(comment Exporter)
- $(comment File::Copy)
- virtual/perl-File-Spec
- $(comment strict)
- $(comment Test)
- $(comment warnings)
-"
-DEPEND="
- ${COMMON_DEPEND}
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Unicode-Normalize/
@ 2011-08-03 18:11 Kent Fredric
0 siblings, 0 replies; 13+ messages in thread
From: Kent Fredric @ 2011-08-03 18:11 UTC (permalink / raw
To: gentoo-commits
commit: 6866363ccd51a32169d2b07d124db59290706ae9
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug 3 18:10:47 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug 3 18:10:47 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6866363c
[newversion] core/Unicode-Normalize-1.130.0
(Portage version: 2.2.0_alpha47/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
perl-core/Unicode-Normalize/ChangeLog | 6 +++
.../Unicode-Normalize-1.130.0.ebuild | 36 ++++++++++++++++++++
2 files changed, 42 insertions(+), 0 deletions(-)
diff --git a/perl-core/Unicode-Normalize/ChangeLog b/perl-core/Unicode-Normalize/ChangeLog
index 1cba9da..72e0f83 100644
--- a/perl-core/Unicode-Normalize/ChangeLog
+++ b/perl-core/Unicode-Normalize/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Unicode-Normalize-1.130.0 (03 Aug 2011)
+
+ 03 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+ +Unicode-Normalize-1.130.0.ebuild:
+ Version Bump
+
06 Jun 2011; Kent Fredric <kentfredric@gmail.com>
-Unicode-Normalize-1.100.0.ebuild:
Gone on CPAN
diff --git a/perl-core/Unicode-Normalize/Unicode-Normalize-1.130.0.ebuild b/perl-core/Unicode-Normalize/Unicode-Normalize-1.130.0.ebuild
new file mode 100644
index 0000000..e911286
--- /dev/null
+++ b/perl-core/Unicode-Normalize/Unicode-Normalize-1.130.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=SADAHIRO
+MODULE_VERSION=1.13
+#SRC_URI="mirror://cpan/authors/id/S/SA/SADAHIRO/Unicode-Normalize-${MODULE_VERSION}-withoutworldwriteables.tar.gz"
+inherit perl-module
+
+DESCRIPTION="Unicode Normalization Forms"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+comment() { echo ''; }
+
+COMMON_DEPEND="
+ $(comment bytes)
+ $(comment Carp)
+ $(comment constant)
+ $(comment DynaLoader)
+ $(comment Exporter)
+ $(comment File::Copy)
+ virtual/perl-File-Spec
+ $(comment strict)
+ $(comment Test)
+ $(comment warnings)
+"
+DEPEND="
+ ${COMMON_DEPEND}
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Unicode-Normalize/
@ 2011-08-27 13:55 Kent Fredric
0 siblings, 0 replies; 13+ messages in thread
From: Kent Fredric @ 2011-08-27 13:55 UTC (permalink / raw
To: gentoo-commits
commit: da83461a5d784fee057d2825cd98d7a98aab58c9
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Aug 27 13:50:35 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=da83461a
[cpanclean] Unicode-Normalize-1.120.0
(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
perl-core/Unicode-Normalize/ChangeLog | 4 ++
.../Unicode-Normalize-1.120.0.ebuild | 36 --------------------
2 files changed, 4 insertions(+), 36 deletions(-)
diff --git a/perl-core/Unicode-Normalize/ChangeLog b/perl-core/Unicode-Normalize/ChangeLog
index 72e0f83..3f61e43 100644
--- a/perl-core/Unicode-Normalize/ChangeLog
+++ b/perl-core/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>
+ -Unicode-Normalize-1.120.0.ebuild:
+ Gone on CPAN
+
*Unicode-Normalize-1.130.0 (03 Aug 2011)
03 Aug 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/perl-core/Unicode-Normalize/Unicode-Normalize-1.120.0.ebuild b/perl-core/Unicode-Normalize/Unicode-Normalize-1.120.0.ebuild
deleted file mode 100644
index 931e871..0000000
--- a/perl-core/Unicode-Normalize/Unicode-Normalize-1.120.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=SADAHIRO
-MODULE_VERSION="1.12"
-SRC_URI="mirror://cpan/authors/id/S/SA/SADAHIRO/Unicode-Normalize-${MODULE_VERSION}-withoutworldwriteables.tar.gz"
-inherit perl-module
-
-DESCRIPTION="Unicode Normalization Forms"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-comment() { echo ''; }
-
-COMMON_DEPEND="
- $(comment bytes)
- $(comment Carp)
- $(comment constant)
- $(comment DynaLoader)
- $(comment Exporter)
- $(comment File::Copy)
- virtual/perl-File-Spec
- $(comment strict)
- $(comment Test)
- $(comment warnings)
-"
-DEPEND="
- ${COMMON_DEPEND}
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Unicode-Normalize/
@ 2012-04-06 20:43 Kent Fredric
0 siblings, 0 replies; 13+ messages in thread
From: Kent Fredric @ 2012-04-06 20:43 UTC (permalink / raw
To: gentoo-commits
commit: a8633792f453d53143d132494a6004c759541738
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr 6 17:06:23 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr 6 17:06:23 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a8633792
[newversion] Unicode-Normalize-1.140.0
(Portage version: 2.2.0_alpha99/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
perl-core/Unicode-Normalize/ChangeLog | 8 +++-
.../Unicode-Normalize-1.140.0.ebuild | 50 ++++++++++++++++++++
2 files changed, 57 insertions(+), 1 deletions(-)
diff --git a/perl-core/Unicode-Normalize/ChangeLog b/perl-core/Unicode-Normalize/ChangeLog
index 3f61e43..c8dfef3 100644
--- a/perl-core/Unicode-Normalize/ChangeLog
+++ b/perl-core/Unicode-Normalize/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for perl-core/Unicode-Normalize
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Unicode-Normalize-1.140.0 (06 Apr 2012)
+
+ 06 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+ +Unicode-Normalize-1.140.0.ebuild:
+ Version Bump
+
27 Aug 2011; Kent Fredric <kentfredric@gmail.com>
-Unicode-Normalize-1.120.0.ebuild:
Gone on CPAN
diff --git a/perl-core/Unicode-Normalize/Unicode-Normalize-1.140.0.ebuild b/perl-core/Unicode-Normalize/Unicode-Normalize-1.140.0.ebuild
new file mode 100644
index 0000000..72c829b
--- /dev/null
+++ b/perl-core/Unicode-Normalize/Unicode-Normalize-1.140.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=SADAHIRO
+MODULE_VERSION=1.14
+inherit perl-module
+
+DESCRIPTION='Unicode Normalization Forms'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+ # Carp
+ # echo virtual/perl-Carp
+ # DynaLoader
+ echo dev-lang/perl
+ # Exporter
+ echo virtual/perl-Exporter
+ # File::Copy
+ echo dev-lang/perl
+ # File::Spec
+ echo virtual/perl-File-Spec
+ # bytes
+ echo dev-lang/perl
+ # constant
+ # echo virtual/perl-constant
+ # strict
+ echo dev-lang/perl
+ # warnings
+ echo dev-lang/perl
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Unicode-Normalize/
@ 2012-04-08 10:51 Kent Fredric
0 siblings, 0 replies; 13+ messages in thread
From: Kent Fredric @ 2012-04-08 10:51 UTC (permalink / raw
To: gentoo-commits
commit: be2edcfac2a69d1644429eb06162e43028df1d3f
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 8 06:27:42 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr 8 06:27:42 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=be2edcfa
[cpanclean] Unicode-Normalize-1.130.0
(Portage version: 2.2.0_alpha99/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
perl-core/Unicode-Normalize/ChangeLog | 4 ++
.../Unicode-Normalize-1.130.0.ebuild | 36 --------------------
2 files changed, 4 insertions(+), 36 deletions(-)
diff --git a/perl-core/Unicode-Normalize/ChangeLog b/perl-core/Unicode-Normalize/ChangeLog
index c8dfef3..3f774a4 100644
--- a/perl-core/Unicode-Normalize/ChangeLog
+++ b/perl-core/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>
+ -Unicode-Normalize-1.130.0.ebuild:
+ Gone on CPAN
+
*Unicode-Normalize-1.140.0 (06 Apr 2012)
06 Apr 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/perl-core/Unicode-Normalize/Unicode-Normalize-1.130.0.ebuild b/perl-core/Unicode-Normalize/Unicode-Normalize-1.130.0.ebuild
deleted file mode 100644
index e911286..0000000
--- a/perl-core/Unicode-Normalize/Unicode-Normalize-1.130.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=SADAHIRO
-MODULE_VERSION=1.13
-#SRC_URI="mirror://cpan/authors/id/S/SA/SADAHIRO/Unicode-Normalize-${MODULE_VERSION}-withoutworldwriteables.tar.gz"
-inherit perl-module
-
-DESCRIPTION="Unicode Normalization Forms"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-comment() { echo ''; }
-
-COMMON_DEPEND="
- $(comment bytes)
- $(comment Carp)
- $(comment constant)
- $(comment DynaLoader)
- $(comment Exporter)
- $(comment File::Copy)
- virtual/perl-File-Spec
- $(comment strict)
- $(comment Test)
- $(comment warnings)
-"
-DEPEND="
- ${COMMON_DEPEND}
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Unicode-Normalize/
@ 2012-11-04 14:58 Kent Fredric
0 siblings, 0 replies; 13+ messages in thread
From: Kent Fredric @ 2012-11-04 14:58 UTC (permalink / raw
To: gentoo-commits
commit: 2627767d723697bc99bb5cc76fecdd68bacf9992
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Nov 4 14:56:30 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Nov 4 14:56:30 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2627767d
[newversion] perl-core/Unicode-Normalize-1.150.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
perl-core/Unicode-Normalize/ChangeLog | 6 ++
.../Unicode-Normalize-1.150.0.ebuild | 50 ++++++++++++++++++++
2 files changed, 56 insertions(+), 0 deletions(-)
diff --git a/perl-core/Unicode-Normalize/ChangeLog b/perl-core/Unicode-Normalize/ChangeLog
index 3f774a4..bb280e4 100644
--- a/perl-core/Unicode-Normalize/ChangeLog
+++ b/perl-core/Unicode-Normalize/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Unicode-Normalize-1.150.0 (04 Nov 2012)
+
+ 04 Nov 2012; Kent Fredric <kentfredric@gmail.com>
+ +Unicode-Normalize-1.150.0.ebuild:
+ Version Bump
+
08 Apr 2012; Kent Fredric <kentfredric@gmail.com>
-Unicode-Normalize-1.130.0.ebuild:
Gone on CPAN
diff --git a/perl-core/Unicode-Normalize/Unicode-Normalize-1.150.0.ebuild b/perl-core/Unicode-Normalize/Unicode-Normalize-1.150.0.ebuild
new file mode 100644
index 0000000..d07b3b0
--- /dev/null
+++ b/perl-core/Unicode-Normalize/Unicode-Normalize-1.150.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=SADAHIRO
+MODULE_VERSION=1.15
+inherit perl-module
+
+DESCRIPTION='Unicode Normalization Forms'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+ # Carp
+ echo dev-lang/perl
+ # DynaLoader
+ echo dev-lang/perl
+ # Exporter
+ echo virtual/perl-Exporter
+ # File::Copy
+ echo dev-lang/perl
+ # File::Spec
+ echo virtual/perl-File-Spec
+ # bytes
+ echo dev-lang/perl
+ # constant
+ # echo virtual/perl-constant
+ # strict
+ echo dev-lang/perl
+ # warnings
+ echo dev-lang/perl
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Unicode-Normalize/
@ 2012-11-05 0:12 Kent Fredric
0 siblings, 0 replies; 13+ messages in thread
From: Kent Fredric @ 2012-11-05 0:12 UTC (permalink / raw
To: gentoo-commits
commit: da34e43da2f865c46f2a2da892382a831760368b
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Nov 4 23:53:11 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=da34e43d
[newversion] perl-core/Unicode-Normalize-1.160.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
perl-core/Unicode-Normalize/ChangeLog | 6 ++
.../Unicode-Normalize-1.160.0.ebuild | 50 ++++++++++++++++++++
2 files changed, 56 insertions(+), 0 deletions(-)
diff --git a/perl-core/Unicode-Normalize/ChangeLog b/perl-core/Unicode-Normalize/ChangeLog
index bb280e4..63649c7 100644
--- a/perl-core/Unicode-Normalize/ChangeLog
+++ b/perl-core/Unicode-Normalize/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Unicode-Normalize-1.160.0 (04 Nov 2012)
+
+ 04 Nov 2012; Kent Fredric <kentfredric@gmail.com>
+ +Unicode-Normalize-1.160.0.ebuild:
+ Version Bump
+
*Unicode-Normalize-1.150.0 (04 Nov 2012)
04 Nov 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/perl-core/Unicode-Normalize/Unicode-Normalize-1.160.0.ebuild b/perl-core/Unicode-Normalize/Unicode-Normalize-1.160.0.ebuild
new file mode 100644
index 0000000..a0f5731
--- /dev/null
+++ b/perl-core/Unicode-Normalize/Unicode-Normalize-1.160.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=SADAHIRO
+MODULE_VERSION=1.16
+inherit perl-module
+
+DESCRIPTION='Unicode Normalization Forms'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+ # Carp
+ echo dev-lang/perl
+ # DynaLoader
+ echo dev-lang/perl
+ # Exporter
+ echo virtual/perl-Exporter
+ # File::Copy
+ echo dev-lang/perl
+ # File::Spec
+ echo virtual/perl-File-Spec
+ # bytes
+ echo dev-lang/perl
+ # constant
+ # echo virtual/perl-constant
+ # strict
+ echo dev-lang/perl
+ # warnings
+ echo dev-lang/perl
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Unicode-Normalize/
@ 2012-11-10 15:05 Kent Fredric
0 siblings, 0 replies; 13+ messages in thread
From: Kent Fredric @ 2012-11-10 15:05 UTC (permalink / raw
To: gentoo-commits
commit: 37f3b7d5af23a8b34d1b8dee08dd6ca21c061a84
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Nov 10 13:39:55 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Nov 10 13:39:55 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=37f3b7d5
[cpanclean] core/Unicode-Normalize-1.140.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
perl-core/Unicode-Normalize/ChangeLog | 4 ++
.../Unicode-Normalize-1.140.0.ebuild | 50 --------------------
2 files changed, 4 insertions(+), 50 deletions(-)
diff --git a/perl-core/Unicode-Normalize/ChangeLog b/perl-core/Unicode-Normalize/ChangeLog
index 63649c7..b31842a 100644
--- a/perl-core/Unicode-Normalize/ChangeLog
+++ b/perl-core/Unicode-Normalize/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 10 Nov 2012; Kent Fredric <kentfredric@gmail.com>
+ -Unicode-Normalize-1.140.0.ebuild:
+ Gone on CPAN
+
*Unicode-Normalize-1.160.0 (04 Nov 2012)
04 Nov 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/perl-core/Unicode-Normalize/Unicode-Normalize-1.140.0.ebuild b/perl-core/Unicode-Normalize/Unicode-Normalize-1.140.0.ebuild
deleted file mode 100644
index 72c829b..0000000
--- a/perl-core/Unicode-Normalize/Unicode-Normalize-1.140.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=SADAHIRO
-MODULE_VERSION=1.14
-inherit perl-module
-
-DESCRIPTION='Unicode Normalization Forms'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
- # Carp
- # echo virtual/perl-Carp
- # DynaLoader
- echo dev-lang/perl
- # Exporter
- echo virtual/perl-Exporter
- # File::Copy
- echo dev-lang/perl
- # File::Spec
- echo virtual/perl-File-Spec
- # bytes
- echo dev-lang/perl
- # constant
- # echo virtual/perl-constant
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Unicode-Normalize/
@ 2012-11-20 22:54 Kent Fredric
0 siblings, 0 replies; 13+ messages in thread
From: Kent Fredric @ 2012-11-20 22:54 UTC (permalink / raw
To: gentoo-commits
commit: 28b9c02d5b4ed10a2fb54b115e87a5badedd3bf7
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Nov 20 22:51:46 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Nov 20 22:51:46 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=28b9c02d
[cpanclean] perl-core/Unicode-Normalize-1.150.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
perl-core/Unicode-Normalize/ChangeLog | 4 ++
.../Unicode-Normalize-1.150.0.ebuild | 50 --------------------
2 files changed, 4 insertions(+), 50 deletions(-)
diff --git a/perl-core/Unicode-Normalize/ChangeLog b/perl-core/Unicode-Normalize/ChangeLog
index b31842a..19930aa 100644
--- a/perl-core/Unicode-Normalize/ChangeLog
+++ b/perl-core/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>
+ -Unicode-Normalize-1.150.0.ebuild:
+ Gone on CPAN
+
10 Nov 2012; Kent Fredric <kentfredric@gmail.com>
-Unicode-Normalize-1.140.0.ebuild:
Gone on CPAN
diff --git a/perl-core/Unicode-Normalize/Unicode-Normalize-1.150.0.ebuild b/perl-core/Unicode-Normalize/Unicode-Normalize-1.150.0.ebuild
deleted file mode 100644
index d07b3b0..0000000
--- a/perl-core/Unicode-Normalize/Unicode-Normalize-1.150.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=SADAHIRO
-MODULE_VERSION=1.15
-inherit perl-module
-
-DESCRIPTION='Unicode Normalization Forms'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
- # Carp
- echo dev-lang/perl
- # DynaLoader
- echo dev-lang/perl
- # Exporter
- echo virtual/perl-Exporter
- # File::Copy
- echo dev-lang/perl
- # File::Spec
- echo virtual/perl-File-Spec
- # bytes
- echo dev-lang/perl
- # constant
- # echo virtual/perl-constant
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Unicode-Normalize/
@ 2014-10-05 8:28 Kent Fredric
0 siblings, 0 replies; 13+ messages in thread
From: Kent Fredric @ 2014-10-05 8:28 UTC (permalink / raw
To: gentoo-commits
commit: 17bd23e661d9fdf09fe43f3bcb1bad61eb10b209
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Oct 5 07:54:52 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Oct 5 07:54:52 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=17bd23e6
[bump] perl-core/Unicode-Normalize to 1.170.0 ( perl 5.20s version for <=5.18 )
Package-Manager: portage-2.2.10
---
.../Unicode-Normalize-1.170.0.ebuild | 27 ++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/perl-core/Unicode-Normalize/Unicode-Normalize-1.170.0.ebuild b/perl-core/Unicode-Normalize/Unicode-Normalize-1.170.0.ebuild
new file mode 100644
index 0000000..562d3bf
--- /dev/null
+++ b/perl-core/Unicode-Normalize/Unicode-Normalize-1.170.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=SADAHIRO
+MODULE_VERSION=1.17
+inherit perl-module
+
+DESCRIPTION='Unicode Normalization Forms'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+# DynaLoader -> perl
+# File::Copy -> perl
+# bytes -> perl
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Exporter
+ virtual/perl-File-Spec
+ virtual/perl-constant
+"
+DEPEND="
+ virtual/perl-ExtUtils-MakeMaker
+ $RDEPEND
+"
+SRC_TEST="do parallel"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Unicode-Normalize/
@ 2016-03-08 18:16 Kent Fredric
0 siblings, 0 replies; 13+ messages in thread
From: Kent Fredric @ 2016-03-08 18:16 UTC (permalink / raw
To: gentoo-commits
commit: fdcd83c216f7c8c3eee7561a17add58b6892136d
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 8 18:11:33 2016 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 8 18:11:33 2016 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=fdcd83c2
perl-core/Unicode-Normalize: remove, gone to ::gentoo
.../Unicode-Normalize-1.160.0.ebuild | 50 ----------------------
.../Unicode-Normalize-1.170.0.ebuild | 27 ------------
perl-core/Unicode-Normalize/metadata.xml | 16 -------
3 files changed, 93 deletions(-)
diff --git a/perl-core/Unicode-Normalize/Unicode-Normalize-1.160.0.ebuild b/perl-core/Unicode-Normalize/Unicode-Normalize-1.160.0.ebuild
deleted file mode 100644
index 892f2c2..0000000
--- a/perl-core/Unicode-Normalize/Unicode-Normalize-1.160.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
-MODULE_AUTHOR=SADAHIRO
-MODULE_VERSION=1.16
-inherit perl-module
-
-DESCRIPTION='Unicode Normalization Forms'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
- # Carp
- echo dev-lang/perl
- # DynaLoader
- echo dev-lang/perl
- # Exporter
- echo virtual/perl-Exporter
- # File::Copy
- echo dev-lang/perl
- # File::Spec
- echo virtual/perl-File-Spec
- # bytes
- echo dev-lang/perl
- # constant
- # echo virtual/perl-constant
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/perl-core/Unicode-Normalize/Unicode-Normalize-1.170.0.ebuild b/perl-core/Unicode-Normalize/Unicode-Normalize-1.170.0.ebuild
deleted file mode 100644
index 0947d3a..0000000
--- a/perl-core/Unicode-Normalize/Unicode-Normalize-1.170.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
-MODULE_AUTHOR=SADAHIRO
-MODULE_VERSION=1.17
-inherit perl-module
-
-DESCRIPTION='Unicode Normalization Forms'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-# DynaLoader -> perl
-# File::Copy -> perl
-# bytes -> perl
-RDEPEND="
- virtual/perl-Carp
- virtual/perl-Exporter
- virtual/perl-File-Spec
- virtual/perl-constant
-"
-DEPEND="
- virtual/perl-ExtUtils-MakeMaker
- $RDEPEND
-"
-SRC_TEST="do parallel"
diff --git a/perl-core/Unicode-Normalize/metadata.xml b/perl-core/Unicode-Normalize/metadata.xml
deleted file mode 100644
index d6e2b46..0000000
--- a/perl-core/Unicode-Normalize/metadata.xml
+++ /dev/null
@@ -1,16 +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>
- <maintainer type="person">
- <email>kentfredric@gmail.com</email>
- <name>Kent Fredric</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">Unicode-Normalize</remote-id>
- <remote-id type="cpan-module">Unicode::Normalize</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2016-03-08 18:16 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-12 2:12 [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Unicode-Normalize/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2011-05-24 8:11 Kent Fredric
2011-06-06 22:47 Kent Fredric
2011-08-03 18:11 Kent Fredric
2011-08-27 13:55 Kent Fredric
2012-04-06 20:43 Kent Fredric
2012-04-08 10:51 Kent Fredric
2012-11-04 14:58 Kent Fredric
2012-11-05 0:12 Kent Fredric
2012-11-10 15:05 Kent Fredric
2012-11-20 22:54 Kent Fredric
2014-10-05 8:28 Kent Fredric
2016-03-08 18:16 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox