Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/gish-demo: gish-demo-1.6.ebuild ChangeLog
Date: Thu, 26 Jun 2014 18:38:12
Message-Id: 20140626183804.2FCE12004E@flycatcher.gentoo.org
1 axs 14/06/26 18:38:04
2
3 Modified: ChangeLog
4 Added: gish-demo-1.6.ebuild
5 Log:
6 bumped version with new distfile, old distfile seems to no longer exist; install native 32bit / 64bit version instead of using gx86-multilib
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
9
10 Revision Changes Path
11 1.15 games-arcade/gish-demo/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/gish-demo/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/gish-demo/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/gish-demo/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-arcade/gish-demo/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 6 May 2014 16:18:43 -0000 1.14
24 +++ ChangeLog 26 Jun 2014 18:38:03 -0000 1.15
25 @@ -1,6 +1,12 @@
26 # ChangeLog for games-arcade/gish-demo
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/gish-demo/ChangeLog,v 1.14 2014/05/06 16:18:43 ulm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/gish-demo/ChangeLog,v 1.15 2014/06/26 18:38:03 axs Exp $
30 +
31 +*gish-demo-1.6 (26 Jun 2014)
32 +
33 + 26 Jun 2014; Ian Stakenvicius (_AxS_) <axs@g.o> +gish-demo-1.6.ebuild:
34 + bumped version with new distfile, old distfile seems to no longer exist;
35 + install native 32bit / 64bit version instead of using gx86-multilib
36
37 06 May 2014; Ulrich Müller <ulm@g.o> gish-demo-1.0.0.ebuild:
38 Fix LICENSE, add mirror and bindist restrictions, bug 505616.
39
40
41
42 1.1 games-arcade/gish-demo/gish-demo-1.6.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/gish-demo/gish-demo-1.6.ebuild?rev=1.1&view=markup
45 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
46
47 Index: gish-demo-1.6.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $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 $
52
53 EAPI=5
54 inherit eutils games
55
56 DESCRIPTION="Play as an amorphous ball of tar that rolls and squishes around"
57 HOMEPAGE="http://www.chroniclogic.com/gish.htm"
58 SRC_URI="http://s159260531.onlinehome.us/demos/gishdemo.tar.gz -> ${P}.tar.gz"
59
60 LICENSE="all-rights-reserved"
61 SLOT="0"
62 KEYWORDS="-* ~amd64 ~x86"
63 IUSE=""
64 RESTRICT="mirror bindist strip"
65 QA_PREBUILT="${GAMES_PREFIX_OPT:1}/${PN}/gish"
66
67 RDEPEND="media-libs/libsdl
68 media-libs/libvorbis
69 virtual/opengl
70 x11-libs/libX11
71 >=media-libs/openal-1.6.372"
72
73 S=${WORKDIR}/gishdemo
74
75 src_install() {
76 local dir=${GAMES_PREFIX_OPT}/${PN}
77 local gishbin=gishdemo
78 use amd64 && gishbin=gishdemo_64
79
80 insinto "${dir}"
81 doins -r *
82 fperms +x "${dir}"/${gishbin}
83 games_make_wrapper gish ./${gishbin} "${dir}"
84 prepgamesdirs
85 }