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 553A5158086 for ; Fri, 22 Oct 2021 14:23:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D289E088D; Fri, 22 Oct 2021 14:23:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E780E088D for ; Fri, 22 Oct 2021 14:23:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6FDF934339B for ; Fri, 22 Oct 2021 14:23:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8353163 for ; Fri, 22 Oct 2021 14:23:24 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1634912595.ff00ffa618c7769eb4d9fdaef179b0e86af7d074.jsmolic@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-r1.ebuild X-VCS-Directories: mail-mta/esmtp/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: ff00ffa618c7769eb4d9fdaef179b0e86af7d074 X-VCS-Branch: master Date: Fri, 22 Oct 2021 14:23:24 +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: b1876518-59a0-48cb-b10a-14531f823dcf X-Archives-Hash: c33908e165af0c838df5280f3f705a64 commit: ff00ffa618c7769eb4d9fdaef179b0e86af7d074 Author: Jakov Smolić gentoo org> AuthorDate: Fri Oct 22 13:56:18 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Fri Oct 22 14:23:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff00ffa6 mail-mta/esmtp: drop 1.2-r1 Signed-off-by: Jakov Smolić gentoo.org> mail-mta/esmtp/esmtp-1.2-r1.ebuild | 42 -------------------------------------- 1 file changed, 42 deletions(-) diff --git a/mail-mta/esmtp/esmtp-1.2-r1.ebuild b/mail-mta/esmtp/esmtp-1.2-r1.ebuild deleted file mode 100644 index db15fcfb38a..00000000000 --- a/mail-mta/esmtp/esmtp-1.2-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -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" - -CDEPEND=" - net-libs/libesmtp - dev-libs/openssl:0= -" -RDEPEND="${CDEPEND} - !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 -" -DEPEND="${CDEPEND} - sys-devel/flex -" - -src_install() { - default - dodoc AUTHORS ChangeLog NEWS README TODO sample.esmtprc -} - -pkg_postinst() { - elog "A sample esmtprc file has been installed in /usr/share/doc/${P}" -}