public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-strategy/ja2-stracciatella: ChangeLog ja2-stracciatella-0.12.1_p7072.ebuild
@ 2012-06-02 16:47 Julian Ospald (hasufell)
  0 siblings, 0 replies; 5+ messages in thread
From: Julian Ospald (hasufell) @ 2012-06-02 16:47 UTC (permalink / raw
  To: gentoo-commits

hasufell    12/06/02 16:47:21

  Modified:             ChangeLog ja2-stracciatella-0.12.1_p7072.ebuild
  Log:
  bump to EAPI=4
  
  (Portage version: 2.2.0_alpha109/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  games-strategy/ja2-stracciatella/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	10 May 2012 20:05:37 -0000	1.1
+++ ChangeLog	2 Jun 2012 16:47:21 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for games-strategy/ja2-stracciatella
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog,v 1.1 2012/05/10 20:05:37 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog,v 1.2 2012/06/02 16:47:21 hasufell Exp $
+
+  02 Jun 2012; Julian Ospald <hasufell@gentoo.org>
+  ja2-stracciatella-0.12.1_p7072.ebuild:
+  bump to EAPI=4
 
 *ja2-stracciatella-0.12.1_p7072 (10 May 2012)
 



1.2                  games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild?r1=1.1&r2=1.2

Index: ja2-stracciatella-0.12.1_p7072.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ja2-stracciatella-0.12.1_p7072.ebuild	10 May 2012 20:05:37 -0000	1.1
+++ ja2-stracciatella-0.12.1_p7072.ebuild	2 Jun 2012 16:47:21 -0000	1.2
@@ -1,8 +1,8 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild,v 1.1 2012/05/10 20:05:37 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild,v 1.2 2012/06/02 16:47:21 hasufell Exp $
 
-EAPI=3
+EAPI=4
 
 inherit eutils games
 
@@ -62,15 +62,15 @@
 	use editor && myconf+=" JA2EDITOR=yes JA2BETAVERSION=yes"
 	use zlib && myconf+=" WITH_ZLIB=yes"
 
-	emake ${myconf} || die
+	emake ${myconf}
 }
 
 src_install() {
-	dogamesbin ja2 "${T}"/ja2-convert || die
+	dogamesbin ja2 "${T}"/ja2-convert
 
 	if use editor; then
 		insinto "${GAMES_DATADIR}"/ja2/data
-		doins "${WORKDIR}"/editor.slf || die
+		doins "${WORKDIR}"/editor.slf
 	fi
 
 	make_desktop_entry ja2 ${PN}






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

* [gentoo-commits] gentoo-x86 commit in games-strategy/ja2-stracciatella: ChangeLog ja2-stracciatella-0.12.1_p7072.ebuild
@ 2012-06-23 22:10 Julian Ospald (hasufell)
  0 siblings, 0 replies; 5+ messages in thread
From: Julian Ospald (hasufell) @ 2012-06-23 22:10 UTC (permalink / raw
  To: gentoo-commits

hasufell    12/06/23 22:10:51

  Modified:             ChangeLog ja2-stracciatella-0.12.1_p7072.ebuild
  Log:
  simplify LANGS stuff, fixes bug #423051
  
  (Portage version: 2.2.0_alpha111/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  games-strategy/ja2-stracciatella/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	2 Jun 2012 16:47:21 -0000	1.2
+++ ChangeLog	23 Jun 2012 22:10:51 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for games-strategy/ja2-stracciatella
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog,v 1.2 2012/06/02 16:47:21 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog,v 1.3 2012/06/23 22:10:51 hasufell Exp $
+
+  23 Jun 2012; Julian Ospald <hasufell@gentoo.org>
+  ja2-stracciatella-0.12.1_p7072.ebuild:
+  simplify LANGS stuff, fixes bug #423051
 
   02 Jun 2012; Julian Ospald <hasufell@gentoo.org>
   ja2-stracciatella-0.12.1_p7072.ebuild:



1.3                  games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild?r1=1.2&r2=1.3

Index: ja2-stracciatella-0.12.1_p7072.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ja2-stracciatella-0.12.1_p7072.ebuild	2 Jun 2012 16:47:21 -0000	1.2
+++ ja2-stracciatella-0.12.1_p7072.ebuild	23 Jun 2012 22:10:51 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild,v 1.2 2012/06/02 16:47:21 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild,v 1.3 2012/06/23 22:10:51 hasufell Exp $
 
 EAPI=4
 
@@ -20,11 +20,9 @@
 	cdinstall? ( games-strategy/ja2-stracciatella-data )
 	zlib? ( sys-libs/zlib )"
 
-LANGS="en de fr it nl pl ru ru_gold"
-for l in ${LANGS}; do
-	IUSE="$IUSE linguas_${l}"
-done
-unset l
+LANGS="linguas_de +linguas_en linguas_fr linguas_it linguas_nl linguas_pl linguas_ru linguas_ru_gold"
+IUSE="$IUSE $LANGS"
+REQUIRED_USE="^^ ( ${LANGS//+/} )"
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-makefile.patch
@@ -39,24 +37,19 @@
 }
 
 src_compile() {
-	local myconf i
+	local myconf
 
-	for i in ${LANGS} ; do
-		if has ${i} ${LINGUAS} ; then
-			case ${i} in
-				de) myconf="LNG=GERMAN" ;;
-				nl) myconf="LNG=DUTCH" ;;
-				fr) myconf="LNG=FRENCH" ;;
-				it) myconf="LNG=ITALIAN" ;;
-				pl) myconf="LNG=POLISH" ;;
-				ru) myconf="LNG=RUSSIAN" ;;
-				ru_gold) myconf="LNG=RUSSIAN_GOLD" ;;
-				en) myconf="LNG=ENGLISH" ;;
-				*) die "wat" ;;
-			esac
-			break
-		fi
-	done
+	case ${LINGUAS} in
+		de) myconf="LNG=GERMAN" ;;
+		nl) myconf="LNG=DUTCH" ;;
+		fr) myconf="LNG=FRENCH" ;;
+		it) myconf="LNG=ITALIAN" ;;
+		pl) myconf="LNG=POLISH" ;;
+		ru) myconf="LNG=RUSSIAN" ;;
+		ru_gold) myconf="LNG=RUSSIAN_GOLD" ;;
+		en) myconf="LNG=ENGLISH" ;;
+		*) die "wat" ;;
+	esac
 	elog "Chosen language is ${myconf#LNG=}"
 
 	use editor && myconf+=" JA2EDITOR=yes JA2BETAVERSION=yes"






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

