From 97967bbbae8f43c98315b079178f1717f130e302 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 19 May 2018 13:06:44 +0100 Subject: gentoo resync : 19.05.2018 --- games-action/Manifest.gz | Bin 13988 -> 13988 bytes games-action/shadowgrounds-bin/Manifest | 4 +- .../shadowgrounds-bin-0_beta12-r1.ebuild | 65 -------------------- .../shadowgrounds-bin-0_p1.ebuild | 68 +++++++++++++++++++++ games-action/shadowgrounds-survivor-bin/Manifest | 4 +- .../shadowgrounds-survivor-bin-0_beta11-r1.ebuild | 63 ------------------- .../shadowgrounds-survivor-bin-0_p1.ebuild | 65 ++++++++++++++++++++ 7 files changed, 137 insertions(+), 132 deletions(-) delete mode 100644 games-action/shadowgrounds-bin/shadowgrounds-bin-0_beta12-r1.ebuild create mode 100644 games-action/shadowgrounds-bin/shadowgrounds-bin-0_p1.ebuild delete mode 100644 games-action/shadowgrounds-survivor-bin/shadowgrounds-survivor-bin-0_beta11-r1.ebuild create mode 100644 games-action/shadowgrounds-survivor-bin/shadowgrounds-survivor-bin-0_p1.ebuild (limited to 'games-action') diff --git a/games-action/Manifest.gz b/games-action/Manifest.gz index 2d681c0fae9b..d7e166663051 100644 Binary files a/games-action/Manifest.gz and b/games-action/Manifest.gz differ diff --git a/games-action/shadowgrounds-bin/Manifest b/games-action/shadowgrounds-bin/Manifest index 6850f76f0cc9..f1f0932b39b2 100644 --- a/games-action/shadowgrounds-bin/Manifest +++ b/games-action/shadowgrounds-bin/Manifest @@ -1,3 +1,3 @@ -DIST ShadowgroundsBeta12.run 817462792 SHA256 583e9df5a40f46fd093a3aeeb1f1150ed437064566d77ae5e59daf7a059306c0 SHA512 b522722d60f2fd946a1e4596bf1333eebc79c28b67ce0f20c50dc5558787c61975d275afccbec71906003bdabb83821852ec5e7bb4aa36feebae7083587cff15 WHIRLPOOL 46587b90c167b5744fbd7c5566da222d588d8eaf34125fac5480e4616251348c7cba70de4d476b681746d83983a4f2e61562d25bb1eff351229f771ef6b83543 -EBUILD shadowgrounds-bin-0_beta12-r1.ebuild 1471 BLAKE2B bd219fb6cccd076c716e6c1032cb1bf5de07e32e1f295fe1218cbd4a09a0257a4870c6e6ce0afdcbda3406f563b127ad3346e8729b6cecae2b2103d9b1bc5195 SHA512 a92823b645697d829c53e48d756cf88c0c4bd229aa271c9163f57e55dfc3998c43c59800ff5d28b35a3479904b2a1d44bbdb777802822db74e4b013ea619b386 +DIST shadowgroundsUpdate1.run 817462983 BLAKE2B 52f49f9777fc909cd4aba0b77513726db5257e97e6f667710e728fd012522810c1caad2130cfeb6bc09ffc0056e2aa5024fcb330789320c4b1242584f67697cd SHA512 8e2cc340d4917e7e0ac6b0a6f3d36aeadc0217c437da8ed5641c82b7da7632f8e0c4f59d21088dcc922cc3f740a5eadb27143bd73ba774c258ff9b668a7b3da6 +EBUILD shadowgrounds-bin-0_p1.ebuild 1604 BLAKE2B 48071fac42ca8595bfb077cd0afcb0efae10b71dc89ba8afa8aa937c72af167a904478c9d0ebdcc8e6bdcf7cd563730e4670af63481ee0639dca0a2463513ec6 SHA512 c95f8e79bd70eb4ac4faf4c8028f42181b26c582ebc006be599169a6025bdc7ca97da206eeea919cdc5bce92b9179848b7498b906800495d8a59e9a7f8ea94d0 MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 diff --git a/games-action/shadowgrounds-bin/shadowgrounds-bin-0_beta12-r1.ebuild b/games-action/shadowgrounds-bin/shadowgrounds-bin-0_beta12-r1.ebuild deleted file mode 100644 index 42dd4167c67c..000000000000 --- a/games-action/shadowgrounds-bin/shadowgrounds-bin-0_beta12-r1.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit unpacker games eutils - -DESCRIPTION="an epic action experience combining modern technology with addictive playability" -HOMEPAGE="http://shadowgroundsgame.com/" -SRC_URI="Shadowgrounds${PV/*_b/B}.run" - -LICENSE="frozenbyte-eula" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="" -RESTRICT="fetch strip" - -DEPEND="app-arch/unzip" -RDEPEND=">=sys-libs/glibc-2.4 - >=sys-devel/gcc-4.3.0 - !amd64? ( - gnome-base/libglade - sys-libs/zlib - ) - amd64? ( - >=gnome-base/libglade-2.6.4-r1[abi_x86_32(-)] - sys-libs/zlib[abi_x86_32(-)] - )" - -S=${WORKDIR} - -d="${GAMES_PREFIX_OPT}/${PN}" -QA_TEXTRELS_x86="`echo ${d#/}/lib32/lib{avcodec.so.51,avformat.so.52,avutil.so.49,FLAC.so.8}`" -QA_TEXTRELS_amd64=${QA_TEXTRELS_x86} - -pkg_nofetch() { - einfo "Fetch ${SRC_URI} and put it into ${DISTDIR}" - einfo "See http://www.humblebundle.com/ for more info." -} - -src_unpack() { - # manually run unzip as the initial seek causes it to exit(1) - unpack_zip ${A} - rm lib*/lib{gcc_s,m,rt,selinux,z}.so.? -} - -src_install() { - local b bb - - doicon Shadowgrounds.xpm - for b in bin launcher ; do - bb="shadowgrounds-${b}" - exeinto ${d} - newexe ${bb} ${bb} || die - games_make_wrapper ${bb} "./${bb}" "${d}" - make_desktop_entry ${bb} "Shadowgrounds ${b}" Shadowgrounds - done - - exeinto ${d}/lib32 - doexe lib32/* - - insinto ${d} - doins -r Config data Profiles *.fbz *.glade *-logo.png - - prepgamesdirs -} diff --git a/games-action/shadowgrounds-bin/shadowgrounds-bin-0_p1.ebuild b/games-action/shadowgrounds-bin/shadowgrounds-bin-0_p1.ebuild new file mode 100644 index 000000000000..3a8863f6bb90 --- /dev/null +++ b/games-action/shadowgrounds-bin/shadowgrounds-bin-0_p1.ebuild @@ -0,0 +1,68 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit unpacker games eutils versionator + +DIST_PV=$(get_version_component_range 2) + +DESCRIPTION="an epic action experience combining modern technology with addictive playability" +HOMEPAGE="http://shadowgroundsgame.com/" +# FIXME: PV should perhaps be 0_p1, in which case a filter is in order +SRC_URI="shadowgroundsUpdate${DIST_PV/p/}.run" + +LICENSE="frozenbyte-eula" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="" +RESTRICT="fetch strip" + +DEPEND="app-arch/unzip" +RDEPEND=">=sys-libs/glibc-2.4 + >=sys-devel/gcc-4.3.0 + !amd64? ( + gnome-base/libglade + sys-libs/zlib + ) + amd64? ( + >=gnome-base/libglade-2.6.4-r1[abi_x86_32(-)] + sys-libs/zlib[abi_x86_32(-)] + )" + +S=${WORKDIR} + +d="${GAMES_PREFIX_OPT}/${PN}" +QA_TEXTRELS_x86="`echo ${d#/}/lib32/lib{avcodec.so.51,avformat.so.52,avutil.so.49,FLAC.so.8}`" +QA_TEXTRELS_amd64=${QA_TEXTRELS_x86} + +pkg_nofetch() { + einfo "Fetch ${SRC_URI} and put it into ${DISTDIR}" + einfo "See http://www.humblebundle.com/ for more info." +} + +src_unpack() { + # manually run unzip as the initial seek causes it to exit(1) + unpack_zip ${A} + rm lib*/lib{gcc_s,m,rt,selinux,z}.so.? +} + +src_install() { + local b bb + + doicon Shadowgrounds.xpm + for b in bin launcher ; do + bb="shadowgrounds-${b}" + exeinto ${d} + newexe ${bb} ${bb} || die + games_make_wrapper ${bb} "./${bb}" "${d}" + make_desktop_entry ${bb} "Shadowgrounds ${b}" Shadowgrounds + done + + exeinto ${d}/lib32 + doexe lib32/* + + insinto ${d} + doins -r Config data Profiles *.fbz *.glade *-logo.png + + prepgamesdirs +} diff --git a/games-action/shadowgrounds-survivor-bin/Manifest b/games-action/shadowgrounds-survivor-bin/Manifest index fc75cfce8e14..9a351f47acb0 100644 --- a/games-action/shadowgrounds-survivor-bin/Manifest +++ b/games-action/shadowgrounds-survivor-bin/Manifest @@ -1,3 +1,3 @@ -DIST SurvivorBeta11.run 1157906524 SHA256 891ec8ad4e4a5a2592b386b0d0ffb03747577b1b3c14eb9fe251ec02d4beb04f SHA512 101042fc62acbd7daf0fbd5de0b404016e5ec0b5e964794d8ba439d546eb67e26a4817306cb81898457236f037dffc858b729c2618eb0c14ec3758fe7a957177 WHIRLPOOL 967a205e79e32361452d9b05bdf4916dc5fa701e5bb765298c6b98dc546b1ac9cbdc83e524ad89a43bc88534d91594dc63f295421121f3d924250188be7a25c9 -EBUILD shadowgrounds-survivor-bin-0_beta11-r1.ebuild 1418 BLAKE2B c1cfc106f9d1e70e88cd6395dcbd17bb080c93c6823309ff941fee848a19cf4950c1b15d0249837ecc79e0ae500c9f38169dcd21efc110e8ecfcb74d001bf116 SHA512 8003183760687e2a317dba3c21bf15a296af0b9c61f4c8712db1d4cd785e49d5e6be1868efa19a71c098427634090d1b371a89ce8adb7123721dbff4a262c743 +DIST survivorUpdate1.run 1157907155 BLAKE2B a3c4b8ffc6ae6fd1c0537feea635326736b3316db6ee9daf2ef0f8883410cf80580dc0326455b36d0dfabb79792cce793f5ac0dd93645333285af9c0307cdfd1 SHA512 59c911382d120b0b45dd8dc21f5fdeb78b59155514a422c587fba9970a73b46238b170e3e80810e0fc5a6b5dedbb069ec3d2e2a552657eb5bfc101736a0afc36 +EBUILD shadowgrounds-survivor-bin-0_p1.ebuild 1480 BLAKE2B 41b67ca2bb3d0d7b99d959a3140cc49cccf5d9fec8e6d009c6558335dd42aed14c8a2709f50ec166c72fbe47108f84a78fddefc37ff7fe46fc92586eef53e54a SHA512 1c67839bcd528cb5ef80d589ac18b0db7f5fc520e174598b2c0dba51d447b2f9e66f6dd0f62159efbe69d9742ba48c31aca901fcd3d5f9003f1d98d469080d30 MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 diff --git a/games-action/shadowgrounds-survivor-bin/shadowgrounds-survivor-bin-0_beta11-r1.ebuild b/games-action/shadowgrounds-survivor-bin/shadowgrounds-survivor-bin-0_beta11-r1.ebuild deleted file mode 100644 index 1f0d7692f9b5..000000000000 --- a/games-action/shadowgrounds-survivor-bin/shadowgrounds-survivor-bin-0_beta11-r1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit unpacker eutils games - -DESCRIPTION="human survivors who battle against the ongoing alien onslaught" -HOMEPAGE="http://shadowgroundsgame.com/survivor/" -SRC_URI="Survivor${PV/*_b/B}.run" - -LICENSE="frozenbyte-eula" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="" -RESTRICT="fetch strip" - -DEPEND="app-arch/unzip" -RDEPEND=">=sys-libs/glibc-2.4 - >=sys-devel/gcc-4.3.0 - !amd64? ( - gnome-base/libglade - ) - amd64? ( - >=gnome-base/libglade-2.6.4-r1[abi_x86_32(-)] - )" - -S=${WORKDIR} - -d="${GAMES_PREFIX_OPT}/${PN}" -QA_TEXTRELS_x86="`echo ${d#/}/lib32/lib{avcodec.so.51,avformat.so.52,avutil.so.49,FLAC.so.8}`" -QA_TEXTRELS_amd64=${QA_TEXTRELS_x86} - -pkg_nofetch() { - einfo "Fetch ${SRC_URI} and put it into ${DISTDIR}" - einfo "See http://www.humblebundle.com/ for more info." -} - -src_unpack() { - # manually run unzip as the initial seek causes it to exit(1) - unpack_zip ${A} - rm lib*/lib{gcc_s,m,rt,selinux}.so.? -} - -src_install() { - local b bb - - doicon Survivor.xpm || die - for b in bin launcher ; do - bb="survivor-${b}" - exeinto ${d} - newexe ${bb} ${bb} - games_make_wrapper ${bb} "./${bb}" "${d}" - make_desktop_entry ${bb} "Shadowgrounds Survivor ${b}" "Shadowgrounds Survivor" - done - - exeinto ${d}/lib32 - doexe lib32/* - - insinto ${d} - doins -r Config data Profiles *.fbz *.glade *-logo.png - - prepgamesdirs -} diff --git a/games-action/shadowgrounds-survivor-bin/shadowgrounds-survivor-bin-0_p1.ebuild b/games-action/shadowgrounds-survivor-bin/shadowgrounds-survivor-bin-0_p1.ebuild new file mode 100644 index 000000000000..336d592a3471 --- /dev/null +++ b/games-action/shadowgrounds-survivor-bin/shadowgrounds-survivor-bin-0_p1.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit unpacker eutils games versionator + +DIST_PV=$(get_version_component_range 2) + +DESCRIPTION="human survivors who battle against the ongoing alien onslaught" +HOMEPAGE="http://shadowgroundsgame.com/survivor/" +SRC_URI="survivorUpdate${DIST_PV/p/}.run" + +LICENSE="frozenbyte-eula" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="" +RESTRICT="fetch strip" + +DEPEND="app-arch/unzip" +RDEPEND=">=sys-libs/glibc-2.4 + >=sys-devel/gcc-4.3.0 + !amd64? ( + gnome-base/libglade + ) + amd64? ( + >=gnome-base/libglade-2.6.4-r1[abi_x86_32(-)] + )" + +S=${WORKDIR} + +d="${GAMES_PREFIX_OPT}/${PN}" +QA_TEXTRELS_x86="`echo ${d#/}/lib32/lib{avcodec.so.51,avformat.so.52,avutil.so.49,FLAC.so.8}`" +QA_TEXTRELS_amd64=${QA_TEXTRELS_x86} + +pkg_nofetch() { + einfo "Fetch ${SRC_URI} and put it into ${DISTDIR}" + einfo "See http://www.humblebundle.com/ for more info." +} + +src_unpack() { + # manually run unzip as the initial seek causes it to exit(1) + unpack_zip ${A} + rm lib*/lib{gcc_s,m,rt,selinux}.so.? +} + +src_install() { + local b bb + + doicon Survivor.xpm || die + for b in bin launcher ; do + bb="survivor-${b}" + exeinto ${d} + newexe ${bb} ${bb} + games_make_wrapper ${bb} "./${bb}" "${d}" + make_desktop_entry ${bb} "Shadowgrounds Survivor ${b}" "Shadowgrounds Survivor" + done + + exeinto ${d}/lib32 + doexe lib32/* + + insinto ${d} + doins -r Config data Profiles *.fbz *.glade *-logo.png + + prepgamesdirs +} -- cgit v1.2.3