diff options
author | 2011-01-11 15:08:42 +0000 | |
---|---|---|
committer | 2011-01-11 15:08:42 +0000 | |
commit | da36120cab6dbbd5d1d3c97dd3dc4bd683c8c16f (patch) | |
tree | b9b1efb8dc2ba88562ed2737aa9b799bd4e118f1 /app-pda/akonadi-googledata/akonadi-googledata-1.2.0.ebuild | |
parent | version bump (diff) | |
download | bangert-da36120cab6dbbd5d1d3c97dd3dc4bd683c8c16f.tar.gz bangert-da36120cab6dbbd5d1d3c97dd3dc4bd683c8c16f.tar.bz2 bangert-da36120cab6dbbd5d1d3c97dd3dc4bd683c8c16f.zip |
add googledata akonadi resource
svn path=/ebuilds/; revision=124
Diffstat (limited to 'app-pda/akonadi-googledata/akonadi-googledata-1.2.0.ebuild')
-rw-r--r-- | app-pda/akonadi-googledata/akonadi-googledata-1.2.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-pda/akonadi-googledata/akonadi-googledata-1.2.0.ebuild b/app-pda/akonadi-googledata/akonadi-googledata-1.2.0.ebuild new file mode 100644 index 0000000..c97a026 --- /dev/null +++ b/app-pda/akonadi-googledata/akonadi-googledata-1.2.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3 + +inherit cmake-utils + +DESCRIPTION="Akonadi resources for Google Calendar and Google Contacts." +HOMEPAGE="http://code.google.com/p/libgcal/" +SRC_URI="http://libgcal.googlecode.com/files/${P}.tar.bz2" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="app-pda/libgcal" +RDEPEND="${DEPEND}" |