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 ED8B5138359 for ; Sun, 13 Sep 2020 18:46:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 240E1E0826; Sun, 13 Sep 2020 18:46:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0A448E0826 for ; Sun, 13 Sep 2020 18:46:09 +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 C5835335D79 for ; Sun, 13 Sep 2020 18:46:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3334C352 for ; Sun, 13 Sep 2020 18:46:07 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1600022761.be200071b356e49149e01f59d291169db6e218c3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/smtptools/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/smtptools/smtptools-0.2.3.ebuild X-VCS-Directories: net-mail/smtptools/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: be200071b356e49149e01f59d291169db6e218c3 X-VCS-Branch: master Date: Sun, 13 Sep 2020 18:46:07 +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: f593d187-c32b-400f-bb15-c52a748986fd X-Archives-Hash: b71b147a00c7dcf64af4d408b5272d26 commit: be200071b356e49149e01f59d291169db6e218c3 Author: Sam James gentoo org> AuthorDate: Sun Sep 13 18:46:01 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 13 18:46:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be200071 net-mail/smtptools: cleanup EAPI 4 ebuild Closes: https://bugs.gentoo.org/739564 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> net-mail/smtptools/smtptools-0.2.3.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/net-mail/smtptools/smtptools-0.2.3.ebuild b/net-mail/smtptools/smtptools-0.2.3.ebuild deleted file mode 100644 index b0c9e6eebac..00000000000 --- a/net-mail/smtptools/smtptools-0.2.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit eutils autotools - -DESCRIPTION="A collection of tools to send or receive mails with SMTP" -HOMEPAGE="https://www.ohse.de/uwe/software/smtptools.html" -SRC_URI="ftp://ftp.ohse.de/uwe/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 x86" -IUSE="" - -RDEPEND="!net-mail/qtools" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-autotools.patch - mv configure.{in,ac} || die - rm acconfig.h || die - epatch "${FILESDIR}"/${P}-cleanups.patch - eautoreconf -}