public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libtheora: ChangeLog libtheora-1.0_beta3-r1.ebuild
@ 2008-06-16 11:47 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 7+ messages in thread
From: Diego Petteno (flameeyes) @ 2008-06-16 11:47 UTC (permalink / raw
  To: gentoo-commits

flameeyes    08/06/16 11:47:04

  Modified:             ChangeLog libtheora-1.0_beta3-r1.ebuild
  Log:
  Disable building of tests during make all, do it only on make check. Fixes bug #226337.
  (Portage version: 2.1.5.5)

Revision  Changes    Path
1.76                 media-libs/libtheora/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	11 May 2008 21:13:33 -0000	1.75
+++ ChangeLog	16 Jun 2008 11:47:03 -0000	1.76
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/libtheora
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.75 2008/05/11 21:13:33 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.76 2008/06/16 11:47:03 flameeyes Exp $
+
+  16 Jun 2008; Diego Pettenò <flameeyes@gentoo.org>
+  libtheora-1.0_beta3-r1.ebuild:
+  Disable building of tests during make all, do it only on make check. Fixes
+  bug #226337.
 
 *libtheora-1.0_beta3-r1 (11 May 2008)
 



1.2                  media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild

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

Index: libtheora-1.0_beta3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libtheora-1.0_beta3-r1.ebuild	11 May 2008 21:13:33 -0000	1.1
+++ libtheora-1.0_beta3-r1.ebuild	16 Jun 2008 11:47:03 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild,v 1.1 2008/05/11 21:13:33 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild,v 1.2 2008/06/16 11:47:03 flameeyes Exp $
 
 inherit autotools eutils toolchain-funcs flag-o-matic
 
@@ -26,6 +26,11 @@
 	cd "${S}"
 	epatch "${FILESDIR}"/${PN}-1.0_beta2-flags.patch
 	epatch "${FILESDIR}"/${P}-pic-fix.patch
+
+	sed -i -e 's:noinst_PROGRAMS:check_PROGRAMS:' \
+		"${S}"/tests/Makefile.am \
+		|| die "unable to disable tests building"
+
 	AT_M4DIR="m4" eautoreconf
 }
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-libs/libtheora: ChangeLog libtheora-1.0_beta3-r1.ebuild
@ 2008-09-07 22:02 Alexis Ballier (aballier)
  0 siblings, 0 replies; 7+ messages in thread
From: Alexis Ballier (aballier) @ 2008-09-07 22:02 UTC (permalink / raw
  To: gentoo-commits

aballier    08/09/07 22:02:09

  Modified:             ChangeLog libtheora-1.0_beta3-r1.ebuild
  Log:
  Don't run encoder tests without use encode, bug #212315
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)

Revision  Changes    Path
1.77                 media-libs/libtheora/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	16 Jun 2008 11:47:03 -0000	1.76
+++ ChangeLog	7 Sep 2008 22:02:08 -0000	1.77
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libtheora
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.76 2008/06/16 11:47:03 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.77 2008/09/07 22:02:08 aballier Exp $
+
+  07 Sep 2008; Alexis Ballier <aballier@gentoo.org>
+  +files/libtheora-1.0_beta3-tests.patch, libtheora-1.0_beta3-r1.ebuild:
+  Don't run encoder tests without use encode, bug #212315
 
   16 Jun 2008; Diego Pettenò <flameeyes@gentoo.org>
   libtheora-1.0_beta3-r1.ebuild:



1.3                  media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild

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

Index: libtheora-1.0_beta3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libtheora-1.0_beta3-r1.ebuild	16 Jun 2008 11:47:03 -0000	1.2
+++ libtheora-1.0_beta3-r1.ebuild	7 Sep 2008 22:02:08 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild,v 1.2 2008/06/16 11:47:03 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild,v 1.3 2008/09/07 22:02:08 aballier Exp $
 
 inherit autotools eutils toolchain-funcs flag-o-matic
 
@@ -26,10 +26,7 @@
 	cd "${S}"
 	epatch "${FILESDIR}"/${PN}-1.0_beta2-flags.patch
 	epatch "${FILESDIR}"/${P}-pic-fix.patch
