From b1c81de4fadbd00897700a7321f03b390d952b2e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 26 Aug 2021 00:09:36 +0100 Subject: gentoo resync : 26.08.2021 --- games-action/swordandsworcery/Manifest | 2 +- .../swordandsworcery-1.02-r1.ebuild | 110 --------------------- .../swordandsworcery-1.02-r2.ebuild | 110 +++++++++++++++++++++ 3 files changed, 111 insertions(+), 111 deletions(-) delete mode 100644 games-action/swordandsworcery/swordandsworcery-1.02-r1.ebuild create mode 100644 games-action/swordandsworcery/swordandsworcery-1.02-r2.ebuild (limited to 'games-action/swordandsworcery') diff --git a/games-action/swordandsworcery/Manifest b/games-action/swordandsworcery/Manifest index 2789ebfe6263..534231409729 100644 --- a/games-action/swordandsworcery/Manifest +++ b/games-action/swordandsworcery/Manifest @@ -1,4 +1,4 @@ AUX swordandsworcery-wrapper 641 BLAKE2B 3609da1a899e05c3291ff20f30e75a335ac4aee0b53fac8a59786ce9992cf2b6081a8286ff40384f652e1bf35c4768ed7d9b87e6fcca149afd7ac2a6a8344203 SHA512 a29ff0cfadfd537129f5561fe9fa6acd88630340da49cc754f219aa125d01b8f73be7500dcc636140bbf707d73d8376b229e1897017819614fe6f4f28df1a545 DIST swordandsworcery_1.02.tar.gz 325277619 BLAKE2B 7e03350b31d2dc68c5ea3643d7e22ec7da1789729201c2e8aec9e06db8c28c0a38bc826de0769dcec78080f17435d90ae3b0441ee230d7b8a9545a66f6e0ec1f SHA512 1178492628e8b8196bbb57b3d4d7526d5545bd31d0da34bcbed92150753fbb768c8682f071e2a473b95f1b6ee7c3efb30ccb9fce2e3e319d76673b79617e47c0 -EBUILD swordandsworcery-1.02-r1.ebuild 2648 BLAKE2B 034bb06e7c45210496a669c0197bd5ddee141c97f64aa3fb0641c024e6bdd6c513adeb930325de1cd5f3585cc72dbed425a555d03cabd03bb2889fa6399af1c0 SHA512 fe199ac16f65558b5557249d89b77f4552c197197767624f86bc1b0fa3ba817b39272594607eff5969b87e29aa7d2660034431f33d97f1387dea6ec39c52f8fd +EBUILD swordandsworcery-1.02-r2.ebuild 2649 BLAKE2B 33957bb80fed48dce48ffa1aebe4ddc74ddd310292fc9561e8fd20f71e6b1af1da3aeb0f8c3e4e88accb516ac4a128a1d7ff7fcdc0445b9c7bd601053ede80ec SHA512 35592e15b36d757fefa95c5783401abfb7b7951c7ced1dcb8d361de13e5a7a97ebdf4b42737a8fe974624c5b56ebea8debb6fcfccf70be22c843f27b8ac2f9bd MISC metadata.xml 355 BLAKE2B 2ebe0923f754bb09445457bb7f266a9fb673682281d31d70b39a05f1cd0beb682fa26e89861c46e9dab0f77428b916f9f99d8324b3780c795f317b6e06efde84 SHA512 78f8cc8f1f1be915da206e4b8be196a21b58a6f209023594755e481136a1b86ee31c8d0dfedd516d756a47db624e89728875b073b71c3b08ac94a5cde8ff3b83 diff --git a/games-action/swordandsworcery/swordandsworcery-1.02-r1.ebuild b/games-action/swordandsworcery/swordandsworcery-1.02-r1.ebuild deleted file mode 100644 index 6481b751c3b8..000000000000 --- a/games-action/swordandsworcery/swordandsworcery-1.02-r1.ebuild +++ /dev/null @@ -1,110 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop - -DESCRIPTION="An exploratory action adventure game with an emphasis on audiovisual style" -HOMEPAGE="http://www.swordandsworcery.com/" -SRC_URI="${PN}_${PV}.tar.gz" -S="${WORKDIR}" - -LICENSE="CAPYBARA-EULA LGPL-3" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="bundled-libs" -RESTRICT="bindist fetch splitdebug" - -MYGAMEDIR=opt/${PN} -QA_PREBUILT=" - ${MYGAMEDIR#/}/bin/* - ${MYGAMEDIR#/}/lib/* -" - -# TODO: unbundle liblua-5.1 when available for multilib -# linked to pulseaudio -RDEPEND=" - virtual/opengl - amd64? ( - >=dev-libs/openssl-1.0.1h-r2:0=[abi_x86_32(-)] - >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)] - >=virtual/glu-9.0-r1[abi_x86_32(-)] - >=virtual/opengl-7.0-r1[abi_x86_32(-)] - >=media-libs/alsa-lib-1.0.27.2[abi_x86_32(-)] - >=media-libs/flac-1.2.1-r5[abi_x86_32(-)] - >=media-libs/libogg-1.3.0[abi_x86_32(-)] - >=media-libs/libsndfile-1.0.25[abi_x86_32(-)] - >=media-libs/libvorbis-1.3.3-r1[abi_x86_32(-)] - >=media-sound/pulseaudio-2.1-r1[abi_x86_32(-)] - >=x11-libs/libICE-1.0.8-r1[abi_x86_32(-)] - >=x11-libs/libSM-1.2.1-r1[abi_x86_32(-)] - >=x11-libs/libX11-1.6.2[abi_x86_32(-)] - >=x11-libs/libXau-1.0.7-r1[abi_x86_32(-)] - >=x11-libs/libxcb-1.9.1[abi_x86_32(-)] - >=x11-libs/libXdmcp-1.1.1-r1[abi_x86_32(-)] - >=x11-libs/libXext-1.3.2[abi_x86_32(-)] - >=x11-libs/libXi-1.7.2[abi_x86_32(-)] - >=x11-libs/libXtst-1.2.1-r1[abi_x86_32(-)] - !bundled-libs? ( - >=net-misc/curl-7.36.0[abi_x86_32(-)] - >=media-libs/libsdl-1.2.15-r4[X,sound,video,opengl,joystick,abi_x86_32(-)] - ) - ) - x86? ( - dev-libs/openssl:0= - media-libs/alsa-lib - media-libs/flac - media-libs/libogg - media-libs/libsndfile - media-libs/libvorbis - media-sound/pulseaudio - sys-libs/zlib - virtual/glu - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXau - x11-libs/libxcb - x11-libs/libXdmcp - x11-libs/libXext - x11-libs/libXi - x11-libs/libXtst - !bundled-libs? ( - net-misc/curl - media-libs/libsdl[X,sound,video,opengl,joystick] - ) - )" - -pkg_nofetch() { - einfo "Please buy & download ${SRC_URI} from:" - einfo " ${HOMEPAGE}" - einfo "and move it to your DISTDIR directory." -} - -src_prepare() { - default - - if ! use bundled-libs ; then - einfo "removing bundled libs..." - rm -v lib/libcurl.so* lib/libSDL-1.2.so* \ - lib/libstdc++.so* || die - fi - - sed \ - -e "s#@GAMEDIR@#${MYGAMEDIR}#" \ - "${FILESDIR}"/${PN}-wrapper > "${T}"/${PN} || die -} - -src_install() { - insinto "${MYGAMEDIR}" - doins -r bin lib res - - dobin "${T}"/${PN} - make_desktop_entry ${PN} - - docinto html - dodoc README.html - - fperms +x "${MYGAMEDIR}"/bin/${PN} -} diff --git a/games-action/swordandsworcery/swordandsworcery-1.02-r2.ebuild b/games-action/swordandsworcery/swordandsworcery-1.02-r2.ebuild new file mode 100644 index 000000000000..88b2d353ae31 --- /dev/null +++ b/games-action/swordandsworcery/swordandsworcery-1.02-r2.ebuild @@ -0,0 +1,110 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit desktop + +DESCRIPTION="An exploratory action adventure game with an emphasis on audiovisual style" +HOMEPAGE="http://www.swordandsworcery.com/" +SRC_URI="${PN}_${PV}.tar.gz" +S="${WORKDIR}" + +LICENSE="CAPYBARA-EULA LGPL-3" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="bundled-libs" +RESTRICT="bindist fetch splitdebug" + +MYGAMEDIR=/opt/${PN} +QA_PREBUILT=" + ${MYGAMEDIR#/}/bin/* + ${MYGAMEDIR#/}/lib/* +" + +# TODO: unbundle liblua-5.1 when available for multilib +# linked to pulseaudio +RDEPEND=" + virtual/opengl + amd64? ( + >=dev-libs/openssl-1.0.1h-r2:0=[abi_x86_32(-)] + >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)] + >=virtual/glu-9.0-r1[abi_x86_32(-)] + >=virtual/opengl-7.0-r1[abi_x86_32(-)] + >=media-libs/alsa-lib-1.0.27.2[abi_x86_32(-)] + >=media-libs/flac-1.2.1-r5[abi_x86_32(-)] + >=media-libs/libogg-1.3.0[abi_x86_32(-)] + >=media-libs/libsndfile-1.0.25[abi_x86_32(-)] + >=media-libs/libvorbis-1.3.3-r1[abi_x86_32(-)] + >=media-sound/pulseaudio-2.1-r1[abi_x86_32(-)] + >=x11-libs/libICE-1.0.8-r1[abi_x86_32(-)] + >=x11-libs/libSM-1.2.1-r1[abi_x86_32(-)] + >=x11-libs/libX11-1.6.2[abi_x86_32(-)] + >=x11-libs/libXau-1.0.7-r1[abi_x86_32(-)] + >=x11-libs/libxcb-1.9.1[abi_x86_32(-)] + >=x11-libs/libXdmcp-1.1.1-r1[abi_x86_32(-)] + >=x11-libs/libXext-1.3.2[abi_x86_32(-)] + >=x11-libs/libXi-1.7.2[abi_x86_32(-)] + >=x11-libs/libXtst-1.2.1-r1[abi_x86_32(-)] + !bundled-libs? ( + >=net-misc/curl-7.36.0[abi_x86_32(-)] + >=media-libs/libsdl-1.2.15-r4[X,sound,video,opengl,joystick,abi_x86_32(-)] + ) + ) + x86? ( + dev-libs/openssl:0= + media-libs/alsa-lib + media-libs/flac + media-libs/libogg + media-libs/libsndfile + media-libs/libvorbis + media-sound/pulseaudio + sys-libs/zlib + virtual/glu + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXau + x11-libs/libxcb + x11-libs/libXdmcp + x11-libs/libXext + x11-libs/libXi + x11-libs/libXtst + !bundled-libs? ( + net-misc/curl + media-libs/libsdl[X,sound,video,opengl,joystick] + ) + )" + +pkg_nofetch() { + einfo "Please buy & download ${SRC_URI} from:" + einfo " ${HOMEPAGE}" + einfo "and move it to your DISTDIR directory." +} + +src_prepare() { + default + + if ! use bundled-libs ; then + einfo "removing bundled libs..." + rm -v lib/libcurl.so* lib/libSDL-1.2.so* \ + lib/libstdc++.so* || die + fi + + sed \ + -e "s#@GAMEDIR@#${MYGAMEDIR}#" \ + "${FILESDIR}"/${PN}-wrapper > "${T}"/${PN} || die +} + +src_install() { + insinto "${MYGAMEDIR}" + doins -r bin lib res + + dobin "${T}"/${PN} + make_desktop_entry ${PN} + + docinto html + dodoc README.html + + fperms +x "${MYGAMEDIR}"/bin/${PN} +} -- cgit v1.2.3