diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-05-26 03:34:48 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-05-26 03:35:10 +1000 |
commit | 8afd7f80e377b6e660771196819a4af353c2020f (patch) | |
tree | 7dbae878cf6dfdd9c4ba50ca9498b35cd3a45c55 /kde-base/kephal/kephal-4.11.19.ebuild | |
parent | Drop ppc and ppc64 to testing in KDE-related packages. (diff) | |
download | gentoo-8afd7f80e377b6e660771196819a4af353c2020f.tar.gz gentoo-8afd7f80e377b6e660771196819a4af353c2020f.tar.bz2 gentoo-8afd7f80e377b6e660771196819a4af353c2020f.zip |
kde-base: remove KDE Workspace 4.11.19
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'kde-base/kephal/kephal-4.11.19.ebuild')
-rw-r--r-- | kde-base/kephal/kephal-4.11.19.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/kde-base/kephal/kephal-4.11.19.ebuild b/kde-base/kephal/kephal-4.11.19.ebuild deleted file mode 100644 index 5d1d85cd08a3..000000000000 --- a/kde-base/kephal/kephal-4.11.19.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KMNAME="kde-workspace" -KMMODULE="libs/kephal" -inherit kde4-meta - -DESCRIPTION="Allows handling of multihead systems via the XRandR extension" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug" - -RDEPEND=" - x11-libs/libX11 - x11-libs/libXrandr -" -DEPEND="${RDEPEND} - x11-proto/randrproto -" - -KMEXTRACTONLY+=" - kephal/kephal/screens.h -" |