-
-	sed -i -e 's:noinst_PROGRAMS:check_PROGRAMS:' \
-		"${S}"/tests/Makefile.am \
-		|| die "unable to disable tests building"
+	epatch "${FILESDIR}"/${P}-tests.patch
 
 	AT_M4DIR="m4" eautoreconf
 }






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libtheora: ChangeLog libtheora-1.0_beta3-r1.ebuild
@ 2008-10-27 20:34 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2008-10-27 20:34 UTC (permalink / raw
  To: gentoo-commits

maekke      08/10/27 20:34:16

  Modified:             ChangeLog libtheora-1.0_beta3-r1.ebuild
  Log:
  amd64/x86 stable, bug #244582
  (Portage version: 2.2_rc12/cvs/Linux 2.6.28-rc1 i686)

Revision  Changes    Path
1.78                 media-libs/libtheora/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog	7 Sep 2008 22:02:08 -0000	1.77
+++ ChangeLog	27 Oct 2008 20:34:16 -0000	1.78
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libtheora
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.77 2008/09/07 22:02:08 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.78 2008/10/27 20:34:16 maekke Exp $
+
+  27 Oct 2008; Markus Meier <maekke@gentoo.org>
+  libtheora-1.0_beta3-r1.ebuild:
+  amd64/x86 stable, bug #244582
 
   07 Sep 2008; Alexis Ballier <aballier@gentoo.org>
   +files/libtheora-1.0_beta3-tests.patch, libtheora-1.0_beta3-r1.ebuild:



1.4                  media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild

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

Index: libtheora-1.0_beta3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libtheora-1.0_beta3-r1.ebuild	7 Sep 2008 22:02:08 -0000	1.3
+++ libtheora-1.0_beta3-r1.ebuild	27 Oct 2008 20:34:16 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild,v 1.3 2008/09/07 22:02:08 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild,v 1.4 2008/10/27 20:34:16 maekke Exp $
 
 inherit autotools eutils toolchain-funcs flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD"
 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"
 IUSE="doc encode examples"
 
 RDEPEND="media-libs/libogg






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libtheora: ChangeLog libtheora-1.0_beta3-r1.ebuild
@ 2008-10-29  6:54 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2008-10-29  6:54 UTC (permalink / raw
  To: gentoo-commits

jer         08/10/29 06:54:20

  Modified:             ChangeLog libtheora-1.0_beta3-r1.ebuild
  Log:
  Stable for HPPA (bug #244582).
  (Portage version: 2.2_rc12/cvs/Linux 2.6.25-gentoo-r7-JeR i686)

Revision  Changes    Path
1.79                 media-libs/libtheora/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	27 Oct 2008 20:34:16 -0000	1.78
+++ ChangeLog	29 Oct 2008 06:54:20 -0000	1.79
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libtheora
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.78 2008/10/27 20:34:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.79 2008/10/29 06:54:20 jer Exp $
+
+  29 Oct 2008; Jeroen Roovers <jer@gentoo.org>
+  libtheora-1.0_beta3-r1.ebuild:
+  Stable for HPPA (bug #244582).
 
   27 Oct 2008; Markus Meier <maekke@gentoo.org>
   libtheora-1.0_beta3-r1.ebuild:



1.5                  media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild

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

Index: libtheora-1.0_beta3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libtheora-1.0_beta3-r1.ebuild	27 Oct 2008 20:34:16 -0000	1.4
+++ libtheora-1.0_beta3-r1.ebuild	29 Oct 2008 06:54:20 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild,v 1.4 2008/10/27 20:34:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild,v 1.5 2008/10/29 06:54:20 jer Exp $
 
 inherit autotools eutils toolchain-funcs flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD"
 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"
 IUSE="doc encode examples"
 
 RDEPEND="media-libs/libogg






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libtheora: ChangeLog libtheora-1.0_beta3-r1.ebuild
@ 2008-11-01 17:29 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 7+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-11-01 17:29 UTC (permalink / raw
  To: gentoo-commits

nixnut      08/11/01 17:29:46

  Modified:             ChangeLog libtheora-1.0_beta3-r1.ebuild
  Log:
  Stable on ppc wrt bug 244582
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.80                 media-libs/libtheora/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog	29 Oct 2008 06:54:20 -0000	1.79
+++ ChangeLog	1 Nov 2008 17:29:46 -0000	1.80
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libtheora
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.79 2008/10/29 06:54:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.80 2008/11/01 17:29:46 nixnut Exp $
+
+  01 Nov 2008; nixnut <nixnut@gentoo.org> libtheora-1.0_beta3-r1.ebuild:
+  Stable on ppc wrt bug 244582
 
   29 Oct 2008; Jeroen Roovers <jer@gentoo.org>
   libtheora-1.0_beta3-r1.ebuild:



1.6                  media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild

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

Index: libtheora-1.0_beta3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libtheora-1.0_beta3-r1.ebuild	29 Oct 2008 06:54:20 -0000	1.5
+++ libtheora-1.0_beta3-r1.ebuild	1 Nov 2008 17:29:46 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild,v 1.5 2008/10/29 06:54:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild,v 1.6 2008/11/01 17:29:46 nixnut Exp $
 
 inherit autotools eutils toolchain-funcs flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD"
 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"
 IUSE="doc encode examples"
 
 RDEPEND="media-libs/libogg






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libtheora: ChangeLog libtheora-1.0_beta3-r1.ebuild
@ 2008-11-03 11:07 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2008-11-03 11:07 UTC (permalink / raw
  To: gentoo-commits

armin76     08/11/03 11:07:56

  Modified:             ChangeLog libtheora-1.0_beta3-r1.ebuild
  Log:
  alpha/arm/ia64/sh/sparc stable wrt #244582
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.81                 media-libs/libtheora/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog	1 Nov 2008 17:29:46 -0000	1.80
+++ ChangeLog	3 Nov 2008 11:07:56 -0000	1.81
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libtheora
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.80 2008/11/01 17:29:46 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.81 2008/11/03 11:07:56 armin76 Exp $
+
+  03 Nov 2008; Raúl Porcel <armin76@gentoo.org>
+  libtheora-1.0_beta3-r1.ebuild:
+  alpha/arm/ia64/sh/sparc stable wrt #244582
 
   01 Nov 2008; nixnut <nixnut@gentoo.org> libtheora-1.0_beta3-r1.ebuild:
   Stable on ppc wrt bug 244582



1.7                  media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild

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

Index: libtheora-1.0_beta3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libtheora-1.0_beta3-r1.ebuild	1 Nov 2008 17:29:46 -0000	1.6
+++ libtheora-1.0_beta3-r1.ebuild	3 Nov 2008 11:07:56 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild,v 1.6 2008/11/01 17:29:46 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild,v 1.7 2008/11/03 11:07:56 armin76 Exp $
 
 inherit autotools eutils toolchain-funcs flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD"
 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"
 IUSE="doc encode examples"
 
 RDEPEND="media-libs/libogg






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libtheora: ChangeLog libtheora-1.0_beta3-r1.ebuild
@ 2008-12-08 20:41 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2008-12-08 20:41 UTC (permalink / raw
  To: gentoo-commits

ranger      08/12/08 20:41:18

  Modified:             ChangeLog libtheora-1.0_beta3-r1.ebuild
  Log:
  stable ppc64, bug 244582
  (Portage version: 2.2_rc12/cvs/Linux 2.6.25-gentoo-r7 ppc64)

Revision  Changes    Path
1.83                 media-libs/libtheora/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog	6 Nov 2008 18:22:19 -0000	1.82
+++ ChangeLog	8 Dec 2008 20:41:17 -0000	1.83
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libtheora
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.82 2008/11/06 18:22:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.83 2008/12/08 20:41:17 ranger Exp $
+
+  08 Dec 2008; Brent Baude <ranger@gentoo.org>
+  libtheora-1.0_beta3-r1.ebuild:
+  stable ppc64, bug 244582
 
 *libtheora-1.0 (06 Nov 2008)
 



1.8                  media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild

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

Index: libtheora-1.0_beta3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libtheora-1.0_beta3-r1.ebuild	3 Nov 2008 11:07:56 -0000	1.7
+++ libtheora-1.0_beta3-r1.ebuild	8 Dec 2008 20:41:17 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild,v 1.7 2008/11/03 11:07:56 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild,v 1.8 2008/12/08 20:41:17 ranger Exp $
 
 inherit autotools eutils toolchain-funcs flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD"
 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"
 IUSE="doc encode examples"
 
 RDEPEND="media-libs/libogg






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

end of thread, other threads:[~2008-12-08 20:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-07 22:02 [gentoo-commits] gentoo-x86 commit in media-libs/libtheora: ChangeLog libtheora-1.0_beta3-r1.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2008-12-08 20:41 Brent Baude (ranger)
2008-11-03 11:07 Raul Porcel (armin76)
2008-11-01 17:29 Gysbert Wassenaar (nixnut)
2008-10-29  6:54 Jeroen Roovers (jer)
2008-10-27 20:34 Markus Meier (maekke)
2008-06-16 11:47 Diego Petteno (flameeyes)

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