summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2009-07-05 19:56:04 +0000
committerBenedikt Boehm <hollow@gentoo.org>2009-07-05 19:56:04 +0000
commit4f0bf2bfc3687d6954e3fe9999d9d866ed58d304 (patch)
tree1ca6943751e99b21935c025271d58aa60279dae5 /www-apache/mod_xsendfile/mod_xsendfile-0.9.ebuild
parentamd64 stable, bug #274626 (diff)
downloadgentoo-2-4f0bf2bfc3687d6954e3fe9999d9d866ed58d304.tar.gz
gentoo-2-4f0bf2bfc3687d6954e3fe9999d9d866ed58d304.tar.bz2
gentoo-2-4f0bf2bfc3687d6954e3fe9999d9d866ed58d304.zip
initial ebuild, #244669
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'www-apache/mod_xsendfile/mod_xsendfile-0.9.ebuild')
-rw-r--r--www-apache/mod_xsendfile/mod_xsendfile-0.9.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/www-apache/mod_xsendfile/mod_xsendfile-0.9.ebuild b/www-apache/mod_xsendfile/mod_xsendfile-0.9.ebuild
new file mode 100644
index 000000000000..49d9d45b84db
--- /dev/null
+++ b/www-apache/mod_xsendfile/mod_xsendfile-0.9.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_xsendfile/mod_xsendfile-0.9.ebuild,v 1.1 2009/07/05 19:56:03 hollow Exp $
+
+inherit apache-module
+
+DESCRIPTION="Apache2 module that processes X-SENDFILE headers registered by the original output handler"
+HOMEPAGE="http://tn123.ath.cx/mod_xsendfile/"
+SRC_URI="http://tn123.ath.cx/mod_xsendfile/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="${DEPEND}"
+
+APACHE2_MOD_CONF="50_${PN}"
+APACHE2_MOD_DEFINE="XSENDFILE"
+
+DOCFILES="Readme.html"
+
+need_apache2