summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/gluon/gluon-0.71.0.ebuild')
-rw-r--r--media-libs/gluon/gluon-0.71.0.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/media-libs/gluon/gluon-0.71.0.ebuild b/media-libs/gluon/gluon-0.71.0.ebuild
deleted file mode 100644
index b0f9b6622dc2..000000000000
--- a/media-libs/gluon/gluon-0.71.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-OPENGL_REQUIRED="always"
-inherit kde4-base versionator
-
-DESCRIPTION="Free and Open Source framework for creating and distributing games"
-HOMEPAGE="http://gluon.tuxfamily.org/"
-SRC_URI="mirror://kde/unstable/${PN}/$(get_version_component_range 1-2)/src/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64"
-SLOT="4"
-IUSE="debug examples"
-
-DEPEND="
- media-libs/alure
- media-libs/libsndfile
- media-libs/openal
- virtual/glu
- virtual/opengl
- dev-qt/qtdeclarative:4
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-gcc-4.7.patch" )
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use examples INSTALL_EXAMPLES)
- )
-
- kde4-base_src_configure
-}