summaryrefslogtreecommitdiff
blob: 32ac0f57bbbd91be92496d67b1fd2aab1c380372 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="5"

inherit autotools eutils vcs-snapshot

DESCRIPTION="A dovecot metadata plugin"
HOMEPAGE="http://hg.dovecot.org/dovecot-metadata-plugin"
SRC_URI="http://hg.dovecot.org/dovecot-metadata-plugin/archive/v${PV}.tar.bz2 -> ${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=net-mail/dovecot-2.2.0"
RDEPEND="${DEPEND}"

src_prepare() {
	eautoreconf
}