Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Task-Kensho/
Date: Sat, 23 Jun 2012 16:40:38
Message-Id: 1340469061.c39b516c0f6e0b34c60e974e31711ce4892318c8.kent@gentoo
1 commit: c39b516c0f6e0b34c60e974e31711ce4892318c8
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 23 16:31:01 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Jun 23 16:31:01 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c39b516c
7
8 [newversion] Task-Kensho-0.320.0
9
10 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Task-Kensho/ChangeLog | 8 +++-
14 dev-perl/Task-Kensho/Task-Kensho-0.320.0.ebuild | 67 +++++++++++++++++++++++
15 2 files changed, 74 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/Task-Kensho/ChangeLog b/dev-perl/Task-Kensho/ChangeLog
18 index 7f06431..fc67d37 100644
19 --- a/dev-perl/Task-Kensho/ChangeLog
20 +++ b/dev-perl/Task-Kensho/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for dev-perl/Task-Kensho
23 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*Task-Kensho-0.320.0 (23 Jun 2012)
28 +
29 + 23 Jun 2012; Kent Fredric <kentfredric@×××××.com>
30 + +Task-Kensho-0.320.0.ebuild:
31 + Version Bump
32 +
33 16 Jul 2011; Kent Fredric <kentfredric@×××××.com>
34 -Task-Kensho-0.110.0.ebuild, -Task-Kensho-0.130.0.ebuild,
35 -Task-Kensho-0.140.0.ebuild, -Task-Kensho-0.150.0.ebuild,
36
37 diff --git a/dev-perl/Task-Kensho/Task-Kensho-0.320.0.ebuild b/dev-perl/Task-Kensho/Task-Kensho-0.320.0.ebuild
38 new file mode 100644
39 index 0000000..bd040d2
40 --- /dev/null
41 +++ b/dev-perl/Task-Kensho/Task-Kensho-0.320.0.ebuild
42 @@ -0,0 +1,67 @@
43 +# Copyright 1999-2012 Gentoo Foundation
44 +# Distributed under the terms of the GNU General Public License v2
45 +# $Header: $
46 +EAPI=4
47 +MODULE_AUTHOR=ETHER
48 +MODULE_VERSION=0.32
49 +inherit perl-module
50 +
51 +DESCRIPTION='A glimpse at an Enlightened Perl.'
52 +LICENSE=" || ( Artistic GPL-2 )"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +
56 +IUSE="+basic-toolchain +testing +oop async webdev db crawl module-devel date
57 +config cli scripting xml +exceptions spreadsheet email scalability +logging"
58 +
59 +perl_meta_configure() {
60 + # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
61 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.360.0
62 +}
63 +perl_meta_build() {
64 + # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
65 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.360.0
66 +}
67 +
68 +feature() {
69 + local name="$1";
70 + shift;
71 + echo "$name? (";
72 + echo "$@";
73 + echo ")";
74 +}
75 +sfeature() {
76 + local name="$1";
77 + local suffix="$2";
78 + feature "$name" "dev-perl/Task-Kensho-${suffix}"
79 +}
80 +
81 +perl_meta_runtime() {
82 + sfeature 'basic-toolchain' 'Toolchain';
83 + sfeature 'exceptions' 'Exceptions';
84 + sfeature 'testing' 'Testing';
85 + sfeature 'oop' 'OOP';
86 + sfeature 'async' 'Async';
87 + sfeature 'xml' 'XML';
88 + sfeature 'webdev' 'WebDev';
89 + sfeature 'db' 'DBDev';
90 + sfeature 'crawl' 'WebCrawling';
91 + sfeature 'module-devel' 'ModuleDev';
92 + sfeature 'scalability' 'Scalability';
93 + sfeature 'date' 'Dates';
94 + sfeature 'config' 'Config';
95 + sfeature 'cli' 'CLI';
96 + sfeature 'scripting' 'Hackery';
97 + sfeature 'spreadsheet' 'ExcelCSV';
98 + sfeature 'email' 'Email';
99 + sfeature 'logging' 'Logging';
100 +}
101 +DEPEND="
102 + $(perl_meta_configure)
103 + $(perl_meta_build)
104 + $(perl_meta_runtime)
105 +"
106 +RDEPEND="
107 + $(perl_meta_runtime)
108 +"
109 +SRC_TEST="do"