1 |
commit: ce5297871d7889bddeac667152bd01367404c657 |
2 |
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> |
3 |
AuthorDate: Tue Sep 30 11:41:28 2014 +0000 |
4 |
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> |
5 |
CommitDate: Tue Sep 30 11:41:28 2014 +0000 |
6 |
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ce529787 |
7 |
|
8 |
[bump] dev-perl/Data-Clone Version Bump, EAPI bump, dep cleanup |
9 |
|
10 |
Package-Manager: portage-2.2.10 |
11 |
|
12 |
--- |
13 |
dev-perl/Data-Clone/ChangeLog | 8 ++++- |
14 |
dev-perl/Data-Clone/Data-Clone-0.3.0.ebuild | 48 ----------------------------- |
15 |
dev-perl/Data-Clone/Data-Clone-0.4.0.ebuild | 29 +++++++++++++++++ |
16 |
3 files changed, 36 insertions(+), 49 deletions(-) |
17 |
|
18 |
diff --git a/dev-perl/Data-Clone/ChangeLog b/dev-perl/Data-Clone/ChangeLog |
19 |
index 960bae4..72b75fc 100644 |
20 |
--- a/dev-perl/Data-Clone/ChangeLog |
21 |
+++ b/dev-perl/Data-Clone/ChangeLog |
22 |
@@ -1,7 +1,13 @@ |
23 |
# ChangeLog for dev-perl/Data-Clone |
24 |
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 |
25 |
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 |
26 |
# $Header: $ |
27 |
|
28 |
+*Data-Clone-0.4.0 (30 Sep 2014) |
29 |
+ |
30 |
+ 30 Sep 2014; Kent Fredric <kentfredric@×××××.com> -Data-Clone-0.3.0.ebuild, |
31 |
+ +Data-Clone-0.4.0.ebuild: |
32 |
+ Version Bump, EAPI bump, dep cleanup |
33 |
+ |
34 |
*Data-Clone-0.3.0 (27 Mar 2012) |
35 |
|
36 |
27 Mar 2012; Kent Fredric <kentfredric@×××××.com> +Data-Clone-0.3.0.ebuild, |
37 |
|
38 |
diff --git a/dev-perl/Data-Clone/Data-Clone-0.3.0.ebuild b/dev-perl/Data-Clone/Data-Clone-0.3.0.ebuild |
39 |
deleted file mode 100644 |
40 |
index 03fff45..0000000 |
41 |
--- a/dev-perl/Data-Clone/Data-Clone-0.3.0.ebuild |
42 |
+++ /dev/null |
43 |
@@ -1,48 +0,0 @@ |
44 |
-# Copyright 1999-2012 Gentoo Foundation |
45 |
-# Distributed under the terms of the GNU General Public License v2 |
46 |
-# $Header: $ |
47 |
-EAPI=4 |
48 |
-MODULE_AUTHOR=GFUJI |
49 |
-MODULE_VERSION=0.003 |
50 |
-inherit perl-module |
51 |
- |
52 |
-DESCRIPTION='Polymorphic data cloning' |
53 |
-LICENSE=" || ( Artistic GPL-2 )" |
54 |
-SLOT="0" |
55 |
-KEYWORDS="~amd64 ~x86" |
56 |
-IUSE="" |
57 |
-perl_meta_configure() { |
58 |
- # Devel::PPPort 3.19 ( 3.190.0 ) |
59 |
- echo \>=virtual/perl-Devel-PPPort-3.190.0 |
60 |
- # ExtUtils::MakeMaker 6.42 ( 6.420.0 ) |
61 |
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.42 |
62 |
-} |
63 |
-perl_meta_build() { |
64 |
- # Devel::PPPort 3.19 ( 3.190.0 ) |
65 |
- echo \>=virtual/perl-Devel-PPPort-3.190.0 |
66 |
- # ExtUtils::MakeMaker 6.42 ( 6.420.0 ) |
67 |
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.42 |
68 |
- # ExtUtils::ParseXS 2.21 ( 2.210.0 ) |
69 |
- echo \>=virtual/perl-ExtUtils-ParseXS-2.21.00 |
70 |
- # Test::More 0.88 ( 0.880.0 ) |
71 |
- echo \>=virtual/perl-Test-Simple-0.88 |
72 |
- # Test::Requires 0.03 ( 0.30.0 ) |
73 |
- echo \>=dev-perl/Test-Requires-0.03 |
74 |
-} |
75 |
-perl_meta_runtime() { |
76 |
- # XSLoader 0.1 ( 0.100.0 ) |
77 |
- echo \>=virtual/perl-XSLoader-0.10 |
78 |
- # parent |
79 |
- echo virtual/perl-parent |
80 |
- # perl v5.8.1 ( 5.8.1 ) |
81 |
- echo \>=dev-lang/perl-5.8.1 |
82 |
-} |
83 |
-DEPEND=" |
84 |
- $(perl_meta_configure) |
85 |
- $(perl_meta_build) |
86 |
- $(perl_meta_runtime) |
87 |
-" |
88 |
-RDEPEND=" |
89 |
- $(perl_meta_runtime) |
90 |
-" |
91 |
-SRC_TEST="do" |
92 |
|
93 |
diff --git a/dev-perl/Data-Clone/Data-Clone-0.4.0.ebuild b/dev-perl/Data-Clone/Data-Clone-0.4.0.ebuild |
94 |
new file mode 100644 |
95 |
index 0000000..8515f77 |
96 |
--- /dev/null |
97 |
+++ b/dev-perl/Data-Clone/Data-Clone-0.4.0.ebuild |
98 |
@@ -0,0 +1,29 @@ |
99 |
+# Copyright 1999-2014 Gentoo Foundation |
100 |
+# Distributed under the terms of the GNU General Public License v2 |
101 |
+# $Header: $ |
102 |
+EAPI=5 |
103 |
+MODULE_AUTHOR=GFUJI |
104 |
+MODULE_VERSION=0.004 |
105 |
+inherit perl-module |
106 |
+ |
107 |
+DESCRIPTION='Polymorphic data cloning' |
108 |
+LICENSE=" || ( Artistic GPL-2 )" |
109 |
+SLOT="0" |
110 |
+KEYWORDS="~amd64 ~x86" |
111 |
+IUSE="test" |
112 |
+RDEPEND=" |
113 |
+ >=virtual/perl-XSLoader-0.20.0 |
114 |
+ virtual/perl-parent |
115 |
+" |
116 |
+# Test::More -> perl-Test-Simple |
117 |
+DEPEND=" |
118 |
+ >=virtual/perl-Devel-PPPort-3.190.0 |
119 |
+ >=virtual/perl-ExtUtils-MakeMaker-6.420.0 |
120 |
+ >=virtual/perl-ExtUtils-ParseXS-3.180.0 |
121 |
+ $RDEPEND |
122 |
+ test? ( |
123 |
+ >=virtual/perl-Test-Simple-0.880.0 |
124 |
+ >=dev-perl/Test-Requires-0.30.0 |
125 |
+ ) |
126 |
+" |
127 |
+SRC_TEST="do parallel" |