public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-action/cs2d: cs2d-0123.ebuild ChangeLog
@ 2013-12-20 13:35 Julian Ospald (hasufell)
  0 siblings, 0 replies; 4+ messages in thread
From: Julian Ospald (hasufell) @ 2013-12-20 13:35 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/12/20 13:35:49

  Modified:             ChangeLog
  Added:                cs2d-0123.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.7                  games-action/cs2d/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/cs2d/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/cs2d/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/cs2d/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/cs2d/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	29 Jul 2013 22:07:03 -0000	1.6
+++ ChangeLog	20 Dec 2013 13:35:49 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for games-action/cs2d
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/cs2d/ChangeLog,v 1.6 2013/07/29 22:07:03 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/cs2d/ChangeLog,v 1.7 2013/12/20 13:35:49 hasufell Exp $
+
+*cs2d-0123 (20 Dec 2013)
+
+  20 Dec 2013; Julian Ospald <hasufell@gentoo.org> +cs2d-0123.ebuild:
+  version bump
 
 *cs2d-0122 (29 Jul 2013)
 



1.1                  games-action/cs2d/cs2d-0123.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/cs2d/cs2d-0123.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/cs2d/cs2d-0123.ebuild?rev=1.1&content-type=text/plain

Index: cs2d-0123.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/cs2d/cs2d-0123.ebuild,v 1.1 2013/12/20 13:35:49 hasufell Exp $

EAPI=5

inherit eutils games

DESCRIPTION="Counter-Strike 2D is freeware clone of Counter-Strike with some added features in gameplay."
HOMEPAGE="http://www.cs2d.com/"
SRC_URI="http://dev.gentoo.org/~maksbotan/cs2d/cs2d_${PV}_linux.zip
	http://dev.gentoo.org/~maksbotan/cs2d/cs2d_${PV}_win.zip
	http://dev.gentoo.org/~maksbotan/cs2d/cs2d.png"
LICENSE="freedist"

SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE=""

DEPEND="app-arch/unzip"
RDEPEND="
	x86? (
		media-libs/openal
		media-libs/freetype:2
		x11-libs/libX11
		x11-libs/libXxf86vm
		virtual/opengl
	)
	amd64? (
		app-emulation/emul-linux-x86-sdl
		app-emulation/emul-linux-x86-opengl
		app-emulation/emul-linux-x86-xlibs
	)"

QA_PRESTRIPPED="opt/cs2d/CounterStrike2D"
QA_EXECSTACK="opt/cs2d/CounterStrike2D"

S=${WORKDIR}

src_prepare() {
	# removing windows files
	rm -f *.exe *.bat

	# OpenAL is default sound driver
	sed -i -e 's:^sounddriver.*$:sounddriver OpenAL Default:' sys/config.cfg || die
}

src_install() {
	insinto "${GAMES_PREFIX_OPT}"/${PN}
	doins -r .
	# avoid file collision with untracked file
	rm -f "${ED%/}/${GAMES_PREFIX_OPT}"/${PN}/sys/core/started.cfg

	make_desktop_entry CounterStrike2D "Counter Strike 2D"
	make_desktop_entry "CounterStrike2D -fullscreen -24bit" "Counter Strike 2D - FULLSCREEN"
	games_make_wrapper CounterStrike2D ./CounterStrike2D \
		"${GAMES_PREFIX_OPT}"/${PN} "${GAMES_PREFIX_OPT}"/${PN}

	doicon "${DISTDIR}"/${PN}.png

	prepgamesdirs

	# fixing permissions
	fperms -R g+w "${GAMES_PREFIX_OPT}"/${PN}/maps
	fperms -R g+w "${GAMES_PREFIX_OPT}"/${PN}/screens
	fperms -R g+w "${GAMES_PREFIX_OPT}"/${PN}/sys
	fperms ug+x "${GAMES_PREFIX_OPT}"/${PN}/CounterStrike2D
}





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

* [gentoo-commits] gentoo-x86 commit in games-action/cs2d: cs2d-0123.ebuild ChangeLog
@ 2014-06-25 12:58 Michal Gorny (mgorny)
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-25 12:58 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/06/25 12:58:08

  Modified:             cs2d-0123.ebuild ChangeLog
  Log:
  Support multilib dependencies aside to emul-linux-x86.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.2                  games-action/cs2d/cs2d-0123.ebuild

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

