From 5cfef3c94cd7e82136c69a0322f5ba21f7e64632 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 19 Apr 2018 14:14:48 +0100 Subject: gentoo resync : 19.04.2018 --- games-arcade/gish-demo/Manifest | 2 +- games-arcade/gish-demo/gish-demo-1.6-r1.ebuild | 40 ++++++++++++++++++++++++++ games-arcade/gish-demo/gish-demo-1.6.ebuild | 36 ----------------------- 3 files changed, 41 insertions(+), 37 deletions(-) create mode 100644 games-arcade/gish-demo/gish-demo-1.6-r1.ebuild delete mode 100644 games-arcade/gish-demo/gish-demo-1.6.ebuild (limited to 'games-arcade/gish-demo') diff --git a/games-arcade/gish-demo/Manifest b/games-arcade/gish-demo/Manifest index 9e28d0fea357..952d80898446 100644 --- a/games-arcade/gish-demo/Manifest +++ b/games-arcade/gish-demo/Manifest @@ -1,3 +1,3 @@ DIST gish-demo-1.6.tar.gz 12712912 BLAKE2B bb482ba341e688056a45077d6a6832e13e1a9785cbefbb7e76b7875e9df22f33f324a515ca3465bb3f4c4a34d1577b5eddf5ff7793d35556958b3f11d81f9f7f SHA512 2d6f37b8a7971ada524c75bafcbe7e92fd3dbb96677774b0295aad2553e6094027f9b43da8318f20071679412f95dd66ab9738178ffec4f853cf1845d536a0a6 -EBUILD gish-demo-1.6.ebuild 865 BLAKE2B 33e62a6051eb040308e422c8df428c039b0b28cd1573c33d623963d83fd16ace9bb6b0cf14bb371fece5d96e7062a4d2746bb62b574a282d4a6ebee65f571dbd SHA512 f44f08f9e061a5c6dd404a2b60ef92e541b568eae2279c2a1c5d618be93878e14133d81a04e248181dccc8b28779a97ca525d25fd055e2f098ee04b14c1a5de0 +EBUILD gish-demo-1.6-r1.ebuild 853 BLAKE2B 5b61acfa8fe5adc8bd4a13399e10eed2b892a3c5a27de3eed586087aa246c30c84239e4f4f84d6d89590ccc32ee62ea32489eaba819644731ab49c35f0300ba5 SHA512 65d510e99125d1154dbe0b7377428018bbcf660070676a753f23f9f07fc94b4389ac1e2067ce24190e5b86991c307107548174964ba2d95e177284e9f955dc4d MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 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 000000000000..1116e16d52ec --- /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 +} 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 cbfaf9f283bc..000000000000 --- 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 -} -- cgit v1.2.3