public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-svg: qt-svg-4.8.4.ebuild ChangeLog
@ 2012-12-05  3:42 Ben de Groot (yngwin)
  0 siblings, 0 replies; 10+ messages in thread
From: Ben de Groot (yngwin) @ 2012-12-05  3:42 UTC (permalink / raw
  To: gentoo-commits

yngwin      12/12/05 03:42:20

  Modified:             ChangeLog
  Added:                qt-svg-4.8.4.ebuild
  Log:
  Qt 4.8.4 version bump
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.125                x11-libs/qt-svg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog	14 Oct 2012 17:21:19 -0000	1.124
+++ ChangeLog	5 Dec 2012 03:42:20 -0000	1.125
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/qt-svg
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.124 2012/10/14 17:21:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.125 2012/12/05 03:42:20 yngwin Exp $
+
+*qt-svg-4.8.4 (05 Dec 2012)
+
+  05 Dec 2012; Ben de Groot <yngwin@gentoo.org> +qt-svg-4.8.4.ebuild:
+  Qt 4.8.4 version bump
 
   14 Oct 2012; Raúl Porcel <armin76@gentoo.org> qt-svg-4.8.2.ebuild:
   alpha/ia64/sparc stable wrt #424625



1.1                  x11-libs/qt-svg/qt-svg-4.8.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-svg/qt-svg-4.8.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-svg/qt-svg-4.8.4.ebuild?rev=1.1&content-type=text/plain

Index: qt-svg-4.8.4.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.8.4.ebuild,v 1.1 2012/12/05 03:42:20 yngwin Exp $

EAPI=4

inherit qt4-build

DESCRIPTION="The SVG module for the Qt toolkit"
SLOT="4"
if [[ ${QT4_BUILD_TYPE} == live ]]; then
	KEYWORDS=""
else
	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE="+accessibility"

DEPEND="
	sys-libs/zlib
	~x11-libs/qt-core-${PV}[aqua=,debug=]
	~x11-libs/qt-gui-${PV}[accessibility=,aqua=,debug=]
"
RDEPEND="${DEPEND}"

pkg_setup() {
	QT4_TARGET_DIRECTORIES="
		src/svg
		src/plugins/imageformats/svg
		src/plugins/iconengines/svgiconengine"

	QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
		include/QtSvg
		include/Qt
		include/QtGui
		include/QtCore
		include/QtXml
		src/corelib
		src/gui
		src/plugins
		src/xml
		src/3rdparty"

	QCONFIG_ADD="svg"
	QCONFIG_DEFINE="QT_SVG"

	qt4-build_pkg_setup
}

src_configure() {
	myconf+="
		-svg
		$(qt_use accessibility)
		-no-xkb  -no-xrender
		-no-xrandr -no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm
		-no-opengl -no-nas-sound -no-dbus -no-cups -no-nis -no-gif -no-libpng
		-no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon
		-no-qt3support -no-xmlpatterns -no-freetype -no-libtiff
		-no-fontconfig -no-glib -no-gtkstyle"

	qt4-build_src_configure
}





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-svg: qt-svg-4.8.4.ebuild ChangeLog
@ 2012-12-24 16:48 Jeroen Roovers (jer)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2012-12-24 16:48 UTC (permalink / raw
  To: gentoo-commits

jer         12/12/24 16:48:54

  Modified:             qt-svg-4.8.4.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #445956).
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.2                  x11-libs/qt-svg/qt-svg-4.8.4.ebuild

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

Index: qt-svg-4.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.8.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qt-svg-4.8.4.ebuild	5 Dec 2012 03:42:20 -0000	1.1
+++ qt-svg-4.8.4.ebuild	24 Dec 2012 16:48:54 -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/qt-svg/qt-svg-4.8.4.ebuild,v 1.1 2012/12/05 03:42:20 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.8.4.ebuild,v 1.2 2012/12/24 16:48:54 jer Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 if [[ ${QT4_BUILD_TYPE} == live ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+	KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 fi
 IUSE="+accessibility"
 



1.126                x11-libs/qt-svg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog	5 Dec 2012 03:42:20 -0000	1.125
+++ ChangeLog	24 Dec 2012 16:48:54 -0000	1.126
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-svg
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.125 2012/12/05 03:42:20 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.126 2012/12/24 16:48:54 jer Exp $
+
+  24 Dec 2012; Jeroen Roovers <jer@gentoo.org> qt-svg-4.8.4.ebuild:
+  Stable for HPPA (bug #445956).
 
 *qt-svg-4.8.4 (05 Dec 2012)
 





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-svg: qt-svg-4.8.4.ebuild ChangeLog
@ 2012-12-25  9:25 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-25  9:25 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/25 09:25:36

  Modified:             qt-svg-4.8.4.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #445956
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  x11-libs/qt-svg/qt-svg-4.8.4.ebuild

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

Index: qt-svg-4.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.8.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qt-svg-4.8.4.ebuild	24 Dec 2012 16:48:54 -0000	1.2
+++ qt-svg-4.8.4.ebuild	25 Dec 2012 09:25:36 -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/qt-svg/qt-svg-4.8.4.ebuild,v 1.2 2012/12/24 16:48:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.8.4.ebuild,v 1.3 2012/12/25 09:25:36 ago Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 if [[ ${QT4_BUILD_TYPE} == live ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+	KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 fi
 IUSE="+accessibility"
 



1.127                x11-libs/qt-svg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog	24 Dec 2012 16:48:54 -0000	1.126
+++ ChangeLog	25 Dec 2012 09:25:36 -0000	1.127
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-svg
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.126 2012/12/24 16:48:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.127 2012/12/25 09:25:36 ago Exp $
+
+  25 Dec 2012; Agostino Sarubbo <ago@gentoo.org> qt-svg-4.8.4.ebuild:
+  Stable for amd64, wrt bug #445956
 
   24 Dec 2012; Jeroen Roovers <jer@gentoo.org> qt-svg-4.8.4.ebuild:
   Stable for HPPA (bug #445956).





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-svg: qt-svg-4.8.4.ebuild ChangeLog
@ 2012-12-25  9:32 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-25  9:32 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/25 09:32:06

  Modified:             qt-svg-4.8.4.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #445956
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.4                  x11-libs/qt-svg/qt-svg-4.8.4.ebuild

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

Index: qt-svg-4.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.8.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qt-svg-4.8.4.ebuild	25 Dec 2012 09:25:36 -0000	1.3
+++ qt-svg-4.8.4.ebuild	25 Dec 2012 09:32:06 -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/qt-svg/qt-svg-4.8.4.ebuild,v 1.3 2012/12/25 09:25:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.8.4.ebuild,v 1.4 2012/12/25 09:32:06 ago Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 if [[ ${QT4_BUILD_TYPE} == live ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+	KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 fi
 IUSE="+accessibility"
 



1.128                x11-libs/qt-svg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog	25 Dec 2012 09:25:36 -0000	1.127
+++ ChangeLog	25 Dec 2012 09:32:06 -0000	1.128
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-svg
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.127 2012/12/25 09:25:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.128 2012/12/25 09:32:06 ago Exp $
+
+  25 Dec 2012; Agostino Sarubbo <ago@gentoo.org> qt-svg-4.8.4.ebuild:
+  Stable for ia64, wrt bug #445956
 
   25 Dec 2012; Agostino Sarubbo <ago@gentoo.org> qt-svg-4.8.4.ebuild:
   Stable for amd64, wrt bug #445956





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-svg: qt-svg-4.8.4.ebuild ChangeLog
@ 2012-12-25  9:40 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-25  9:40 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/25 09:40:41

  Modified:             qt-svg-4.8.4.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #445956
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  x11-libs/qt-svg/qt-svg-4.8.4.ebuild

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

Index: qt-svg-4.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.8.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qt-svg-4.8.4.ebuild	25 Dec 2012 09:32:06 -0000	1.4
+++ qt-svg-4.8.4.ebuild	25 Dec 2012 09:40:41 -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/qt-svg/qt-svg-4.8.4.ebuild,v 1.4 2012/12/25 09:32:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.8.4.ebuild,v 1.5 2012/12/25 09:40:41 ago Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 if [[ ${QT4_BUILD_TYPE} == live ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+	KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 fi
 IUSE="+accessibility"
 



1.129                x11-libs/qt-svg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog	25 Dec 2012 09:32:06 -0000	1.128
+++ ChangeLog	25 Dec 2012 09:40:41 -0000	1.129
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-svg
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.128 2012/12/25 09:32:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.129 2012/12/25 09:40:41 ago Exp $
+
+  25 Dec 2012; Agostino Sarubbo <ago@gentoo.org> qt-svg-4.8.4.ebuild:
+  Stable for ppc, wrt bug #445956
 
   25 Dec 2012; Agostino Sarubbo <ago@gentoo.org> qt-svg-4.8.4.ebuild:
   Stable for ia64, wrt bug #445956





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-svg: qt-svg-4.8.4.ebuild ChangeLog
@ 2012-12-25  9:48 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-25  9:48 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/25 09:48:26

  Modified:             qt-svg-4.8.4.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #445956
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.6                  x11-libs/qt-svg/qt-svg-4.8.4.ebuild

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

Index: qt-svg-4.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.8.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qt-svg-4.8.4.ebuild	25 Dec 2012 09:40:41 -0000	1.5
+++ qt-svg-4.8.4.ebuild	25 Dec 2012 09:48:26 -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/qt-svg/qt-svg-4.8.4.ebuild,v 1.5 2012/12/25 09:40:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.8.4.ebuild,v 1.6 2012/12/25 09:48:26 ago Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 if [[ ${QT4_BUILD_TYPE} == live ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+	KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 fi
 IUSE="+accessibility"
 



1.130                x11-libs/qt-svg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog	25 Dec 2012 09:40:41 -0000	1.129
+++ ChangeLog	25 Dec 2012 09:48:26 -0000	1.130
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-svg
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.129 2012/12/25 09:40:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.130 2012/12/25 09:48:26 ago Exp $
+
+  25 Dec 2012; Agostino Sarubbo <ago@gentoo.org> qt-svg-4.8.4.ebuild:
+  Stable for ppc64, wrt bug #445956
 
   25 Dec 2012; Agostino Sarubbo <ago@gentoo.org> qt-svg-4.8.4.ebuild:
   Stable for ppc, wrt bug #445956





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-svg: qt-svg-4.8.4.ebuild ChangeLog
@ 2012-12-25  9:57 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-25  9:57 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/25 09:57:00

  Modified:             qt-svg-4.8.4.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #445956
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.7                  x11-libs/qt-svg/qt-svg-4.8.4.ebuild

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

Index: qt-svg-4.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.8.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- qt-svg-4.8.4.ebuild	25 Dec 2012 09:48:26 -0000	1.6
+++ qt-svg-4.8.4.ebuild	25 Dec 2012 09:57:00 -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/qt-svg/qt-svg-4.8.4.ebuild,v 1.6 2012/12/25 09:48:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.8.4.ebuild,v 1.7 2012/12/25 09:57:00 ago Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 if [[ ${QT4_BUILD_TYPE} == live ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+	KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 fi
 IUSE="+accessibility"
 



1.131                x11-libs/qt-svg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog	25 Dec 2012 09:48:26 -0000	1.130
+++ ChangeLog	25 Dec 2012 09:57:00 -0000	1.131
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-svg
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.130 2012/12/25 09:48:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.131 2012/12/25 09:57:00 ago Exp $
+
+  25 Dec 2012; Agostino Sarubbo <ago@gentoo.org> qt-svg-4.8.4.ebuild:
+  Stable for x86, wrt bug #445956
 
   25 Dec 2012; Agostino Sarubbo <ago@gentoo.org> qt-svg-4.8.4.ebuild:
   Stable for ppc64, wrt bug #445956





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-svg: qt-svg-4.8.4.ebuild ChangeLog
@ 2012-12-25 14:57 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-25 14:57 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/25 14:57:34

  Modified:             qt-svg-4.8.4.ebuild ChangeLog
  Log:
  Stable for arm, wrt bug #445956
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.8                  x11-libs/qt-svg/qt-svg-4.8.4.ebuild

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

Index: qt-svg-4.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.8.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- qt-svg-4.8.4.ebuild	25 Dec 2012 09:57:00 -0000	1.7
+++ qt-svg-4.8.4.ebuild	25 Dec 2012 14:57:34 -0000	1.8
@@ -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/qt-svg/qt-svg-4.8.4.ebuild,v 1.7 2012/12/25 09:57:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.8.4.ebuild,v 1.8 2012/12/25 14:57:34 ago Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 if [[ ${QT4_BUILD_TYPE} == live ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+	KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 fi
 IUSE="+accessibility"
 



1.132                x11-libs/qt-svg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog	25 Dec 2012 09:57:00 -0000	1.131
+++ ChangeLog	25 Dec 2012 14:57:34 -0000	1.132
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-svg
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.131 2012/12/25 09:57:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.132 2012/12/25 14:57:34 ago Exp $
+
+  25 Dec 2012; Agostino Sarubbo <ago@gentoo.org> qt-svg-4.8.4.ebuild:
+  Stable for arm, wrt bug #445956
 
   25 Dec 2012; Agostino Sarubbo <ago@gentoo.org> qt-svg-4.8.4.ebuild:
   Stable for x86, wrt bug #445956





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-svg: qt-svg-4.8.4.ebuild ChangeLog
@ 2012-12-26 17:21 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-26 17:21 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/26 17:21:35

  Modified:             qt-svg-4.8.4.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #445956
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.9                  x11-libs/qt-svg/qt-svg-4.8.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-svg/qt-svg-4.8.4.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-svg/qt-svg-4.8.4.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-svg/qt-svg-4.8.4.ebuild?r1=1.8&r2=1.9

Index: qt-svg-4.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.8.4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- qt-svg-4.8.4.ebuild	25 Dec 2012 14:57:34 -0000	1.8
+++ qt-svg-4.8.4.ebuild	26 Dec 2012 17:21:34 -0000	1.9
@@ -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/qt-svg/qt-svg-4.8.4.ebuild,v 1.8 2012/12/25 14:57:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.8.4.ebuild,v 1.9 2012/12/26 17:21:34 ago Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 if [[ ${QT4_BUILD_TYPE} == live ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+	KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 fi
 IUSE="+accessibility"
 



1.133                x11-libs/qt-svg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog	25 Dec 2012 14:57:34 -0000	1.132
+++ ChangeLog	26 Dec 2012 17:21:34 -0000	1.133
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-svg
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.132 2012/12/25 14:57:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.133 2012/12/26 17:21:34 ago Exp $
+
+  26 Dec 2012; Agostino Sarubbo <ago@gentoo.org> qt-svg-4.8.4.ebuild:
+  Stable for sparc, wrt bug #445956
 
   25 Dec 2012; Agostino Sarubbo <ago@gentoo.org> qt-svg-4.8.4.ebuild:
   Stable for arm, wrt bug #445956





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-svg: qt-svg-4.8.4.ebuild ChangeLog
@ 2012-12-29  8:48 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-29  8:48 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/29 08:48:41

  Modified:             qt-svg-4.8.4.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #445956
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.10                 x11-libs/qt-svg/qt-svg-4.8.4.ebuild

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

Index: qt-svg-4.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.8.4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- qt-svg-4.8.4.ebuild	26 Dec 2012 17:21:34 -0000	1.9
+++ qt-svg-4.8.4.ebuild	29 Dec 2012 08:48:41 -0000	1.10
@@ -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/qt-svg/qt-svg-4.8.4.ebuild,v 1.9 2012/12/26 17:21:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.8.4.ebuild,v 1.10 2012/12/29 08:48:41 ago Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 if [[ ${QT4_BUILD_TYPE} == live ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+	KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 fi
 IUSE="+accessibility"
 



1.134                x11-libs/qt-svg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog	26 Dec 2012 17:21:34 -0000	1.133
+++ ChangeLog	29 Dec 2012 08:48:41 -0000	1.134
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-svg
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.133 2012/12/26 17:21:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.134 2012/12/29 08:48:41 ago Exp $
+
+  29 Dec 2012; Agostino Sarubbo <ago@gentoo.org> qt-svg-4.8.4.ebuild:
+  Stable for alpha, wrt bug #445956
 
   26 Dec 2012; Agostino Sarubbo <ago@gentoo.org> qt-svg-4.8.4.ebuild:
   Stable for sparc, wrt bug #445956





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

end of thread, other threads:[~2012-12-29  8:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-25 14:57 [gentoo-commits] gentoo-x86 commit in x11-libs/qt-svg: qt-svg-4.8.4.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-12-29  8:48 Agostino Sarubbo (ago)
2012-12-26 17:21 Agostino Sarubbo (ago)
2012-12-25  9:57 Agostino Sarubbo (ago)
2012-12-25  9:48 Agostino Sarubbo (ago)
2012-12-25  9:40 Agostino Sarubbo (ago)
2012-12-25  9:32 Agostino Sarubbo (ago)
2012-12-25  9:25 Agostino Sarubbo (ago)
2012-12-24 16:48 Jeroen Roovers (jer)
2012-12-05  3:42 Ben de Groot (yngwin)

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