Gentoo Archives: gentoo-commits

From: "Andreas Huettel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Apache-Test: Apache-Test-1.390.0.ebuild ChangeLog
Date: Thu, 30 Apr 2015 20:33:00
Message-Id: 20150430203248.C806699C@oystercatcher.gentoo.org
1 dilfridge 15/04/30 20:32:47
2
3 Modified: ChangeLog
4 Added: Apache-Test-1.390.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
9
10 Revision Changes Path
11 1.102 dev-perl/Apache-Test/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/ChangeLog?rev=1.102&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/ChangeLog?rev=1.102&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/ChangeLog?r1=1.101&r2=1.102
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v
20 retrieving revision 1.101
21 retrieving revision 1.102
22 diff -u -r1.101 -r1.102
23 --- ChangeLog 19 Nov 2014 19:31:11 -0000 1.101
24 +++ ChangeLog 30 Apr 2015 20:32:47 -0000 1.102
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/Apache-Test
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.101 2014/11/19 19:31:11 dilfridge Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.102 2015/04/30 20:32:47 dilfridge Exp $
31 +
32 +*Apache-Test-1.390.0 (30 Apr 2015)
33 +
34 + 30 Apr 2015; Andreas K. Huettel <dilfridge@g.o>
35 + +Apache-Test-1.390.0.ebuild:
36 + Version bump
37
38 19 Nov 2014; Andreas K. Huettel <dilfridge@g.o>
39 Apache-Test-1.380.0-r1.ebuild:
40
41
42
43 1.1 dev-perl/Apache-Test/Apache-Test-1.390.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.390.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.390.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: Apache-Test-1.390.0.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.390.0.ebuild,v 1.1 2015/04/30 20:32:47 dilfridge Exp $
53
54 EAPI=5
55
56 MODULE_AUTHOR=SHAY
57 MODULE_VERSION=1.39
58 inherit depend.apache perl-module
59
60 DESCRIPTION="Test.pm wrapper with helpers for testing Apache"
61
62 LICENSE="Apache-2.0"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
65 IUSE=""
66
67 DEPEND="virtual/perl-ExtUtils-MakeMaker"
68
69 # interactive, requires interaction with the live filesystem
70 SRC_TEST="skip"
71
72 need_apache
73
74 pkg_setup() {
75 perl_set_version
76 }
77
78 src_install() {
79 # This is to avoid conflicts with a deprecated Apache::Test stepping
80 # in and causing problems/install errors
81 if [ -f "${S}"/.mypacklist ];
82 then
83 rm -f "${S}"/.mypacklist
84 fi
85 perl-module_src_install
86 }