summaryrefslogtreecommitdiff
path: root/dev-util
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-04-16 22:55:26 +1000
committerMichael Palimaka <kensington@gentoo.org>2015-04-16 22:55:26 +1000
commite6a8657e7eb140c6c689c0ba31cf9b1272205928 (patch)
tree654234037c893da5f7a91595559580f2dc33f58b /dev-util
parentf3331211456dcb58bc4ba8c30d67c29689dddeeb (diff)
downloadkde-e6a8657e7eb140c6c689c0ba31cf9b1272205928.tar.gz
kde-e6a8657e7eb140c6c689c0ba31cf9b1272205928.tar.bz2
kde-e6a8657e7eb140c6c689c0ba31cf9b1272205928.zip
[dev-util/plasmate] Remove package.
It's been moved to kde-plasma/plasma-sdk and the old repo has been removed.
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/plasmate/metadata.xml10
-rw-r--r--dev-util/plasmate/plasmate-4.9999.ebuild29
-rw-r--r--dev-util/plasmate/plasmate-9999.ebuild44
3 files changed, 0 insertions, 83 deletions
diff --git a/dev-util/plasmate/metadata.xml b/dev-util/plasmate/metadata.xml
deleted file mode 100644
index 01b2427df4a..00000000000
--- a/dev-util/plasmate/metadata.xml
+++ /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-4.9999.ebuild b/dev-util/plasmate/plasmate-4.9999.ebuild
deleted file mode 100644
index fb991c3c4f5..00000000000
--- a/dev-util/plasmate/plasmate-4.9999.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS=""
-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
-"
diff --git a/dev-util/plasmate/plasmate-9999.ebuild b/dev-util/plasmate/plasmate-9999.ebuild
deleted file mode 100644
index 5687a6edecf..00000000000
--- a/dev-util/plasmate/plasmate-9999.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-EGIT_BRANCH="frameworks"
-inherit kde5
-
-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"
-KEYWORDS=""
-
-DEPEND="
- $(add_frameworks_dep karchive)
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdelibs4support)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep knewstuff)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep ktexteditor)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep plasma)
- dev-qt/qtdbus:5
- dev-qt/qtdeclarative:5
- dev-qt/qtgui:5
- dev-qt/qtsvg:5
- dev-qt/qtwebkit:5
- dev-qt/qtwidgets:5
- dev-qt/qtxml:5
- dev-util/kdevplatform:5
-"
-RDEPEND="${DEPEND}
- !kde-misc/plasmate:4
- dev-vcs/git
-"