From 16e4aac0c4efe916f9cc4c4744602d54a708e003 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Tue, 6 Dec 2011 02:15:32 +0000 Subject: New application (Portage version: 2.1.10.39/cvs/Linux x86_64) --- kde-misc/akonadi-google/ChangeLog | 10 ++++++ .../akonadi-google-0.2_p20111130.ebuild | 36 ++++++++++++++++++++++ kde-misc/akonadi-google/metadata.xml | 8 +++++ 3 files changed, 54 insertions(+) create mode 100644 kde-misc/akonadi-google/ChangeLog create mode 100644 kde-misc/akonadi-google/akonadi-google-0.2_p20111130.ebuild create mode 100644 kde-misc/akonadi-google/metadata.xml (limited to 'kde-misc/akonadi-google') diff --git a/kde-misc/akonadi-google/ChangeLog b/kde-misc/akonadi-google/ChangeLog new file mode 100644 index 000000000000..af5007e82ec8 --- /dev/null +++ b/kde-misc/akonadi-google/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for kde-misc/akonadi-google +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/ChangeLog,v 1.1 2011/12/06 02:15:32 dilfridge Exp $ + +*akonadi-google-0.2_p20111130 (06 Dec 2011) + + 06 Dec 2011; Andreas K. Huettel + +akonadi-google-0.2_p20111130.ebuild, +metadata.xml: + New ebuild, imported from kde overlay after some testing. + diff --git a/kde-misc/akonadi-google/akonadi-google-0.2_p20111130.ebuild b/kde-misc/akonadi-google/akonadi-google-0.2_p20111130.ebuild new file mode 100644 index 000000000000..58863020d771 --- /dev/null +++ b/kde-misc/akonadi-google/akonadi-google-0.2_p20111130.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/akonadi-google-0.2_p20111130.ebuild,v 1.1 2011/12/06 02:15:32 dilfridge Exp $ + +EAPI=4 + +KDE_SCM="git" +EGIT_REPONAME="akonadi-google" +inherit kde4-base + +DESCRIPTION="Google services integration in Akonadi" +HOMEPAGE="https://projects.kde.org/projects/playground/pim/akonadi-google" +LICENSE="GPL-2" + +SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz" + +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="oldpim" + +DEPEND=" + $(add_kdebase_dep kdepimlibs semantic-desktop) + dev-libs/libxslt + dev-libs/qjson + net-libs/libgcal + oldpim? ( dev-libs/boost ) + !oldpim? ( $(add_kdebase_dep kdepimlibs semantic-desktop 4.6.0) ) +" +RDEPEND=${DEPEND} + +src_configure() { + mycmakeargs=( + $(cmake-utils_use oldpim KCAL) + ) + kde4-base_src_configure +} diff --git a/kde-misc/akonadi-google/metadata.xml b/kde-misc/akonadi-google/metadata.xml new file mode 100644 index 000000000000..537293b25e60 --- /dev/null +++ b/kde-misc/akonadi-google/metadata.xml @@ -0,0 +1,8 @@ + + + + kde + + Allow the use of non-akonadi kdepim-4.4 + + -- cgit v1.2.3-65-gdbad