diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-07-09 15:43:14 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-07-09 15:43:14 +0000 |
commit | deadcde17204a3fd39838c64e4595bb1ce392757 (patch) | |
tree | 2401a9361368c88cb8ced911656d710c85c8ef2c /www-apache | |
parent | Version bump. Updated homepage. Switch to EAPI5. Parallel compilation now wor... (diff) | |
download | gentoo-2-deadcde17204a3fd39838c64e4595bb1ce392757.tar.gz gentoo-2-deadcde17204a3fd39838c64e4595bb1ce392757.tar.bz2 gentoo-2-deadcde17204a3fd39838c64e4595bb1ce392757.zip |
Remove mirror restriction. Remove old.
(Portage version: 2.1.12.12/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_proxy_html/ChangeLog | 6 | ||||
-rw-r--r-- | www-apache/mod_proxy_html/mod_proxy_html-3.0.1.ebuild | 30 | ||||
-rw-r--r-- | www-apache/mod_proxy_html/mod_proxy_html-3.1.2.ebuild | 4 |
3 files changed, 6 insertions, 34 deletions
diff --git a/www-apache/mod_proxy_html/ChangeLog b/www-apache/mod_proxy_html/ChangeLog index 23029647d88d..4c9ad59f568c 100644 --- a/www-apache/mod_proxy_html/ChangeLog +++ b/www-apache/mod_proxy_html/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apache/mod_proxy_html # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_proxy_html/ChangeLog,v 1.20 2013/01/02 13:23:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_proxy_html/ChangeLog,v 1.21 2013/07/09 15:43:14 kensington Exp $ + + 09 Jul 2013; Michael Palimaka <kensington@gentoo.org> + -mod_proxy_html-3.0.1.ebuild, mod_proxy_html-3.1.2.ebuild: + Remove mirror restriction. Remove old. 02 Jan 2013; Agostino Sarubbo <ago@gentoo.org> mod_proxy_html-3.1.2.ebuild: Stable for x86, wrt bug #449506 diff --git a/www-apache/mod_proxy_html/mod_proxy_html-3.0.1.ebuild b/www-apache/mod_proxy_html/mod_proxy_html-3.0.1.ebuild deleted file mode 100644 index 6bc01095a0d4..000000000000 --- a/www-apache/mod_proxy_html/mod_proxy_html-3.0.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2012 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.1.ebuild,v 1.3 2012/05/21 09:29:31 phajdan.jr Exp $ - -inherit apache-module - -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}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -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_compile() { - APXS2_ARGS="$(xml2-config --cflags) -c ${PN}.c" - apache-module_src_compile -} diff --git a/www-apache/mod_proxy_html/mod_proxy_html-3.1.2.ebuild b/www-apache/mod_proxy_html/mod_proxy_html-3.1.2.ebuild index 3e45e0a7904e..8718a8f87276 100644 --- a/www-apache/mod_proxy_html/mod_proxy_html-3.1.2.ebuild +++ b/www-apache/mod_proxy_html/mod_proxy_html-3.1.2.ebuild @@ -1,14 +1,12 @@ # Copyright 1999-2013 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.1.2.ebuild,v 1.3 2013/01/02 13:23:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_proxy_html/mod_proxy_html-3.1.2.ebuild,v 1.4 2013/07/09 15:43:14 kensington Exp $ inherit apache-module DESCRIPTION="An Apache2 module to rewrite links in html pages behind a reverse proxy." HOMEPAGE="http://apache.webthing.com/mod_proxy_html/" SRC_URI="http://apache.webthing.com/mod_proxy_html/${P}.tar.bz2" -# Source is not currently available on the gentoo mirrors -RESTRICT="mirror" LICENSE="GPL-2" SLOT="0" |