From e3872864be25f7421015bef2732fa57c0c9fb726 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 4 Aug 2018 08:53:53 +0100 Subject: gentoo resync : 04.08.2018 --- games-fps/postal2mp-demo/Manifest | 3 -- games-fps/postal2mp-demo/metadata.xml | 8 ---- .../postal2mp-demo/postal2mp-demo-1409.ebuild | 48 ---------------------- 3 files changed, 59 deletions(-) delete mode 100644 games-fps/postal2mp-demo/Manifest delete mode 100644 games-fps/postal2mp-demo/metadata.xml delete mode 100644 games-fps/postal2mp-demo/postal2mp-demo-1409.ebuild (limited to 'games-fps/postal2mp-demo') diff --git a/games-fps/postal2mp-demo/Manifest b/games-fps/postal2mp-demo/Manifest deleted file mode 100644 index 373caac5ccbb..000000000000 --- a/games-fps/postal2mp-demo/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST Postal2STP-FreeMP-linux.tar.bz2 591082047 BLAKE2B b633ec1d5337438af3abfee30584b6977136abd6aaa52b1ba946f30ccc7a03c3de6539fa2d3519a5e106af4113d0ee9171fbe92fdeb3057db052f870e4ae3bec SHA512 92580c2ce0593f37890013a5b2e5c1d420b57ae4e90569725446dbb2c939d1dd29b6df566783f020419dd8c4b1301213d1e8d9d581c95efd3f5950e8e54b46d1 -EBUILD postal2mp-demo-1409.ebuild 1462 BLAKE2B 8327290b7e045c9a3b03afc97a322150aff40cad7a4f787d53587ee5f9ef5dcfe5e37bf2893b1ad7aceae2a7998fb30a94c4590ec16d3443649c730bb2d5dde1 SHA512 652979dbb2d4b43a807b18cb1321f20285d390c02f99ed7e7690b3586200a61690d817ce4bf4da961f4880df05c635bb67d5b497b2fd5c12d328290706c542d4 -MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 diff --git a/games-fps/postal2mp-demo/metadata.xml b/games-fps/postal2mp-demo/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-fps/postal2mp-demo/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - diff --git a/games-fps/postal2mp-demo/postal2mp-demo-1409.ebuild b/games-fps/postal2mp-demo/postal2mp-demo-1409.ebuild deleted file mode 100644 index d01d21b14e0b..000000000000 --- a/games-fps/postal2mp-demo/postal2mp-demo-1409.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils unpacker multilib games - -DESCRIPTION="You play the Postal Dude: Postal 2 is only as violent as you are" -HOMEPAGE="http://icculus.org/news/news.php?id=4419" -SRC_URI="http://treefort.icculus.org/postal2/Postal2STP-FreeMP-linux.tar.bz2 - http://0day.icculus.org/postal2/Postal2STP-FreeMP-linux.tar.bz2 - http://cyberstalker.dk/sponsored-by-dkchan.org/Postal2STP-FreeMP-linux.tar.bz2" - -LICENSE="postal2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RESTRICT="mirror strip" - -RDEPEND="sys-libs/glibc - sys-libs/libstdc++-v3:5 - amd64? ( sys-libs/glibc[multilib] sys-libs/libstdc++-v3:5[multilib] ) - >=media-libs/libsdl-1.2.15-r4[X,opengl,abi_x86_32(-)] - >=media-libs/openal-1.15.1[abi_x86_32(-)]" -DEPEND="" - -QA_PREBUILT="${GAMES_PREFIX_OPT:1}/${PN}/System/*" - -S=${WORKDIR}/Postal2STP-FreeMP-linux - -src_install() { - has_multilib_profile && ABI=x86 - - dir=${GAMES_PREFIX_OPT}/${PN} - - insinto "${dir}" - doins -r * - fperms +x "${dir}"/System/postal2-bin - - rm "${ED}/${dir}"/System/{openal.so,libSDL-1.2.so.0,libstdc++.so.5,libgcc_s.so.1} || die - dosym /usr/$(get_libdir)/libopenal.so "${dir}"/System/openal.so - dosym /usr/$(get_libdir)/libSDL-1.2.so.0 "${dir}"/System/libSDL-1.2.so.0 - - games_make_wrapper ${PN} ./postal2-bin "${dir}"/System . - newicon postal2.xpm ${PN}.xpm - make_desktop_entry ${PN} "Postal 2: Share the Pain (Demo)" - - prepgamesdirs -} -- cgit v1.2.3