summaryrefslogtreecommitdiff
blob: ed2c69fcba12ca200b89c491524d19ca8dc4fd10 (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-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit gnome2

DESCRIPTION="Contact manager for the GNOME Desktop"
HOMEPAGE="http://projects.o-hand.com/contacts"
SRC_URI="http://projects.o-hand.com/sources/${PN}/${P}.tar.gz"

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

RDEPEND=">=gnome-extra/evolution-data-server-1.8"

DEPEND="${RDEPEND}
		sys-devel/gettext
		>=dev-util/intltool-0.35.0
		>=dev-util/pkgconfig-0.9
		dev-perl/XML-Parser"