axs         14/07/08 15:45:52

  Modified:             ChangeLog
  Added:                postal2mp-demo-1409.ebuild
  Log:
  Bumped EAPI to 5, grabbed distfile from a different (more permanent) source, 
adjusted deps for gx86-multilib, dropped more bundled libs
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
2B6559ED)

Revision  Changes    Path
1.20                 games-fps/postal2mp-demo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/postal2mp-demo/ChangeLog?rev=1.20&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/postal2mp-demo/ChangeLog?rev=1.20&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/postal2mp-demo/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/postal2mp-demo/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   25 Jan 2013 04:52:03 -0000      1.19
+++ ChangeLog   8 Jul 2014 15:45:52 -0000       1.20
@@ -1,6 +1,13 @@
 # ChangeLog for games-fps/postal2mp-demo
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/postal2mp-demo/ChangeLog,v 1.19 
2013/01/25 04:52:03 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/postal2mp-demo/ChangeLog,v 1.20 
2014/07/08 15:45:52 axs Exp $
+
+*postal2mp-demo-1409 (08 Jul 2014)
+
+  08 Jul 2014; Ian Stakenvicius (_AxS_) <[email protected]>
+  +postal2mp-demo-1409.ebuild:
+  Bumped EAPI to 5, grabbed distfile from a different (more permanent) source,
+  adjusted deps for gx86-multilib, dropped more bundled libs
 
   25 Jan 2013; Michael Sterrett <[email protected]>
   -postal2mp-demo-1407.ebuild:



1.1                  games-fps/postal2mp-demo/postal2mp-demo-1409.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/postal2mp-demo/postal2mp-demo-1409.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/postal2mp-demo/postal2mp-demo-1409.ebuild?rev=1.1&content-type=text/plain

Index: postal2mp-demo-1409.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-fps/postal2mp-demo/postal2mp-demo-1409.ebuild,v 
1.1 2014/07/08 15:45:52 axs Exp $

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[X,opengl,abi_x86_32(-)]
                        media-libs/openal[abi_x86_32(-)]
                )
                (
                        app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
                        app-emulation/emul-linux-x86-opengl[-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
}




Reply via email to