aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/google-contacts-plasmoid/google-contacts-plasmoid-0.1.ebuild')
-rw-r--r--kde-misc/google-contacts-plasmoid/google-contacts-plasmoid-0.1.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/kde-misc/google-contacts-plasmoid/google-contacts-plasmoid-0.1.ebuild b/kde-misc/google-contacts-plasmoid/google-contacts-plasmoid-0.1.ebuild
deleted file mode 100644
index 2685efd..0000000
--- a/kde-misc/google-contacts-plasmoid/google-contacts-plasmoid-0.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit kde4-base
-
-MY_PN="${PN//_/-}"
-DESCRIPTION="Plasmoid for Google contacts stored on akonadi"
-HOMEPAGE="http://kde-apps.org/content/show.php/Google+contacts?content=149182"
-SRC_URI="http://dev.gentoo.org/~tampakrap/tarballs/${MY_PN}-0.1.tar.bz2"
-
-LICENSE="GPL-2"
-
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="kde-misc/akonadi-google"
-RDEPEND="${DEPEND}"
-
-MY_PN="${PN//-/_}"
-
-S="${WORKDIR}/${MY_PN}"