public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-fps/postal2mp-demo: postal2mp-demo-1409.ebuild ChangeLog
@ 2014-07-08 15:45 Ian Stakenvicius (axs)
  0 siblings, 0 replies; 4+ messages in thread
From: Ian Stakenvicius (axs) @ 2014-07-08 15:45 UTC (permalink / raw
  To: gentoo-commits

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_) <axs@gentoo.org>
+  +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 <mr_bones_@gentoo.org>
   -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
}





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-fps/postal2mp-demo: postal2mp-demo-1409.ebuild ChangeLog
@ 2014-07-08 17:34 Ian Stakenvicius (axs)
  0 siblings, 0 replies; 4+ messages in thread
From: Ian Stakenvicius (axs) @ 2014-07-08 17:34 UTC (permalink / raw
  To: gentoo-commits

axs         14/07/08 17:34:12

  Modified:             postal2mp-demo-1409.ebuild ChangeLog
  Log:
  updated dependency versions to avoid portage making bad decisions pre-EAPI5 deps
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)

Revision  Changes    Path
1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/postal2mp-demo/postal2mp-demo-1409.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/postal2mp-demo/postal2mp-demo-1409.ebuild?r1=1.1&r2=1.2

Index: postal2mp-demo-1409.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/postal2mp-demo/postal2mp-demo-1409.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- postal2mp-demo-1409.ebuild	8 Jul 2014 15:45:52 -0000	1.1
+++ postal2mp-demo-1409.ebuild	8 Jul 2014 17:34:12 -0000	1.2
@@ -1,6 +1,6 @@
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/postal2mp-demo/postal2mp-demo-1409.ebuild,v 1.2 2014/07/08 17:34:12 axs Exp $
 
 EAPI=5
 inherit eutils unpacker multilib games
@@ -22,8 +22,8 @@
 	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(-)]
+			>=media-libs/libsdl-1.2.15-r4[X,opengl,abi_x86_32(-)]
+			>=media-libs/openal-1.15.1[abi_x86_32(-)]
 		)
 		(
 			app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]



1.21                 games-fps/postal2mp-demo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/postal2mp-demo/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	8 Jul 2014 15:45:52 -0000	1.20
+++ ChangeLog	8 Jul 2014 17:34:12 -0000	1.21
@@ -1,6 +1,11 @@
 # ChangeLog for games-fps/postal2mp-demo
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/postal2mp-demo/ChangeLog,v 1.21 2014/07/08 17:34:12 axs Exp $
+
+  08 Jul 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org>
+  postal2mp-demo-1409.ebuild:
+  updated dependency versions to avoid portage making bad decisions pre-EAPI5
+  deps
 
 *postal2mp-demo-1409 (08 Jul 2014)
 





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-fps/postal2mp-demo: postal2mp-demo-1409.ebuild ChangeLog
@ 2015-01-31 17:50 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-31 17:50 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/31 17:50:28

  Modified:             postal2mp-demo-1409.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #535904
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/postal2mp-demo/postal2mp-demo-1409.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/postal2mp-demo/postal2mp-demo-1409.ebuild?r1=1.2&r2=1.3

Index: postal2mp-demo-1409.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/postal2mp-demo/postal2mp-demo-1409.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- postal2mp-demo-1409.ebuild	8 Jul 2014 17:34:12 -0000	1.2
+++ postal2mp-demo-1409.ebuild	31 Jan 2015 17:50:28 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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.2 2014/07/08 17:34:12 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/postal2mp-demo/postal2mp-demo-1409.ebuild,v 1.3 2015/01/31 17:50:28 ago Exp $
 
 EAPI=5
 inherit eutils unpacker multilib games
@@ -13,7 +13,7 @@
 
 LICENSE="postal2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 RESTRICT="mirror strip"
 



1.22                 games-fps/postal2mp-demo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/postal2mp-demo/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	8 Jul 2014 17:34:12 -0000	1.21
+++ ChangeLog	31 Jan 2015 17:50:28 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for games-fps/postal2mp-demo
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/postal2mp-demo/ChangeLog,v 1.21 2014/07/08 17:34:12 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/postal2mp-demo/ChangeLog,v 1.22 2015/01/31 17:50:28 ago Exp $
+
+  31 Jan 2015; Agostino Sarubbo <ago@gentoo.org> postal2mp-demo-1409.ebuild:
+  Stable for amd64, wrt bug #535904
 
   08 Jul 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org>
   postal2mp-demo-1409.ebuild:





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-fps/postal2mp-demo: postal2mp-demo-1409.ebuild ChangeLog
@ 2015-02-01 11:42 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 4+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-02-01 11:42 UTC (permalink / raw
  To: gentoo-commits

zlogene     15/02/01 11:42:22

  Modified:             postal2mp-demo-1409.ebuild ChangeLog
  Log:
  x86 stable wrt bug #535904
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/postal2mp-demo/postal2mp-demo-1409.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/postal2mp-demo/postal2mp-demo-1409.ebuild?r1=1.3&r2=1.4

Index: postal2mp-demo-1409.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/postal2mp-demo/postal2mp-demo-1409.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- postal2mp-demo-1409.ebuild	31 Jan 2015 17:50:28 -0000	1.3
+++ postal2mp-demo-1409.ebuild	1 Feb 2015 11:42:22 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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.3 2015/01/31 17:50:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/postal2mp-demo/postal2mp-demo-1409.ebuild,v 1.4 2015/02/01 11:42:22 zlogene Exp $
 
 EAPI=5
 inherit eutils unpacker multilib games
@@ -13,7 +13,7 @@
 
 LICENSE="postal2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 RESTRICT="mirror strip"
 



1.23                 games-fps/postal2mp-demo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/postal2mp-demo/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	31 Jan 2015 17:50:28 -0000	1.22
+++ ChangeLog	1 Feb 2015 11:42:22 -0000	1.23
@@ -1,6 +1,9 @@
 # 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.22 2015/01/31 17:50:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/postal2mp-demo/ChangeLog,v 1.23 2015/02/01 11:42:22 zlogene Exp $
+
+  01 Feb 2015; Mikle Kolyada <zlogene@gentoo.org> postal2mp-demo-1409.ebuild:
+  x86 stable wrt bug #535904
 
   31 Jan 2015; Agostino Sarubbo <ago@gentoo.org> postal2mp-demo-1409.ebuild:
   Stable for amd64, wrt bug #535904





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-02-01 11:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-01 11:42 [gentoo-commits] gentoo-x86 commit in games-fps/postal2mp-demo: postal2mp-demo-1409.ebuild ChangeLog Mikle Kolyada (zlogene)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-31 17:50 Agostino Sarubbo (ago)
2014-07-08 17:34 Ian Stakenvicius (axs)
2014-07-08 15:45 Ian Stakenvicius (axs)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox