Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/postal2mp-demo/
Date: Tue, 24 Jul 2018 22:49:43
Message-Id: 1532472512.81550bf8371893501621fa546da7a1662032e9cc.zlogene@gentoo
1 commit: 81550bf8371893501621fa546da7a1662032e9cc
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 24 22:48:32 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 24 22:48:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81550bf8
7
8 games-fps/postal2mp-demo: remove last rited package
9
10 Closes: https://bugs.gentoo.org/608806
11
12 games-fps/postal2mp-demo/Manifest | 1 -
13 games-fps/postal2mp-demo/metadata.xml | 8 ----
14 .../postal2mp-demo/postal2mp-demo-1409.ebuild | 48 ----------------------
15 3 files changed, 57 deletions(-)
16
17 diff --git a/games-fps/postal2mp-demo/Manifest b/games-fps/postal2mp-demo/Manifest
18 deleted file mode 100644
19 index ac23089f487..00000000000
20 --- a/games-fps/postal2mp-demo/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST Postal2STP-FreeMP-linux.tar.bz2 591082047 BLAKE2B b633ec1d5337438af3abfee30584b6977136abd6aaa52b1ba946f30ccc7a03c3de6539fa2d3519a5e106af4113d0ee9171fbe92fdeb3057db052f870e4ae3bec SHA512 92580c2ce0593f37890013a5b2e5c1d420b57ae4e90569725446dbb2c939d1dd29b6df566783f020419dd8c4b1301213d1e8d9d581c95efd3f5950e8e54b46d1
24
25 diff --git a/games-fps/postal2mp-demo/metadata.xml b/games-fps/postal2mp-demo/metadata.xml
26 deleted file mode 100644
27 index 78274e0fa55..00000000000
28 --- a/games-fps/postal2mp-demo/metadata.xml
29 +++ /dev/null
30 @@ -1,8 +0,0 @@
31 -<?xml version="1.0" encoding="UTF-8"?>
32 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 -<pkgmetadata>
34 -<maintainer type="project">
35 - <email>games@g.o</email>
36 - <name>Gentoo Games Project</name>
37 -</maintainer>
38 -</pkgmetadata>
39
40 diff --git a/games-fps/postal2mp-demo/postal2mp-demo-1409.ebuild b/games-fps/postal2mp-demo/postal2mp-demo-1409.ebuild
41 deleted file mode 100644
42 index d01d21b14e0..00000000000
43 --- a/games-fps/postal2mp-demo/postal2mp-demo-1409.ebuild
44 +++ /dev/null
45 @@ -1,48 +0,0 @@
46 -# Copyright 1999-2015 Gentoo Foundation
47 -# Distributed under the terms of the GNU General Public License v2
48 -
49 -EAPI=5
50 -inherit eutils unpacker multilib games
51 -
52 -DESCRIPTION="You play the Postal Dude: Postal 2 is only as violent as you are"
53 -HOMEPAGE="http://icculus.org/news/news.php?id=4419"
54 -SRC_URI="http://treefort.icculus.org/postal2/Postal2STP-FreeMP-linux.tar.bz2
55 - http://0day.icculus.org/postal2/Postal2STP-FreeMP-linux.tar.bz2
56 - http://cyberstalker.dk/sponsored-by-dkchan.org/Postal2STP-FreeMP-linux.tar.bz2"
57 -
58 -LICENSE="postal2"
59 -SLOT="0"
60 -KEYWORDS="~amd64 ~x86"
61 -IUSE=""
62 -RESTRICT="mirror strip"
63 -
64 -RDEPEND="sys-libs/glibc
65 - sys-libs/libstdc++-v3:5
66 - amd64? ( sys-libs/glibc[multilib] sys-libs/libstdc++-v3:5[multilib] )
67 - >=media-libs/libsdl-1.2.15-r4[X,opengl,abi_x86_32(-)]
68 - >=media-libs/openal-1.15.1[abi_x86_32(-)]"
69 -DEPEND=""
70 -
71 -QA_PREBUILT="${GAMES_PREFIX_OPT:1}/${PN}/System/*"
72 -
73 -S=${WORKDIR}/Postal2STP-FreeMP-linux
74 -
75 -src_install() {
76 - has_multilib_profile && ABI=x86
77 -
78 - dir=${GAMES_PREFIX_OPT}/${PN}
79 -
80 - insinto "${dir}"
81 - doins -r *
82 - fperms +x "${dir}"/System/postal2-bin
83 -
84 - rm "${ED}/${dir}"/System/{openal.so,libSDL-1.2.so.0,libstdc++.so.5,libgcc_s.so.1} || die
85 - dosym /usr/$(get_libdir)/libopenal.so "${dir}"/System/openal.so
86 - dosym /usr/$(get_libdir)/libSDL-1.2.so.0 "${dir}"/System/libSDL-1.2.so.0
87 -
88 - games_make_wrapper ${PN} ./postal2-bin "${dir}"/System .
89 - newicon postal2.xpm ${PN}.xpm
90 - make_desktop_entry ${PN} "Postal 2: Share the Pain (Demo)"
91 -
92 - prepgamesdirs
93 -}