Gentoo Archives: gentoo-dev

From: dilfridge@g.o
To: gentoo-dev@l.g.o
Cc: "Andreas K. Hüttel" <dilfridge@g.o>
Subject: [gentoo-dev] [PATCH 15/15] dev-perl/CGI: Add EAPI=6 test ebuild
Date: Fri, 11 Dec 2015 21:07:43
Message-Id: 1449867791-30513-15-git-send-email-dilfridge@gentoo.org
In Reply to: [gentoo-dev] [PATCH 01/15] perl-module.eclass: Allow EAPI=6, ban PERL_EXPORT_PHASE_FUNCTIONS there, simplify perl dependency by dilfridge@gentoo.org
1 From: Andreas K. Hüttel <dilfridge@g.o>
2
3 Package-Manager: portage-2.2.26
4 ---
5 dev-perl/CGI/CGI-4.220.0-r1.ebuild | 33 +++++++++++++++++++++++++++++++++
6 1 file changed, 33 insertions(+)
7 create mode 100644 dev-perl/CGI/CGI-4.220.0-r1.ebuild
8
9 diff --git a/dev-perl/CGI/CGI-4.220.0-r1.ebuild b/dev-perl/CGI/CGI-4.220.0-r1.ebuild
10 new file mode 100644
11 index 0000000..9d2500e
12 --- /dev/null
13 +++ b/dev-perl/CGI/CGI-4.220.0-r1.ebuild
14 @@ -0,0 +1,33 @@
15 +# Copyright 1999-2015 Gentoo Foundation
16 +# Distributed under the terms of the GNU General Public License v2
17 +# $Id$
18 +
19 +EAPI=6
20 +
21 +DIST_AUTHOR=LEEJO
22 +DIST_VERSION=4.22
23 +inherit perl-module
24 +
25 +DESCRIPTION="Simple Common Gateway Interface Class"
26 +
27 +SLOT="0"
28 +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"
29 +IUSE="test"
30 +
31 +RDEPEND="
32 + virtual/perl-Carp
33 + virtual/perl-Encode
34 + virtual/perl-Exporter
35 + >=virtual/perl-File-Spec-0.820.0
36 + virtual/perl-File-Temp
37 + >=dev-perl/HTML-Parser-3.690.0
38 + virtual/perl-if
39 + >=virtual/perl-parent-0.225.0
40 +"
41 +DEPEND="${RDEPEND}
42 + virtual/perl-ExtUtils-MakeMaker
43 + test? (
44 + >=virtual/perl-Test-Simple-0.980.0
45 + dev-perl/Test-Warn
46 + )
47 +"
48 --
49 2.6.3