summaryrefslogtreecommitdiff
path: root/kde-misc/basket/basket-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/basket/basket-9999.ebuild')
-rw-r--r--kde-misc/basket/basket-9999.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/kde-misc/basket/basket-9999.ebuild b/kde-misc/basket/basket-9999.ebuild
new file mode 100644
index 00000000000..9e702fafc63
--- /dev/null
+++ b/kde-misc/basket/basket-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+inherit kde4-base git
+
+DESCRIPTION="A DropDrawers clone. Multiple information organizer"
+HOMEPAGE="http://basket.kde.org/"
+EGIT_REPO_URI="git://github.com/kelvie/basket.git"
+
+LICENSE="GPL-2"
+KEYWORDS=""
+SLOT="4"
+IUSE="debug"
+
+src_unpack() {
+ git_src_unpack
+}
+
+RDEPEND="
+ !x11-misc/basket:0
+"