From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1D258138335 for ; Fri, 22 Feb 2019 10:48:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D666FE07D9; Fri, 22 Feb 2019 10:48:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1CA9E07D9 for ; Fri, 22 Feb 2019 10:48:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C169335DBB for ; Fri, 22 Feb 2019 10:48:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FAF253A for ; Fri, 22 Feb 2019 10:48:04 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1550832471.672a8f06a7de16285e303ebf4a1d270a510ffbe2.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_log_rotate/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apache/mod_log_rotate/Manifest www-apache/mod_log_rotate/mod_log_rotate-1.00.ebuild X-VCS-Directories: www-apache/mod_log_rotate/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 672a8f06a7de16285e303ebf4a1d270a510ffbe2 X-VCS-Branch: master Date: Fri, 22 Feb 2019 10:48:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3879aae0-67e2-4a52-ab08-2256fcc19e50 X-Archives-Hash: 576f653bca012585f0a721b4677de2d3 commit: 672a8f06a7de16285e303ebf4a1d270a510ffbe2 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Feb 22 10:47:51 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Feb 22 10:47:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=672a8f06 www-apache/mod_log_rotate: Drop old Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 www-apache/mod_log_rotate/Manifest | 1 - .../mod_log_rotate/mod_log_rotate-1.00.ebuild | 23 ---------------------- 2 files changed, 24 deletions(-) diff --git a/www-apache/mod_log_rotate/Manifest b/www-apache/mod_log_rotate/Manifest index b6ef75d6025..ddd301d0255 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 4ec229612b9..00000000000 --- 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