Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apache/mod_proxy_html: ChangeLog mod_proxy_html-3.0.0.ebuild
Date: Sat, 08 Sep 2007 18:00:50
Message-Id: E1IU4VD-0007BI-8W@stork.gentoo.org
1 hollow 07/09/08 17:53:51
2
3 Modified: ChangeLog
4 Added: mod_proxy_html-3.0.0.ebuild
5 Log:
6 version bump, #187739
7 (Portage version: 2.1.3.7)
8
9 Revision Changes Path
10 1.10 www-apache/mod_proxy_html/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_proxy_html/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_proxy_html/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_proxy_html/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_proxy_html/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 15 Jan 2007 18:37:36 -0000 1.9
23 +++ ChangeLog 8 Sep 2007 17:53:50 -0000 1.10
24 @@ -1,6 +1,12 @@
25 # ChangeLog for www-apache/mod_proxy_html
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_proxy_html/ChangeLog,v 1.9 2007/01/15 18:37:36 chtekk Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_proxy_html/ChangeLog,v 1.10 2007/09/08 17:53:50 hollow Exp $
29 +
30 +*mod_proxy_html-3.0.0 (08 Sep 2007)
31 +
32 + 08 Sep 2007; Benedikt Böhm <hollow@g.o>
33 + files/27_mod_proxy_html.conf, +mod_proxy_html-3.0.0.ebuild:
34 + version bump, #187739
35
36 15 Jan 2007; Luca Longinotti <chtekk@g.o> metadata.xml,
37 mod_proxy_html-2.4.3.ebuild, mod_proxy_html-2.5.1.ebuild:
38
39
40
41 1.1 www-apache/mod_proxy_html/mod_proxy_html-3.0.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_proxy_html/mod_proxy_html-3.0.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_proxy_html/mod_proxy_html-3.0.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mod_proxy_html-3.0.0.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/www-apache/mod_proxy_html/mod_proxy_html-3.0.0.ebuild,v 1.1 2007/09/08 17:53:50 hollow Exp $
51
52 inherit apache-module
53
54 KEYWORDS="~amd64 ~x86"
55
56 DESCRIPTION="An Apache2 module to rewrite links in html pages behind a reverse proxy."
57 HOMEPAGE="http://apache.webthing.com/mod_proxy_html/"
58 SRC_URI="mirror://gentoo/${P}.c.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 IUSE=""
63
64 DEPEND="app-arch/bzip2
65 dev-libs/libxml2"
66 RDEPEND="${DEPEND}"
67
68 APACHE2_MOD_CONF="27_${PN}"
69 APACHE2_MOD_DEFINE="PROXY_HTML"
70
71 need_apache2
72
73 S="${WORKDIR}/${PN}"
74
75 src_unpack() {
76 mkdir -p "${S}" || die "mkdir S failed"
77 bzip2 -dc "${DISTDIR}/${P}.c.bz2" > "${S}/${PN}.c" || die "source unpack failed"
78 }
79
80 src_compile() {
81 APXS2_ARGS="$(xml2-config --cflags) -c ${PN}.c"
82 apache2_src_compile
83 }
84
85
86
87 --
88 gentoo-commits@g.o mailing list