diff options
author | Johannes Huber <johu@gentoo.org> | 2014-03-21 21:06:52 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-03-21 21:06:52 +0000 |
commit | 1a6071e90123ca567ba7be44711176cd68338717 (patch) | |
tree | 0708bd767f911ec8397e52ce975d2c4da8e5c566 /media-libs/gluon | |
parent | Revision bump to EAPI 5. (diff) | |
download | gentoo-2-1a6071e90123ca567ba7be44711176cd68338717.tar.gz gentoo-2-1a6071e90123ca567ba7be44711176cd68338717.tar.bz2 gentoo-2-1a6071e90123ca567ba7be44711176cd68338717.zip |
Bump to EAPI 5, remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'media-libs/gluon')
-rw-r--r-- | media-libs/gluon/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/gluon/gluon-0.70.0.ebuild | 41 | ||||
-rw-r--r-- | media-libs/gluon/gluon-0.71.0.ebuild | 8 |
3 files changed, 10 insertions, 47 deletions
diff --git a/media-libs/gluon/ChangeLog b/media-libs/gluon/ChangeLog index 7b330cacd28c..7f87abe8cbf2 100644 --- a/media-libs/gluon/ChangeLog +++ b/media-libs/gluon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/gluon -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gluon/ChangeLog,v 1.5 2013/03/02 21:43:04 hwoarang Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gluon/ChangeLog,v 1.6 2014/03/21 21:06:52 johu Exp $ + + 21 Mar 2014; Johannes Huber <johu@gentoo.org> -gluon-0.70.0.ebuild, + gluon-0.71.0.ebuild: + Bump to EAPI 5, remove old. 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> gluon-0.71.0.ebuild: Move Qt dependencies to the new category diff --git a/media-libs/gluon/gluon-0.70.0.ebuild b/media-libs/gluon/gluon-0.70.0.ebuild deleted file mode 100644 index 321511e08c1e..000000000000 --- a/media-libs/gluon/gluon-0.70.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gluon/gluon-0.70.0.ebuild,v 1.3 2011/10/28 23:53:45 abcd Exp $ - -EAPI=4 - -OPENGL_REQUIRED="always" -inherit kde4-base - -DESCRIPTION="Gluon is a Free and Open Source framework for creating and distributing games." -HOMEPAGE="http://gluon.tuxfamily.org/" -SRC_URI="http://gluon.gamingfreedom.org/sites/default/files/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~amd64" -SLOT="4" -IUSE="" - -COMMON_DEPEND=" - media-libs/glew - media-libs/libogg - media-libs/libsndfile - media-libs/libvorbis - media-libs/openal - virtual/glu - virtual/opengl - x11-libs/libXrandr -" -DEPEND="${COMMON_DEPEND} - dev-cpp/eigen:2 - x11-proto/randrproto -" -RDEPEND="${COMMON_DEPEND}" - -S="${WORKDIR}/${PN}-${PN}" - -src_prepare() { - kde4-base_src_prepare - - sed -i '/add_subdirectory(src)/s/^#//' "${S}"/CMakeLists.txt || die "couldn't re-enable main library" -} diff --git a/media-libs/gluon/gluon-0.71.0.ebuild b/media-libs/gluon/gluon-0.71.0.ebuild index 424072bec556..458b45b18909 100644 --- a/media-libs/gluon/gluon-0.71.0.ebuild +++ b/media-libs/gluon/gluon-0.71.0.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gluon/gluon-0.71.0.ebuild,v 1.2 2013/03/02 21:43:04 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gluon/gluon-0.71.0.ebuild,v 1.3 2014/03/21 21:06:52 johu Exp $ -EAPI=4 +EAPI=5 OPENGL_REQUIRED="always" inherit kde4-base versionator -DESCRIPTION="Gluon is a Free and Open Source framework for creating and distributing games." +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" |