diff options
author | Sam James <sam@gentoo.org> | 2020-09-04 16:45:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-04 16:45:34 +0000 |
commit | ece357efbbe425a82e3401051b0fcae3d513a390 (patch) | |
tree | 6cbc81d18ba1122d4c1253f92a30e5952c0c1d45 /net-mail | |
parent | app-forensics/chkrootkit: ppc stable (bug #739462) (diff) | |
download | gentoo-ece357efbbe425a82e3401051b0fcae3d513a390.tar.gz gentoo-ece357efbbe425a82e3401051b0fcae3d513a390.tar.bz2 gentoo-ece357efbbe425a82e3401051b0fcae3d513a390.zip |
net-mail/mboxgrep: drop old EAPI 4 ebuild
Closes: https://bugs.gentoo.org/739454
Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mboxgrep/mboxgrep-0.7.9-r1.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/net-mail/mboxgrep/mboxgrep-0.7.9-r1.ebuild b/net-mail/mboxgrep/mboxgrep-0.7.9-r1.ebuild deleted file mode 100644 index a2e8ff7afb6e..000000000000 --- a/net-mail/mboxgrep/mboxgrep-0.7.9-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils - -DESCRIPTION="Grep for mbox files" -SRC_URI="mirror://sourceforge/mboxgrep/${P}.tar.gz" -HOMEPAGE="http://mboxgrep.sf.net" - -DEPEND="" -RDEPEND="${DEPEND}" - -SLOT="0" -LICENSE="GPL-2+" -KEYWORDS="~amd64 ppc x86" -IUSE="" - -src_prepare() { - epatch "${FILESDIR}"/${P}-ldflags.patch -} - -src_install() { - emake \ - prefix="${D}"/usr \ - mandir="${D}"/usr/share/man \ - infodir="${D}"/usr/share/info \ - install - dodoc ChangeLog NEWS TODO README -} |