mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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>
This commit is contained in:
@@ -13,7 +13,7 @@ S="${WORKDIR}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~sparc ~x86 ~amd64-linux"
|
||||
KEYWORDS="amd64 sparc x86 ~amd64-linux"
|
||||
|
||||
need_apache2
|
||||
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user