diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-26 17:00:00 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-02 13:41:31 +0200 |
commit | 7a0789631f90b7629a65445dfe7a3f38fe00bc16 (patch) | |
tree | d93e6a300c027c09cabf996fbc392d45b3883b17 /www-apache | |
parent | sys-kernel/gentoo-sources: drop 4.14.324 (diff) | |
download | gentoo-7a0789631f90b7629a65445dfe7a3f38fe00bc16.tar.gz gentoo-7a0789631f90b7629a65445dfe7a3f38fe00bc16.tar.bz2 gentoo-7a0789631f90b7629a65445dfe7a3f38fe00bc16.zip |
www-apache/mod_xsendfile: drop 1.0_beta1-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r1.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r1.ebuild b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r1.ebuild deleted file mode 100644 index 6006d8ed7ab3..000000000000 --- a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit apache-module - -MY_PV="1.0b1" -DESCRIPTION="Apache module that processes X-SENDFILE headers registered by the output handler" -HOMEPAGE="https://tn123.org/mod_xsendfile/" -SRC_URI="https://tn123.org/mod_xsendfile/beta/${PN}-${MY_PV}.tar.gz" -S="${WORKDIR}" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 sparc x86 ~amd64-linux" - -need_apache2 - -src_install() { - APACHE2_MOD_CONF="50_${PN}" - APACHE2_MOD_DEFINE="XSENDFILE" - # Triggers unfortunate QA warning in the eclass - # See bug #515414, seems to be an apache-module.eclasss issue - DOCFILES="docs/Readme.html" - - APACHE_MODULESDIR="/usr/$(get_libdir)/apache2/modules" - - apache-module_src_install -} |