diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2008-03-22 15:50:20 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2008-03-22 15:50:20 +0000 |
commit | 4d1f27ca97a8c9c531ae02f3c0dc91e327e1c912 (patch) | |
tree | 159e039320cbc584c649f9d0cb72601a07b11308 /www-apache/mod_rpaf/mod_rpaf-0.6.ebuild | |
parent | fix #110556, #209095, #212837 (diff) | |
download | historical-4d1f27ca97a8c9c531ae02f3c0dc91e327e1c912.tar.gz historical-4d1f27ca97a8c9c531ae02f3c0dc91e327e1c912.tar.bz2 historical-4d1f27ca97a8c9c531ae02f3c0dc91e327e1c912.zip |
version bump wrt #212991
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'www-apache/mod_rpaf/mod_rpaf-0.6.ebuild')
-rw-r--r-- | www-apache/mod_rpaf/mod_rpaf-0.6.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/www-apache/mod_rpaf/mod_rpaf-0.6.ebuild b/www-apache/mod_rpaf/mod_rpaf-0.6.ebuild new file mode 100644 index 000000000000..8b9842442081 --- /dev/null +++ b/www-apache/mod_rpaf/mod_rpaf-0.6.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_rpaf/mod_rpaf-0.6.ebuild,v 1.1 2008/03/22 15:50:20 hollow Exp $ + +inherit apache-module + +DESCRIPTION="Reverse proxy add forward module" +HOMEPAGE="http://stderr.net/apache/rpaf/" +SRC_URI="http://stderr.net/apache/rpaf/download/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +APACHE2_MOD_CONF="10_${PN}" +APACHE2_MOD_DEFINE="RPAF" + +need_apache2 + +src_unpack() { + unpack ${A} + cd "${S}" + mv ${PN}-2.0.c ${PN}.c +} |