diff options
Diffstat (limited to 'www-apache/mod_xsendfile/mod_xsendfile-0.12.ebuild')
-rw-r--r-- | www-apache/mod_xsendfile/mod_xsendfile-0.12.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/www-apache/mod_xsendfile/mod_xsendfile-0.12.ebuild b/www-apache/mod_xsendfile/mod_xsendfile-0.12.ebuild deleted file mode 100644 index 0c2845245516..000000000000 --- a/www-apache/mod_xsendfile/mod_xsendfile-0.12.ebuild +++ /dev/null @@ -1,25 +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_xsendfile/mod_xsendfile-0.12.ebuild,v 1.3 2012/04/05 09:25:18 ago Exp $ - -EAPI="4" - -inherit apache-module - -DESCRIPTION="Apache2 module that processes X-SENDFILE headers registered by the original output handler" -HOMEPAGE="https://tn123.org/mod_xsendfile/" -SRC_URI="https://tn123.org/mod_xsendfile/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~sparc x86 ~amd64-linux" -IUSE="" - -RDEPEND="${DEPEND}" - -APACHE2_MOD_CONF="50_${PN}" -APACHE2_MOD_DEFINE="XSENDFILE" - -DOCFILES="docs/Readme.html" - -need_apache2 |