dev-util/plasmate: Remove package
authorJohannes Huber <johu@gentoo.org>
Thu, 17 Sep 2015 10:10:24 +0000 (12:10 +0200)
committerJohannes Huber <johu@gentoo.org>
Thu, 17 Sep 2015 10:23:17 +0000 (12:23 +0200)
Last rited on 2015/08/13.

dev-util/plasmate/Manifest [deleted file]
dev-util/plasmate/metadata.xml [deleted file]
dev-util/plasmate/plasmate-1.0.ebuild [deleted file]

diff --git a/dev-util/plasmate/Manifest b/dev-util/plasmate/Manifest
deleted file mode 100644 (file)
index 86a3964..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST plasmate-1.0.tar.gz 288285 SHA256 5e9486a76faf7fbf11ac0a9c8275eea7b037662508217928f052434d65611e28 SHA512 6e61e3274ee5cc74ea18e64484077e609d146f10ff0a82cdbd9776657487724fdfc0ace09dfa36ae8d46e7c03f67411eb92e38e065b6c750d5ca5f91a91901d2 WHIRLPOOL 3bc5edaf48e48c46c4aa4ba1a82c7ed9be3d301bfc9a6d433443d7953ed78600ece76fb778d47be2908260000aeb91dbc8a747a82a5af173873d20fcff9c2fd7
diff --git a/dev-util/plasmate/metadata.xml b/dev-util/plasmate/metadata.xml
deleted file mode 100644 (file)
index 01b2427..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?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
deleted file mode 100644 (file)
index 6945310..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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_kdeapps_dep knewstuff)
-"
-
-RDEPEND="
-       ${DEPEND}
-       dev-vcs/git
-"