kde-misc/plasmoid-workflow: Remove last-rited pkg
authorJohannes Huber <johu@gentoo.org>
Mon, 20 Feb 2017 16:58:39 +0000 (17:58 +0100)
committerJohannes Huber <johu@gentoo.org>
Mon, 20 Feb 2017 17:01:58 +0000 (18:01 +0100)
kde-misc/plasmoid-workflow/Manifest [deleted file]
kde-misc/plasmoid-workflow/metadata.xml [deleted file]
kde-misc/plasmoid-workflow/plasmoid-workflow-0.4.1.ebuild [deleted file]

diff --git a/kde-misc/plasmoid-workflow/Manifest b/kde-misc/plasmoid-workflow/Manifest
deleted file mode 100644 (file)
index 88287ac..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST plasmoid-workflow-0.4.1.tar.gz 733567 SHA256 50ddde6616aaf47e1c909a3c941d47682c803fd06e5cb46bb4b9367452196454 SHA512 5f0465e9b1266a71b2a02c450d005cd19eccb6b1ffac507cc0b624c20dac9d4a02e13eb607701c1f13902566b399ab955017c42a8abeb71cb2034911632c6cc2 WHIRLPOOL 53df5f3b510ae251f0f4b626edf57cb7f03c52491ddcd5d9efb04fe3c819c61979af1f26ab02cfdcd7030d0f0eccab9457a7308d31cb9f88243c9cd455b59129
diff --git a/kde-misc/plasmoid-workflow/metadata.xml b/kde-misc/plasmoid-workflow/metadata.xml
deleted file mode 100644 (file)
index 0cf5922..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-       <email>kde@gentoo.org</email>
-       <name>Gentoo KDE Project</name>
-</maintainer>
-</pkgmetadata>
diff --git a/kde-misc/plasmoid-workflow/plasmoid-workflow-0.4.1.ebuild b/kde-misc/plasmoid-workflow/plasmoid-workflow-0.4.1.ebuild
deleted file mode 100644 (file)
index d3715b9..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_LINGUAS="de el en es fr pt"
-inherit kde4-base
-
-DESCRIPTION="Integrates Activities, Virtual Desktops and Tasks in one component"
-HOMEPAGE="http://kde-look.org/content/show.php/?content=147428"
-SRC_URI="http://www.opentoolsandspace.org/Art/WorkFlow/0.4.x/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-       kde-frameworks/kactivities:4
-       kde-plasma/libkworkspace:4
-       kde-plasma/plasma-workspace:4
-"
-RDEPEND=${DEPEND}
-
-pkg_postinst() {
-       elog "If you want to use the WorkFlow KWin script, install it from the KWin Script manager."
-       elog "The WorkFlow plasmoid package is a dependancy for the WorkFlow KWin script to work."
-}