public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-fps/postal2: postal2-1409.2-r2.ebuild ChangeLog
@ 2014-07-07 20:19 Ian Stakenvicius (axs)
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Stakenvicius (axs) @ 2014-07-07 20:19 UTC (permalink / raw
  To: gentoo-commits

axs         14/07/07 20:19:50

  Modified:             ChangeLog
  Added:                postal2-1409.2-r2.ebuild
  Log:
  Bumped EAPI to 5, adjusted deps for gx86-multilib; could not test due to not having the CD, so assumed that deps were previously accurate
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)

Revision  Changes    Path
1.13                 games-fps/postal2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/postal2/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	5 Feb 2012 06:04:07 -0000	1.12
+++ ChangeLog	7 Jul 2014 20:19:50 -0000	1.13
@@ -1,6 +1,13 @@
 # ChangeLog for games-fps/postal2
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/postal2/ChangeLog,v 1.12 2012/02/05 06:04:07 vapier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/postal2/ChangeLog,v 1.13 2014/07/07 20:19:50 axs Exp $
+
+*postal2-1409.2-r2 (07 Jul 2014)
+
+  07 Jul 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org>
+  +postal2-1409.2-r2.ebuild:
+  Bumped EAPI to 5, adjusted deps for gx86-multilib; could not test due to not
+  having the CD, so assumed that deps were previously accurate
 
   05 Feb 2012; Mike Frysinger <vapier@gentoo.org> postal2-1409.2-r1.ebuild:
   Move to new unpacker eclass for unpack_makeself.
@@ -45,4 +52,3 @@
   +postal2-1409.2.ebuild:
   Initial commit. Modified ebuild from bug #97533 by Kjartan Kvamme, Alexander
   Nicolaysen Sørnes and Paul Bredbury.
-



1.1                  games-fps/postal2/postal2-1409.2-r2.ebuild

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

Index: postal2-1409.2-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/postal2/postal2-1409.2-r2.ebuild,v 1.1 2014/07/07 20:19:50 axs Exp $

EAPI=5
inherit eutils unpacker cdrom multilib games

DESCRIPTION="Postal 2: Share the Pain"
HOMEPAGE="http://www.linuxgamepublishing.com/info.php?id=postal2"
SRC_URI="http://updatefiles.linuxgamepublishing.com/${PN}/${P/%?/1}.run
	http://updatefiles.linuxgamepublishing.com/${PN}/${P}.run"

LICENSE="postal2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RESTRICT="strip"

DEPEND="games-util/loki_patch"
RDEPEND="sys-libs/glibc
	sys-libs/libstdc++-v3:5
	amd64? ( sys-libs/glibc[multilib] sys-libs/libstdc++-v3:5[multilib] )
	|| (
		(
			virtual/opengl[abi_x86_32(-)]
			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(-)]
		)
	)"

S=${WORKDIR}

src_unpack() {
	cdrom_get_cds .installation_data/linux-specific.tar.bz2
	mkdir ${A}

	local f
	for f in * ; do
		cd "${S}"/${f}
		unpack_makeself ${f}
	done
}

