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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D138159C96 for ; Tue, 30 Jul 2024 05:24:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68303E2A97; Tue, 30 Jul 2024 05:24:56 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49B04E2A97 for ; Tue, 30 Jul 2024 05:24:56 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 59DD633FE60 for ; Tue, 30 Jul 2024 05:24:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A3FE1D87 for ; Tue, 30 Jul 2024 05:24:52 +0000 (UTC) From: "Hanno Böck" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hanno Böck" Message-ID: <1722317070.e8b926ec0fd0778728997925e1c19436e820bbcb.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/couriersrs/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/couriersrs/couriersrs-0.1.2.ebuild X-VCS-Directories: mail-filter/couriersrs/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Böck X-VCS-Revision: e8b926ec0fd0778728997925e1c19436e820bbcb X-VCS-Branch: master Date: Tue, 30 Jul 2024 05:24:52 +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: a8675b6e-afc3-4210-9a8e-8fdfaf79411c X-Archives-Hash: 4c66989298cc1af6deac9b37c39045b6 commit: e8b926ec0fd0778728997925e1c19436e820bbcb Author: Hanno Böck gentoo org> AuthorDate: Tue Jul 30 05:24:26 2024 +0000 Commit: Hanno Böck gentoo org> CommitDate: Tue Jul 30 05:24:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b926ec mail-filter/couriersrs: drop 0.1.2 (EAPI 6) Signed-off-by: Hanno Böck gentoo.org> mail-filter/couriersrs/couriersrs-0.1.2.ebuild | 27 -------------------------- 1 file changed, 27 deletions(-) diff --git a/mail-filter/couriersrs/couriersrs-0.1.2.ebuild b/mail-filter/couriersrs/couriersrs-0.1.2.ebuild deleted file mode 100644 index c8eff55bfa9d..000000000000 --- a/mail-filter/couriersrs/couriersrs-0.1.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="SRS (Sender Rewriting Scheme) wrapper for the courier MTA" -HOMEPAGE="https://couriersrs.com/" -SRC_URI="https://github.com/mawis/courier-srs/releases/download/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="" - -DEPEND="dev-libs/popt - mail-filter/libsrs2" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${P}-automake-fixes.diff" ) - -src_prepare() { - default - rm m4/*.m4 || die "rm failed!" - AT_M4DIR="m4" eautoreconf -}