* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/utf8-all/
@ 2012-02-29 12:06 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2012-02-29 12:06 UTC (permalink / raw
To: gentoo-commits
commit: 213a027ae1374b5b7791f02a60c6316de65bb5ca
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Feb 29 11:50:30 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Feb 29 11:50:30 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=213a027a
[added] utf8-all 0.4.0
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/utf8-all/ChangeLog | 10 +++++
dev-perl/utf8-all/metadata.xml | 12 ++++++
dev-perl/utf8-all/utf8-all-0.4.0.ebuild | 61 +++++++++++++++++++++++++++++++
3 files changed, 83 insertions(+), 0 deletions(-)
diff --git a/dev-perl/utf8-all/ChangeLog b/dev-perl/utf8-all/ChangeLog
new file mode 100644
index 0000000..a54f09f
--- /dev/null
+++ b/dev-perl/utf8-all/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/utf8-all
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*utf8-all-0.4.0 (29 Feb 2012)
+
+ 29 Feb 2012; Kent Fredric <kentfredric@gmail.com> +utf8-all-0.4.0.ebuild,
+ +metadata.xml:
+ Added for perl5i
+
diff --git a/dev-perl/utf8-all/metadata.xml b/dev-perl/utf8-all/metadata.xml
new file mode 100644
index 0000000..5855da2
--- /dev/null
+++ b/dev-perl/utf8-all/metadata.xml
@@ -0,0 +1,12 @@
+<?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>
+ <upstream>
+ <remote-id type="cpan">utf8-all</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-perl/utf8-all/utf8-all-0.4.0.ebuild b/dev-perl/utf8-all/utf8-all-0.4.0.ebuild
new file mode 100644
index 0000000..9bf6923
--- /dev/null
+++ b/dev-perl/utf8-all/utf8-all-0.4.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=DOHERTY
+MODULE_VERSION=0.004
+inherit perl-module
+
+DESCRIPTION='turn on Unicode - all of it'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.300.0
+ # Module::Build 0.3601 ( 0.360.100 )
+ echo \>=virtual/perl-Module-Build-0.360.100
+}
+perl_meta_build() {
+ # Module::Build 0.3601 ( 0.360.100 )
+ echo \>=virtual/perl-Module-Build-0.360.100
+}
+perl_meta_runtime() {
+ # Encode
+ echo virtual/perl-Encode
+ # charnames
+ echo dev-lang/perl
+ # open
+ echo dev-lang/perl
+ # parent
+ echo virtual/perl-parent
+ # perl 5.010 ( 5.10.0 )
+ echo \>=dev-lang/perl-5.10.0
+ # strict
+ echo dev-lang/perl
+ # utf8
+ echo dev-lang/perl
+ # warnings
+ echo dev-lang/perl
+}
+perl_meta_test() {
+ # File::Find
+ echo dev-lang/perl
+ # File::Temp
+ echo virtual/perl-File-Temp
+ # PerlIO
+ echo dev-lang/perl
+ # Test::More
+ echo virtual/perl-Test-Simple
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/utf8-all/
@ 2012-07-31 3:04 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2012-07-31 3:04 UTC (permalink / raw
To: gentoo-commits
commit: 004613fbdb6a436523984de06d16474ed18e20ae
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jul 31 02:11:39 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jul 31 02:11:39 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=004613fb
[newversion] utf8-all-0.6.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
---
dev-perl/utf8-all/ChangeLog | 6 ++++++
dev-perl/utf8-all/utf8-all-0.4.0.ebuild | 4 ++--
...utf8-all-0.4.0.ebuild => utf8-all-0.6.0.ebuild} | 18 +++++++++++++-----
3 files changed, 21 insertions(+), 7 deletions(-)
diff --git a/dev-perl/utf8-all/ChangeLog b/dev-perl/utf8-all/ChangeLog
index a54f09f..8c6b23b 100644
--- a/dev-perl/utf8-all/ChangeLog
+++ b/dev-perl/utf8-all/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*utf8-all-0.6.0 (31 Jul 2012)
+
+ 31 Jul 2012; Kent Fredric <kentfredric@gmail.com> utf8-all-0.4.0.ebuild,
+ +utf8-all-0.6.0.ebuild:
+ Version Bump
+
*utf8-all-0.4.0 (29 Feb 2012)
29 Feb 2012; Kent Fredric <kentfredric@gmail.com> +utf8-all-0.4.0.ebuild,
diff --git a/dev-perl/utf8-all/utf8-all-0.4.0.ebuild b/dev-perl/utf8-all/utf8-all-0.4.0.ebuild
index 9bf6923..2ddebb5 100644
--- a/dev-perl/utf8-all/utf8-all-0.4.0.ebuild
+++ b/dev-perl/utf8-all/utf8-all-0.4.0.ebuild
@@ -15,11 +15,11 @@ perl_meta_configure() {
# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
echo \>=virtual/perl-ExtUtils-MakeMaker-6.300.0
# Module::Build 0.3601 ( 0.360.100 )
- echo \>=virtual/perl-Module-Build-0.360.100
+ echo \>=virtual/perl-Module-Build-0.36.01
}
perl_meta_build() {
# Module::Build 0.3601 ( 0.360.100 )
- echo \>=virtual/perl-Module-Build-0.360.100
+ echo \>=virtual/perl-Module-Build-0.36.01
}
perl_meta_runtime() {
# Encode
diff --git a/dev-perl/utf8-all/utf8-all-0.4.0.ebuild b/dev-perl/utf8-all/utf8-all-0.6.0.ebuild
similarity index 72%
copy from dev-perl/utf8-all/utf8-all-0.4.0.ebuild
copy to dev-perl/utf8-all/utf8-all-0.6.0.ebuild
index 9bf6923..44a36d6 100644
--- a/dev-perl/utf8-all/utf8-all-0.4.0.ebuild
+++ b/dev-perl/utf8-all/utf8-all-0.6.0.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI=4
MODULE_AUTHOR=DOHERTY
-MODULE_VERSION=0.004
+MODULE_VERSION=0.006
inherit perl-module
DESCRIPTION='turn on Unicode - all of it'
@@ -12,18 +12,22 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
perl_meta_configure() {
- # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.300.0
+ # Dist::CheckConflicts 0.02 ( 0.20.0 )
+ echo \>=dev-perl/Dist-CheckConflicts-0.20.0
# Module::Build 0.3601 ( 0.360.100 )
- echo \>=virtual/perl-Module-Build-0.360.100
+ echo \>=virtual/perl-Module-Build-0.36.01
}
perl_meta_build() {
# Module::Build 0.3601 ( 0.360.100 )
- echo \>=virtual/perl-Module-Build-0.360.100
+ echo \>=virtual/perl-Module-Build-0.36.01
}
perl_meta_runtime() {
+ # Dist::CheckConflicts 0.02 ( 0.20.0 )
+ echo \>=dev-perl/Dist-CheckConflicts-0.20.0
# Encode
echo virtual/perl-Encode
+ # Import::Into
+ echo dev-perl/Import-Into
# charnames
echo dev-lang/perl
# open
@@ -40,6 +44,8 @@ perl_meta_runtime() {
echo dev-lang/perl
}
perl_meta_test() {
+ # Capture::Tiny
+ echo dev-perl/Capture-Tiny
# File::Find
echo dev-lang/perl
# File::Temp
@@ -48,6 +54,8 @@ perl_meta_test() {
echo dev-lang/perl
# Test::More
echo virtual/perl-Test-Simple
+ # autodie
+ echo dev-perl/autodie
}
DEPEND="
$(perl_meta_configure)
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/utf8-all/
@ 2012-08-01 6:43 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2012-08-01 6:43 UTC (permalink / raw
To: gentoo-commits
commit: 8c0999585d6fecc85351620e38d476c28fe59c0d
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug 1 05:58:45 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug 1 05:58:45 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8c099958
[newversion] utf8-all-0.7.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
---
dev-perl/utf8-all/ChangeLog | 5 ++
dev-perl/utf8-all/utf8-all-0.7.0.ebuild | 71 +++++++++++++++++++++++++++++++
2 files changed, 76 insertions(+), 0 deletions(-)
diff --git a/dev-perl/utf8-all/ChangeLog b/dev-perl/utf8-all/ChangeLog
index 8c6b23b..c9420a2 100644
--- a/dev-perl/utf8-all/ChangeLog
+++ b/dev-perl/utf8-all/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*utf8-all-0.7.0 (01 Aug 2012)
+
+ 01 Aug 2012; Kent Fredric <kentfredric@gmail.com> +utf8-all-0.7.0.ebuild:
+ Version Bump
+
*utf8-all-0.6.0 (31 Jul 2012)
31 Jul 2012; Kent Fredric <kentfredric@gmail.com> utf8-all-0.4.0.ebuild,
diff --git a/dev-perl/utf8-all/utf8-all-0.7.0.ebuild b/dev-perl/utf8-all/utf8-all-0.7.0.ebuild
new file mode 100644
index 0000000..231d826
--- /dev/null
+++ b/dev-perl/utf8-all/utf8-all-0.7.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=DOHERTY
+MODULE_VERSION=0.007
+inherit perl-module
+
+DESCRIPTION='turn on Unicode - all of it'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+ # Dist::CheckConflicts 0.02 ( 0.20.0 )
+ echo \>=dev-perl/Dist-CheckConflicts-0.20.0
+ # Module::Build 0.3601 ( 0.360.100 )
+ echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_meta_build() {
+ # Module::Build 0.3601 ( 0.360.100 )
+ echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_meta_runtime() {
+ # Dist::CheckConflicts 0.02 ( 0.20.0 )
+ echo \>=dev-perl/Dist-CheckConflicts-0.20.0
+ # Encode
+ echo virtual/perl-Encode
+ # Import::Into
+ echo dev-perl/Import-Into
+ # charnames
+ echo dev-lang/perl
+ # open
+ echo dev-lang/perl
+ # parent
+ echo virtual/perl-parent
+ # perl 5.010 ( 5.10.0 )
+ echo \>=dev-lang/perl-5.10.0
+ # strict
+ echo dev-lang/perl
+ # utf8
+ echo dev-lang/perl
+ # warnings
+ echo dev-lang/perl
+}
+perl_meta_test() {
+ # File::Find
+ echo dev-lang/perl
+ # File::Temp
+ echo virtual/perl-File-Temp
+ # PerlIO
+ echo dev-lang/perl
+ # Test::More
+ echo virtual/perl-Test-Simple
+ # Test::Warn
+ echo dev-perl/Test-Warn
+ # autodie
+ echo dev-perl/autodie
+ # version 0.77 ( 0.770.0 )
+ echo \>=virtual/perl-version-0.770.0
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/utf8-all/
@ 2012-08-08 10:32 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2012-08-08 10:32 UTC (permalink / raw
To: gentoo-commits
commit: 27dcadcb2e4833635773706d42cac54ee166f2a3
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug 8 03:23:40 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug 8 03:23:40 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=27dcadcb
[cpanclean] utf8-all-0.{4,6}.0.ebuild
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
---
dev-perl/utf8-all/ChangeLog | 4 ++
dev-perl/utf8-all/utf8-all-0.4.0.ebuild | 61 ---------------------------
dev-perl/utf8-all/utf8-all-0.6.0.ebuild | 69 -------------------------------
3 files changed, 4 insertions(+), 130 deletions(-)
diff --git a/dev-perl/utf8-all/ChangeLog b/dev-perl/utf8-all/ChangeLog
index c9420a2..24bb7b2 100644
--- a/dev-perl/utf8-all/ChangeLog
+++ b/dev-perl/utf8-all/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 08 Aug 2012; Kent Fredric <kentfredric@gmail.com> -utf8-all-0.4.0.ebuild,
+ -utf8-all-0.6.0.ebuild:
+ Gone on CPAN
+
*utf8-all-0.7.0 (01 Aug 2012)
01 Aug 2012; Kent Fredric <kentfredric@gmail.com> +utf8-all-0.7.0.ebuild:
diff --git a/dev-perl/utf8-all/utf8-all-0.4.0.ebuild b/dev-perl/utf8-all/utf8-all-0.4.0.ebuild
deleted file mode 100644
index 2ddebb5..0000000
--- a/dev-perl/utf8-all/utf8-all-0.4.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=DOHERTY
-MODULE_VERSION=0.004
-inherit perl-module
-
-DESCRIPTION='turn on Unicode - all of it'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.300.0
- # Module::Build 0.3601 ( 0.360.100 )
- echo \>=virtual/perl-Module-Build-0.36.01
-}
-perl_meta_build() {
- # Module::Build 0.3601 ( 0.360.100 )
- echo \>=virtual/perl-Module-Build-0.36.01
-}
-perl_meta_runtime() {
- # Encode
- echo virtual/perl-Encode
- # charnames
- echo dev-lang/perl
- # open
- echo dev-lang/perl
- # parent
- echo virtual/perl-parent
- # perl 5.010 ( 5.10.0 )
- echo \>=dev-lang/perl-5.10.0
- # strict
- echo dev-lang/perl
- # utf8
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_test() {
- # File::Find
- echo dev-lang/perl
- # File::Temp
- echo virtual/perl-File-Temp
- # PerlIO
- echo dev-lang/perl
- # Test::More
- echo virtual/perl-Test-Simple
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/utf8-all/utf8-all-0.6.0.ebuild b/dev-perl/utf8-all/utf8-all-0.6.0.ebuild
deleted file mode 100644
index 44a36d6..0000000
--- a/dev-perl/utf8-all/utf8-all-0.6.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=DOHERTY
-MODULE_VERSION=0.006
-inherit perl-module
-
-DESCRIPTION='turn on Unicode - all of it'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
- # Dist::CheckConflicts 0.02 ( 0.20.0 )
- echo \>=dev-perl/Dist-CheckConflicts-0.20.0
- # Module::Build 0.3601 ( 0.360.100 )
- echo \>=virtual/perl-Module-Build-0.36.01
-}
-perl_meta_build() {
- # Module::Build 0.3601 ( 0.360.100 )
- echo \>=virtual/perl-Module-Build-0.36.01
-}
-perl_meta_runtime() {
- # Dist::CheckConflicts 0.02 ( 0.20.0 )
- echo \>=dev-perl/Dist-CheckConflicts-0.20.0
- # Encode
- echo virtual/perl-Encode
- # Import::Into
- echo dev-perl/Import-Into
- # charnames
- echo dev-lang/perl
- # open
- echo dev-lang/perl
- # parent
- echo virtual/perl-parent
- # perl 5.010 ( 5.10.0 )
- echo \>=dev-lang/perl-5.10.0
- # strict
- echo dev-lang/perl
- # utf8
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_test() {
- # Capture::Tiny
- echo dev-perl/Capture-Tiny
- # File::Find
- echo dev-lang/perl
- # File::Temp
- echo virtual/perl-File-Temp
- # PerlIO
- echo dev-lang/perl
- # Test::More
- echo virtual/perl-Test-Simple
- # autodie
- echo dev-perl/autodie
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/utf8-all/
@ 2012-10-28 14:02 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2012-10-28 14:02 UTC (permalink / raw
To: gentoo-commits
commit: 13a936763df2cfa340691adb51f335c4d8f9b08f
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Oct 28 14:01:32 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Oct 28 14:01:32 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=13a93676
[newversion] ( masked ) utf8-all 0.8.0 : keyword masked due to test failure
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/utf8-all/ChangeLog | 5 ++
dev-perl/utf8-all/utf8-all-0.8.0.ebuild | 75 +++++++++++++++++++++++++++++++
2 files changed, 80 insertions(+), 0 deletions(-)
diff --git a/dev-perl/utf8-all/ChangeLog b/dev-perl/utf8-all/ChangeLog
index 24bb7b2..5c24170 100644
--- a/dev-perl/utf8-all/ChangeLog
+++ b/dev-perl/utf8-all/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*utf8-all-0.8.0 (28 Oct 2012)
+
+ 28 Oct 2012; Kent Fredric <kentfredric@gmail.com> +utf8-all-0.8.0.ebuild:
+ Version Bump. Keyword masked due to test failure
+
08 Aug 2012; Kent Fredric <kentfredric@gmail.com> -utf8-all-0.4.0.ebuild,
-utf8-all-0.6.0.ebuild:
Gone on CPAN
diff --git a/dev-perl/utf8-all/utf8-all-0.8.0.ebuild b/dev-perl/utf8-all/utf8-all-0.8.0.ebuild
new file mode 100644
index 0000000..c3a6166
--- /dev/null
+++ b/dev-perl/utf8-all/utf8-all-0.8.0.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=DOHERTY
+MODULE_VERSION=0.008
+inherit perl-module
+
+DESCRIPTION='turn on Unicode - all of it'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS=""
+IUSE="test"
+perl_meta_configure() {
+ # Dist::CheckConflicts 0.02 ( 0.20.0 )
+ echo \>=dev-perl/Dist-CheckConflicts-0.20.0
+ # Module::Build 0.3601 ( 0.360.100 )
+ echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_meta_build() {
+ # Module::Build 0.3601 ( 0.360.100 )
+ echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_meta_runtime() {
+ # Dist::CheckConflicts 0.02 ( 0.20.0 )
+ echo \>=dev-perl/Dist-CheckConflicts-0.20.0
+ # Encode
+ echo virtual/perl-Encode
+ # Import::Into
+ echo dev-perl/Import-Into
+ # charnames
+ echo dev-lang/perl
+ # feature
+ echo dev-lang/perl
+ # open
+ echo dev-lang/perl
+ # parent
+ echo virtual/perl-parent
+ # perl 5.010 ( 5.10.0 )
+ echo \>=dev-lang/perl-5.10.0
+ # strict
+ echo dev-lang/perl
+ # utf8
+ echo dev-lang/perl
+ # warnings
+ echo dev-lang/perl
+}
+perl_meta_test() {
+ # File::Find
+ echo dev-lang/perl
+ # File::Temp
+ echo virtual/perl-File-Temp
+ # PerlIO
+ echo dev-lang/perl
+ # Test::Fatal
+ echo dev-perl/Test-Fatal
+ # Test::More 0.96 ( 0.960.0 )
+ echo \>=virtual/perl-Test-Simple-0.96
+ # Test::Warn
+ echo dev-perl/Test-Warn
+ # autodie
+ echo dev-perl/autodie
+ # version 0.77 ( 0.770.0 )
+ echo \>=virtual/perl-version-0.770.0
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="broken"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/utf8-all/
@ 2012-10-29 10:04 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2012-10-29 10:04 UTC (permalink / raw
To: gentoo-commits
commit: 768cba924d07667b4f23fcecee2b747df5f0c140
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Oct 29 09:59:33 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Oct 29 09:59:33 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=768cba92
[newversion] utf8-all-0.9.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/utf8-all/ChangeLog | 5 ++
dev-perl/utf8-all/utf8-all-0.9.0.ebuild | 75 +++++++++++++++++++++++++++++++
2 files changed, 80 insertions(+), 0 deletions(-)
diff --git a/dev-perl/utf8-all/ChangeLog b/dev-perl/utf8-all/ChangeLog
index 5c24170..1e7118c 100644
--- a/dev-perl/utf8-all/ChangeLog
+++ b/dev-perl/utf8-all/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*utf8-all-0.9.0 (29 Oct 2012)
+
+ 29 Oct 2012; Kent Fredric <kentfredric@gmail.com> +utf8-all-0.9.0.ebuild:
+ Version Bump
+
*utf8-all-0.8.0 (28 Oct 2012)
28 Oct 2012; Kent Fredric <kentfredric@gmail.com> +utf8-all-0.8.0.ebuild:
diff --git a/dev-perl/utf8-all/utf8-all-0.9.0.ebuild b/dev-perl/utf8-all/utf8-all-0.9.0.ebuild
new file mode 100644
index 0000000..dd2c3a5
--- /dev/null
+++ b/dev-perl/utf8-all/utf8-all-0.9.0.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=DOHERTY
+MODULE_VERSION=0.009
+inherit perl-module
+
+DESCRIPTION='turn on Unicode - all of it'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+ # Dist::CheckConflicts 0.02 ( 0.20.0 )
+ echo \>=dev-perl/Dist-CheckConflicts-0.20.0
+ # Module::Build 0.3601 ( 0.360.100 )
+ echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_meta_build() {
+ # Module::Build 0.3601 ( 0.360.100 )
+ echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_meta_runtime() {
+ # Dist::CheckConflicts 0.02 ( 0.20.0 )
+ echo \>=dev-perl/Dist-CheckConflicts-0.20.0
+ # Encode
+ echo virtual/perl-Encode
+ # Import::Into
+ echo dev-perl/Import-Into
+ # charnames
+ echo dev-lang/perl
+ # feature
+ echo dev-lang/perl
+ # open
+ echo dev-lang/perl
+ # parent
+ echo virtual/perl-parent
+ # perl 5.010 ( 5.10.0 )
+ echo \>=dev-lang/perl-5.10.0
+ # strict
+ echo dev-lang/perl
+ # utf8
+ echo dev-lang/perl
+ # warnings
+ echo dev-lang/perl
+}
+perl_meta_test() {
+ # File::Find
+ echo dev-lang/perl
+ # File::Temp
+ echo virtual/perl-File-Temp
+ # PerlIO
+ echo dev-lang/perl
+ # Test::Fatal
+ echo dev-perl/Test-Fatal
+ # Test::More 0.96 ( 0.960.0 )
+ echo \>=virtual/perl-Test-Simple-0.96
+ # Test::Warn
+ echo dev-perl/Test-Warn
+ # autodie
+ echo dev-perl/autodie
+ # version 0.77 ( 0.770.0 )
+ echo \>=virtual/perl-version-0.770.0
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/utf8-all/
@ 2015-03-26 4:44 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2015-03-26 4:44 UTC (permalink / raw
To: gentoo-commits
commit: ba85662dc44d35450c4fc02deac2c8b52aca0025
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 26 04:15:23 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 26 04:15:23 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=ba85662d
[bump] utf8-all-0.16.0
Package-Manager: portage-2.2.17
dev-perl/utf8-all/utf8-all-0.10.0.ebuild | 75 --------------------------------
dev-perl/utf8-all/utf8-all-0.16.0.ebuild | 33 ++++++++++++++
2 files changed, 33 insertions(+), 75 deletions(-)
diff --git a/dev-perl/utf8-all/utf8-all-0.10.0.ebuild b/dev-perl/utf8-all/utf8-all-0.10.0.ebuild
deleted file mode 100644
index 4f5d406..0000000
--- a/dev-perl/utf8-all/utf8-all-0.10.0.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=DOHERTY
-MODULE_VERSION=0.010
-inherit perl-module
-
-DESCRIPTION='turn on Unicode - all of it'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
- # Dist::CheckConflicts 0.02 ( 0.20.0 )
- echo \>=dev-perl/Dist-CheckConflicts-0.20.0
- # Module::Build 0.3601 ( 0.360.100 )
- echo \>=virtual/perl-Module-Build-0.360.100
-}
-perl_meta_build() {
- # Module::Build 0.3601 ( 0.360.100 )
- echo \>=virtual/perl-Module-Build-0.360.100
-}
-perl_meta_runtime() {
- # Dist::CheckConflicts 0.02 ( 0.20.0 )
- echo \>=dev-perl/Dist-CheckConflicts-0.20.0
- # Encode
- echo virtual/perl-Encode
- # Import::Into
- echo dev-perl/Import-Into
- # charnames
- echo dev-lang/perl
- # feature
- echo dev-lang/perl
- # open
- echo dev-lang/perl
- # parent
- echo virtual/perl-parent
- # perl 5.010 ( 5.10.0 )
- echo \>=dev-lang/perl-5.10.0
- # strict
- echo dev-lang/perl
- # utf8
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_test() {
- # File::Find
- echo dev-lang/perl
- # File::Temp
- echo virtual/perl-File-Temp
- # PerlIO
- echo dev-lang/perl
- # Test::Fatal
- echo dev-perl/Test-Fatal
- # Test::More 0.96 ( 0.960.0 )
- echo \>=virtual/perl-Test-Simple-0.960.0
- # Test::Warn
- echo dev-perl/Test-Warn
- # autodie
- echo virtual/perl-autodie
- # version 0.77 ( 0.770.0 )
- echo \>=virtual/perl-version-0.770.0
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/utf8-all/utf8-all-0.16.0.ebuild b/dev-perl/utf8-all/utf8-all-0.16.0.ebuild
new file mode 100644
index 0000000..55702b7
--- /dev/null
+++ b/dev-perl/utf8-all/utf8-all-0.16.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=DOHERTY
+MODULE_VERSION=0.016
+inherit perl-module
+
+DESCRIPTION='turn on Unicode - all of it'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+# Symbol,PerlIO,IPC::Open3 -> perl
+# charnames, feature -> perl-5.10
+RDEPEND="
+ virtual/perl-Encode
+ dev-perl/Import-Into
+ virtual/perl-parent
+"
+DEPEND="
+ ${RDEPEND}
+ >=virtual/perl-Module-Build-0.280.0
+ test? (
+ virtual/perl-File-Spec
+ virtual/perl-IO
+ dev-perl/Test-Fatal
+ >=virtual/perl-Test-Simple-0.960.0
+ dev-perl/Test-Warn
+ virtual/perl-autodie
+ virtual/perl-constant
+ >=virtual/perl-version-0.770.0
+ )
+"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-03-26 4:44 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-01 6:43 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/utf8-all/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2015-03-26 4:44 Kent Fredric
2012-10-29 10:04 Kent Fredric
2012-10-28 14:02 Kent Fredric
2012-08-08 10:32 Kent Fredric
2012-07-31 3:04 Kent Fredric
2012-02-29 12:06 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox