commit: 9ba52c64fd9f8f52397e6b28c6a3f18e29cf6ef1 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri May 16 13:04:01 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri May 16 13:04:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba52c64
www-apache/mod_xsendfile: drop 1.0_beta1-r2, EAPI=7-- Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> .../mod_xsendfile-1.0_beta1-r2.ebuild | 28 ---------------------- 1 file changed, 28 deletions(-) diff --git a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r2.ebuild b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r2.ebuild deleted file mode 100644 index a1cc08aec3b4..000000000000 --- a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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" - APACHE_MODULESDIR="/usr/$(get_libdir)/apache2/modules" - - apache-module_src_install - - dodoc docs/Readme.html -}
