# 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 DESCRIPTION="The mail delivery agent/filter for notmuch mail" HOMEPAGE="http://notmuchmail.org/" MY_P="notmuch-${PV}" SRC_URI="${HOMEPAGE}/releases/${MY_P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="~net-mail/${MY_P}" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}/contrib/${PN}" src_prepare() { default eautoreconf }