public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/totem-pl-parser: ChangeLog totem-pl-parser-2.32.3.ebuild
@ 2011-02-21 20:02 Pacho Ramos (pacho)
  0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos (pacho) @ 2011-02-21 20:02 UTC (permalink / raw
  To: gentoo-commits

pacho       11/02/21 20:02:11

  Modified:             ChangeLog totem-pl-parser-2.32.3.ebuild
  Log:
  Fix --enable-quvi configure option.
  
  (Portage version: 2.1.9.40/cvs/Linux x86_64)

Revision  Changes    Path
1.81                 dev-libs/totem-pl-parser/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.81&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.81&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?r1=1.80&r2=1.81

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog	21 Feb 2011 19:16:26 -0000	1.80
+++ ChangeLog	21 Feb 2011 20:02:11 -0000	1.81
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/totem-pl-parser
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.80 2011/02/21 19:16:26 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.81 2011/02/21 20:02:11 pacho Exp $
+
+  21 Feb 2011; Pacho Ramos <pacho@gentoo.org> totem-pl-parser-2.32.3.ebuild,
+  +files/totem-pl-parser-2.32.3-fix-quvi.patch:
+  Fix --enable-quvi configure option.
 
 *totem-pl-parser-2.32.3 (21 Feb 2011)
 



1.2                  dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild?r1=1.1&r2=1.2

Index: totem-pl-parser-2.32.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- totem-pl-parser-2.32.3.ebuild	21 Feb 2011 19:16:26 -0000	1.1
+++ totem-pl-parser-2.32.3.ebuild	21 Feb 2011 20:02:11 -0000	1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild,v 1.1 2011/02/21 19:16:26 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild,v 1.2 2011/02/21 20:02:11 pacho Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
 
-inherit gnome2
+inherit gnome2 eutils autotools
 
 DESCRIPTION="Playlist parsing library"
 HOMEPAGE="http://projects.gnome.org/totem/"
@@ -24,7 +24,8 @@
 	!<media-video/totem-2.21
 	>=sys-devel/gettext-0.17
 	>=dev-util/intltool-0.35
-	doc? ( >=dev-util/gtk-doc-1.11 )"
+	doc? ( >=dev-util/gtk-doc-1.11 )
+	>=dev-util/gtk-doc-am-1.11"
 # eautoreconf needs:
 #	>=dev-util/gtk-doc-am-1.11
 
@@ -43,6 +44,12 @@
 	sed -e 's:\(g_test_add_func.*/parser/resolution.*\):/*\1*/:' \
 		-e 's:\(g_test_add_func.*/parser/parsing/itms_link.*\):/*\1*/:' \
 		-i plparse/tests/parser.c || die "sed failed"
+
+	# Fix --enable-quvi option
+	epatch "${FILESDIR}/${P}-fix-quvi.patch"
+
+	intltoolize --force --copy --automake || die "intltoolize failed"
+	eautoreconf
 }
 
 src_test() {






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/totem-pl-parser: ChangeLog totem-pl-parser-2.32.3.ebuild
@ 2011-02-23 22:43 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 7+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-02-23 22:43 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/02/23 22:43:09

  Modified:             ChangeLog totem-pl-parser-2.32.3.ebuild
  Log:
  Stable on amd64 wrt bug #353436
  
  (Portage version: 2.1.9.39/cvs/Linux x86_64)

Revision  Changes    Path
1.84                 dev-libs/totem-pl-parser/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?r1=1.83&r2=1.84

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog	22 Feb 2011 17:59:19 -0000	1.83
+++ ChangeLog	23 Feb 2011 22:43:09 -0000	1.84
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/totem-pl-parser
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.83 2011/02/22 17:59:19 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.84 2011/02/23 22:43:09 hwoarang Exp $
+
+  23 Feb 2011; Markos Chandras <hwoarang@gentoo.org>
+  totem-pl-parser-2.32.3.ebuild:
+  Stable on amd64 wrt bug #353436
 
   22 Feb 2011; Pacho Ramos <pacho@gentoo.org> -totem-pl-parser-2.32.2.ebuild,
   totem-pl-parser-2.32.3.ebuild, totem-pl-parser-2.32.3-r1.ebuild:



1.5                  dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild?r1=1.4&r2=1.5

Index: totem-pl-parser-2.32.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- totem-pl-parser-2.32.3.ebuild	22 Feb 2011 17:59:19 -0000	1.4
+++ totem-pl-parser-2.32.3.ebuild	23 Feb 2011 22:43:09 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild,v 1.4 2011/02/22 17:59:19 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild,v 1.5 2011/02/23 22:43:09 hwoarang Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc +introspection"
 
 RDEPEND=">=dev-libs/glib-2.24:2






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/totem-pl-parser: ChangeLog totem-pl-parser-2.32.3.ebuild
@ 2011-02-24 18:42 Thomas Kahle (tomka)
  0 siblings, 0 replies; 7+ messages in thread
From: Thomas Kahle (tomka) @ 2011-02-24 18:42 UTC (permalink / raw
  To: gentoo-commits

tomka       11/02/24 18:42:31

  Modified:             ChangeLog totem-pl-parser-2.32.3.ebuild
  Log:
  x86 stable per bug 353436
  
  (Portage version: 2.1.9.40/cvs/Linux i686)

Revision  Changes    Path
1.85                 dev-libs/totem-pl-parser/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?r1=1.84&r2=1.85

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	23 Feb 2011 22:43:09 -0000	1.84
+++ ChangeLog	24 Feb 2011 18:42:31 -0000	1.85
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/totem-pl-parser
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.84 2011/02/23 22:43:09 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.85 2011/02/24 18:42:31 tomka Exp $
+
+  24 Feb 2011; Thomas Kahle <tomka@gentoo.org> totem-pl-parser-2.32.3.ebuild:
+  x86 stable per bug 353436
 
   23 Feb 2011; Markos Chandras <hwoarang@gentoo.org>
   totem-pl-parser-2.32.3.ebuild:



1.6                  dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild?r1=1.5&r2=1.6

Index: totem-pl-parser-2.32.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- totem-pl-parser-2.32.3.ebuild	23 Feb 2011 22:43:09 -0000	1.5
+++ totem-pl-parser-2.32.3.ebuild	24 Feb 2011 18:42:31 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild,v 1.5 2011/02/23 22:43:09 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild,v 1.6 2011/02/24 18:42:31 tomka Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="doc +introspection"
 
 RDEPEND=">=dev-libs/glib-2.24:2






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/totem-pl-parser: ChangeLog totem-pl-parser-2.32.3.ebuild
@ 2011-03-12 15:49 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2011-03-12 15:49 UTC (permalink / raw
  To: gentoo-commits

armin76     11/03/12 15:49:44

  Modified:             ChangeLog totem-pl-parser-2.32.3.ebuild
  Log:
  alpha/arm/ia64/sparc stable wrt #353436
  
  (Portage version: 2.1.9.41/cvs/Linux ia64)

Revision  Changes    Path
1.86                 dev-libs/totem-pl-parser/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?r1=1.85&r2=1.86

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	24 Feb 2011 18:42:31 -0000	1.85
+++ ChangeLog	12 Mar 2011 15:49:44 -0000	1.86
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/totem-pl-parser
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.85 2011/02/24 18:42:31 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.86 2011/03/12 15:49:44 armin76 Exp $
+
+  12 Mar 2011; Raúl Porcel <armin76@gentoo.org> totem-pl-parser-2.32.3.ebuild:
+  alpha/arm/ia64/sparc stable wrt #353436
 
   24 Feb 2011; Thomas Kahle <tomka@gentoo.org> totem-pl-parser-2.32.3.ebuild:
   x86 stable per bug 353436



1.7                  dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild?r1=1.6&r2=1.7

Index: totem-pl-parser-2.32.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- totem-pl-parser-2.32.3.ebuild	24 Feb 2011 18:42:31 -0000	1.6
+++ totem-pl-parser-2.32.3.ebuild	12 Mar 2011 15:49:44 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild,v 1.6 2011/02/24 18:42:31 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild,v 1.7 2011/03/12 15:49:44 armin76 Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ia64 ~ppc ~ppc64 sparc x86"
 IUSE="doc +introspection"
 
 RDEPEND=">=dev-libs/glib-2.24:2






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/totem-pl-parser: ChangeLog totem-pl-parser-2.32.3.ebuild
@ 2011-03-21 21:24 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 7+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-03-21 21:24 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/03/21 21:24:31

  Modified:             ChangeLog totem-pl-parser-2.32.3.ebuild
  Log:
  ppc64 stable wrt #353436
  
  (Portage version: 2.2.0_alpha27/cvs/Linux x86_64)

Revision  Changes    Path
1.88                 dev-libs/totem-pl-parser/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?r1=1.87&r2=1.88

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	18 Mar 2011 17:01:08 -0000	1.87
+++ ChangeLog	21 Mar 2011 21:24:31 -0000	1.88
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/totem-pl-parser
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.87 2011/03/18 17:01:08 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.88 2011/03/21 21:24:31 xarthisius Exp $
+
+  21 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org>
+  totem-pl-parser-2.32.3.ebuild:
+  ppc64 stable wrt #353436
 
   18 Mar 2011; Pacho Ramos <pacho@gentoo.org> totem-pl-parser-2.32.3.ebuild,
   totem-pl-parser-2.32.3-r1.ebuild:



1.9                  dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild?r1=1.8&r2=1.9

Index: totem-pl-parser-2.32.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- totem-pl-parser-2.32.3.ebuild	18 Mar 2011 17:01:08 -0000	1.8
+++ totem-pl-parser-2.32.3.ebuild	21 Mar 2011 21:24:31 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild,v 1.8 2011/03/18 17:01:08 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild,v 1.9 2011/03/21 21:24:31 xarthisius Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ia64 ~ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="doc +introspection"
 
 RDEPEND=">=dev-libs/glib-2.24:2






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/totem-pl-parser: ChangeLog totem-pl-parser-2.32.3.ebuild
@ 2011-03-22 18:54 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2011-03-22 18:54 UTC (permalink / raw
  To: gentoo-commits

ranger      11/03/22 18:54:09

  Modified:             ChangeLog totem-pl-parser-2.32.3.ebuild
  Log:
  Marking totem-pl-parser-2.32.3 ppc for bug 353436
  
  (Portage version: 2.1.9.42/cvs/Linux ppc64)

Revision  Changes    Path
1.90                 dev-libs/totem-pl-parser/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?r1=1.89&r2=1.90

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	22 Mar 2011 00:28:39 -0000	1.89
+++ ChangeLog	22 Mar 2011 18:54:09 -0000	1.90
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/totem-pl-parser
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.89 2011/03/22 00:28:39 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.90 2011/03/22 18:54:09 ranger Exp $
+
+  22 Mar 2011; Brent Baude <ranger@gentoo.org>
+  totem-pl-parser-2.32.3.ebuild:
+  Marking totem-pl-parser-2.32.3 ppc stable for bug 353436
 
 *totem-pl-parser-2.32.4 (22 Mar 2011)
 



1.10                 dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild?r1=1.9&r2=1.10

Index: totem-pl-parser-2.32.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- totem-pl-parser-2.32.3.ebuild	21 Mar 2011 21:24:31 -0000	1.9
+++ totem-pl-parser-2.32.3.ebuild	22 Mar 2011 18:54:09 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild,v 1.9 2011/03/21 21:24:31 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild,v 1.10 2011/03/22 18:54:09 ranger Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ~ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="doc +introspection"
 
 RDEPEND=">=dev-libs/glib-2.24:2






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/totem-pl-parser: ChangeLog totem-pl-parser-2.32.3.ebuild
@ 2011-06-05 11:58 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 7+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2011-06-05 11:58 UTC (permalink / raw
  To: gentoo-commits

eva         11/06/05 11:58:02

  Modified:             ChangeLog totem-pl-parser-2.32.3.ebuild
  Log:
  Add missing gnome-common to DEPEND, bug #369677.
  
  (Portage version: 2.2.0_alpha37/cvs/Linux x86_64)

Revision  Changes    Path
1.94                 dev-libs/totem-pl-parser/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.94&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.94&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?r1=1.93&r2=1.94

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog	14 May 2011 16:24:58 -0000	1.93
+++ ChangeLog	5 Jun 2011 11:58:02 -0000	1.94
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/totem-pl-parser
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.93 2011/05/14 16:24:58 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.94 2011/06/05 11:58:02 eva Exp $
+
+  05 Jun 2011; Gilles Dartiguelongue <eva@gentoo.org>
+  totem-pl-parser-2.32.3.ebuild:
+  Add missing gnome-common to DEPEND, bug #369677.
 
 *totem-pl-parser-2.32.5 (14 May 2011)
 



1.11                 dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild?r1=1.10&r2=1.11

Index: totem-pl-parser-2.32.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- totem-pl-parser-2.32.3.ebuild	22 Mar 2011 18:54:09 -0000	1.10
+++ totem-pl-parser-2.32.3.ebuild	5 Jun 2011 11:58:02 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild,v 1.10 2011/03/22 18:54:09 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.3.ebuild,v 1.11 2011/06/05 11:58:02 eva Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -28,8 +28,10 @@
 	!<media-video/totem-2.21
 	>=sys-devel/gettext-0.17
 	>=dev-util/intltool-0.35
+	gnome-base/gnome-common
+	>=dev-util/gtk-doc-am-1.11
 	doc? ( >=dev-util/gtk-doc-1.11 )
-	>=dev-util/gtk-doc-am-1.11"
+"
 # eautoreconf needs:
 #	>=dev-util/gtk-doc-am-1.11
 






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

end of thread, other threads:[~2011-06-05 11:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-21 20:02 [gentoo-commits] gentoo-x86 commit in dev-libs/totem-pl-parser: ChangeLog totem-pl-parser-2.32.3.ebuild Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2011-02-23 22:43 Markos Chandras (hwoarang)
2011-02-24 18:42 Thomas Kahle (tomka)
2011-03-12 15:49 Raul Porcel (armin76)
2011-03-21 21:24 Kacper Kowalik (xarthisius)
2011-03-22 18:54 Brent Baude (ranger)
2011-06-05 11:58 Gilles Dartiguelongue (eva)

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