Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
hollow 07/09/08 17:53:51
Modified: ChangeLog
Added: mod_proxy_html-3.0.0.ebuild
Log:
version bump, #187739
(Portage version: 2.1.3.7)
Revision Changes Path
1.10 www-apache/mod_proxy_html/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_proxy_html/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_proxy_html/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_proxy_html/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_proxy_html/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 15 Jan 2007 18:37:36 -0000 1.9
+++ ChangeLog 8 Sep 2007 17:53:50 -0000 1.10
@@ -1,6 +1,12 @@
# ChangeLog for www-apache/mod_proxy_html
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_proxy_html/ChangeLog,v 1.9 2007/01/15 18:37:36 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_proxy_html/ChangeLog,v 1.10 2007/09/08 17:53:50 hollow Exp $
+
+*mod_proxy_html-3.0.0 (08 Sep 2007)
+
+ 08 Sep 2007; Benedikt Böhm <hollow@g.o>
+ files/27_mod_proxy_html.conf, +mod_proxy_html-3.0.0.ebuild:
+ version bump, #187739
15 Jan 2007; Luca Longinotti <chtekk@g.o> metadata.xml,
mod_proxy_html-2.4.3.ebuild, mod_proxy_html-2.5.1.ebuild:
1.1 www-apache/mod_proxy_html/mod_proxy_html-3.0.0.ebuild
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
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
Index: mod_proxy_html-3.0.0.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $
inherit apache-module
KEYWORDS="~amd64 ~x86"
DESCRIPTION="An Apache2 module to rewrite links in html pages behind a reverse proxy."
HOMEPAGE="http://apache.webthing.com/mod_proxy_html/"
SRC_URI="mirror://gentoo/${P}.c.bz2"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
DEPEND="app-arch/bzip2
dev-libs/libxml2"
RDEPEND="${DEPEND}"
APACHE2_MOD_CONF="27_${PN}"
APACHE2_MOD_DEFINE="PROXY_HTML"
need_apache2
S="${WORKDIR}/${PN}"
src_unpack() {
mkdir -p "${S}" || die "mkdir S failed"
bzip2 -dc "${DISTDIR}/${P}.c.bz2" > "${S}/${PN}.c" || die "source unpack failed"
}
src_compile() {
APXS2_ARGS="$(xml2-config --cflags) -c ${PN}.c"
apache2_src_compile
}
--
gentoo-commits@g.o mailing list
|
|