summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/akonadi-google/akonadi-google-20120619.ebuild')
-rw-r--r--kde-misc/akonadi-google/akonadi-google-20120619.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/kde-misc/akonadi-google/akonadi-google-20120619.ebuild b/kde-misc/akonadi-google/akonadi-google-20120619.ebuild
deleted file mode 100644
index d52742fe77fe..000000000000
--- a/kde-misc/akonadi-google/akonadi-google-20120619.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/akonadi-google-20120619.ebuild,v 1.4 2013/12/14 00:34:52 dilfridge Exp $
-
-EAPI=4
-
-KDE_SCM="git"
-inherit kde4-base
-
-EGIT_REPO_URI="git://anongit.kde.org/scratch/dvratil/akonadi-google-resources"
-DESCRIPTION="Google services integration in Akonadi"
-HOMEPAGE="https://projects.kde.org/projects/scratch/dvratil/akonadi-google"
-SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz"
-LICENSE="GPL-2"
-
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- $(add_kdebase_dep kdepimlibs 'semantic-desktop(+)')
- dev-libs/libxslt
- dev-libs/qjson
- <net-libs/libkgapi-2
- !>=kde-base/kdepim-runtime-4.8.50
-"
-RDEPEND=${DEPEND}
-
-src_configure() {
- mycmakeargs=(
- -DKCAL=OFF
- )
- kde4-base_src_configure
-}