commit:     be200071b356e49149e01f59d291169db6e218c3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 18:46:01 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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
-}

Reply via email to