diff options
Diffstat (limited to 'www-apache/mod_log_rotate')
-rw-r--r-- | www-apache/mod_log_rotate/Manifest | 1 | ||||
-rw-r--r-- | www-apache/mod_log_rotate/mod_log_rotate-1.00.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/www-apache/mod_log_rotate/Manifest b/www-apache/mod_log_rotate/Manifest index b6ef75d60255..ddd301d02557 100644 --- a/www-apache/mod_log_rotate/Manifest +++ b/www-apache/mod_log_rotate/Manifest @@ -1,2 +1 @@ -DIST mod_log_rotate-1.00.tar.bz2 4697 BLAKE2B a53d246b55da66b0708e62e0a91ac93e33da217febdd703e73aa61a8ef62aa0a1e516f8255cf0e49b04c16c242e3478a64aead1eb0b7af9cd8984afba986a520 SHA512 dbfa1399f70333e6d53cee039ba9c81a213b485a8a6824976983ebc85b2c856061dbbc13fa899b5e98912c519c9fb37009bf2fbf8b6a9f46cca65c0e3bd1595e DIST mod_log_rotate-1.01.tar.gz 9772 BLAKE2B 87fd9f3d02c2aad3849236c8a7e8713e9f550b6b795fecfe75226e5d429c5abe0f2626754f8a82036e0ee1b90802e46ddd90ac622ba3740c0e3382346bdad534 SHA512 7da606ae8ce5e0f2ade16fdffffc57fa9549b4b5e9529eb3149ff7390caa64f7ec065aa7416b5c8ab751e2b3eaf35cf79c96b8c7e68e1165a46851547781c076 diff --git a/www-apache/mod_log_rotate/mod_log_rotate-1.00.ebuild b/www-apache/mod_log_rotate/mod_log_rotate-1.00.ebuild deleted file mode 100644 index 4ec229612b9e..000000000000 --- a/www-apache/mod_log_rotate/mod_log_rotate-1.00.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils apache-module - -DESCRIPTION="mod_log_rotate adds log rotation support to mod_log_config based on strftime(3)" -HOMEPAGE="https://github.com/JBlond/mod_log_rotate" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -APACHE2_MOD_CONF="10_${PN}" -APACHE2_MOD_DEFINE="LOG_ROTATE" - -need_apache2 |