public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libsdl: ChangeLog libsdl-1.2.13-r1.ebuild
@ 2009-01-30  5:31 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-01-30  5:31 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/01/30 05:31:30

  Modified:             ChangeLog libsdl-1.2.13-r1.ebuild
  Log:
  don't pass unrecognized options to configure (bug #256881)
  (Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)

Revision  Changes    Path
1.148                media-libs/libsdl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.148&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.148&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?r1=1.147&r2=1.148

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- ChangeLog	21 Jan 2009 23:05:37 -0000	1.147
+++ ChangeLog	30 Jan 2009 05:31:30 -0000	1.148
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libsdl
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.147 2009/01/21 23:05:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.148 2009/01/30 05:31:30 mr_bones_ Exp $
+
+  30 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org>
+  libsdl-1.2.13-r1.ebuild:
+  don't pass unrecognized options to configure (bug #256881)
 
 *libsdl-1.2.13-r1 (21 Jan 2009)
 



1.2                  media-libs/libsdl/libsdl-1.2.13-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?r1=1.1&r2=1.2

Index: libsdl-1.2.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libsdl-1.2.13-r1.ebuild	21 Jan 2009 23:05:37 -0000	1.1
+++ libsdl-1.2.13-r1.ebuild	30 Jan 2009 05:31:30 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v 1.1 2009/01/21 23:05:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v 1.2 2009/01/30 05:31:30 mr_bones_ Exp $
 
 EAPI=2
 inherit flag-o-matic toolchain-funcs eutils libtool autotools
@@ -111,13 +111,11 @@
 	myconf="${myconf} ${directfbconf}"
 
 	econf \
-		--disable-dependency-tracking \
 		--disable-rpath \
 		--enable-events \
 		--enable-cdrom \
 		--enable-threads \
 		--enable-timers \
-		--enable-endian \
 		--enable-file \
 		--enable-cpuinfo \
 		$(use_enable oss) \






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libsdl: ChangeLog libsdl-1.2.13-r1.ebuild
@ 2009-02-09 13:18 Thomas Anderson (gentoofan23)
  0 siblings, 0 replies; 11+ messages in thread
