summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/libtaskmanager/libtaskmanager-4.0.3.ebuild')
-rw-r--r--kde-base/libtaskmanager/libtaskmanager-4.0.3.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/kde-base/libtaskmanager/libtaskmanager-4.0.3.ebuild b/kde-base/libtaskmanager/libtaskmanager-4.0.3.ebuild
deleted file mode 100644
index 23a6ca6fa47d..000000000000
--- a/kde-base/libtaskmanager/libtaskmanager-4.0.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libtaskmanager/libtaskmanager-4.0.3.ebuild,v 1.1 2008/04/03 21:43:15 philantrop Exp $
-
-EAPI="1"
-
-KMNAME=kdebase-workspace
-KMMODULE=libs/taskmanager
-inherit kde4-meta
-
-DESCRIPTION="A library that provides basic taskmanager functionality"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug xcomposite"
-
-COMMONDEPEND="
- x11-libs/libXfixes
- x11-libs/libXrender
- xcomposite? ( x11-libs/libXcomposite )"
-DEPEND="${COMMONDEPEND}
- x11-proto/renderproto
- xcomposite? ( x11-proto/compositeproto )"
-RDEPEND="${COMMONDEPEND}"