Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI/
Date: Sat, 19 Dec 2015 21:50:43
Message-Id: 1450531462.1407a1a097ebcceffa102d2d5232a6a8e994f182.dilfridge@gentoo
1 commit: 1407a1a097ebcceffa102d2d5232a6a8e994f182
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 5 21:15:09 2015 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 19 13:24:22 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1407a1a0
7
8 dev-perl/CGI: Add EAPI=6 test ebuild
9
10 Package-Manager: portage-2.2.26
11
12 dev-perl/CGI/CGI-4.220.0-r1.ebuild | 33 +++++++++++++++++++++++++++++++++
13 1 file changed, 33 insertions(+)
14
15 diff --git a/dev-perl/CGI/CGI-4.220.0-r1.ebuild b/dev-perl/CGI/CGI-4.220.0-r1.ebuild
16 new file mode 100644
17 index 0000000..9d2500e
18 --- /dev/null
19 +++ b/dev-perl/CGI/CGI-4.220.0-r1.ebuild
20 @@ -0,0 +1,33 @@
21 +# Copyright 1999-2015 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=6
26 +
27 +DIST_AUTHOR=LEEJO
28 +DIST_VERSION=4.22
29 +inherit perl-module
30 +
31 +DESCRIPTION="Simple Common Gateway Interface Class"
32 +
33 +SLOT="0"
34 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
35 +IUSE="test"
36 +
37 +RDEPEND="
38 + virtual/perl-Carp
39 + virtual/perl-Encode
40 + virtual/perl-Exporter
41 + >=virtual/perl-File-Spec-0.820.0
42 + virtual/perl-File-Temp
43 + >=dev-perl/HTML-Parser-3.690.0
44 + virtual/perl-if
45 + >=virtual/perl-parent-0.225.0
46 +"
47 +DEPEND="${RDEPEND}
48 + virtual/perl-ExtUtils-MakeMaker
49 + test? (
50 + >=virtual/perl-Test-Simple-0.980.0
51 + dev-perl/Test-Warn
52 + )
53 +"