commit: ece357efbbe425a82e3401051b0fcae3d513a390 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Sep 4 16:45:34 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Sep 4 16:45:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ece357ef
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 <AT> gentoo.org> net-mail/mboxgrep/mboxgrep-0.7.9-r1.ebuild | 31 ------------------------------ 1 file changed, 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 a2e8ff7afb6..00000000000 --- 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 -}