* [gentoo-commits] gentoo-x86 commit in games-strategy/ja2-stracciatella: ChangeLog ja2-stracciatella-0.12.1_p7072.ebuild
@ 2012-07-02 16:56 Julian Ospald (hasufell)
  0 siblings, 0 replies; 5+ messages in thread
From: Julian Ospald (hasufell) @ 2012-07-02 16:56 UTC (permalink / raw
  To: gentoo-commits

hasufell    12/07/02 16:56:46

  Modified:             ChangeLog ja2-stracciatella-0.12.1_p7072.ebuild
  Log:
  mark stable for amd64 wrt bug #422465
  
  (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  games-strategy/ja2-stracciatella/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	23 Jun 2012 22:10:51 -0000	1.3
+++ ChangeLog	2 Jul 2012 16:56:46 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for games-strategy/ja2-stracciatella
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog,v 1.3 2012/06/23 22:10:51 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog,v 1.4 2012/07/02 16:56:46 hasufell Exp $
+
+  02 Jul 2012; Julian Ospald <hasufell@gentoo.org>
+  ja2-stracciatella-0.12.1_p7072.ebuild:
+  mark stable for amd64 wrt bug #422465
 
   23 Jun 2012; Julian Ospald <hasufell@gentoo.org>
   ja2-stracciatella-0.12.1_p7072.ebuild:



1.4                  games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild?r1=1.3&r2=1.4

Index: ja2-stracciatella-0.12.1_p7072.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ja2-stracciatella-0.12.1_p7072.ebuild	23 Jun 2012 22:10:51 -0000	1.3
+++ ja2-stracciatella-0.12.1_p7072.ebuild	2 Jul 2012 16:56:46 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild,v 1.3 2012/06/23 22:10:51 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild,v 1.4 2012/07/02 16:56:46 hasufell Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE="SFI-SCLA"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="cdinstall editor zlib"
 
 RDEPEND="media-libs/libsdl[X,audio,video]






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

* [gentoo-commits] gentoo-x86 commit in games-strategy/ja2-stracciatella: ChangeLog ja2-stracciatella-0.12.1_p7072.ebuild
@ 2012-11-21 10:13 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-21 10:13 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/21 10:13:12

  Modified:             ChangeLog ja2-stracciatella-0.12.1_p7072.ebuild
  Log:
  Stable for x86, wrt bug #422465
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  games-strategy/ja2-stracciatella/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	2 Jul 2012 16:56:46 -0000	1.4
+++ ChangeLog	21 Nov 2012 10:13:12 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for games-strategy/ja2-stracciatella
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog,v 1.4 2012/07/02 16:56:46 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog,v 1.5 2012/11/21 10:13:12 ago Exp $
+
+  21 Nov 2012; Agostino Sarubbo <ago@gentoo.org>
+  ja2-stracciatella-0.12.1_p7072.ebuild:
+  Stable for x86, wrt bug #422465
 
   02 Jul 2012; Julian Ospald <hasufell@gentoo.org>
   ja2-stracciatella-0.12.1_p7072.ebuild:



1.5                  games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild?r1=1.4&r2=1.5

Index: ja2-stracciatella-0.12.1_p7072.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ja2-stracciatella-0.12.1_p7072.ebuild	2 Jul 2012 16:56:46 -0000	1.4
+++ ja2-stracciatella-0.12.1_p7072.ebuild	21 Nov 2012 10:13:12 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild,v 1.4 2012/07/02 16:56:46 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild,v 1.5 2012/11/21 10:13:12 ago Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE="SFI-SCLA"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="cdinstall editor zlib"
 
 RDEPEND="media-libs/libsdl[X,audio,video]





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

* [gentoo-commits] gentoo-x86 commit in games-strategy/ja2-stracciatella: ChangeLog ja2-stracciatella-0.12.1_p7072.ebuild
@ 2014-05-15 17:04 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-05-15 17:04 UTC (permalink / raw
  To: gentoo-commits

ulm         14/05/15 17:04:45

  Modified:             ChangeLog ja2-stracciatella-0.12.1_p7072.ebuild
  Log:
  Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sound", bug 357661.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)

Revision  Changes    Path
1.6                  games-strategy/ja2-stracciatella/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	21 Nov 2012 10:13:12 -0000	1.5
+++ ChangeLog	15 May 2014 17:04:45 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for games-strategy/ja2-stracciatella
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog,v 1.5 2012/11/21 10:13:12 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog,v 1.6 2014/05/15 17:04:45 ulm Exp $
+
+  15 May 2014; Ulrich Müller <ulm@gentoo.org>
+  ja2-stracciatella-0.12.1_p7072.ebuild:
+  Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+  "sound", bug 357661.
 
   21 Nov 2012; Agostino Sarubbo <ago@gentoo.org>
   ja2-stracciatella-0.12.1_p7072.ebuild:



1.6                  games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild?r1=1.5&r2=1.6

Index: ja2-stracciatella-0.12.1_p7072.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ja2-stracciatella-0.12.1_p7072.ebuild	21 Nov 2012 10:13:12 -0000	1.5
+++ ja2-stracciatella-0.12.1_p7072.ebuild	15 May 2014 17:04:45 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild,v 1.5 2012/11/21 10:13:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild,v 1.6 2014/05/15 17:04:45 ulm Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 KEYWORDS="amd64 x86"
 IUSE="cdinstall editor zlib"
 
-RDEPEND="media-libs/libsdl[X,audio,video]
+RDEPEND="media-libs/libsdl[X,sound,video]
 	cdinstall? ( games-strategy/ja2-stracciatella-data )
 	zlib? ( sys-libs/zlib )"
 





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

end of thread, other threads:[~2014-05-15 17:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-02 16:47 [gentoo-commits] gentoo-x86 commit in games-strategy/ja2-stracciatella: ChangeLog ja2-stracciatella-0.12.1_p7072.ebuild Julian Ospald (hasufell)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-23 22:10 Julian Ospald (hasufell)
2012-07-02 16:56 Julian Ospald (hasufell)
2012-11-21 10:13 Agostino Sarubbo (ago)
2014-05-15 17:04 Ulrich Mueller (ulm)

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