Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_log_rotate/
Date: Fri, 22 Feb 2019 10:48:09
Message-Id: 1550832471.672a8f06a7de16285e303ebf4a1d270a510ffbe2.zlogene@gentoo
1 commit: 672a8f06a7de16285e303ebf4a1d270a510ffbe2
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 22 10:47:51 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 22 10:47:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=672a8f06
7
8 www-apache/mod_log_rotate: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 www-apache/mod_log_rotate/Manifest | 1 -
14 .../mod_log_rotate/mod_log_rotate-1.00.ebuild | 23 ----------------------
15 2 files changed, 24 deletions(-)
16
17 diff --git a/www-apache/mod_log_rotate/Manifest b/www-apache/mod_log_rotate/Manifest
18 index b6ef75d6025..ddd301d0255 100644
19 --- a/www-apache/mod_log_rotate/Manifest
20 +++ b/www-apache/mod_log_rotate/Manifest
21 @@ -1,2 +1 @@
22 -DIST mod_log_rotate-1.00.tar.bz2 4697 BLAKE2B a53d246b55da66b0708e62e0a91ac93e33da217febdd703e73aa61a8ef62aa0a1e516f8255cf0e49b04c16c242e3478a64aead1eb0b7af9cd8984afba986a520 SHA512 dbfa1399f70333e6d53cee039ba9c81a213b485a8a6824976983ebc85b2c856061dbbc13fa899b5e98912c519c9fb37009bf2fbf8b6a9f46cca65c0e3bd1595e
23 DIST mod_log_rotate-1.01.tar.gz 9772 BLAKE2B 87fd9f3d02c2aad3849236c8a7e8713e9f550b6b795fecfe75226e5d429c5abe0f2626754f8a82036e0ee1b90802e46ddd90ac622ba3740c0e3382346bdad534 SHA512 7da606ae8ce5e0f2ade16fdffffc57fa9549b4b5e9529eb3149ff7390caa64f7ec065aa7416b5c8ab751e2b3eaf35cf79c96b8c7e68e1165a46851547781c076
24
25 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
26 deleted file mode 100644
27 index 4ec229612b9..00000000000
28 --- a/www-apache/mod_log_rotate/mod_log_rotate-1.00.ebuild
29 +++ /dev/null
30 @@ -1,23 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=0
35 -
36 -inherit eutils apache-module
37 -
38 -DESCRIPTION="mod_log_rotate adds log rotation support to mod_log_config based on strftime(3)"
39 -HOMEPAGE="https://github.com/JBlond/mod_log_rotate"
40 -SRC_URI="mirror://gentoo/${P}.tar.bz2"
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="LOG_ROTATE"
52 -
53 -need_apache2