From 10f2bab8ea7b7e3e8c5a8e18a5d13b4775194635 Mon Sep 17 00:00:00 2001 From: Johannes Huber Date: Fri, 21 Jun 2013 13:50:02 +0000 Subject: New package. Imported from kde overlay. Initial ebuild by Giorgos Tsiapaliwkas . 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) --- dev-util/plasmate/ChangeLog | 12 ++++++++++++ dev-util/plasmate/metadata.xml | 10 ++++++++++ dev-util/plasmate/plasmate-1.0.ebuild | 30 ++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+) create mode 100644 dev-util/plasmate/ChangeLog create mode 100644 dev-util/plasmate/metadata.xml create mode 100644 dev-util/plasmate/plasmate-1.0.ebuild (limited to 'dev-util') 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 +plasmate-1.0.ebuild, + +metadata.xml: + New package. Imported from kde overlay. Initial ebuild by Giorgos + Tsiapaliwkas . 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 @@ + + + + kde + + terietor@gmail.com + Giorgos Tsiapaliwkas + A small IDE taylored for development of Plasma components. + + 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 +" -- cgit v1.2.3-65-gdbad