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 2988D138336 for ; Mon, 7 Oct 2019 13:53:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13A74E0830; Mon, 7 Oct 2019 13:53:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EF4DCE0830 for ; Mon, 7 Oct 2019 13:53:31 +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 DC96634BA02 for ; Mon, 7 Oct 2019 13:53:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C36A1832 for ; Mon, 7 Oct 2019 13:53:28 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1570456393.ffe8b91d964cbb45b065615e30537fca9b7262d2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/esmtp/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/esmtp/esmtp-1.2.ebuild X-VCS-Directories: mail-mta/esmtp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ffe8b91d964cbb45b065615e30537fca9b7262d2 X-VCS-Branch: master Date: Mon, 7 Oct 2019 13:53:28 +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: 7c32ae1c-9cbd-423f-b215-ca5344cb00b4 X-Archives-Hash: 51d0d45d4c3c6fed19b66965f68b1f6e commit: ffe8b91d964cbb45b065615e30537fca9b7262d2 Author: Michał Górny gentoo org> AuthorDate: Mon Oct 7 13:11:48 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Oct 7 13:53:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffe8b91d mail-mta/esmtp: Drop old (EAPI=0) Signed-off-by: Michał Górny gentoo.org> mail-mta/esmtp/esmtp-1.2.ebuild | 39 --------------------------------------- 1 file changed, 39 deletions(-) diff --git a/mail-mta/esmtp/esmtp-1.2.ebuild b/mail-mta/esmtp/esmtp-1.2.ebuild deleted file mode 100644 index 1f7558db263..00000000000 --- a/mail-mta/esmtp/esmtp-1.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="User configurable relay-only Mail Transfer Agent with a sendmail-like syntax" -HOMEPAGE="http://esmtp.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-macos" -IUSE="" - -DEPEND="net-libs/libesmtp - dev-libs/openssl - sys-devel/flex" -RDEPEND="net-libs/libesmtp - dev-libs/openssl - !mail-mta/courier - !mail-mta/exim - !mail-mta/mini-qmail - !mail-mta/msmtp - !mail-mta/netqmail - !mail-mta/nullmailer - !mail-mta/postfix - !mail-mta/qmail-ldap - !mail-mta/sendmail - !mail-mta/ssmtp - !mail-mta/opensmtpd" - -src_install() { - emake DESTDIR="${D}" install || die "einstall failed" - dodoc AUTHORS ChangeLog NEWS README TODO sample.esmtprc || die -} - -pkg_postinst() { - elog "A sample esmtprc file has been installed in /usr/share/doc/${P}" -}