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_log_rotate/
Date: Sun, 20 Feb 2022 05:27:34
Message-Id: 1645334724.b3cc2eec435c165327955fa8c8f2a11caa25a5f2.sam@gentoo
1 commit: b3cc2eec435c165327955fa8c8f2a11caa25a5f2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 20 05:08:31 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 20 05:25:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3cc2eec
7
8 www-apache/mod_log_rotate: drop 1.01
9
10 Bug: https://bugs.gentoo.org/833710
11 Closes: https://bugs.gentoo.org/827688
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 www-apache/mod_log_rotate/Manifest | 1 -
15 .../mod_log_rotate/mod_log_rotate-1.01.ebuild | 24 ----------------------
16 2 files changed, 25 deletions(-)
17
18 diff --git a/www-apache/mod_log_rotate/Manifest b/www-apache/mod_log_rotate/Manifest
19 index 790d258bf19f..88e511585398 100644
20 --- a/www-apache/mod_log_rotate/Manifest
21 +++ b/www-apache/mod_log_rotate/Manifest
22 @@ -1,2 +1 @@
23 -DIST mod_log_rotate-1.01.tar.gz 9772 BLAKE2B 87fd9f3d02c2aad3849236c8a7e8713e9f550b6b795fecfe75226e5d429c5abe0f2626754f8a82036e0ee1b90802e46ddd90ac622ba3740c0e3382346bdad534 SHA512 7da606ae8ce5e0f2ade16fdffffc57fa9549b4b5e9529eb3149ff7390caa64f7ec065aa7416b5c8ab751e2b3eaf35cf79c96b8c7e68e1165a46851547781c076
24 DIST mod_log_rotate-1.02.tar.gz 9805 BLAKE2B c2fc8dd26520443ff1363d193c7fd99576fc319d283789cf4527dcdcbca3e88073ba2458d507f456646657b926721b6865cf4d20f9cabb625b7457b85c62d8f4 SHA512 90673723c971527e5b03e138f9f3c4c3c8dfdf98f54f813ee09e5003e13d07bf0595e1e4e6d06e33b55b65566dece03dc1474e9816292e18eb2164724fa390b7
25
26 diff --git a/www-apache/mod_log_rotate/mod_log_rotate-1.01.ebuild b/www-apache/mod_log_rotate/mod_log_rotate-1.01.ebuild
27 deleted file mode 100644
28 index e2f226068c1a..000000000000
29 --- a/www-apache/mod_log_rotate/mod_log_rotate-1.01.ebuild
30 +++ /dev/null
31 @@ -1,24 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -inherit apache-module
38 -
39 -DESCRIPTION="Log rotation support for mod_log_config based on strftime(3)"
40 -HOMEPAGE="https://github.com/JBlond/mod_log_rotate"
41 -SRC_URI="https://github.com/JBlond/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="Apache-2.0"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -IUSE=""
47 -
48 -DEPEND=""
49 -RDEPEND=""
50 -
51 -APACHE2_MOD_CONF="10_${PN}"
52 -APACHE2_MOD_DEFINE="LOG_ROTATE"
53 -DOCFILES="README.md"
54 -
55 -need_apache2