diff options
Diffstat (limited to 'kde-base/libkdegames/libkdegames-4.9.5.ebuild')
-rw-r--r-- | kde-base/libkdegames/libkdegames-4.9.5.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/kde-base/libkdegames/libkdegames-4.9.5.ebuild b/kde-base/libkdegames/libkdegames-4.9.5.ebuild deleted file mode 100644 index 3ddf887fb061..000000000000 --- a/kde-base/libkdegames/libkdegames-4.9.5.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkdegames/libkdegames-4.9.5.ebuild,v 1.5 2013/02/23 17:08:01 ago Exp $ - -EAPI=4 - -if [[ ${PV} == *9999 ]]; then - eclass="kde4-base" -else - eclass="kde4-meta" - KMNAME="kdegames" -fi -inherit ${eclass} - -DESCRIPTION="Base library common to many KDE games." -KEYWORDS="amd64 ~arm ppc ~ppc64 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 -} |