Index: cs2d-0123.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/cs2d/cs2d-0123.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cs2d-0123.ebuild	20 Dec 2013 13:35:49 -0000	1.1
+++ cs2d-0123.ebuild	25 Jun 2014 12:58:08 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/cs2d/cs2d-0123.ebuild,v 1.1 2013/12/20 13:35:49 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/cs2d/cs2d-0123.ebuild,v 1.2 2014/06/25 12:58:08 mgorny Exp $
 
 EAPI=5
 
@@ -27,9 +27,22 @@
 		virtual/opengl
 	)
 	amd64? (
-		app-emulation/emul-linux-x86-sdl
-		app-emulation/emul-linux-x86-opengl
-		app-emulation/emul-linux-x86-xlibs
+		|| (
+			app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
+			media-libs/openal[abi_x86_32(-)]
+		)
+		|| (
+			app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
+			virtual/opengl[abi_x86_32(-)]
+		)
+		|| (
+			app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
+			(
+				media-libs/freetype:2[abi_x86_32(-)]
+				x11-libs/libX11[abi_x86_32(-)]
+				x11-libs/libXxf86vm[abi_x86_32(-)]
+			)
+		)
 	)"
 
 QA_PRESTRIPPED="opt/cs2d/CounterStrike2D"



1.9                  games-action/cs2d/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/cs2d/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/cs2d/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/cs2d/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/cs2d/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	20 Dec 2013 13:37:22 -0000	1.8
+++ ChangeLog	25 Jun 2014 12:58:08 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/cs2d
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/cs2d/ChangeLog,v 1.8 2013/12/20 13:37:22 hasufell Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/cs2d/ChangeLog,v 1.9 2014/06/25 12:58:08 mgorny Exp $
+
+  25 Jun 2014; Michał Górny <mgorny@gentoo.org> cs2d-0123.ebuild:
+  Support multilib dependencies aside to emul-linux-x86.
 
   20 Dec 2013; Julian Ospald <hasufell@gentoo.org> -cs2d-0120-r1.ebuild,
   -cs2d-0121.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in games-action/cs2d: cs2d-0123.ebuild ChangeLog
@ 2014-06-25 13:46 Michal Gorny (mgorny)
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-25 13:46 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/06/25 13:46:13

  Modified:             cs2d-0123.ebuild ChangeLog
  Log:
  Update multilib dependencies to use the lowest known EAPI 5 or multilib versions.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.3                  games-action/cs2d/cs2d-0123.ebuild

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

Index: cs2d-0123.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/cs2d/cs2d-0123.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cs2d-0123.ebuild	25 Jun 2014 12:58:08 -0000	1.2
+++ cs2d-0123.ebuild	25 Jun 2014 13:46:13 -0000	1.3
@@ -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-action/cs2d/cs2d-0123.ebuild,v 1.2 2014/06/25 12:58:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/cs2d/cs2d-0123.ebuild,v 1.3 2014/06/25 13:46:13 mgorny Exp $
 
 EAPI=5
 
@@ -29,18 +29,18 @@
 	amd64? (
 		|| (
 			app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
-			media-libs/openal[abi_x86_32(-)]
+			>=media-libs/openal-1.15.1[abi_x86_32(-)]
 		)
 		|| (
 			app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
-			virtual/opengl[abi_x86_32(-)]
+			>=virtual/opengl-7.0-r1[abi_x86_32(-)]
 		)
 		|| (
 			app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
 			(
-				media-libs/freetype:2[abi_x86_32(-)]
-				x11-libs/libX11[abi_x86_32(-)]
-				x11-libs/libXxf86vm[abi_x86_32(-)]
+				>=media-libs/freetype-2.5.0.1:2[abi_x86_32(-)]
+				>=x11-libs/libX11-1.6.2[abi_x86_32(-)]
+				>=x11-libs/libXxf86vm-1.1.3[abi_x86_32(-)]
 			)
 		)
 	)"



1.10                 games-action/cs2d/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/cs2d/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/cs2d/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/cs2d/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/cs2d/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	25 Jun 2014 12:58:08 -0000	1.9
+++ ChangeLog	25 Jun 2014 13:46:13 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/cs2d
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/cs2d/ChangeLog,v 1.9 2014/06/25 12:58:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/cs2d/ChangeLog,v 1.10 2014/06/25 13:46:13 mgorny Exp $
+
+  25 Jun 2014; Michał Górny <mgorny@gentoo.org> cs2d-0123.ebuild:
+  Update multilib dependencies to use the lowest known EAPI 5 or multilib
+  versions.
 
   25 Jun 2014; Michał Górny <mgorny@gentoo.org> cs2d-0123.ebuild:
   Support multilib dependencies aside to emul-linux-x86.





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

* [gentoo-commits] gentoo-x86 commit in games-action/cs2d: cs2d-0123.ebuild ChangeLog
@ 2015-06-01 22:05 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-06-01 22:05 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/06/01 22:05:45

  Modified:             cs2d-0123.ebuild ChangeLog
  Log:
  clean up app-emulation/emul-linux which has been removed
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  games-action/cs2d/cs2d-0123.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/cs2d/cs2d-0123.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/cs2d/cs2d-0123.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/cs2d/cs2d-0123.ebuild?r1=1.4&r2=1.5

Index: cs2d-0123.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/cs2d/cs2d-0123.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cs2d-0123.ebuild	10 Aug 2014 21:21:50 -0000	1.4
+++ cs2d-0123.ebuild	1 Jun 2015 22:05:45 -0000	1.5
@@ -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-action/cs2d/cs2d-0123.ebuild,v 1.4 2014/08/10 21:21:50 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/cs2d/cs2d-0123.ebuild,v 1.5 2015/06/01 22:05:45 mr_bones_ Exp $
 
 EAPI=5
 
@@ -27,22 +27,11 @@
 		virtual/opengl
 	)
 	amd64? (
-		|| (
-			app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
-			>=media-libs/openal-1.15.1[abi_x86_32(-)]
-		)
-		|| (
-			app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
-			>=virtual/opengl-7.0-r1[abi_x86_32(-)]
-		)
-		|| (
-			app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
-			(
-				>=media-libs/freetype-2.5.0.1:2[abi_x86_32(-)]
-				>=x11-libs/libX11-1.6.2[abi_x86_32(-)]
-				>=x11-libs/libXxf86vm-1.1.3[abi_x86_32(-)]
-			)
-		)
+		>=media-libs/openal-1.15.1[abi_x86_32(-)]
+		>=virtual/opengl-7.0-r1[abi_x86_32(-)]
+		>=media-libs/freetype-2.5.0.1:2[abi_x86_32(-)]
+		>=x11-libs/libX11-1.6.2[abi_x86_32(-)]
+		>=x11-libs/libXxf86vm-1.1.3[abi_x86_32(-)]
 	)"
 
 QA_PRESTRIPPED="opt/cs2d/CounterStrike2D"
@@ -52,10 +41,12 @@
 
 src_prepare() {
 	# removing windows files
-	rm -f *.exe *.bat
+	rm -f *.exe *.bat || die
 
 	# OpenAL is default sound driver
-	sed -i -e 's:^sounddriver.*$:sounddriver OpenAL Default:' sys/config.cfg || die
+	sed -i \
+		-e 's:^sounddriver.*$:sounddriver OpenAL Default:' \
+		sys/config.cfg || die
 }
 
 src_install() {



1.13                 games-action/cs2d/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/cs2d/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	14 Mar 2015 18:05:51 -0000	1.12
+++ ChangeLog	1 Jun 2015 22:05:45 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/cs2d
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/cs2d/ChangeLog,v 1.12 2015/03/14 18:05:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/cs2d/ChangeLog,v 1.13 2015/06/01 22:05:45 mr_bones_ Exp $
+
+  01 Jun 2015; Michael Sterrett <mr_bones_@gentoo.org> cs2d-0123.ebuild:
+  clean up app-emulation/emul-linux which has been removed
 
   14 Mar 2015; Michał Górny <mgorny@gentoo.org> -cs2d-0122.ebuild:
   Drop old versions that require emul-linux-x86 packages.





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

end of thread, other threads:[~2015-06-01 22:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-25 12:58 [gentoo-commits] gentoo-x86 commit in games-action/cs2d: cs2d-0123.ebuild ChangeLog Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2015-06-01 22:05 Michael Sterrett (mr_bones_)
2014-06-25 13:46 Michal Gorny (mgorny)
2013-12-20 13:35 Julian Ospald (hasufell)

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