summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-02-05 03:42:23 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-02-05 03:42:23 +0000
commit915897d6f13602fb988e7294e5d2a16eb8f7c90b (patch)
tree3ad37d47ab27f499b1c6a72305dc110d994ffe72 /games-fps
parentold (diff)
downloadgentoo-2-915897d6f13602fb988e7294e5d2a16eb8f7c90b.tar.gz
gentoo-2-915897d6f13602fb988e7294e5d2a16eb8f7c90b.tar.bz2
gentoo-2-915897d6f13602fb988e7294e5d2a16eb8f7c90b.zip
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/postal2mp-demo/ChangeLog6
-rw-r--r--games-fps/postal2mp-demo/postal2mp-demo-1407-r1.ebuild57
2 files changed, 5 insertions, 58 deletions
diff --git a/games-fps/postal2mp-demo/ChangeLog b/games-fps/postal2mp-demo/ChangeLog
index d0ff6cbbd370..2bcb3308a102 100644
--- a/games-fps/postal2mp-demo/ChangeLog
+++ b/games-fps/postal2mp-demo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/postal2mp-demo
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/postal2mp-demo/ChangeLog,v 1.23 2015/02/01 11:42:22 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/postal2mp-demo/ChangeLog,v 1.24 2015/02/05 03:42:23 mr_bones_ Exp $
+
+ 05 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org>
+ -postal2mp-demo-1407-r1.ebuild:
+ old
01 Feb 2015; Mikle Kolyada <zlogene@gentoo.org> postal2mp-demo-1409.ebuild:
x86 stable wrt bug #535904
diff --git a/games-fps/postal2mp-demo/postal2mp-demo-1407-r1.ebuild b/games-fps/postal2mp-demo/postal2mp-demo-1407-r1.ebuild
deleted file mode 100644
index 809fb2d30558..000000000000
--- a/games-fps/postal2mp-demo/postal2mp-demo-1407-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/postal2mp-demo/postal2mp-demo-1407-r1.ebuild,v 1.6 2012/12/15 19:24:08 tupone Exp $
-
-EAPI=2
-inherit eutils unpacker multilib games
-
-DESCRIPTION="You play the Postal Dude: Postal 2 is only as violent as you are"
-HOMEPAGE="http://www.linuxgamepublishing.com/info.php?id=postal2"
-SRC_URI="http://demofiles.linuxgamepublishing.com/postal2/postal2_demo.run"
-
-LICENSE="postal2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-RESTRICT="mirror strip"
-
-RDEPEND="virtual/opengl
- sys-libs/glibc
- amd64? ( app-emulation/emul-linux-x86-sdl )
- x86? (
- media-libs/libsdl[X,opengl]
- media-libs/openal
- )"
-DEPEND=""
-
-QA_PREBUILT="${GAMES_PREFIX_OPT:1}/${PN}/System/*"
-
-S=${WORKDIR}/data
-
-src_unpack() {
- unpack_makeself
- mkdir data
- cd data
- unpack ./../postal2mpdemo.tar
- unpack ./../linux-specific.tar
-}
-
-src_install() {
- has_multilib_profile && ABI=x86
-
- dir=${GAMES_PREFIX_OPT}/${PN}
-
- insinto "${dir}"
- doins -r * || die "doins failed"
- fperms +x "${dir}"/System/{postal2,ucc}-bin || die "fperms failed"
-
- dosym /usr/$(get_libdir)/libopenal.so "${dir}"/System/openal.so || die
- dosym /usr/$(get_libdir)/libSDL-1.2.so.0 "${dir}"/System/libSDL-1.2.so.0 \
- || die
-
- games_make_wrapper ${PN} ./postal2-bin "${dir}"/System .
- newicon ../postal2mpdemo.xpm ${PN}.xpm
- make_desktop_entry ${PN} "Postal 2: Share the Pain (Demo)"
-
- prepgamesdirs
-}