public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/gtkmathview: ChangeLog gtkmathview-0.8.0-r2.ebuild
@ 2012-05-26 11:02 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; 7+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2012-05-26 11:02 UTC (permalink / raw
  To: gentoo-commits

tetromino    12/05/26 11:02:45

  Modified:             ChangeLog gtkmathview-0.8.0-r2.ebuild
  Log:
  Fix building with gcc-4.7 (bug #415559, thanks to David Kredba). Update gcc-4.3 patch to match upstream.
  
  (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)

Revision  Changes    Path
1.46                 x11-libs/gtkmathview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	24 May 2012 14:13:17 -0000	1.45
+++ ChangeLog	26 May 2012 11:02:45 -0000	1.46
@@ -1,6 +1,12 @@
 # ChangeLog for x11-libs/gtkmathview
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.45 2012/05/24 14:13:17 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.46 2012/05/26 11:02:45 tetromino Exp $
+
+  26 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+  gtkmathview-0.8.0-r2.ebuild, files/gtkmathview-0.8.0-gcc43.patch,
+  +files/gtkmathview-0.8.0-gcc47.patch:
+  Fix building with gcc-4.7 (bug #415559, thanks to David Kredba). Update
+  gcc-4.3 patch to match upstream.
 
   24 May 2012; Samuli Suominen <ssuominen@gentoo.org>
   gtkmathview-0.8.0-r1.ebuild:



1.2                  x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild?r1=1.1&r2=1.2

Index: gtkmathview-0.8.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gtkmathview-0.8.0-r2.ebuild	13 May 2012 12:24:20 -0000	1.1
+++ gtkmathview-0.8.0-r2.ebuild	26 May 2012 11:02:45 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild,v 1.1 2012/05/13 12:24:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild,v 1.2 2012/05/26 11:02:45 tetromino Exp $
 
 EAPI="4"
 
@@ -43,6 +43,8 @@
 	# Fix building with gold, bug #369117; requires eautoreconf
 	epatch "${FILESDIR}/${P}-underlinking.patch"
 
+	epatch "${FILESDIR}/${P}-gcc47.patch"
+
 	# m4 macros from upstream git, required for eautoreconf
 	if [[ ! -d ac-helpers ]]; then
 		mkdir ac-helpers || die "mkdir failed"






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtkmathview: ChangeLog gtkmathview-0.8.0-r2.ebuild
@ 2012-05-29 22:07 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 7+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-05-29 22:07 UTC (permalink / raw
  To: gentoo-commits

blueness    12/05/29 22:07:29

  Modified:             ChangeLog gtkmathview-0.8.0-r2.ebuild
  Log:
  Keyword ~mips
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.47                 x11-libs/gtkmathview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	26 May 2012 11:02:45 -0000	1.46
+++ ChangeLog	29 May 2012 22:07:29 -0000	1.47
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/gtkmathview
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.46 2012/05/26 11:02:45 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.47 2012/05/29 22:07:29 blueness Exp $
+
+  29 May 2012; Anthony G. Basile <blueness@gentoo.org>
+  gtkmathview-0.8.0-r2.ebuild:
+  Keyword ~mips
 
   26 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
   gtkmathview-0.8.0-r2.ebuild, files/gtkmathview-0.8.0-gcc43.patch,



1.3                  x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild?r1=1.2&r2=1.3

Index: gtkmathview-0.8.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gtkmathview-0.8.0-r2.ebuild	26 May 2012 11:02:45 -0000	1.2
+++ gtkmathview-0.8.0-r2.ebuild	29 May 2012 22:07:29 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild,v 1.2 2012/05/26 11:02:45 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild,v 1.3 2012/05/29 22:07:29 blueness Exp $
 
 EAPI="4"
 
@@ -13,7 +13,7 @@
 LICENSE="LGPL-3"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="gtk mathml svg t1lib"
 
 RDEPEND=">=dev-libs/glib-2.2.1:2






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtkmathview: ChangeLog gtkmathview-0.8.0-r2.ebuild
@ 2012-08-05 20:14 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 7+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-08-05 20:14 UTC (permalink / raw
  To: gentoo-commits

blueness    12/08/05 20:14:02

  Modified:             ChangeLog gtkmathview-0.8.0-r2.ebuild
  Log:
  Keyword ~arm
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.49                 x11-libs/gtkmathview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	15 Jul 2012 18:33:46 -0000	1.48
+++ ChangeLog	5 Aug 2012 20:14:02 -0000	1.49
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/gtkmathview
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.48 2012/07/15 18:33:46 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.49 2012/08/05 20:14:02 blueness Exp $
+
+  05 Aug 2012; Anthony G. Basile <blueness@gentoo.org>
+  gtkmathview-0.8.0-r2.ebuild:
+  Keyword ~arm
 
   15 Jul 2012; Raúl Porcel <armin76@gentoo.org> gtkmathview-0.8.0-r1.ebuild:
   alpha/ia64/sparc stable wrt #410611



1.4                  x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild?r1=1.3&r2=1.4

Index: gtkmathview-0.8.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gtkmathview-0.8.0-r2.ebuild	29 May 2012 22:07:29 -0000	1.3
+++ gtkmathview-0.8.0-r2.ebuild	5 Aug 2012 20:14:02 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild,v 1.3 2012/05/29 22:07:29 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild,v 1.4 2012/08/05 20:14:02 blueness Exp $
 
 EAPI="4"
 
@@ -13,7 +13,7 @@
 LICENSE="LGPL-3"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="gtk mathml svg t1lib"
 
 RDEPEND=">=dev-libs/glib-2.2.1:2





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtkmathview: ChangeLog gtkmathview-0.8.0-r2.ebuild
@ 2012-10-02 15:53 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2012-10-02 15:53 UTC (permalink / raw
  To: gentoo-commits

jer         12/10/02 15:53:32

  Modified:             ChangeLog gtkmathview-0.8.0-r2.ebuild
  Log:
  Stable for HPPA (bug #427544).
  
  (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)

Revision  Changes    Path
1.50                 x11-libs/gtkmathview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	5 Aug 2012 20:14:02 -0000	1.49
+++ ChangeLog	2 Oct 2012 15:53:32 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/gtkmathview
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.49 2012/08/05 20:14:02 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.50 2012/10/02 15:53:32 jer Exp $
+
+  02 Oct 2012; Jeroen Roovers <jer@gentoo.org> gtkmathview-0.8.0-r2.ebuild:
+  Stable for HPPA (bug #427544).
 
   05 Aug 2012; Anthony G. Basile <blueness@gentoo.org>
   gtkmathview-0.8.0-r2.ebuild:



1.5                  x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild?r1=1.4&r2=1.5

Index: gtkmathview-0.8.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gtkmathview-0.8.0-r2.ebuild	5 Aug 2012 20:14:02 -0000	1.4
+++ gtkmathview-0.8.0-r2.ebuild	2 Oct 2012 15:53:32 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild,v 1.4 2012/08/05 20:14:02 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild,v 1.5 2012/10/02 15:53:32 jer Exp $
 
 EAPI="4"
 
@@ -13,7 +13,7 @@
 LICENSE="LGPL-3"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="gtk mathml svg t1lib"
 
 RDEPEND=">=dev-libs/glib-2.2.1:2





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtkmathview: ChangeLog gtkmathview-0.8.0-r2.ebuild
@ 2012-10-03 15:47 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 7+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-10-03 15:47 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/10/03 15:47:02

  Modified:             ChangeLog gtkmathview-0.8.0-r2.ebuild
  Log:
  x86 stable wrt bug #427544
  
  (Portage version: 2.1.11.9/cvs/Linux i686)

Revision  Changes    Path
1.51                 x11-libs/gtkmathview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	2 Oct 2012 15:53:32 -0000	1.50
+++ ChangeLog	3 Oct 2012 15:47:02 -0000	1.51
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/gtkmathview
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.50 2012/10/02 15:53:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.51 2012/10/03 15:47:02 phajdan.jr Exp $
+
+  03 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  gtkmathview-0.8.0-r2.ebuild:
+  x86 stable wrt bug #427544
 
   02 Oct 2012; Jeroen Roovers <jer@gentoo.org> gtkmathview-0.8.0-r2.ebuild:
   Stable for HPPA (bug #427544).



1.6                  x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild?r1=1.5&r2=1.6

Index: gtkmathview-0.8.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gtkmathview-0.8.0-r2.ebuild	2 Oct 2012 15:53:32 -0000	1.5
+++ gtkmathview-0.8.0-r2.ebuild	3 Oct 2012 15:47:02 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild,v 1.5 2012/10/02 15:53:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild,v 1.6 2012/10/03 15:47:02 phajdan.jr Exp $
 
 EAPI="4"
 
@@ -13,7 +13,7 @@
 LICENSE="LGPL-3"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="gtk mathml svg t1lib"
 
 RDEPEND=">=dev-libs/glib-2.2.1:2





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtkmathview: ChangeLog gtkmathview-0.8.0-r2.ebuild
@ 2012-10-04 15:04 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-10-04 15:04 UTC (permalink / raw
  To: gentoo-commits

ago         12/10/04 15:04:50

  Modified:             ChangeLog gtkmathview-0.8.0-r2.ebuild
  Log:
  Stable for amd64, wrt bug #427544
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.52                 x11-libs/gtkmathview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	3 Oct 2012 15:47:02 -0000	1.51
+++ ChangeLog	4 Oct 2012 15:04:50 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/gtkmathview
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.51 2012/10/03 15:47:02 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.52 2012/10/04 15:04:50 ago Exp $
+
+  04 Oct 2012; Agostino Sarubbo <ago@gentoo.org> gtkmathview-0.8.0-r2.ebuild:
+  Stable for amd64, wrt bug #427544
 
   03 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   gtkmathview-0.8.0-r2.ebuild:



1.7                  x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild?r1=1.6&r2=1.7

Index: gtkmathview-0.8.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gtkmathview-0.8.0-r2.ebuild	3 Oct 2012 15:47:02 -0000	1.6
+++ gtkmathview-0.8.0-r2.ebuild	4 Oct 2012 15:04:50 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild,v 1.6 2012/10/03 15:47:02 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild,v 1.7 2012/10/04 15:04:50 ago Exp $
 
 EAPI="4"
 
@@ -13,7 +13,7 @@
 LICENSE="LGPL-3"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="gtk mathml svg t1lib"
 
 RDEPEND=">=dev-libs/glib-2.2.1:2





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtkmathview: ChangeLog gtkmathview-0.8.0-r2.ebuild
@ 2012-10-28 16:34 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2012-10-28 16:34 UTC (permalink / raw
  To: gentoo-commits

armin76     12/10/28 16:34:41

  Modified:             ChangeLog gtkmathview-0.8.0-r2.ebuild
  Log:
  ia64/sparc stable wrt #427544
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.56                 x11-libs/gtkmathview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	16 Oct 2012 04:54:11 -0000	1.55
+++ ChangeLog	28 Oct 2012 16:34:41 -0000	1.56
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/gtkmathview
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.55 2012/10/16 04:54:11 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/ChangeLog,v 1.56 2012/10/28 16:34:41 armin76 Exp $
+
+  28 Oct 2012; Raúl Porcel <armin76@gentoo.org> gtkmathview-0.8.0-r2.ebuild:
+  ia64/sparc stable wrt #427544
 
   16 Oct 2012; Anthony G. Basile <blueness@gentoo.org>
   gtkmathview-0.8.0-r2.ebuild:



1.11                 x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild?r1=1.10&r2=1.11

Index: gtkmathview-0.8.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gtkmathview-0.8.0-r2.ebuild	16 Oct 2012 04:54:11 -0000	1.10
+++ gtkmathview-0.8.0-r2.ebuild	28 Oct 2012 16:34:41 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild,v 1.10 2012/10/16 04:54:11 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkmathview/gtkmathview-0.8.0-r2.ebuild,v 1.11 2012/10/28 16:34:41 armin76 Exp $
 
 EAPI="4"
 
@@ -13,7 +13,7 @@
 LICENSE="LGPL-3"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86"
 IUSE="gtk mathml svg t1lib"
 
 RDEPEND=">=dev-libs/glib-2.2.1:2





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

end of thread, other threads:[~2012-10-28 16:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-03 15:47 [gentoo-commits] gentoo-x86 commit in x11-libs/gtkmathview: ChangeLog gtkmathview-0.8.0-r2.ebuild PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-28 16:34 Raul Porcel (armin76)
2012-10-04 15:04 Agostino Sarubbo (ago)
2012-10-02 15:53 Jeroen Roovers (jer)
2012-08-05 20:14 Anthony G. Basile (blueness)
2012-05-29 22:07 Anthony G. Basile (blueness)
2012-05-26 11:02 Alexandre Rostovtsev (tetromino)

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