From: Thomas Anderson (gentoofan23) @ 2009-02-09 13:18 UTC (permalink / raw
  To: gentoo-commits

gentoofan23    09/02/09 13:18:34

  Modified:             ChangeLog libsdl-1.2.13-r1.ebuild
  Log:
  stable amd64, bug 258230

Revision  Changes    Path
1.149                media-libs/libsdl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.149&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.149&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?r1=1.148&r2=1.149

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog	30 Jan 2009 05:31:30 -0000	1.148
+++ ChangeLog	9 Feb 2009 13:18:34 -0000	1.149
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libsdl
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.148 2009/01/30 05:31:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.149 2009/02/09 13:18:34 gentoofan23 Exp $
+
+  09 Feb 2009; Thomas Anderson <gentoofan23@gentoo.org>
+  libsdl-1.2.13-r1.ebuild:
+  stable amd64, bug 258230
 
   30 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org>
   libsdl-1.2.13-r1.ebuild:



1.3                  media-libs/libsdl/libsdl-1.2.13-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?r1=1.2&r2=1.3

Index: libsdl-1.2.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libsdl-1.2.13-r1.ebuild	30 Jan 2009 05:31:30 -0000	1.2
+++ libsdl-1.2.13-r1.ebuild	9 Feb 2009 13:18:34 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v 1.2 2009/01/30 05:31:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v 1.3 2009/02/09 13:18:34 gentoofan23 Exp $
 
 EAPI=2
 inherit flag-o-matic toolchain-funcs eutils libtool autotools
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 # WARNING:
 # if you disable the audio, video, joystick use flags or turn on the custom-cflags use flag
 # in USE and something breaks, you pick up the pieces.  Be prepared for






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libsdl: ChangeLog libsdl-1.2.13-r1.ebuild
@ 2009-02-09 19:25 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 11+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-02-09 19:25 UTC (permalink / raw
  To: gentoo-commits

klausman    09/02/09 19:25:48

  Modified:             ChangeLog libsdl-1.2.13-r1.ebuild
  Log:
  Stable on alpha, bug #258230
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.150                media-libs/libsdl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.150&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.150&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?r1=1.149&r2=1.150

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- ChangeLog	9 Feb 2009 13:18:34 -0000	1.149
+++ ChangeLog	9 Feb 2009 19:25:48 -0000	1.150
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libsdl
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.149 2009/02/09 13:18:34 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.150 2009/02/09 19:25:48 klausman Exp $
+
+  09 Feb 2009; Tobias Klausmann <klausman@gentoo.org>
+  libsdl-1.2.13-r1.ebuild:
+  Stable on alpha, bug #258230
 
   09 Feb 2009; Thomas Anderson <gentoofan23@gentoo.org>
   libsdl-1.2.13-r1.ebuild:



1.4                  media-libs/libsdl/libsdl-1.2.13-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?r1=1.3&r2=1.4

Index: libsdl-1.2.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libsdl-1.2.13-r1.ebuild	9 Feb 2009 13:18:34 -0000	1.3
+++ libsdl-1.2.13-r1.ebuild	9 Feb 2009 19:25:48 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v 1.3 2009/02/09 13:18:34 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v 1.4 2009/02/09 19:25:48 klausman Exp $
 
 EAPI=2
 inherit flag-o-matic toolchain-funcs eutils libtool autotools
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 # WARNING:
 # if you disable the audio, video, joystick use flags or turn on the custom-cflags use flag
 # in USE and something breaks, you pick up the pieces.  Be prepared for






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libsdl: ChangeLog libsdl-1.2.13-r1.ebuild
@ 2009-02-09 21:20 Tiago Cunha (tcunha)
  0 siblings, 0 replies; 11+ messages in thread
From: Tiago Cunha (tcunha) @ 2009-02-09 21:20 UTC (permalink / raw
  To: gentoo-commits

tcunha      09/02/09 21:20:22

  Modified:             ChangeLog libsdl-1.2.13-r1.ebuild
  Log:
  stable sparc, bug 258230
  (Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 sparc64)

Revision  Changes    Path
1.151                media-libs/libsdl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.151&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.151&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?r1=1.150&r2=1.151

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog	9 Feb 2009 19:25:48 -0000	1.150
+++ ChangeLog	9 Feb 2009 21:20:22 -0000	1.151
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libsdl
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.150 2009/02/09 19:25:48 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.151 2009/02/09 21:20:22 tcunha Exp $
+
+  09 Feb 2009; Tiago Cunha <tcunha@gentoo.org> libsdl-1.2.13-r1.ebuild:
+  stable sparc, bug 258230
 
   09 Feb 2009; Tobias Klausmann <klausman@gentoo.org>
   libsdl-1.2.13-r1.ebuild:



1.5                  media-libs/libsdl/libsdl-1.2.13-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?r1=1.4&r2=1.5

Index: libsdl-1.2.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libsdl-1.2.13-r1.ebuild	9 Feb 2009 19:25:48 -0000	1.4
+++ libsdl-1.2.13-r1.ebuild	9 Feb 2009 21:20:22 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v 1.4 2009/02/09 19:25:48 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v 1.5 2009/02/09 21:20:22 tcunha Exp $
 
 EAPI=2
 inherit flag-o-matic toolchain-funcs eutils libtool autotools
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc ~x86 ~x86-fbsd"
 # WARNING:
 # if you disable the audio, video, joystick use flags or turn on the custom-cflags use flag
 # in USE and something breaks, you pick up the pieces.  Be prepared for






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libsdl: ChangeLog libsdl-1.2.13-r1.ebuild
@ 2009-02-12 20:36 Jeroen Roovers (jer)
  0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2009-02-12 20:36 UTC (permalink / raw
  To: gentoo-commits

jer         09/02/12 20:36:19

  Modified:             ChangeLog libsdl-1.2.13-r1.ebuild
  Log:
  Stable for HPPA (bug #258230).
  (Portage version: 2.2_rc23/cvs/Linux i686)

Revision  Changes    Path
1.153                media-libs/libsdl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.153&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.153&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?r1=1.152&r2=1.153

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog	9 Feb 2009 21:51:48 -0000	1.152
+++ ChangeLog	12 Feb 2009 20:36:19 -0000	1.153
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libsdl
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.152 2009/02/09 21:51:48 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.153 2009/02/12 20:36:19 jer Exp $
+
+  12 Feb 2009; Jeroen Roovers <jer@gentoo.org> libsdl-1.2.13-r1.ebuild:
+  Stable for HPPA (bug #258230).
 
   09 Feb 2009; Michael Sterrett <mr_bones_@gentoo.org> libsdl-1.2.13.ebuild,
   libsdl-1.2.13-r1.ebuild:



1.7                  media-libs/libsdl/libsdl-1.2.13-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?r1=1.6&r2=1.7

Index: libsdl-1.2.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libsdl-1.2.13-r1.ebuild	9 Feb 2009 21:51:48 -0000	1.6
+++ libsdl-1.2.13-r1.ebuild	12 Feb 2009 20:36:19 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v 1.6 2009/02/09 21:51:48 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v 1.7 2009/02/12 20:36:19 jer Exp $
 
 EAPI=2
 inherit flag-o-matic toolchain-funcs eutils libtool
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc ~x86 ~x86-fbsd"
 # WARNING:
 # if you disable the audio, video, joystick use flags or turn on the custom-cflags use flag
 # in USE and something breaks, you pick up the pieces.  Be prepared for






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libsdl: ChangeLog libsdl-1.2.13-r1.ebuild
@ 2009-02-15 15:41 Markus Meier (maekke)
  0 siblings, 0 replies; 11+ messages in thread
From: Markus Meier (maekke) @ 2009-02-15 15:41 UTC (permalink / raw
  To: gentoo-commits

maekke      09/02/15 15:41:37

  Modified:             ChangeLog libsdl-1.2.13-r1.ebuild
  Log:
  x86 stable, bug #258230
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.154                media-libs/libsdl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.154&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.154&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?r1=1.153&r2=1.154

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- ChangeLog	12 Feb 2009 20:36:19 -0000	1.153
+++ ChangeLog	15 Feb 2009 15:41:37 -0000	1.154
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libsdl
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.153 2009/02/12 20:36:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.154 2009/02/15 15:41:37 maekke Exp $
+
+  15 Feb 2009; Markus Meier <maekke@gentoo.org> libsdl-1.2.13-r1.ebuild:
+  x86 stable, bug #258230
 
   12 Feb 2009; Jeroen Roovers <jer@gentoo.org> libsdl-1.2.13-r1.ebuild:
   Stable for HPPA (bug #258230).



1.8                  media-libs/libsdl/libsdl-1.2.13-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?r1=1.7&r2=1.8

Index: libsdl-1.2.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libsdl-1.2.13-r1.ebuild	12 Feb 2009 20:36:19 -0000	1.7
+++ libsdl-1.2.13-r1.ebuild	15 Feb 2009 15:41:37 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v 1.7 2009/02/12 20:36:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v 1.8 2009/02/15 15:41:37 maekke Exp $
 
 EAPI=2
 inherit flag-o-matic toolchain-funcs eutils libtool
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 ~x86-fbsd"
 # WARNING:
 # if you disable the audio, video, joystick use flags or turn on the custom-cflags use flag
 # in USE and something breaks, you pick up the pieces.  Be prepared for






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libsdl: ChangeLog libsdl-1.2.13-r1.ebuild
@ 2009-02-16 14:17 Brent Baude (ranger)
  0 siblings, 0 replies; 11+ messages in thread
From: Brent Baude (ranger) @ 2009-02-16 14:17 UTC (permalink / raw
  To: gentoo-commits

ranger      09/02/16 14:17:08

  Modified:             ChangeLog libsdl-1.2.13-r1.ebuild
  Log:
  stable ppc, bug 258230
  (Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 ppc64)

Revision  Changes    Path
1.155                media-libs/libsdl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.155&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.155&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?r1=1.154&r2=1.155

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog	15 Feb 2009 15:41:37 -0000	1.154
+++ ChangeLog	16 Feb 2009 14:17:08 -0000	1.155
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libsdl
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.154 2009/02/15 15:41:37 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.155 2009/02/16 14:17:08 ranger Exp $
+
+  16 Feb 2009; Brent Baude <ranger@gentoo.org> libsdl-1.2.13-r1.ebuild:
+  stable ppc, bug 258230
 
   15 Feb 2009; Markus Meier <maekke@gentoo.org> libsdl-1.2.13-r1.ebuild:
   x86 stable, bug #258230



1.9                  media-libs/libsdl/libsdl-1.2.13-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?r1=1.8&r2=1.9

Index: libsdl-1.2.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libsdl-1.2.13-r1.ebuild	15 Feb 2009 15:41:37 -0000	1.8
+++ libsdl-1.2.13-r1.ebuild	16 Feb 2009 14:17:08 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v 1.8 2009/02/15 15:41:37 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v 1.9 2009/02/16 14:17:08 ranger Exp $
 
 EAPI=2
 inherit flag-o-matic toolchain-funcs eutils libtool
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh sparc x86 ~x86-fbsd"
 # WARNING:
 # if you disable the audio, video, joystick use flags or turn on the custom-cflags use flag
 # in USE and something breaks, you pick up the pieces.  Be prepared for






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libsdl: ChangeLog libsdl-1.2.13-r1.ebuild
@ 2009-02-16 16:54 Brent Baude (ranger)
  0 siblings, 0 replies; 11+ messages in thread
From: Brent Baude (ranger) @ 2009-02-16 16:54 UTC (permalink / raw
  To: gentoo-commits

ranger      09/02/16 16:54:00

  Modified:             ChangeLog libsdl-1.2.13-r1.ebuild
  Log:
  stable ppc64, bug 258230
  (Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 ppc64)

Revision  Changes    Path
1.156                media-libs/libsdl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.156&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.156&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?r1=1.155&r2=1.156

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- ChangeLog	16 Feb 2009 14:17:08 -0000	1.155
+++ ChangeLog	16 Feb 2009 16:54:00 -0000	1.156
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libsdl
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.155 2009/02/16 14:17:08 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.156 2009/02/16 16:54:00 ranger Exp $
+
+  16 Feb 2009; Brent Baude <ranger@gentoo.org> libsdl-1.2.13-r1.ebuild:
+  stable ppc64, bug 258230
 
   16 Feb 2009; Brent Baude <ranger@gentoo.org> libsdl-1.2.13-r1.ebuild:
   stable ppc, bug 258230



1.10                 media-libs/libsdl/libsdl-1.2.13-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?r1=1.9&r2=1.10

Index: libsdl-1.2.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libsdl-1.2.13-r1.ebuild	16 Feb 2009 14:17:08 -0000	1.9
+++ libsdl-1.2.13-r1.ebuild	16 Feb 2009 16:54:00 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v 1.9 2009/02/16 14:17:08 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v 1.10 2009/02/16 16:54:00 ranger Exp $
 
 EAPI=2
 inherit flag-o-matic toolchain-funcs eutils libtool
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd"
 # WARNING:
 # if you disable the audio, video, joystick use flags or turn on the custom-cflags use flag
 # in USE and something breaks, you pick up the pieces.  Be prepared for






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libsdl: ChangeLog libsdl-1.2.13-r1.ebuild
@ 2009-02-17 18:03 Raul Porcel (armin76)
  0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2009-02-17 18:03 UTC (permalink / raw
  To: gentoo-commits

armin76     09/02/17 18:03:44

  Modified:             ChangeLog libsdl-1.2.13-r1.ebuild
  Log:
  arm/ia64/sh stable wrt #258230
  (Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 ia64)

Revision  Changes    Path
1.157                media-libs/libsdl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.157&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.157&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?r1=1.156&r2=1.157

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog	16 Feb 2009 16:54:00 -0000	1.156
+++ ChangeLog	17 Feb 2009 18:03:44 -0000	1.157
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libsdl
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.156 2009/02/16 16:54:00 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.157 2009/02/17 18:03:44 armin76 Exp $
+
+  17 Feb 2009; Raúl Porcel <armin76@gentoo.org> libsdl-1.2.13-r1.ebuild:
+  arm/ia64/sh stable wrt #258230
 
   16 Feb 2009; Brent Baude <ranger@gentoo.org> libsdl-1.2.13-r1.ebuild:
   stable ppc64, bug 258230



1.11                 media-libs/libsdl/libsdl-1.2.13-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?r1=1.10&r2=1.11

Index: libsdl-1.2.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libsdl-1.2.13-r1.ebuild	16 Feb 2009 16:54:00 -0000	1.10
+++ libsdl-1.2.13-r1.ebuild	17 Feb 2009 18:03:44 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v 1.10 2009/02/16 16:54:00 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v 1.11 2009/02/17 18:03:44 armin76 Exp $
 
 EAPI=2
 inherit flag-o-matic toolchain-funcs eutils libtool
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
 # WARNING:
 # if you disable the audio, video, joystick use flags or turn on the custom-cflags use flag
 # in USE and something breaks, you pick up the pieces.  Be prepared for






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libsdl: ChangeLog libsdl-1.2.13-r1.ebuild
@ 2009-11-11 13:10 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 11+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-11-11 13:10 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/11/11 13:10:24

  Modified:             ChangeLog libsdl-1.2.13-r1.ebuild
  Log:
  Remove USE arts (deprecated).
  (Portage version: 2.2_rc49/cvs/Linux x86_64)

Revision  Changes    Path
1.165                media-libs/libsdl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.165&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.165&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?r1=1.164&r2=1.165

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog	6 Nov 2009 16:25:16 -0000	1.164
+++ ChangeLog	11 Nov 2009 13:10:23 -0000	1.165
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libsdl
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.164 2009/11/06 16:25:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.165 2009/11/11 13:10:23 ssuominen Exp $
+
+  11 Nov 2009; Samuli Suominen <ssuominen@gentoo.org>
+  libsdl-1.2.13-r1.ebuild:
+  Remove USE arts (deprecated).
 
   06 Nov 2009; Mike Frysinger <vapier@gentoo.org> libsdl-1.2.14.ebuild,
   metadata.xml:



1.13                 media-libs/libsdl/libsdl-1.2.13-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild?r1=1.12&r2=1.13

Index: libsdl-1.2.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libsdl-1.2.13-r1.ebuild	17 Feb 2009 18:15:39 -0000	1.12
+++ libsdl-1.2.13-r1.ebuild	11 Nov 2009 13:10:23 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v 1.12 2009/02/17 18:15:39 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v 1.13 2009/11/11 13:10:23 ssuominen Exp $
 
 EAPI=2
 inherit flag-o-matic toolchain-funcs eutils libtool
@@ -16,12 +16,11 @@
 # if you disable the audio, video, joystick use flags or turn on the custom-cflags use flag
 # in USE and something breaks, you pick up the pieces.  Be prepared for
 # bug reports to be marked INVALID.
-IUSE="oss alsa esd arts nas X dga xv xinerama fbcon directfb ggi svga aalib opengl libcaca +audio +video +joystick custom-cflags pulseaudio"
+IUSE="oss alsa esd nas X dga xv xinerama fbcon directfb ggi svga aalib opengl libcaca +audio +video +joystick custom-cflags pulseaudio"
 
 RDEPEND="audio? ( >=media-libs/audiofile-0.1.9 )
 	alsa? ( media-libs/alsa-lib )
 	esd? ( >=media-sound/esound-0.2.19 )
-	arts? ( kde-base/arts )
 	nas? (
 		media-libs/nas
 		x11-libs/libXt
@@ -122,7 +121,7 @@
 		$(use_enable alsa) \
 		$(use_enable esd) \
 		$(use_enable pulseaudio) \
-		$(use_enable arts) \
+		--disable-arts \
 		$(use_enable nas) \
 		$(use_enable X video-x11) \
 		$(use_enable dga) \






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libsdl: ChangeLog libsdl-1.2.13-r1.ebuild
@ 2012-03-18 13:54 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 11+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-03-18 13:54 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/03/18 13:54:55

  Modified:             ChangeLog
  Removed:              libsdl-1.2.13-r1.ebuild
  Log:
  punt old, mostly just to get rid of last ebuild using esound
  
  (Portage version: 2.2.0_alpha90/cvs/Linux x86_64)

Revision  Changes    Path
1.186                media-libs/libsdl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.186&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.186&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/ChangeLog?r1=1.185&r2=1.186

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -r1.185 -r1.186
--- ChangeLog	12 Mar 2012 19:47:02 -0000	1.185
+++ ChangeLog	18 Mar 2012 13:54:55 -0000	1.186
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/libsdl
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.185 2012/03/12 19:47:02 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.186 2012/03/18 13:54:55 ssuominen Exp $
+
+  18 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> -libsdl-1.2.13-r1.ebuild,
+  -files/libsdl-1.2.13-cld.patch, -files/libsdl-1.2.13-libcaca-new-api.patch,
+  -files/libsdl-1.2.13-pulseaudio.patch,
+  -files/libsdl-1.2.13-xinerama-head-0.patch:
+  old
 
   12 Mar 2012; Markus Meier <maekke@gentoo.org> libsdl-1.2.15.ebuild:
   arm stable, bug #405217






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

end of thread, other threads:[~2012-03-18 13:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-16 14:17 [gentoo-commits] gentoo-x86 commit in media-libs/libsdl: ChangeLog libsdl-1.2.13-r1.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-18 13:54 Samuli Suominen (ssuominen)
2009-11-11 13:10 Samuli Suominen (ssuominen)
2009-02-17 18:03 Raul Porcel (armin76)
2009-02-16 16:54 Brent Baude (ranger)
2009-02-15 15:41 Markus Meier (maekke)
2009-02-12 20:36 Jeroen Roovers (jer)
2009-02-09 21:20 Tiago Cunha (tcunha)
2009-02-09 19:25 Tobias Klausmann (klausman)
2009-02-09 13:18 Thomas Anderson (gentoofan23)
2009-01-30  5:31 Michael Sterrett (mr_bones_)

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