Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apache/libapreq2: ChangeLog libapreq2-2.08-r2.ebuild
Date: Thu, 10 Jan 2008 20:55:08
Message-Id: E1JD4Qb-000688-6I@stork.gentoo.org
1 maekke 08/01/10 20:55:05
2
3 Modified: ChangeLog libapreq2-2.08-r2.ebuild
4 Log:
5 x86 stable, bug #205225
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.28 www-apache/libapreq2/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/libapreq2/ChangeLog?rev=1.28&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/libapreq2/ChangeLog?rev=1.28&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/libapreq2/ChangeLog?r1=1.27&r2=1.28
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-apache/libapreq2/ChangeLog,v
18 retrieving revision 1.27
19 retrieving revision 1.28
20 diff -u -r1.27 -r1.28
21 --- ChangeLog 10 Jan 2008 17:09:52 -0000 1.27
22 +++ ChangeLog 10 Jan 2008 20:55:04 -0000 1.28
23 @@ -1,6 +1,9 @@
24 # ChangeLog for www-apache/libapreq2
25 # Copyright 2003-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-apache/libapreq2/ChangeLog,v 1.27 2008/01/10 17:09:52 ranger Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-apache/libapreq2/ChangeLog,v 1.28 2008/01/10 20:55:04 maekke Exp $
28 +
29 + 10 Jan 2008; Markus Meier <maekke@g.o> libapreq2-2.08-r2.ebuild:
30 + x86 stable, bug #205225
31
32 10 Jan 2008; Brent Baude <ranger@g.o> libapreq2-2.08-r2.ebuild:
33 Marking libapreq2-2.08-r2 ppc64 for bug 205225
34
35
36
37 1.6 www-apache/libapreq2/libapreq2-2.08-r2.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/libapreq2/libapreq2-2.08-r2.ebuild?rev=1.6&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/libapreq2/libapreq2-2.08-r2.ebuild?rev=1.6&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/libapreq2/libapreq2-2.08-r2.ebuild?r1=1.5&r2=1.6
42
43 Index: libapreq2-2.08-r2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/www-apache/libapreq2/libapreq2-2.08-r2.ebuild,v
46 retrieving revision 1.5
47 retrieving revision 1.6
48 diff -u -r1.5 -r1.6
49 --- libapreq2-2.08-r2.ebuild 10 Jan 2008 17:09:52 -0000 1.5
50 +++ libapreq2-2.08-r2.ebuild 10 Jan 2008 20:55:04 -0000 1.6
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/www-apache/libapreq2/libapreq2-2.08-r2.ebuild,v 1.5 2008/01/10 17:09:52 ranger Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/www-apache/libapreq2/libapreq2-2.08-r2.ebuild,v 1.6 2008/01/10 20:55:04 maekke Exp $
56
57 inherit apache-module perl-module multilib
58
59 @@ -10,7 +10,7 @@
60
61 LICENSE="Apache-2.0"
62 SLOT="2"
63 -KEYWORDS="~alpha ~amd64 ppc ppc64 ~sparc ~x86"
64 +KEYWORDS="~alpha ~amd64 ppc ppc64 ~sparc x86"
65 IUSE="perl"
66
67 DEPEND="${DEPEND}
68 @@ -32,11 +32,11 @@
69 unpack ${A}
70 cd "${S}"
71
72 - epatch ${FILESDIR}/libapreq2-2.08-doc.patch
73 + epatch "${FILESDIR}"/libapreq2-2.08-doc.patch
74
75 - sed -i -e "s/PERL \$PERL_OPTS/PERL/" ${S}/acinclude.m4
76 - sed -i -e "s/PERL \$PERL_OPTS/PERL/" ${S}/aclocal.m4
77 - sed -i -e "s/PERL \$PERL_OPTS/PERL/" ${S}/configure
78 + sed -i -e "s/PERL \$PERL_OPTS/PERL/" "${S}"/acinclude.m4
79 + sed -i -e "s/PERL \$PERL_OPTS/PERL/" "${S}"/aclocal.m4
80 + sed -i -e "s/PERL \$PERL_OPTS/PERL/" "${S}"/configure
81 }
82
83 src_compile() {
84
85
86
87 --
88 gentoo-commits@l.g.o mailing list