2010-05-09 08:54:13 +02:00
|
|
|
# Copyright 1999-2009 Gentoo Foundation
|
2009-12-21 19:36:54 +01:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2010-05-09 08:54:13 +02:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-evolution2/libopensync-plugin-evolution2-0.39.ebuild,v 1.2 2009/11/16 00:16:43 mr_bones_ Exp $
|
|
|
|
|
|
|
|
EAPI="2"
|
2009-12-21 19:36:54 +01:00
|
|
|
|
|
|
|
inherit cmake-utils
|
|
|
|
|
|
|
|
DESCRIPTION="OpenSync Evolution 2 Plugin"
|
|
|
|
HOMEPAGE="http://www.opensync.org/"
|
|
|
|
SRC_URI="http://www.opensync.org/download/releases/${PV}/${P}.tar.bz2"
|
|
|
|
|
|
|
|
KEYWORDS="~amd64 ~ppc ~x86"
|
|
|
|
SLOT="0"
|
|
|
|
LICENSE="LGPL-2.1"
|
|
|
|
IUSE=""
|
|
|
|
|
2010-05-09 08:54:13 +02:00
|
|
|
RDEPEND=">=app-pda/libopensync-${PV}
|
|
|
|
dev-libs/glib:2
|
2009-12-21 19:36:54 +01:00
|
|
|
gnome-extra/evolution-data-server"
|
2010-05-09 08:54:13 +02:00
|
|
|
DEPEND="${RDEPEND}"
|
|
|
|
|
|
|
|
# interactive and broken
|
|
|
|
RESTRICT="test"
|