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_rpaf/
Date: Sun, 20 Feb 2022 05:27:33
Message-Id: 1645334711.38ff47799169497e3882990fa3fbcdbb0234215e.sam@gentoo
1 commit: 38ff47799169497e3882990fa3fbcdbb0234215e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 20 05:07:38 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 20 05:25:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38ff4779
7
8 www-apache/mod_rpaf: drop 0.6-r1
9
10 Bug: https://bugs.gentoo.org/833712
11 Closes: https://bugs.gentoo.org/827694
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 www-apache/mod_rpaf/Manifest | 1 -
15 www-apache/mod_rpaf/mod_rpaf-0.6-r1.ebuild | 28 ----------------------------
16 2 files changed, 29 deletions(-)
17
18 diff --git a/www-apache/mod_rpaf/Manifest b/www-apache/mod_rpaf/Manifest
19 index 9ed3154e1c6c..f4e755132b14 100644
20 --- a/www-apache/mod_rpaf/Manifest
21 +++ b/www-apache/mod_rpaf/Manifest
22 @@ -1,2 +1 @@
23 -DIST mod_rpaf-0.6.tar.gz 7695 BLAKE2B 4aeb7fbaaa9c5fdda139b3f6eeedae842f623382c54d13166117d533c7674ad587be1d2da914a68594be6fc999f40bd60a985f773272f0ea9769cd72f8e25736 SHA512 1ad5af69cfe0e72cc609c081388e20e6a40cff1af7b47581b3d6958e5c7badf6580b2e14e5bd86482fe7cc7b60ca5045a2486c6f3f6e8ece7c142d38df990b4c
24 DIST mod_rpaf-0.8.4.tar.gz 6458 BLAKE2B 80919bbae3a3fd1dfc343efe669a21bb57e041d79987a7430ef40085576164707995a9b0b4d9f41aeaefead7f1951a08e800ae40cc2141cd27df8a7feeb5bdb8 SHA512 ae3a265bfa829c62721acfed6ed20ecffd48f130e435e14769d65e635aac3e3ac15c57d198ac2a0f3e7479dd4d71f90cc15ab717ed396ca016f8822312ff4305
25
26 diff --git a/www-apache/mod_rpaf/mod_rpaf-0.6-r1.ebuild b/www-apache/mod_rpaf/mod_rpaf-0.6-r1.ebuild
27 deleted file mode 100644
28 index e0e4e989f91d..000000000000
29 --- a/www-apache/mod_rpaf/mod_rpaf-0.6-r1.ebuild
30 +++ /dev/null
31 @@ -1,28 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -inherit apache-module epatch
37 -
38 -DESCRIPTION="Reverse proxy add forward module"
39 -HOMEPAGE="http://stderr.net/apache/rpaf/"
40 -SRC_URI="http://stderr.net/apache/rpaf/download/${P}.tar.gz"
41 -
42 -LICENSE="Apache-2.0"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -IUSE=""
46 -
47 -DEPEND=""
48 -RDEPEND=""
49 -
50 -APACHE2_MOD_CONF="10_${PN}"
51 -APACHE2_MOD_DEFINE="RPAF"
52 -
53 -need_apache2_4
54 -
55 -src_prepare() {
56 - # Debian patches
57 - epatch "${FILESDIR}"/0*.patch
58 - mv ${PN}-2.0.c ${PN}.c
59 -}