summaryrefslogtreecommitdiff
path: root/dev-util/plasmate/plasmate-9999.ebuild
diff options
context:
space:
mode:
authorGiorgos Tsiapaliwkas <terietor@gmail.com>2011-10-17 18:04:21 +0300
committerAndreas K. Huettel (dilfridge) <mail@akhuettel.de>2011-11-01 23:30:17 +0100
commit136d691e29a7750764f5242176316917d1c7dd27 (patch)
treeae69e8451f63cec87db9bc51e64b0ed9cd55e779 /dev-util/plasmate/plasmate-9999.ebuild
parent24041512a56cb3543ecd76770a2155288684e2fc (diff)
downloadkde-136d691e29a7750764f5242176316917d1c7dd27.tar.gz
kde-136d691e29a7750764f5242176316917d1c7dd27.tar.bz2
kde-136d691e29a7750764f5242176316917d1c7dd27.zip
initial commit
Diffstat (limited to 'dev-util/plasmate/plasmate-9999.ebuild')
-rw-r--r--dev-util/plasmate/plasmate-9999.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-util/plasmate/plasmate-9999.ebuild b/dev-util/plasmate/plasmate-9999.ebuild
new file mode 100644
index 00000000000..a0c019c1bdc
--- /dev/null
+++ b/dev-util/plasmate/plasmate-9999.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+KDE_SCM="git"
+inherit kde4-base
+
+DESCRIPTION="A small IDE taylored for development of Plasma components, such as Widgets, Runners, Dataengines."
+HOMEPAGE="https://projects.kde.org/projects/playground/base/plasmate"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="debug"
+
+DEPEND="
+ >=dev-libs/libattica-0.1.4
+ x11-libs/qt-webkit
+ app-crypt/gpgme
+ kde-base/knewstuff
+ $(add_kdebase_dep kdelibs)
+"
+
+RDEPEND="
+ dev-vcs/git
+ ${DEPEND}
+" \ No newline at end of file