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/shadowgrounds-survivor-bin/Manifest | 4 +- .../shadowgrounds-survivor-bin-0_beta11-r1.ebuild | 63 --------------------- .../shadowgrounds-survivor-bin-0_p1.ebuild | 65 ++++++++++++++++++++++ 3 files changed, 67 insertions(+), 65 deletions(-) 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/shadowgrounds-survivor-bin') 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