# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.11.ebuild,v 1.1 2012/01/25 10:28:03 aidecoe Exp $ EAPI=4 inherit autotools git-2 DESCRIPTION="Notmuch based email client (currently read-only)" HOMEPAGE="http://the-ner.org/" LICENSE="GPL-3" SLOT="0" KEYWORDS="" IUSE="" EGIT_REPO_URI="git://git.the-ner.org/ner.git" DEPEND="dev-libs/gmime >=dev-cpp/yaml-cpp-0.3.0" RDEPEND="${DEPEND}" DOCS=( AUTHORS README.mkd TODO ner.yaml.sample ) src_prepare() { default eautoreconf }