summaryrefslogtreecommitdiff
path: root/kde-misc/geekclock/geekclock-1.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/geekclock/geekclock-1.0.ebuild')
-rw-r--r--kde-misc/geekclock/geekclock-1.0.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/kde-misc/geekclock/geekclock-1.0.ebuild b/kde-misc/geekclock/geekclock-1.0.ebuild
new file mode 100644
index 00000000000..4ba5c9a2937
--- /dev/null
+++ b/kde-misc/geekclock/geekclock-1.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+KDE_MINIMAL="4.2"
+inherit kde4-base
+
+MY_PN="geek-clock-plasmoid"
+
+DESCRIPTION="Geeky Clock KDE4 Plasmoid"
+HOMEPAGE="http://kde-look.org/content/show.php/Geek+Clock?content=107807"
+SRC_URI="http://w2f2.com/projects/${PN}/${MY_PN}-${PV}-src.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+ >=kde-base/plasma-workspace-${KDE_MINIMAL}"
+
+S="${WORKDIR}/${MY_PN}-${PV}-src"