summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-02-06 19:38:09 +0100
committerConrad Kostecki <conikost@gentoo.org>2024-03-16 13:13:27 +0100
commitaef03ad976c0177f0103059476405f855a802bfe (patch)
treea1207db8e99a2a8384ec74e4b0214a5eb3c5027c /net-mail
parentnet-print/poster: EAPI8 bump, fix HOMEPAGE (diff)
downloadgentoo-aef03ad976c0177f0103059476405f855a802bfe.tar.gz
gentoo-aef03ad976c0177f0103059476405f855a802bfe.tar.bz2
gentoo-aef03ad976c0177f0103059476405f855a802bfe.zip
net-mail/nmzmail: EAPI8 bump, fix SRC_URI, HOMEPAGE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/35204 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/nmzmail/nmzmail-1.1-r2.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/net-mail/nmzmail/nmzmail-1.1-r2.ebuild b/net-mail/nmzmail/nmzmail-1.1-r2.ebuild
new file mode 100644
index 000000000000..4ffa3c76d017
--- /dev/null
+++ b/net-mail/nmzmail/nmzmail-1.1-r2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Fast mail searching for mutt using namazu"
+HOMEPAGE="https://flpsed.org/nmzmail.html"
+SRC_URI="https://flpsed.org/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="sys-libs/readline:="
+RDEPEND="${DEPEND}
+ >=app-text/namazu-2"