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 3EFCD138359 for ; Sat, 5 Sep 2020 01:22:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 723AEE0929; Sat, 5 Sep 2020 01:22:13 +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 589ECE0929 for ; Sat, 5 Sep 2020 01:22:13 +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 65F7F33BEDE for ; Sat, 5 Sep 2020 01:22:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EFBE339 for ; Sat, 5 Sep 2020 01:22:11 +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: <1599268925.61bd65aae802d955326591e5546faecb9ddcde73.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/email/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/email/email-3.1.3.ebuild X-VCS-Directories: net-mail/email/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 61bd65aae802d955326591e5546faecb9ddcde73 X-VCS-Branch: master Date: Sat, 5 Sep 2020 01:22:11 +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: 4e660378-d26d-49eb-affb-245d85c3c9ce X-Archives-Hash: b205bad30f174bf1120e2bdfbb37b7f2 commit: 61bd65aae802d955326591e5546faecb9ddcde73 Author: Sam James gentoo org> AuthorDate: Sat Sep 5 01:22:05 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 5 01:22:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61bd65aa net-mail/email: remove old EAPI 4 ebuild Closes: https://bugs.gentoo.org/739476 Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> net-mail/email/email-3.1.3.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/net-mail/email/email-3.1.3.ebuild b/net-mail/email/email-3.1.3.ebuild deleted file mode 100644 index f66f7d5ea1e..00000000000 --- a/net-mail/email/email-3.1.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -DESCRIPTION="Advanced CLI tool for sending email" -HOMEPAGE="http://www.cleancode.org/projects/email" -SRC_URI="http://www.cleancode.org/downloads/${PN}/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" - -KEYWORDS="~alpha amd64 x86" -IUSE="" - -src_prepare() { - sed -i -e "s:/doc/email-\${version}:/share/doc:" configure || die - sed -i -e "s:DIVIDER = '---':DIVIDER = '-- ':" email.conf || die -} - -src_install() { - default - doman email.1 - dodoc README TODO -}