[gentoo-commits] repo/gentoo:master commit in: games-arcade/gish-demo/

2018-04-16 Thread Pacho Ramos
commit: d1b949fcb1dd825b942cc9b78edcca4651e302d9
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Apr 16 20:06:08 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Apr 16 20:26:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b949fc

games-arcade/gish-demo: Drop old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 games-arcade/gish-demo/gish-demo-1.6.ebuild | 36 -
 1 file changed, 36 deletions(-)

diff --git a/games-arcade/gish-demo/gish-demo-1.6.ebuild 
b/games-arcade/gish-demo/gish-demo-1.6.ebuild
deleted file mode 100644
index cbfaf9f283b..000
--- a/games-arcade/gish-demo/gish-demo-1.6.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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://www.chroniclogic.com/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
-}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gish-demo/

2018-04-16 Thread Pacho Ramos
commit: 13a19fdab9fab0e640ae52317482a49205715a43
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Apr 16 20:05:58 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Apr 16 20:26:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13a19fda

games-arcade/gish-demo: Stop using games.eclass

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 games-arcade/gish-demo/gish-demo-1.6-r1.ebuild | 40 ++
 1 file changed, 40 insertions(+)

diff --git a/games-arcade/gish-demo/gish-demo-1.6-r1.ebuild 
b/games-arcade/gish-demo/gish-demo-1.6-r1.ebuild
new file mode 100644
index 000..1116e16d52e
--- /dev/null
+++ b/games-arcade/gish-demo/gish-demo-1.6-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="Play as an amorphous ball of tar that rolls and squishes around"
+HOMEPAGE="http://www.chroniclogic.com/gish.htm";
+SRC_URI="http://www.chroniclogic.com/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
+"
+DEPEND=""
+
+S="${WORKDIR}/gishdemo"
+
+src_install() {
+   local dir=/opt/${PN}
+   local gishbin=gishdemo
+   use amd64 && gishbin=gishdemo_64
+
+   insinto "${dir}"
+   doins -r *
+   fperms +x "${dir}"/${gishbin}
+   make_wrapper gish ./${gishbin} "${dir}"
+
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gish-demo/

2018-01-07 Thread Michał Górny
commit: c7345ab40cc1bf2597419607859a135596714c73
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  8 07:27:06 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan  8 07:28:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7345ab4

games-arcade/gish-demo: Fix SRC_URI

Closes: https://bugs.gentoo.org/640542

 games-arcade/gish-demo/gish-demo-1.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-arcade/gish-demo/gish-demo-1.6.ebuild 
b/games-arcade/gish-demo/gish-demo-1.6.ebuild
index 2a1952d0872..cbfaf9f283b 100644
--- a/games-arcade/gish-demo/gish-demo-1.6.ebuild
+++ b/games-arcade/gish-demo/gish-demo-1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ 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"
+SRC_URI="http://www.chroniclogic.com/demos/gishdemo.tar.gz -> ${P}.tar.gz"
 
 LICENSE="all-rights-reserved"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gish-demo/

2017-12-11 Thread Ulrich Müller
commit: 6bdad46a28fe825b9aa2fc07aae9cfe201c6ad4c
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Dec 11 10:01:59 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Dec 11 12:47:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bdad46a

games-arcade/gish-demo: Update Manifest hashes.

 games-arcade/gish-demo/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-arcade/gish-demo/Manifest b/games-arcade/gish-demo/Manifest
index f32d1c97ec0..bea39469f4c 100644
--- a/games-arcade/gish-demo/Manifest
+++ b/games-arcade/gish-demo/Manifest
@@ -1 +1 @@
-DIST gish-demo-1.6.tar.gz 12712912 SHA256 
335e28ae5b9f91ebb9487e341d9bb9cf679083a0a3ed5a49daaa27f2b3e3908d SHA512 
2d6f37b8a7971ada524c75bafcbe7e92fd3dbb9664b0295aad2553e6094027f9b43da8318f20071679412f95dd66ab9738178ffec4f853cf1845d536a0a6
 WHIRLPOOL 
d3fb001f01f52df78f39d23994cd6d57558c76c0a94944a3202285860cea5cf0d1eb4ad3f48465d5b3b85e47453a558f66d647ce153cd332d7be429ef0d0ec3e
+DIST gish-demo-1.6.tar.gz 12712912 BLAKE2B 
bb482ba341e688056a45077d6a6832e13e1a9785cbefbb7e76b7875e9df22f33f324a515ca3465bb3f4c4a34d1577b5eddf5ff7793d35556958b3f11d81f9f7f
 SHA512 
2d6f37b8a7971ada524c75bafcbe7e92fd3dbb9664b0295aad2553e6094027f9b43da8318f20071679412f95dd66ab9738178ffec4f853cf1845d536a0a6



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gish-demo/files/

2016-11-25 Thread Michael Palimaka
commit: d64fcf6370dedec38976ce363211e0e6576a88ee
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Fri Nov 25 16:19:28 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Nov 25 19:21:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d64fcf63

games-arcade/gish-demo: remove unused wrapper

 games-arcade/gish-demo/files/gish-wrapper | 4 
 1 file changed, 4 deletions(-)

diff --git a/games-arcade/gish-demo/files/gish-wrapper 
b/games-arcade/gish-demo/files/gish-wrapper
deleted file mode 100644
index 7f9f4ad..
--- a/games-arcade/gish-demo/files/gish-wrapper
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:."
-export LD_PRELOAD=/usr/lib/libalut.so.0
-exec ./gish "$@"