Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/email/
Date: Sat, 05 Sep 2020 01:22:14
Message-Id: 1599268925.61bd65aae802d955326591e5546faecb9ddcde73.sam@gentoo
1 commit: 61bd65aae802d955326591e5546faecb9ddcde73
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 5 01:22:05 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 5 01:22:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61bd65aa
7
8 net-mail/email: remove old EAPI 4 ebuild
9
10 Closes: https://bugs.gentoo.org/739476
11 Package-Manager: Portage-3.0.4, Repoman-2.3.23
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 net-mail/email/email-3.1.3.ebuild | 24 ------------------------
15 1 file changed, 24 deletions(-)
16
17 diff --git a/net-mail/email/email-3.1.3.ebuild b/net-mail/email/email-3.1.3.ebuild
18 deleted file mode 100644
19 index f66f7d5ea1e..00000000000
20 --- a/net-mail/email/email-3.1.3.ebuild
21 +++ /dev/null
22 @@ -1,24 +0,0 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI="4"
27 -
28 -DESCRIPTION="Advanced CLI tool for sending email"
29 -HOMEPAGE="http://www.cleancode.org/projects/email"
30 -SRC_URI="http://www.cleancode.org/downloads/${PN}/${P}.tar.bz2"
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -
34 -KEYWORDS="~alpha amd64 x86"
35 -IUSE=""
36 -
37 -src_prepare() {
38 - sed -i -e "s:/doc/email-\${version}:/share/doc:" configure || die
39 - sed -i -e "s:DIVIDER = '---':DIVIDER = '-- ':" email.conf || die
40 -}
41 -
42 -src_install() {
43 - default
44 - doman email.1
45 - dodoc README TODO
46 -}