diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-05-27 21:59:25 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-28 19:01:57 -0400 |
commit | 1a8be815ae107faf25f540ecf228dc603c6021c4 (patch) | |
tree | 91fb500053ebd71d5eb1abaedc883e04157f80e6 /net-mail | |
parent | net-libs/libosip: bump EAPI and drop eutils (diff) | |
download | gentoo-1a8be815ae107faf25f540ecf228dc603c6021c4.tar.gz gentoo-1a8be815ae107faf25f540ecf228dc603c6021c4.tar.bz2 gentoo-1a8be815ae107faf25f540ecf228dc603c6021c4.zip |
net-mail/nmzmail: bump EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/nmzmail/nmzmail-1.1.ebuild | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/net-mail/nmzmail/nmzmail-1.1.ebuild b/net-mail/nmzmail/nmzmail-1.1.ebuild index 9430669eb602..04f316a18ee3 100644 --- a/net-mail/nmzmail/nmzmail-1.1.ebuild +++ b/net-mail/nmzmail/nmzmail-1.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 +EAPI=6 DESCRIPTION="Fast mail searching for mutt using namazu" -HOMEPAGE="http://www.ecademix.com/JohannesHofmann/nmzmail.html" -SRC_URI="http://www.ecademix.com/JohannesHofmann/${P}.tar.gz" +HOMEPAGE="https://www.ecademix.com/JohannesHofmann/nmzmail.html" +SRC_URI="https://www.ecademix.com/JohannesHofmann/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -15,8 +15,3 @@ IUSE="" DEPEND="sys-libs/readline" RDEPEND="${DEPEND} >=app-text/namazu-2" - -src_install() { - emake DESTDIR="${D}" install || die "Install failed" - dodoc README AUTHORS ChangeLog || die -} |