blob: c936ce4ed467a79a4e824e438f011ed23acc818a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Fast mail searching for mutt using namazu"
HOMEPAGE="https://www.ecademix.com/JohannesHofmann/nmzmail.html"
SRC_URI="https://www.ecademix.com/JohannesHofmann/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
DEPEND="sys-libs/readline:="
RDEPEND="${DEPEND}
>=app-text/namazu-2"
|