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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0F6A015814C for ; Sun, 1 Oct 2023 18:15:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57E722BC13A; Sun, 1 Oct 2023 18:15:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3EC682BC13A for ; Sun, 1 Oct 2023 18:15:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5EED0335C7A for ; Sun, 1 Oct 2023 18:15:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F5C3924 for ; Sun, 1 Oct 2023 18:15:03 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1696184081.2e9b5cc00360695385d2cf241d8373a8cdcc637e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/cronolog/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/cronolog/cronolog-1.6.2-r5.ebuild X-VCS-Directories: app-admin/cronolog/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2e9b5cc00360695385d2cf241d8373a8cdcc637e X-VCS-Branch: master Date: Sun, 1 Oct 2023 18:15:03 +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: dcb61b47-e215-4a73-a263-37f563076826 X-Archives-Hash: a1fd994c823141e066f9a0f1e1ffc658 commit: 2e9b5cc00360695385d2cf241d8373a8cdcc637e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 1 18:13:02 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 1 18:14:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e9b5cc0 app-admin/cronolog: drop 1.6.2-r5 Bug: https://bugs.gentoo.org/914845 Signed-off-by: Andreas Sturmlechner gentoo.org> app-admin/cronolog/cronolog-1.6.2-r5.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/app-admin/cronolog/cronolog-1.6.2-r5.ebuild b/app-admin/cronolog/cronolog-1.6.2-r5.ebuild deleted file mode 100644 index f8b32bd5968e..000000000000 --- a/app-admin/cronolog/cronolog-1.6.2-r5.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="Log rotation software" -HOMEPAGE="https://github.com/fordmason/cronolog" -SRC_URI="http://cronolog.org/download/${P}.tar.gz" - -LICENSE="GPL-2+ Apache-1.0" -SLOT="0" -KEYWORDS="amd64 ~arm ppc x86" - -PATCHES=( - "${FILESDIR}"/${PV}-patches - # rename and move into ${PV}-patches after -r3 removal - "${FILESDIR}"/${P}-umask.patch -) - -src_prepare() { - default - mv configure.{in,ac} || die - eautoreconf -}