diff options
author | Sam James <sam@gentoo.org> | 2022-02-20 05:08:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-20 05:25:24 +0000 |
commit | b3cc2eec435c165327955fa8c8f2a11caa25a5f2 (patch) | |
tree | e6be42722867b810976b67ea2653cdc12a06837a /www-apache | |
parent | www-apache/mod_fcgid: drop 2.3.9-r1 (diff) | |
download | gentoo-b3cc2eec435c165327955fa8c8f2a11caa25a5f2.tar.gz gentoo-b3cc2eec435c165327955fa8c8f2a11caa25a5f2.tar.bz2 gentoo-b3cc2eec435c165327955fa8c8f2a11caa25a5f2.zip |
www-apache/mod_log_rotate: drop 1.01
Bug: https://bugs.gentoo.org/833710
Closes: https://bugs.gentoo.org/827688
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_log_rotate/Manifest | 1 | ||||
-rw-r--r-- | www-apache/mod_log_rotate/mod_log_rotate-1.01.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/www-apache/mod_log_rotate/Manifest b/www-apache/mod_log_rotate/Manifest index 790d258bf19f..88e511585398 100644 --- a/www-apache/mod_log_rotate/Manifest +++ b/www-apache/mod_log_rotate/Manifest @@ -1,2 +1 @@ -DIST mod_log_rotate-1.01.tar.gz 9772 BLAKE2B 87fd9f3d02c2aad3849236c8a7e8713e9f550b6b795fecfe75226e5d429c5abe0f2626754f8a82036e0ee1b90802e46ddd90ac622ba3740c0e3382346bdad534 SHA512 7da606ae8ce5e0f2ade16fdffffc57fa9549b4b5e9529eb3149ff7390caa64f7ec065aa7416b5c8ab751e2b3eaf35cf79c96b8c7e68e1165a46851547781c076 DIST mod_log_rotate-1.02.tar.gz 9805 BLAKE2B c2fc8dd26520443ff1363d193c7fd99576fc319d283789cf4527dcdcbca3e88073ba2458d507f456646657b926721b6865cf4d20f9cabb625b7457b85c62d8f4 SHA512 90673723c971527e5b03e138f9f3c4c3c8dfdf98f54f813ee09e5003e13d07bf0595e1e4e6d06e33b55b65566dece03dc1474e9816292e18eb2164724fa390b7 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 deleted file mode 100644 index e2f226068c1a..000000000000 --- a/www-apache/mod_log_rotate/mod_log_rotate-1.01.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit apache-module - -DESCRIPTION="Log rotation support for mod_log_config based on strftime(3)" -HOMEPAGE="https://github.com/JBlond/mod_log_rotate" -SRC_URI="https://github.com/JBlond/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -APACHE2_MOD_CONF="10_${PN}" -APACHE2_MOD_DEFINE="LOG_ROTATE" -DOCFILES="README.md" - -need_apache2 |