diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-06-24 06:52:31 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-07-08 03:52:08 +1000 |
commit | 581d3a57fb642a5b567b3b6fc6e80ef9daf38f6f (patch) | |
tree | 65a0453280be9851b5813f4deb727743647c1f01 /kde-apps/libkdegames | |
parent | kde-base: drop ~ppc/~ppc64 keyword (diff) | |
download | gentoo-581d3a57fb642a5b567b3b6fc6e80ef9daf38f6f.tar.gz gentoo-581d3a57fb642a5b567b3b6fc6e80ef9daf38f6f.tar.bz2 gentoo-581d3a57fb642a5b567b3b6fc6e80ef9daf38f6f.zip |
kde-apps: remove 4.14.3
Certain packages are however retained where they are specifically required by
revdeps or otherwise still needed by Plasma 4.
Diffstat (limited to 'kde-apps/libkdegames')
-rw-r--r-- | kde-apps/libkdegames/libkdegames-4.14.3.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/kde-apps/libkdegames/libkdegames-4.14.3.ebuild b/kde-apps/libkdegames/libkdegames-4.14.3.ebuild deleted file mode 100644 index 87188d570aa4..000000000000 --- a/kde-apps/libkdegames/libkdegames-4.14.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde4-base - -DESCRIPTION="Base library common to many KDE games" -KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" -IUSE="debug openal" - -DEPEND=" - openal? ( - media-libs/libsndfile - media-libs/openal - ) -" -RDEPEND="${DEPEND} - !<kde-base/kbreakout-4.10.50:4 -" - -KMSAVELIBS="true" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use openal USE_OPENAL_SNDFILE) - ) - - kde4-base_src_configure -} |