commit: aef03ad976c0177f0103059476405f855a802bfe Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Tue Feb 6 18:38:09 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Mar 16 12:13:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef03ad9
net-mail/nmzmail: EAPI8 bump, fix SRC_URI, HOMEPAGE Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/35204 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> net-mail/nmzmail/nmzmail-1.1-r2.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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"
