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 82983158094 for ; Mon, 29 Aug 2022 06:21:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E534E0863; Mon, 29 Aug 2022 06:21:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 85255E0863 for ; Mon, 29 Aug 2022 06:21:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6838F340EF8 for ; Mon, 29 Aug 2022 06:21:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99207568 for ; Mon, 29 Aug 2022 06:21:21 +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: <1661754070.5b5cc5728f907552980da3ca8e8a427f074d9633.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/postforward/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/postforward/Manifest mail-filter/postforward/postforward-1.1.0.ebuild X-VCS-Directories: mail-filter/postforward/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5b5cc5728f907552980da3ca8e8a427f074d9633 X-VCS-Branch: master Date: Mon, 29 Aug 2022 06:21:21 +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: 1bf5b4e7-f54b-42aa-a88d-c4ec21d18e2b X-Archives-Hash: b74e8fa41e4556d7874d5efbc5894148 commit: 5b5cc5728f907552980da3ca8e8a427f074d9633 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 28 17:30:50 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 29 06:21:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b5cc572 mail-filter/postforward: drop 1.1.0, EAPI-6-- Closes: https://bugs.gentoo.org/687858 Signed-off-by: Andreas Sturmlechner gentoo.org> mail-filter/postforward/Manifest | 1 - mail-filter/postforward/postforward-1.1.0.ebuild | 47 ------------------------ 2 files changed, 48 deletions(-) diff --git a/mail-filter/postforward/Manifest b/mail-filter/postforward/Manifest index b81a6d09c8e4..5ca336a696f6 100644 --- a/mail-filter/postforward/Manifest +++ b/mail-filter/postforward/Manifest @@ -1,2 +1 @@ -DIST postforward-1.1.0.tar.gz 5707 BLAKE2B 2dc994628820b40caf3b9c65ad6be48e220abff8f5a6d6054b109600d9d368fab3e6e642dbc5a98235f440359600a3f4bbc19f7ead06fd84802a8900fa465dc1 SHA512 39d7a33c454b1529a691b24fd69b311ba368caf59168d39146654cfe319ebc3cf73835e66e6c95a43747f389a6b954ac8da0d7e934e562c16cb85dc20c0f4804 DIST postforward-1.1.1.tar.gz 6086 BLAKE2B ecf344af646b745fa9860279f6c91ba5ab74a5dc93a1cb09168091b01ebe5e804062afa32a51b34f65c5c89c08e401a8a4e1beb145c07bcfb848c970f6f4e1f7 SHA512 1f29e1731ef9fd1292f932a8e195577ce238f69c2e6ae1ffac81a577607fda98563b454564841011ce077cc8453e5ad78d2ab904fdf0fea67c15a69f6b2a3d92 diff --git a/mail-filter/postforward/postforward-1.1.0.ebuild b/mail-filter/postforward/postforward-1.1.0.ebuild deleted file mode 100644 index 2e0462535529..000000000000 --- a/mail-filter/postforward/postforward-1.1.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit golang-build - -DESCRIPTION="Postfix Sender Rewriting Scheme forwarding agent" -EGO_PN="${PN}" -SRC_URI="https://github.com/zoni/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -HOMEPAGE="https://github.com/zoni/postforward" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND=" - dev-lang/go:0" -RDEPEND=" - mail-filter/postsrsd" - -PATCHES=( "${FILESDIR}/${PN}_apply-sendmail-path.patch" ) - -src_prepare() { - default - - # Dynamically fix EPREFIX lines made by ${PN}_apply-sendmail-path.patch - sed -i -e "s/@GENTOO_PORTAGE_EPREFIX@/${EPREFIX}/" *.go || die - - # go build assumes files will be in src dir, but - # source files are in root in this package, so move - # them. - local new_src_dir="${S}/src/${EGO_PN}" - # Freak out if there's already something there because - # it means the package has changed and we'll need to - # adjust to it. - [[ ! -e "${new_src_dir}" ]] || die "${new_src_dir} already exists" - mkdir -p "${new_src_dir}" || die - mv *.go "${new_src_dir}" || die -} - -# Standard golang-build src_install complains about pkg not -# existing, so we go custom. -src_install() { - einstalldocs - dosbin "${PN}" -}