diff options
author | Sam James <sam@gentoo.org> | 2020-09-13 18:46:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-13 18:46:01 +0000 |
commit | be200071b356e49149e01f59d291169db6e218c3 (patch) | |
tree | 0087b777258524958cb1179fa9f6145152c91932 /net-mail/smtptools | |
parent | net-mail/smtptools: Stabilize 0.2.3-r1 s390, #739564 (diff) | |
download | gentoo-be200071b356e49149e01f59d291169db6e218c3.tar.gz gentoo-be200071b356e49149e01f59d291169db6e218c3.tar.bz2 gentoo-be200071b356e49149e01f59d291169db6e218c3.zip |
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@gentoo.org>
Diffstat (limited to 'net-mail/smtptools')
-rw-r--r-- | net-mail/smtptools/smtptools-0.2.3.ebuild | 26 |
1 files changed, 0 insertions, 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 b0c9e6eebac5..000000000000 --- 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 -} |