summaryrefslogtreecommitdiff
path: root/dev-util
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2013-06-21 15:29:37 +0200
committerJohannes Huber <johu@gentoo.org>2013-06-21 15:29:37 +0200
commit9b7d7fa039ae34ea6bba7be4dcb151b16fe06372 (patch)
treefdbd555207a9ef3bb55a6efdbb0a20c084edf325 /dev-util
parent640d829fe361f276edbfad10e786042310ca3093 (diff)
downloadkde-9b7d7fa039ae34ea6bba7be4dcb151b16fe06372.tar.gz
kde-9b7d7fa039ae34ea6bba7be4dcb151b16fe06372.tar.bz2
kde-9b7d7fa039ae34ea6bba7be4dcb151b16fe06372.zip
[ev-util/plasmate] QA fixes
* SLOT 4 * HOMEPAGE * EAPI 5 * DESCRIPTION * deps Package-Manager: portage-2.2.0_alpha183
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/plasmate/plasmate-9999.ebuild16
1 files changed, 10 insertions, 6 deletions
diff --git a/dev-util/plasmate/plasmate-9999.ebuild b/dev-util/plasmate/plasmate-9999.ebuild
index 7bae8673b06..b05067b054d 100644
--- a/dev-util/plasmate/plasmate-9999.ebuild
+++ b/dev-util/plasmate/plasmate-9999.ebuild
@@ -2,24 +2,28 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
+
+DECLARATIVE_REQUIRED="always"
inherit kde4-base
-DESCRIPTION="A small IDE taylored for development of Plasma components, such as Widgets, Runners, Dataengines."
-HOMEPAGE="https://projects.kde.org/projects/kdereview/plasmate"
+DESCRIPTION="IDE for writing KDE Plasma/KWin components (themes, Plasmoids, runners, data engines)"
+HOMEPAGE="https://projects.kde.org/projects/extragear/sdk/plasmate"
LICENSE="GPL-2"
-SLOT="0"
+SLOT="4"
KEYWORDS=""
IUSE="debug"
DEPEND="
- >=dev-libs/libattica-0.1.4
app-crypt/gpgme
+ dev-libs/libattica
+ dev-libs/soprano
+ $(add_kdebase_dep kdepimlibs)
$(add_kdebase_dep knewstuff)
"
RDEPEND="
- dev-vcs/git
${DEPEND}
+ dev-vcs/git
"