summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-09-26 03:11:26 +0000
committerSam James <sam@gentoo.org>2020-09-26 03:11:48 +0000
commit33563c5d359facf09fd604bbb4da4ea263706266 (patch)
treedd2ddd5ac3c8f2686eced20cf821fd466bb7de47 /www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1.ebuild
parentwww-apache/mod_common_redirect: forward stable kw, cleanup (diff)
downloadgentoo-33563c5d359facf09fd604bbb4da4ea263706266.tar.gz
gentoo-33563c5d359facf09fd604bbb4da4ea263706266.tar.bz2
gentoo-33563c5d359facf09fd604bbb4da4ea263706266.zip
www-apache/mod_xsendfile: forward stable kw, cleanup
Installed files are the same. Closes: https://bugs.gentoo.org/724212 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1.ebuild')
-rw-r--r--www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1.ebuild b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1.ebuild
deleted file mode 100644
index b6b79a6db6a7..000000000000
--- a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-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"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 sparc x86 ~amd64-linux"
-IUSE=""
-
-S=${WORKDIR}
-
-RDEPEND="${DEPEND}"
-
-APACHE2_MOD_CONF="50_${PN}"
-APACHE2_MOD_DEFINE="XSENDFILE"
-
-DOCFILES="docs/Readme.html"
-
-need_apache2