src_install() {
	has_multilib_profile && ABI=x86

	local dir=${GAMES_PREFIX_OPT}/${PN}

	dodir "${dir}"
	cd "${D}/${dir}"

	ln -s "${CDROM_ROOT}"/.installation_data/*.bz2 .
	unpack ./*.bz2
	rm -f ./*.bz2

	local d
	for d in "${S}"/* ; do
		pushd "${d}" > /dev/null
		loki_patch patch.dat "${D}/${dir}" || die "loki_patch ${d} failed"
		popd > /dev/null
	done

	rm -f System/{libstdc++.so.5,libgcc_s.so.1}

	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} ./${PN}-bin "${dir}"/System .
	doicon "${CDROM_ROOT}"/.installation_data/${PN}.xpm
	make_desktop_entry ${PN} "Postal 2: Share the Pain"

	prepgamesdirs
}





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

* [gentoo-commits] gentoo-x86 commit in games-fps/postal2: postal2-1409.2-r2.ebuild ChangeLog
@ 2014-07-08 17:33 Ian Stakenvicius (axs)
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Stakenvicius (axs) @ 2014-07-08 17:33 UTC (permalink / raw
  To: gentoo-commits

axs         14/07/08 17:33:22

  Modified:             postal2-1409.2-r2.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/postal2/postal2-1409.2-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/postal2/postal2-1409.2-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/postal2/postal2-1409.2-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/postal2/postal2-1409.2-r2.ebuild?r1=1.1&r2=1.2

Index: postal2-1409.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/postal2/postal2-1409.2-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- postal2-1409.2-r2.ebuild	7 Jul 2014 20:19:50 -0000	1.1
+++ postal2-1409.2-r2.ebuild	8 Jul 2014 17:33:22 -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/postal2/postal2-1409.2-r2.ebuild,v 1.1 2014/07/07 20:19:50 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/postal2/postal2-1409.2-r2.ebuild,v 1.2 2014/07/08 17:33:22 axs Exp $
 
 EAPI=5
 inherit eutils unpacker cdrom multilib games
@@ -22,9 +22,9 @@
 	amd64? ( sys-libs/glibc[multilib] sys-libs/libstdc++-v3:5[multilib] )
 	|| (
 		(
-			virtual/opengl[abi_x86_32(-)]
-			media-libs/libsdl[X,opengl,abi_x86_32(-)]
-			media-libs/openal[abi_x86_32(-)]
+			>=virtual/opengl-7.0-r1[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.14                 games-fps/postal2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/postal2/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	7 Jul 2014 20:19:50 -0000	1.13
+++ ChangeLog	8 Jul 2014 17:33:22 -0000	1.14
@@ -1,6 +1,11 @@
 # ChangeLog for games-fps/postal2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/postal2/ChangeLog,v 1.13 2014/07/07 20:19:50 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/postal2/ChangeLog,v 1.14 2014/07/08 17:33:22 axs Exp $
+
+  08 Jul 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org>
+  postal2-1409.2-r2.ebuild:
+  updated dependency versions to avoid portage making bad decisions pre-EAPI5
+  deps
 
 *postal2-1409.2-r2 (07 Jul 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in games-fps/postal2: postal2-1409.2-r2.ebuild ChangeLog
@ 2015-02-01 13:35 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-02-01 13:35 UTC (permalink / raw
  To: gentoo-commits

zlogene     15/02/01 13:35:57

  Modified:             postal2-1409.2-r2.ebuild ChangeLog
  Log:
  amd64/x86 stable wrt bug #535902
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.3                  games-fps/postal2/postal2-1409.2-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/postal2/postal2-1409.2-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/postal2/postal2-1409.2-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/postal2/postal2-1409.2-r2.ebuild?r1=1.2&r2=1.3

Index: postal2-1409.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/postal2/postal2-1409.2-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- postal2-1409.2-r2.ebuild	8 Jul 2014 17:33:22 -0000	1.2
+++ postal2-1409.2-r2.ebuild	1 Feb 2015 13:35:57 -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/postal2/postal2-1409.2-r2.ebuild,v 1.2 2014/07/08 17:33:22 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/postal2/postal2-1409.2-r2.ebuild,v 1.3 2015/02/01 13:35:57 zlogene Exp $
 
 EAPI=5
 inherit eutils unpacker cdrom multilib games
@@ -12,7 +12,7 @@
 
 LICENSE="postal2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 RESTRICT="strip"
 



1.15                 games-fps/postal2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/postal2/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	8 Jul 2014 17:33:22 -0000	1.14
+++ ChangeLog	1 Feb 2015 13:35:57 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for games-fps/postal2
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/postal2/ChangeLog,v 1.14 2014/07/08 17:33:22 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/postal2/ChangeLog,v 1.15 2015/02/01 13:35:57 zlogene Exp $
+
+  01 Feb 2015; Mikle Kolyada <zlogene@gentoo.org> postal2-1409.2-r2.ebuild:
+  amd64/x86 stable wrt bug #535902
 
   08 Jul 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org>
   postal2-1409.2-r2.ebuild:





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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-08 17:33 [gentoo-commits] gentoo-x86 commit in games-fps/postal2: postal2-1409.2-r2.ebuild ChangeLog Ian Stakenvicius (axs)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-01 13:35 Mikle Kolyada (zlogene)
2014-07-07 20:19 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