summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/plasmoid-workflow/plasmoid-workflow-0.4.1.ebuild')
-rw-r--r--kde-misc/plasmoid-workflow/plasmoid-workflow-0.4.1.ebuild29
1 files changed, 0 insertions, 29 deletions
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
index d3715b908f47..000000000000
--- a/kde-misc/plasmoid-workflow/plasmoid-workflow-0.4.1.ebuild
+++ /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."
-}