]> Pileus Git - ~andy/sunrise/blob - dev-libs/libcitadel/libcitadel-7.66.ebuild
dev-libs/libcitadel: Nuke old version, fix metadata.xml and Changelog
[~andy/sunrise] / dev-libs / libcitadel / libcitadel-7.66.ebuild
1 # Copyright 1999-2009 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 inherit base
6
7 DESCRIPTION="Contains code which is shared across all the components which make up the Citadel system"
8 HOMEPAGE="http://citadel.org/"
9 SRC_URI="http://easyinstall.citadel.org/${P}.tar.gz"
10
11 LICENSE="GPL-3"
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
14 IUSE=""
15
16 DEPEND="sys-libs/db
17         >=dev-libs/libical-0.43
18         mail-filter/libsieve
19         dev-libs/expat
20         net-misc/curl"
21
22 RDEPEND="${DEPEND}"