public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Mueller (ulm)" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-action/maelstrom: ChangeLog maelstrom-3.0.6-r2.ebuild maelstrom-3.0.6-r1.ebuild
Date: Thu, 15 May 2014 16:23:38 +0000 (UTC)	[thread overview]
Message-ID: <20140515162338.E2EA42004C@flycatcher.gentoo.org> (raw)

ulm         14/05/15 16:23:38

  Modified:             ChangeLog maelstrom-3.0.6-r2.ebuild
                        maelstrom-3.0.6-r1.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.25                 games-action/maelstrom/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/maelstrom/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	13 Apr 2014 16:26:20 -0000	1.24
+++ ChangeLog	15 May 2014 16:23:38 -0000	1.25
@@ -1,6 +1,11 @@
 # ChangeLog for games-action/maelstrom
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/ChangeLog,v 1.24 2014/04/13 16:26:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/ChangeLog,v 1.25 2014/05/15 16:23:38 ulm Exp $
+
+  15 May 2014; Ulrich Müller <ulm@gentoo.org> maelstrom-3.0.6-r1.ebuild,
+  maelstrom-3.0.6-r2.ebuild:
+  Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+  "sound", bug 357661.
 
   13 Apr 2014; Agostino Sarubbo <ago@gentoo.org> maelstrom-3.0.6-r2.ebuild:
   Stable for ppc, wrt bug #505002



1.5                  games-action/maelstrom/maelstrom-3.0.6-r2.ebuild

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

Index: maelstrom-3.0.6-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- maelstrom-3.0.6-r2.ebuild	13 Apr 2014 16:26:20 -0000	1.4
+++ maelstrom-3.0.6-r2.ebuild	15 May 2014 16:23:38 -0000	1.5
@@ -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/maelstrom/maelstrom-3.0.6-r2.ebuild,v 1.4 2014/04/13 16:26:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r2.ebuild,v 1.5 2014/05/15 16:23:38 ulm Exp $
 
 EAPI=5
 inherit autotools eutils games
@@ -15,7 +15,7 @@
 LICENSE="GPL-2"
 IUSE=""
 
-DEPEND="media-libs/libsdl[audio,joystick,video]
+DEPEND="media-libs/libsdl[sound,joystick,video]
 	media-libs/sdl-net"
 RDEPEND="${DEPEND}"
 



1.12                 games-action/maelstrom/maelstrom-3.0.6-r1.ebuild

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

Index: maelstrom-3.0.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- maelstrom-3.0.6-r1.ebuild	31 Mar 2010 20:51:08 -0000	1.11
+++ maelstrom-3.0.6-r1.ebuild	15 May 2014 16:23:38 -0000	1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 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/maelstrom/maelstrom-3.0.6-r1.ebuild,v 1.11 2010/03/31 20:51:08 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r1.ebuild,v 1.12 2014/05/15 16:23:38 ulm Exp $
 
 EAPI=2
 inherit eutils games
@@ -15,7 +15,7 @@
 LICENSE="GPL-2"
 IUSE=""
 
-DEPEND="media-libs/libsdl[audio,joystick,video]
+DEPEND="media-libs/libsdl[sound,joystick,video]
 	media-libs/sdl-net"
 
 S=${WORKDIR}/${MY_P}





                 reply	other threads:[~2014-05-15 16:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140515162338.E2EA42004C@flycatcher.gentoo.org \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox