summaryrefslogtreecommitdiff
path: root/net-mail/nmzmail
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-29 03:22:09 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-29 03:22:09 +0100
commitd4bd6695641f6d2ec7ff8681913d304e995902f5 (patch)
tree6ec8d4c38152bb4f2bb4b93277236ebd9fbbd21d /net-mail/nmzmail
parent22910f5d14da606bd7f06e19a2f61c5d1a8fc94b (diff)
gentoo resync : 29.05.2018
Diffstat (limited to 'net-mail/nmzmail')
-rw-r--r--net-mail/nmzmail/Manifest2
-rw-r--r--net-mail/nmzmail/nmzmail-1.1.ebuild13
2 files changed, 5 insertions, 10 deletions
diff --git a/net-mail/nmzmail/Manifest b/net-mail/nmzmail/Manifest
index c09ad25c91d4..1c57cfcaf9b5 100644
--- a/net-mail/nmzmail/Manifest
+++ b/net-mail/nmzmail/Manifest
@@ -1,3 +1,3 @@
DIST nmzmail-1.1.tar.gz 94326 BLAKE2B 3a3125c21c67411f1608f7137becdac7b908c2f42e215bbed4897aa5815d8cc3825cbf5109f670caf1a9c8a8b4e82e0463a4acd68473b1664367c9c874398f32 SHA512 c5b689c587fc0d0359c59a02a2a1f519753e7c8a10aecd2c519f0e788b95ed1023a18bf0d2ee39292f36aae71eebf43d2463ceef7857d01358e56c8f0bd70249
-EBUILD nmzmail-1.1.ebuild 539 BLAKE2B 76dbdd0cb6e5af2d4e237f5ff1898af4c24d2ef1b85146a663ae100a0d76be015e9db620133a7092e0b4f02b2eb38a80d3e30df99b352eca1205224bf37723f8 SHA512 7a8a4a2ace4b639210eb3609b084cf87e51e19674370e4f59be17599a616190a87a27a029c427012324a6e752f012892605a35d409cb774c6c978cb8dcd09d57
+EBUILD nmzmail-1.1.ebuild 429 BLAKE2B a771afa059c7dca398d9b801dff3f20920450fbc0e1d62ec301ccb68850fe3862f6a18b735ca43408bb2e09a659f591746b01d1c739ac73d648d823e1a1a19e3 SHA512 05b0621c84f5f1852043afedaaae3d9f378977b6e05fafd0756cdf5dfaedf73b7c25449d892626b81eec00f9c31dcb71afd7556cfda1c713e719b04fa4442a5f
MISC metadata.xml 240 BLAKE2B eeb6099e7ebc29b81588528b970830d2461fa16783bda673672d405615e46d240dcd806b3d18b6207ef8e5365f8860aa20c304394c3f5b267c5ea4dc739cb94b SHA512 97824dbce22630efb21e647b55212b7a8a19d8e38b5bf05cb0b8078530bbbaaf4dc91284e2a11beab7dfcfb779df82b87b49d11a746c7a4f6dc71f2fda8942db
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
-}