1 |
creffett |
1.2 |
# Copyright 1999-2013 Gentoo Foundation |
2 |
peper |
1.1 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
creffett |
1.2 |
# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-evolution2/libopensync-plugin-evolution2-0.36.ebuild,v 1.1 2008/01/27 17:42:03 peper Exp $ |
4 |
|
|
|
5 |
|
|
EAPI="2" |
6 |
peper |
1.1 |
|
7 |
|
|
inherit cmake-utils |
8 |
|
|
|
9 |
|
|
DESCRIPTION="OpenSync Evolution 2 Plugin" |
10 |
|
|
HOMEPAGE="http://www.opensync.org/" |
11 |
|
|
SRC_URI="http://www.opensync.org/download/releases/${PV}/${P}.tar.bz2" |
12 |
|
|
|
13 |
|
|
KEYWORDS="~amd64 ~ppc ~x86" |
14 |
|
|
SLOT="0" |
15 |
|
|
LICENSE="LGPL-2.1" |
16 |
|
|
IUSE="" |
17 |
|
|
|
18 |
|
|
DEPEND="=app-pda/libopensync-${PV}* |
19 |
|
|
gnome-extra/evolution-data-server" |
20 |
|
|
RDEPEND="${DEPEND}" |