axs 14/06/26 18:38:04 Modified: ChangeLog Added: gish-demo-1.6.ebuild Log: bumped version with new distfile, old distfile seems to no longer exist; install native 32bit / 64bit version instead of using gx86-multilib (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.15 games-arcade/gish-demo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/gish-demo/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/gish-demo/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/gish-demo/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/gish-demo/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 6 May 2014 16:18:43 -0000 1.14 +++ ChangeLog 26 Jun 2014 18:38:03 -0000 1.15 @@ -1,6 +1,12 @@ # ChangeLog for games-arcade/gish-demo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/gish-demo/ChangeLog,v 1.14 2014/05/06 16:18:43 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/gish-demo/ChangeLog,v 1.15 2014/06/26 18:38:03 axs Exp $ + +*gish-demo-1.6 (26 Jun 2014) + + 26 Jun 2014; Ian Stakenvicius (_AxS_) <[email protected]> +gish-demo-1.6.ebuild: + bumped version with new distfile, old distfile seems to no longer exist; + install native 32bit / 64bit version instead of using gx86-multilib 06 May 2014; Ulrich Müller <[email protected]> gish-demo-1.0.0.ebuild: Fix LICENSE, add mirror and bindist restrictions, bug 505616. 1.1 games-arcade/gish-demo/gish-demo-1.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/gish-demo/gish-demo-1.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/gish-demo/gish-demo-1.6.ebuild?rev=1.1&content-type=text/plain Index: gish-demo-1.6.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-arcade/gish-demo/gish-demo-1.6.ebuild,v 1.1 2014/06/26 18:38:03 axs Exp $ EAPI=5 inherit eutils games DESCRIPTION="Play as an amorphous ball of tar that rolls and squishes around" HOMEPAGE="http://www.chroniclogic.com/gish.htm" SRC_URI="http://s159260531.onlinehome.us/demos/gishdemo.tar.gz -> ${P}.tar.gz" LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="" RESTRICT="mirror bindist strip" QA_PREBUILT="${GAMES_PREFIX_OPT:1}/${PN}/gish" RDEPEND="media-libs/libsdl media-libs/libvorbis virtual/opengl x11-libs/libX11 >=media-libs/openal-1.6.372" S=${WORKDIR}/gishdemo src_install() { local dir=${GAMES_PREFIX_OPT}/${PN} local gishbin=gishdemo use amd64 && gishbin=gishdemo_64 insinto "${dir}" doins -r * fperms +x "${dir}"/${gishbin} games_make_wrapper gish ./${gishbin} "${dir}" prepgamesdirs }
