summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2013-06-21 13:50:02 +0000
committerJohannes Huber <johu@gentoo.org>2013-06-21 13:50:02 +0000
commit10f2bab8ea7b7e3e8c5a8e18a5d13b4775194635 (patch)
tree69db0b88c6424836122d20659171e61cfbde6aa6 /dev-util
parentFix automake-1.13, bug #467550; respect $AR (diff)
downloadgentoo-2-10f2bab8ea7b7e3e8c5a8e18a5d13b4775194635.tar.gz
gentoo-2-10f2bab8ea7b7e3e8c5a8e18a5d13b4775194635.tar.bz2
gentoo-2-10f2bab8ea7b7e3e8c5a8e18a5d13b4775194635.zip
New package. Imported from kde overlay. Initial ebuild by Giorgos Tsiapaliwkas <terietor@gmail.com>. Changes by several people in the overlay. Bug #473936.
(Portage version: 2.2.0_alpha183/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/plasmate/ChangeLog12
-rw-r--r--dev-util/plasmate/metadata.xml10
-rw-r--r--dev-util/plasmate/plasmate-1.0.ebuild30
3 files changed, 52 insertions, 0 deletions
diff --git a/dev-util/plasmate/ChangeLog b/dev-util/plasmate/ChangeLog
new file mode 100644
index 000000000000..9d3cec9402c8
--- /dev/null
+++ b/dev-util/plasmate/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for dev-util/plasmate
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/plasmate/ChangeLog,v 1.1 2013/06/21 13:50:02 johu Exp $
+
+*plasmate-1.0 (21 Jun 2013)
+
+ 21 Jun 2013; Johannes Huber <johu@gentoo.org> +plasmate-1.0.ebuild,
+ +metadata.xml:
+ New package. Imported from kde overlay. Initial ebuild by Giorgos
+ Tsiapaliwkas <terietor@gmail.com>. Changes by several people in the overlay.
+ Bug #473936.
+
diff --git a/dev-util/plasmate/metadata.xml b/dev-util/plasmate/metadata.xml
new file mode 100644
index 000000000000..01b2427df4a5
--- /dev/null
+++ b/dev-util/plasmate/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>kde</herd>
+ <maintainer>
+ <email>terietor@gmail.com</email>
+ <name>Giorgos Tsiapaliwkas</name>
+ <description>A small IDE taylored for development of Plasma components.</description>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-util/plasmate/plasmate-1.0.ebuild b/dev-util/plasmate/plasmate-1.0.ebuild
new file mode 100644
index 000000000000..942fc1a7fa6e
--- /dev/null
+++ b/dev-util/plasmate/plasmate-1.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/plasmate/plasmate-1.0.ebuild,v 1.1 2013/06/21 13:50:02 johu Exp $
+
+EAPI=5
+
+DECLARATIVE_REQUIRED="always"
+inherit kde4-base
+
+DESCRIPTION="IDE for writing KDE Plasma/KWin components (themes, Plasmoids, runners, data engines)"
+HOMEPAGE="https://projects.kde.org/projects/extragear/sdk/plasmate"
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="
+ app-crypt/gpgme
+ dev-libs/libattica
+ dev-libs/soprano
+ $(add_kdebase_dep kdepimlibs)
+ $(add_kdebase_dep knewstuff)
+"
+
+RDEPEND="
+ ${DEPEND}
+ dev-vcs/git
+"