aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/libkdegames/libkdegames-4.9.80.ebuild')
-rw-r--r--kde-base/libkdegames/libkdegames-4.9.80.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/kde-base/libkdegames/libkdegames-4.9.80.ebuild b/kde-base/libkdegames/libkdegames-4.9.80.ebuild
deleted file mode 100644
index 489fb3827b..0000000000
--- a/kde-base/libkdegames/libkdegames-4.9.80.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="Base library common to many KDE games."
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug openal"
-
-DEPEND="
- openal? (
- media-libs/libsndfile
- media-libs/openal
- )
-"
-RDEPEND="${DEPEND}"
-
-KMSAVELIBS="true"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use openal USE_OPENAL_SNDFILE)
- )
-
- kde4-base_src_configure
-}