Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Apache-Test: Apache-Test-1.29.ebuild ChangeLog
Date: Sat, 02 Feb 2008 15:17:05
Message-Id: E1JLK74-0005dG-Bc@stork.gentoo.org
1 hollow 08/02/02 15:17:02
2
3 Modified: Apache-Test-1.29.ebuild ChangeLog
4 Log:
5 use depend.apache eclass wrt #208033
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.9 dev-perl/Apache-Test/Apache-Test-1.29.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.29.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.29.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.29.ebuild?r1=1.8&r2=1.9
14
15 Index: Apache-Test-1.29.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.29.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- Apache-Test-1.29.ebuild 29 Jul 2007 16:52:14 -0000 1.8
22 +++ Apache-Test-1.29.ebuild 2 Feb 2008 15:17:01 -0000 1.9
23 @@ -1,8 +1,8 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.29.ebuild,v 1.8 2007/07/29 16:52:14 phreak Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.29.ebuild,v 1.9 2008/02/02 15:17:01 hollow Exp $
29
30 -inherit perl-module
31 +inherit depend.apache perl-module
32
33 DESCRIPTION="Test.pm wrapper with helpers for testing Apache"
34 SRC_URI="mirror://cpan/authors/id/P/PG/PGOLLUCCI/${P}.tar.gz"
35 @@ -13,15 +13,16 @@
36 KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
37 SRC_TEST="skip"
38
39 -DEPEND="www-servers/apache
40 - dev-lang/perl"
41 +DEPEND="dev-lang/perl"
42 +
43 +need_apache
44
45 src_install() {
46 # This is to avoid conflicts with a deprecated Apache::Test stepping
47 # in and causing problems/install errors
48 - if [ -f ${S}/.mypacklist ];
49 + if [ -f "${S}"/.mypacklist ];
50 then
51 - rm -f ${S}/.mypacklist
52 + rm -f "${S}"/.mypacklist
53 fi
54 perl-module_src_install
55 }
56
57
58
59 1.59 dev-perl/Apache-Test/ChangeLog
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-Test/ChangeLog?rev=1.59&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-Test/ChangeLog?rev=1.59&content-type=text/plain
63 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Apache-Test/ChangeLog?r1=1.58&r2=1.59
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v
68 retrieving revision 1.58
69 retrieving revision 1.59
70 diff -u -r1.58 -r1.59
71 --- ChangeLog 29 Jul 2007 16:52:14 -0000 1.58
72 +++ ChangeLog 2 Feb 2008 15:17:01 -0000 1.59
73 @@ -1,6 +1,9 @@
74 # ChangeLog for dev-perl/Apache-Test
75 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.58 2007/07/29 16:52:14 phreak Exp $
77 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
78 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.59 2008/02/02 15:17:01 hollow Exp $
79 +
80 + 02 Feb 2008; Benedikt Böhm <hollow@g.o> Apache-Test-1.29.ebuild:
81 + use depend.apache eclass wrt #208033
82
83 29 Jul 2007; Christian Heim <phreak@g.o> Apache-Test-1.29.ebuild:
84 Fixing the DEPEND/RDEPEND for the move of net-www/apache to
85
86
87
88 --
89 gentoo-commits@l.g.o mailing list