public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/schroedinger: ChangeLog schroedinger-1.0.8.ebuild
@ 2009-10-14  4:47 Alexis Ballier (aballier)
  0 siblings, 0 replies; 13+ messages in thread
From: Alexis Ballier (aballier) @ 2009-10-14  4:47 UTC (permalink / raw
  To: gentoo-commits

aballier    09/10/14 04:47:48

  Modified:             ChangeLog
  Added:                schroedinger-1.0.8.ebuild
  Log:
  version bump
  (Portage version: 2.2_rc46/cvs/Linux x86_64)

Revision  Changes    Path
1.36                 media-libs/schroedinger/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	5 Oct 2009 10:12:14 -0000	1.35
+++ ChangeLog	14 Oct 2009 04:47:48 -0000	1.36
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/schroedinger
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.35 2009/10/05 10:12:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.36 2009/10/14 04:47:48 aballier Exp $
+
+*schroedinger-1.0.8 (14 Oct 2009)
+
+  14 Oct 2009; Alexis Ballier <aballier@gentoo.org>
+  +schroedinger-1.0.8.ebuild:
+  version bump
 
   05 Oct 2009; Samuli Suominen <ssuominen@gentoo.org>
   schroedinger-1.0.7-r2.ebuild:



1.1                  media-libs/schroedinger/schroedinger-1.0.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild?rev=1.1&content-type=text/plain

Index: schroedinger-1.0.8.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v 1.1 2009/10/14 04:47:48 aballier Exp $

EAPI=2
inherit libtool

DESCRIPTION="C-based libraries and GStreamer plugins for the Dirac video codec"
HOMEPAGE="http://www.diracvideo.org"
SRC_URI="http://www.diracvideo.org/download/${PN}/${P}.tar.gz"

LICENSE="|| ( MPL-1.1 LGPL-2.1 GPL-2 MIT )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""

RDEPEND=">=dev-libs/liboil-0.3.16"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_prepare() {
	elibtoolize
}

src_configure() {
	econf \
		--disable-dependency-tracking \
		--disable-gtk-doc
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc AUTHORS NEWS TODO
}






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

* [gentoo-commits] gentoo-x86 commit in media-libs/schroedinger: ChangeLog schroedinger-1.0.8.ebuild
@ 2009-10-31 13:32 Markus Meier (maekke)
  0 siblings, 0 replies; 13+ messages in thread
From: Markus Meier (maekke) @ 2009-10-31 13:32 UTC (permalink / raw
  To: gentoo-commits

maekke      09/10/31 13:32:39

  Modified:             ChangeLog schroedinger-1.0.8.ebuild
  Log:
  amd64/x86 stable, bug #290761
  (Portage version: 2.2_rc46/cvs/Linux x86_64)

Revision  Changes    Path
1.38                 media-libs/schroedinger/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	18 Oct 2009 19:04:03 -0000	1.37
+++ ChangeLog	31 Oct 2009 13:32:38 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/schroedinger
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.37 2009/10/18 19:04:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.38 2009/10/31 13:32:38 maekke Exp $
+
+  31 Oct 2009; Markus Meier <maekke@gentoo.org> schroedinger-1.0.8.ebuild:
+  amd64/x86 stable, bug #290761
 
   18 Oct 2009; Raúl Porcel <armin76@gentoo.org> schroedinger-1.0.7.ebuild:
   arm/ia64/sparc stable



1.2                  media-libs/schroedinger/schroedinger-1.0.8.ebuild

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

Index: schroedinger-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- schroedinger-1.0.8.ebuild	14 Oct 2009 04:47:48 -0000	1.1
+++ schroedinger-1.0.8.ebuild	31 Oct 2009 13:32:38 -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/schroedinger/schroedinger-1.0.8.ebuild,v 1.1 2009/10/14 04:47:48 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v 1.2 2009/10/31 13:32:38 maekke Exp $
 
 EAPI=2
 inherit libtool
@@ -11,7 +11,7 @@
 
 LICENSE="|| ( MPL-1.1 LGPL-2.1 GPL-2 MIT )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-libs/liboil-0.3.16"






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

* [gentoo-commits] gentoo-x86 commit in media-libs/schroedinger: ChangeLog schroedinger-1.0.8.ebuild
@ 2009-11-01 16:07 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 13+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-11-01 16:07 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/11/01 16:07:05

  Modified:             ChangeLog schroedinger-1.0.8.ebuild
  Log:
  ppc stable #290761
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.39                 media-libs/schroedinger/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	31 Oct 2009 13:32:38 -0000	1.38
+++ ChangeLog	1 Nov 2009 16:07:04 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/schroedinger
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.38 2009/10/31 13:32:38 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.39 2009/11/01 16:07:04 nixnut Exp $
+
+  01 Nov 2009; nixnut <nixnut@gentoo.org> schroedinger-1.0.8.ebuild:
+  ppc stable #290761
 
   31 Oct 2009; Markus Meier <maekke@gentoo.org> schroedinger-1.0.8.ebuild:
   amd64/x86 stable, bug #290761



1.3                  media-libs/schroedinger/schroedinger-1.0.8.ebuild

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

Index: schroedinger-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- schroedinger-1.0.8.ebuild	31 Oct 2009 13:32:38 -0000	1.2
+++ schroedinger-1.0.8.ebuild	1 Nov 2009 16:07:04 -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/schroedinger/schroedinger-1.0.8.ebuild,v 1.2 2009/10/31 13:32:38 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v 1.3 2009/11/01 16:07:04 nixnut Exp $
 
 EAPI=2
 inherit libtool
@@ -11,7 +11,7 @@
 
 LICENSE="|| ( MPL-1.1 LGPL-2.1 GPL-2 MIT )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-libs/liboil-0.3.16"






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

* [gentoo-commits] gentoo-x86 commit in media-libs/schroedinger: ChangeLog schroedinger-1.0.8.ebuild
@ 2009-11-03 14:53 Jeroen Roovers (jer)
  0 siblings, 0 replies; 13+ messages in thread
From: Jeroen Roovers (jer) @ 2009-11-03 14:53 UTC (permalink / raw
  To: gentoo-commits

jer         09/11/03 14:53:27

  Modified:             ChangeLog schroedinger-1.0.8.ebuild
  Log:
  Stable for HPPA (bug #290761).
  (Portage version: 2.2_rc48/cvs/Linux i686)

Revision  Changes    Path
1.40                 media-libs/schroedinger/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	1 Nov 2009 16:07:04 -0000	1.39
+++ ChangeLog	3 Nov 2009 14:53:26 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/schroedinger
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.39 2009/11/01 16:07:04 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.40 2009/11/03 14:53:26 jer Exp $
+
+  03 Nov 2009; Jeroen Roovers <jer@gentoo.org> schroedinger-1.0.8.ebuild:
+  Stable for HPPA (bug #290761).
 
   01 Nov 2009; nixnut <nixnut@gentoo.org> schroedinger-1.0.8.ebuild:
   ppc stable #290761



1.4                  media-libs/schroedinger/schroedinger-1.0.8.ebuild

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

Index: schroedinger-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- schroedinger-1.0.8.ebuild	1 Nov 2009 16:07:04 -0000	1.3
+++ schroedinger-1.0.8.ebuild	3 Nov 2009 14:53:26 -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/schroedinger/schroedinger-1.0.8.ebuild,v 1.3 2009/11/01 16:07:04 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v 1.4 2009/11/03 14:53:26 jer Exp $
 
 EAPI=2
 inherit libtool
@@ -11,7 +11,7 @@
 
 LICENSE="|| ( MPL-1.1 LGPL-2.1 GPL-2 MIT )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-libs/liboil-0.3.16"






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

* [gentoo-commits] gentoo-x86 commit in media-libs/schroedinger: ChangeLog schroedinger-1.0.8.ebuild
@ 2009-11-13  0:42 Joseph Jezak (josejx)
  0 siblings, 0 replies; 13+ messages in thread
From: Joseph Jezak (josejx) @ 2009-11-13  0:42 UTC (permalink / raw
  To: gentoo-commits

josejx      09/11/13 00:42:33

  Modified:             ChangeLog schroedinger-1.0.8.ebuild
  Log:
  Marked ppc64 stable.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.41                 media-libs/schroedinger/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	3 Nov 2009 14:53:26 -0000	1.40
+++ ChangeLog	13 Nov 2009 00:42:33 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/schroedinger
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.40 2009/11/03 14:53:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.41 2009/11/13 00:42:33 josejx Exp $
+
+  13 Nov 2009; Joseph Jezak <josejx@gentoo.org> schroedinger-1.0.8.ebuild:
+  Marked ppc64 stable.
 
   03 Nov 2009; Jeroen Roovers <jer@gentoo.org> schroedinger-1.0.8.ebuild:
   Stable for HPPA (bug #290761).



1.5                  media-libs/schroedinger/schroedinger-1.0.8.ebuild

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

Index: schroedinger-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- schroedinger-1.0.8.ebuild	3 Nov 2009 14:53:26 -0000	1.4
+++ schroedinger-1.0.8.ebuild	13 Nov 2009 00:42:33 -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/schroedinger/schroedinger-1.0.8.ebuild,v 1.4 2009/11/03 14:53:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v 1.5 2009/11/13 00:42:33 josejx Exp $
 
 EAPI=2
 inherit libtool
@@ -11,7 +11,7 @@
 
 LICENSE="|| ( MPL-1.1 LGPL-2.1 GPL-2 MIT )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-libs/liboil-0.3.16"






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

* [gentoo-commits] gentoo-x86 commit in media-libs/schroedinger: ChangeLog schroedinger-1.0.8.ebuild
@ 2009-11-19 16:17 Markus Meier (maekke)
  0 siblings, 0 replies; 13+ messages in thread
From: Markus Meier (maekke) @ 2009-11-19 16:17 UTC (permalink / raw
  To: gentoo-commits

maekke      09/11/19 16:17:40

  Modified:             ChangeLog schroedinger-1.0.8.ebuild
  Log:
  arm stable, bug #290761
  (Portage version: 2.2_rc50/cvs/Linux x86_64)

Revision  Changes    Path
1.42                 media-libs/schroedinger/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	13 Nov 2009 00:42:33 -0000	1.41
+++ ChangeLog	19 Nov 2009 16:17:40 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/schroedinger
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.41 2009/11/13 00:42:33 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.42 2009/11/19 16:17:40 maekke Exp $
+
+  19 Nov 2009; Markus Meier <maekke@gentoo.org> schroedinger-1.0.8.ebuild:
+  arm stable, bug #290761
 
   13 Nov 2009; Joseph Jezak <josejx@gentoo.org> schroedinger-1.0.8.ebuild:
   Marked ppc64 stable.



1.6                  media-libs/schroedinger/schroedinger-1.0.8.ebuild

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

Index: schroedinger-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- schroedinger-1.0.8.ebuild	13 Nov 2009 00:42:33 -0000	1.5
+++ schroedinger-1.0.8.ebuild	19 Nov 2009 16:17:40 -0000	1.6
@@ -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/schroedinger/schroedinger-1.0.8.ebuild,v 1.5 2009/11/13 00:42:33 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v 1.6 2009/11/19 16:17:40 maekke Exp $
 
 EAPI=2
 inherit libtool
@@ -11,7 +11,7 @@
 
 LICENSE="|| ( MPL-1.1 LGPL-2.1 GPL-2 MIT )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-libs/liboil-0.3.16"






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

* [gentoo-commits] gentoo-x86 commit in media-libs/schroedinger: ChangeLog schroedinger-1.0.8.ebuild
@ 2009-12-06 14:04 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 13+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-12-06 14:04 UTC (permalink / raw
  To: gentoo-commits

klausman    09/12/06 14:04:39

  Modified:             ChangeLog schroedinger-1.0.8.ebuild
  Log:
  Stable on alpha, bug #290761
  (Portage version: 2.1.7.10/cvs/Linux x86_64)

Revision  Changes    Path
1.43                 media-libs/schroedinger/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	19 Nov 2009 16:17:40 -0000	1.42
+++ ChangeLog	6 Dec 2009 14:04:39 -0000	1.43
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/schroedinger
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.42 2009/11/19 16:17:40 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.43 2009/12/06 14:04:39 klausman Exp $
+
+  06 Dec 2009; Tobias Klausmann <klausman@gentoo.org>
+  schroedinger-1.0.8.ebuild:
+  Stable on alpha, bug #290761
 
   19 Nov 2009; Markus Meier <maekke@gentoo.org> schroedinger-1.0.8.ebuild:
   arm stable, bug #290761



1.7                  media-libs/schroedinger/schroedinger-1.0.8.ebuild

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

Index: schroedinger-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- schroedinger-1.0.8.ebuild	19 Nov 2009 16:17:40 -0000	1.6
+++ schroedinger-1.0.8.ebuild	6 Dec 2009 14:04:39 -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/schroedinger/schroedinger-1.0.8.ebuild,v 1.6 2009/11/19 16:17:40 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v 1.7 2009/12/06 14:04:39 klausman Exp $
 
 EAPI=2
 inherit libtool
@@ -11,7 +11,7 @@
 
 LICENSE="|| ( MPL-1.1 LGPL-2.1 GPL-2 MIT )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-libs/liboil-0.3.16"






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

* [gentoo-commits] gentoo-x86 commit in media-libs/schroedinger: ChangeLog schroedinger-1.0.8.ebuild
@ 2009-12-15 18:44 Raul Porcel (armin76)
  0 siblings, 0 replies; 13+ messages in thread
From: Raul Porcel (armin76) @ 2009-12-15 18:44 UTC (permalink / raw
  To: gentoo-commits

armin76     09/12/15 18:44:00

  Modified:             ChangeLog schroedinger-1.0.8.ebuild
  Log:
  ia64/sparc stable wrt #290761
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.44                 media-libs/schroedinger/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	6 Dec 2009 14:04:39 -0000	1.43
+++ ChangeLog	15 Dec 2009 18:44:00 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/schroedinger
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.43 2009/12/06 14:04:39 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.44 2009/12/15 18:44:00 armin76 Exp $
+
+  15 Dec 2009; Raúl Porcel <armin76@gentoo.org> schroedinger-1.0.8.ebuild:
+  ia64/sparc stable wrt #290761
 
   06 Dec 2009; Tobias Klausmann <klausman@gentoo.org>
   schroedinger-1.0.8.ebuild:



1.8                  media-libs/schroedinger/schroedinger-1.0.8.ebuild

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

Index: schroedinger-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- schroedinger-1.0.8.ebuild	6 Dec 2009 14:04:39 -0000	1.7
+++ schroedinger-1.0.8.ebuild	15 Dec 2009 18:44:00 -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/schroedinger/schroedinger-1.0.8.ebuild,v 1.7 2009/12/06 14:04:39 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v 1.8 2009/12/15 18:44:00 armin76 Exp $
 
 EAPI=2
 inherit libtool
@@ -11,7 +11,7 @@
 
 LICENSE="|| ( MPL-1.1 LGPL-2.1 GPL-2 MIT )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-libs/liboil-0.3.16"






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

* [gentoo-commits] gentoo-x86 commit in media-libs/schroedinger: ChangeLog schroedinger-1.0.8.ebuild
@ 2010-01-15  9:39 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 13+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-15  9:39 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/15 09:39:57

  Modified:             ChangeLog schroedinger-1.0.8.ebuild
  Log:
  Transfer Prefix keywords
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.45                 media-libs/schroedinger/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	15 Dec 2009 18:44:00 -0000	1.44
+++ ChangeLog	15 Jan 2010 09:39:57 -0000	1.45
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/schroedinger
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.44 2009/12/15 18:44:00 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.45 2010/01/15 09:39:57 fauli Exp $
+
+  15 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+  schroedinger-1.0.8.ebuild:
+  Transfer Prefix keywords
 
   15 Dec 2009; Raúl Porcel <armin76@gentoo.org> schroedinger-1.0.8.ebuild:
   ia64/sparc stable wrt #290761



1.9                  media-libs/schroedinger/schroedinger-1.0.8.ebuild

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

Index: schroedinger-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- schroedinger-1.0.8.ebuild	15 Dec 2009 18:44:00 -0000	1.8
+++ schroedinger-1.0.8.ebuild	15 Jan 2010 09:39:57 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v 1.8 2009/12/15 18:44:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v 1.9 2010/01/15 09:39:57 fauli Exp $
 
 EAPI=2
 inherit libtool
@@ -11,7 +11,7 @@
 
 LICENSE="|| ( MPL-1.1 LGPL-2.1 GPL-2 MIT )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=dev-libs/liboil-0.3.16"






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

* [gentoo-commits] gentoo-x86 commit in media-libs/schroedinger: ChangeLog schroedinger-1.0.8.ebuild
@ 2010-03-31 12:27 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 13+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-03-31 12:27 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/03/31 12:27:43

  Modified:             ChangeLog schroedinger-1.0.8.ebuild
  Log:
  Fix HTML documentation directory.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.46                 media-libs/schroedinger/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	15 Jan 2010 09:39:57 -0000	1.45
+++ ChangeLog	31 Mar 2010 12:27:43 -0000	1.46
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/schroedinger
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.45 2010/01/15 09:39:57 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.46 2010/03/31 12:27:43 ssuominen Exp $
+
+  31 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
+  schroedinger-1.0.8.ebuild:
+  Fix HTML documentation directory.
 
   15 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
   schroedinger-1.0.8.ebuild:



1.10                 media-libs/schroedinger/schroedinger-1.0.8.ebuild

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

Index: schroedinger-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- schroedinger-1.0.8.ebuild	15 Jan 2010 09:39:57 -0000	1.9
+++ schroedinger-1.0.8.ebuild	31 Mar 2010 12:27:43 -0000	1.10
@@ -1,8 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v 1.9 2010/01/15 09:39:57 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v 1.10 2010/03/31 12:27:43 ssuominen Exp $
 
-EAPI=2
+EAPI=3
 inherit libtool
 
 DESCRIPTION="C-based libraries and GStreamer plugins for the Dirac video codec"
@@ -25,7 +25,8 @@
 src_configure() {
 	econf \
 		--disable-dependency-tracking \
-		--disable-gtk-doc
+		--disable-gtk-doc \
+		--with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html"
 }
 
 src_install() {






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

* [gentoo-commits] gentoo-x86 commit in media-libs/schroedinger: ChangeLog schroedinger-1.0.8.ebuild
@ 2010-05-15 17:13 Raul Porcel (armin76)
  0 siblings, 0 replies; 13+ messages in thread
From: Raul Porcel (armin76) @ 2010-05-15 17:13 UTC (permalink / raw
  To: gentoo-commits

armin76     10/05/15 17:13:17

  Modified:             ChangeLog schroedinger-1.0.8.ebuild
  Log:
  Drop alpha/arm/ia64/sparc keywords
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.48                 media-libs/schroedinger/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	21 Apr 2010 16:04:58 -0000	1.47
+++ ChangeLog	15 May 2010 17:13:17 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/schroedinger
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.47 2010/04/21 16:04:58 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.48 2010/05/15 17:13:17 armin76 Exp $
+
+  15 May 2010; Raúl Porcel <armin76@gentoo.org> schroedinger-1.0.8.ebuild:
+  Drop alpha/arm/ia64/sparc keywords
 
 *schroedinger-1.0.9 (21 Apr 2010)
 



1.13                 media-libs/schroedinger/schroedinger-1.0.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild?r1=1.12&r2=1.13

Index: schroedinger-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- schroedinger-1.0.8.ebuild	21 Apr 2010 16:09:03 -0000	1.12
+++ schroedinger-1.0.8.ebuild	15 May 2010 17:13:17 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v 1.12 2010/04/21 16:09:03 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v 1.13 2010/05/15 17:13:17 armin76 Exp $
 
 EAPI=3
 inherit libtool
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2 LGPL-2 MIT MPL-1.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 hppa ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=dev-libs/liboil-0.3.16"






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

* [gentoo-commits] gentoo-x86 commit in media-libs/schroedinger: ChangeLog schroedinger-1.0.8.ebuild
@ 2010-07-04  9:25 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 13+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-07-04  9:25 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/07/04 09:25:05

  Modified:             ChangeLog schroedinger-1.0.8.ebuild
  Log:
  Drop ppc/ppc64 from KEYWORDS wrt #316553.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.49                 media-libs/schroedinger/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	15 May 2010 17:13:17 -0000	1.48
+++ ChangeLog	4 Jul 2010 09:25:05 -0000	1.49
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/schroedinger
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.48 2010/05/15 17:13:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.49 2010/07/04 09:25:05 ssuominen Exp $
+
+  04 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
+  schroedinger-1.0.8.ebuild:
+  Drop ppc/ppc64 from KEYWORDS wrt #316553.
 
   15 May 2010; Raúl Porcel <armin76@gentoo.org> schroedinger-1.0.8.ebuild:
   Drop alpha/arm/ia64/sparc keywords



1.14                 media-libs/schroedinger/schroedinger-1.0.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild?r1=1.13&r2=1.14

Index: schroedinger-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- schroedinger-1.0.8.ebuild	15 May 2010 17:13:17 -0000	1.13
+++ schroedinger-1.0.8.ebuild	4 Jul 2010 09:25:05 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v 1.13 2010/05/15 17:13:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v 1.14 2010/07/04 09:25:05 ssuominen Exp $
 
 EAPI=3
 inherit libtool
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2 LGPL-2 MIT MPL-1.1"
 SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 hppa x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=dev-libs/liboil-0.3.16"






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

* [gentoo-commits] gentoo-x86 commit in media-libs/schroedinger: ChangeLog schroedinger-1.0.8.ebuild
@ 2011-03-30 15:36 Brent Baude (ranger)
  0 siblings, 0 replies; 13+ messages in thread
From: Brent Baude (ranger) @ 2011-03-30 15:36 UTC (permalink / raw
  To: gentoo-commits

ranger      11/03/30 15:36:42

  Modified:             ChangeLog schroedinger-1.0.8.ebuild
  Log:
  Marking schroedinger-1.0.8 ppc for bug 360189
  
  (Portage version: 2.1.9.42/cvs/Linux ppc64)

Revision  Changes    Path
1.54                 media-libs/schroedinger/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	29 Mar 2011 15:07:32 -0000	1.53
+++ ChangeLog	30 Mar 2011 15:36:41 -0000	1.54
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/schroedinger
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.53 2011/03/29 15:07:32 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.54 2011/03/30 15:36:41 ranger Exp $
+
+  30 Mar 2011; Brent Baude <ranger@gentoo.org> schroedinger-1.0.8.ebuild:
+  Marking schroedinger-1.0.8 ppc for bug 360189
 
   29 Mar 2011; Christoph Mende <angelos@gentoo.org> schroedinger-1.0.10.ebuild:
   Stable on amd64 wrt bug #360189



1.15                 media-libs/schroedinger/schroedinger-1.0.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild?r1=1.14&r2=1.15

Index: schroedinger-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- schroedinger-1.0.8.ebuild	4 Jul 2010 09:25:05 -0000	1.14
+++ schroedinger-1.0.8.ebuild	30 Mar 2011 15:36:41 -0000	1.15
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v 1.14 2010/07/04 09:25:05 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v 1.15 2011/03/30 15:36:41 ranger Exp $
 
 EAPI=3
 inherit libtool
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2 LGPL-2 MIT MPL-1.1"
 SLOT="0"
-KEYWORDS="amd64 hppa x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 hppa ppc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=dev-libs/liboil-0.3.16"






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

end of thread, other threads:[~2011-03-30 15:37 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-01 16:07 [gentoo-commits] gentoo-x86 commit in media-libs/schroedinger: ChangeLog schroedinger-1.0.8.ebuild Gysbert Wassenaar (nixnut)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-30 15:36 Brent Baude (ranger)
2010-07-04  9:25 Samuli Suominen (ssuominen)
2010-05-15 17:13 Raul Porcel (armin76)
2010-03-31 12:27 Samuli Suominen (ssuominen)
2010-01-15  9:39 Christian Faulhammer (fauli)
2009-12-15 18:44 Raul Porcel (armin76)
2009-12-06 14:04 Tobias Klausmann (klausman)
2009-11-19 16:17 Markus Meier (maekke)
2009-11-13  0:42 Joseph Jezak (josejx)
2009-11-03 14:53 Jeroen Roovers (jer)
2009-10-31 13:32 Markus Meier (maekke)
2009-10-14  4:47 Alexis Ballier (aballier)

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