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/mboxgrep/
Date: Fri, 04 Sep 2020 16:45:42
Message-Id: 1599237934.ece357efbbe425a82e3401051b0fcae3d513a390.sam@gentoo
1 commit: ece357efbbe425a82e3401051b0fcae3d513a390
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 4 16:45:34 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 4 16:45:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ece357ef
7
8 net-mail/mboxgrep: drop old EAPI 4 ebuild
9
10 Closes: https://bugs.gentoo.org/739454
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/mboxgrep/mboxgrep-0.7.9-r1.ebuild | 31 ------------------------------
15 1 file changed, 31 deletions(-)
16
17 diff --git a/net-mail/mboxgrep/mboxgrep-0.7.9-r1.ebuild b/net-mail/mboxgrep/mboxgrep-0.7.9-r1.ebuild
18 deleted file mode 100644
19 index a2e8ff7afb6..00000000000
20 --- a/net-mail/mboxgrep/mboxgrep-0.7.9-r1.ebuild
21 +++ /dev/null
22 @@ -1,31 +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 -inherit eutils
29 -
30 -DESCRIPTION="Grep for mbox files"
31 -SRC_URI="mirror://sourceforge/mboxgrep/${P}.tar.gz"
32 -HOMEPAGE="http://mboxgrep.sf.net"
33 -
34 -DEPEND=""
35 -RDEPEND="${DEPEND}"
36 -
37 -SLOT="0"
38 -LICENSE="GPL-2+"
39 -KEYWORDS="~amd64 ppc x86"
40 -IUSE=""
41 -
42 -src_prepare() {
43 - epatch "${FILESDIR}"/${P}-ldflags.patch
44 -}
45 -
46 -src_install() {
47 - emake \
48 - prefix="${D}"/usr \
49 - mandir="${D}"/usr/share/man \
50 - infodir="${D}"/usr/share/info \
51 - install
52 - dodoc ChangeLog NEWS TODO README
53 -}