Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Apache-Test: Apache-Test-1.380.0-r1.ebuild ChangeLog Apache-Test-1.380.0.ebuild
Date: Sun, 24 Aug 2014 12:41:19
Message-Id: 20140824124113.62DEE3CC3@oystercatcher.gentoo.org
1 axs 14/08/24 12:41:13
2
3 Modified: ChangeLog
4 Added: Apache-Test-1.380.0-r1.ebuild
5 Removed: Apache-Test-1.380.0.ebuild
6 Log:
7 bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
10
11 Revision Changes Path
12 1.100 dev-perl/Apache-Test/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/ChangeLog?rev=1.100&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/ChangeLog?rev=1.100&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/ChangeLog?r1=1.99&r2=1.100
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v
21 retrieving revision 1.99
22 retrieving revision 1.100
23 diff -u -r1.99 -r1.100
24 --- ChangeLog 8 Jan 2013 18:42:47 -0000 1.99
25 +++ ChangeLog 24 Aug 2014 12:41:13 -0000 1.100
26 @@ -1,6 +1,13 @@
27 # ChangeLog for dev-perl/Apache-Test
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.99 2013/01/08 18:42:47 tove Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.100 2014/08/24 12:41:13 axs Exp $
32 +
33 +*Apache-Test-1.380.0-r1 (24 Aug 2014)
34 +
35 + 24 Aug 2014; Ian Stakenvicius (_AxS_) <axs@g.o>
36 + +Apache-Test-1.380.0-r1.ebuild, -Apache-Test-1.380.0.ebuild:
37 + bumped EAPI to 5; committed directly to stable as no other changes present and
38 + revbump helps stable systems to keep from dieing on perl-5.18 upgrade
39
40 08 Jan 2013; Torsten Veller <tove@g.o> -Apache-Test-1.360.0.ebuild,
41 -Apache-Test-1.370.0.ebuild:
42
43
44
45 1.1 dev-perl/Apache-Test/Apache-Test-1.380.0-r1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.380.0-r1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.380.0-r1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: Apache-Test-1.380.0-r1.ebuild
51 ===================================================================
52 # Copyright 1999-2014 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.380.0-r1.ebuild,v 1.1 2014/08/24 12:41:13 axs Exp $
55
56 EAPI=5
57
58 MODULE_AUTHOR=PHRED
59 MODULE_VERSION=1.38
60 inherit depend.apache perl-module
61
62 DESCRIPTION="Test.pm wrapper with helpers for testing Apache"
63
64 LICENSE="Apache-2.0"
65 SLOT="0"
66 KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
67 IUSE=""
68
69 # interactive, requires interaction with the live filesystem
70 SRC_TEST="skip"
71
72 need_apache
73
74 pkg_setup() {
75 perl-module_pkg_setup
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 }