Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_xsendfile/
Date: Sat, 26 Sep 2020 03:12:06
Message-Id: 1601089908.33563c5d359facf09fd604bbb4da4ea263706266.sam@gentoo
1 commit: 33563c5d359facf09fd604bbb4da4ea263706266
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 03:11:26 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 03:11:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33563c5d
7
8 www-apache/mod_xsendfile: forward stable kw, cleanup
9
10 Installed files are the same.
11
12 Closes: https://bugs.gentoo.org/724212
13 Package-Manager: Portage-3.0.4, Repoman-3.0.1
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 .../mod_xsendfile-1.0_beta1-r1.ebuild | 2 +-
17 .../mod_xsendfile/mod_xsendfile-1.0_beta1.ebuild | 27 ----------------------
18 2 files changed, 1 insertion(+), 28 deletions(-)
19
20 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
21 index c111aad8c8e..6006d8ed7ab 100644
22 --- a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r1.ebuild
23 +++ b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r1.ebuild
24 @@ -13,7 +13,7 @@ S="${WORKDIR}"
25
26 LICENSE="Apache-2.0"
27 SLOT="0"
28 -KEYWORDS="~amd64 ~sparc ~x86 ~amd64-linux"
29 +KEYWORDS="amd64 sparc x86 ~amd64-linux"
30
31 need_apache2
32
33
34 diff --git a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1.ebuild b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1.ebuild
35 deleted file mode 100644
36 index b6b79a6db6a..00000000000
37 --- a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1.ebuild
38 +++ /dev/null
39 @@ -1,27 +0,0 @@
40 -# Copyright 1999-2015 Gentoo Foundation
41 -# Distributed under the terms of the GNU General Public License v2
42 -
43 -EAPI="4"
44 -
45 -inherit apache-module
46 -
47 -MY_PV="1.0b1"
48 -DESCRIPTION="Apache module that processes X-SENDFILE headers registered by the output handler"
49 -HOMEPAGE="https://tn123.org/mod_xsendfile/"
50 -SRC_URI="https://tn123.org/mod_xsendfile/beta/${PN}-${MY_PV}.tar.gz"
51 -
52 -LICENSE="Apache-2.0"
53 -SLOT="0"
54 -KEYWORDS="amd64 sparc x86 ~amd64-linux"
55 -IUSE=""
56 -
57 -S=${WORKDIR}
58 -
59 -RDEPEND="${DEPEND}"
60 -
61 -APACHE2_MOD_CONF="50_${PN}"
62 -APACHE2_MOD_DEFINE="XSENDFILE"
63 -
64 -DOCFILES="docs/Readme.html"
65 -
66 -need_apache2