summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-10-14 10:38:23 +0200
committerJohannes Huber <johu@gentoo.org>2016-10-14 10:38:39 +0200
commitf8c0a21dd7866bcbb68daabb640e4d7fda27cada (patch)
tree6f7c8e7c5cc294b5346586ffda5896ec9b725802 /kde-plasma/kwrited/kwrited-5.8.0.ebuild
parentnet-fs/libnfs: Removed old. (diff)
downloadgentoo-f8c0a21dd7866bcbb68daabb640e4d7fda27cada.tar.gz
gentoo-f8c0a21dd7866bcbb68daabb640e4d7fda27cada.tar.bz2
gentoo-f8c0a21dd7866bcbb68daabb640e4d7fda27cada.zip
kde-plasma: Remove KDE Plasma 5.8.0
Package-Manager: portage-2.3.2
Diffstat (limited to 'kde-plasma/kwrited/kwrited-5.8.0.ebuild')
-rw-r--r--kde-plasma/kwrited/kwrited-5.8.0.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/kde-plasma/kwrited/kwrited-5.8.0.ebuild b/kde-plasma/kwrited/kwrited-5.8.0.ebuild
deleted file mode 100644
index 8398835ea1e5..000000000000
--- a/kde-plasma/kwrited/kwrited-5.8.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="KDE daemon listening for wall and write messages"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kpty)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}
- !kde-base/kwrited:4
-"