public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-webkit: qt-webkit-4.8.1.ebuild ChangeLog
@ 2012-03-29 22:17 Davide Pesavento (pesa)
  0 siblings, 0 replies; 6+ messages in thread
From: Davide Pesavento (pesa) @ 2012-03-29 22:17 UTC (permalink / raw
  To: gentoo-commits

pesa        12/03/29 22:17:41

  Modified:             ChangeLog
  Added:                qt-webkit-4.8.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha96/cvs/Linux x86_64)

Revision  Changes    Path
1.139                x11-libs/qt-webkit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog	27 Mar 2012 19:02:36 -0000	1.138
+++ ChangeLog	29 Mar 2012 22:17:41 -0000	1.139
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/qt-webkit
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.138 2012/03/27 19:02:36 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.139 2012/03/29 22:17:41 pesa Exp $
+
+*qt-webkit-4.8.1 (29 Mar 2012)
+
+  29 Mar 2012; Davide Pesavento <pesa@gentoo.org> +qt-webkit-4.8.1.ebuild:
+  Version bump.
 
   27 Mar 2012; Johannes Huber <johu@gentoo.org>
   -files/qt-webkit-4.5.3-cve-2010-0046-css-format-mem-corruption.patch,



1.1                  x11-libs/qt-webkit/qt-webkit-4.8.1.ebuild

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

Index: qt-webkit-4.8.1.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-webkit/qt-webkit-4.8.1.ebuild,v 1.1 2012/03/29 22:17:41 pesa Exp $

EAPI=4

inherit qt4-build flag-o-matic

DESCRIPTION="The WebKit module for the Qt toolkit"
SLOT="4"
KEYWORDS="~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="+gstreamer +jit"

DEPEND="
	dev-db/sqlite:3
	dev-libs/icu
	x11-libs/libX11
	x11-libs/libXrender
	~x11-libs/qt-core-${PV}[aqua=,c++0x=,debug=,ssl,qpa=]
	~x11-libs/qt-gui-${PV}[aqua=,c++0x=,debug=,qpa=]
	~x11-libs/qt-xmlpatterns-${PV}[aqua=,c++0x=,debug=,qpa=]
	gstreamer? (
		dev-libs/glib:2
		media-libs/gstreamer:0.10
		media-libs/gst-plugins-base:0.10
	)"
RDEPEND="${DEPEND}"

PATCHES=(
	"${FILESDIR}/${PN}-4.8.0-c++0x-fix.patch"
)

pkg_setup() {
	QT4_TARGET_DIRECTORIES="
		src/3rdparty/webkit/Source/JavaScriptCore
		src/3rdparty/webkit/Source/WebCore
		src/3rdparty/webkit/Source/WebKit/qt
		tools/designer/src/plugins/qwebview"

	QT4_EXTRACT_DIRECTORIES="
		include
		src
		tools"

	QCONFIG_ADD="webkit"
	QCONFIG_DEFINE="QT_WEBKIT"

	qt4-build_pkg_setup
}

src_prepare() {
	use c++0x && append-cxxflags -fpermissive

	# Fix version number in generated pkgconfig file, bug 406443
	sed -i -e 's/^isEmpty(QT_BUILD_TREE)://' \
		src/3rdparty/webkit/Source/WebKit/qt/QtWebKit.pro || die

	# Always enable icu to avoid build failure, bug 407315
	sed -i -e '/CONFIG\s*+=\s*text_breaking_with_icu/ s:^#\s*::' \
		src/3rdparty/webkit/Source/JavaScriptCore/JavaScriptCore.pri || die

	# Remove -Werror from CXXFLAGS
	sed -i -e '/QMAKE_CXXFLAGS\s*+=/ s:-Werror::g' \
		src/3rdparty/webkit/Source/WebKit.pri || die

	qt4-build_src_prepare
}

src_configure() {
	myconf+="
		-webkit
		-icu -system-sqlite
		$(qt_use jit javascript-jit)
		$(use gstreamer || echo -DENABLE_VIDEO=0)"

	qt4-build_src_configure
}






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-webkit: qt-webkit-4.8.1.ebuild ChangeLog
@ 2012-04-04 13:29 Davide Pesavento (pesa)
  0 siblings, 0 replies; 6+ messages in thread
From: Davide Pesavento (pesa) @ 2012-04-04 13:29 UTC (permalink / raw
  To: gentoo-commits

pesa        12/04/04 13:29:25

  Modified:             qt-webkit-4.8.1.ebuild ChangeLog
  Log:
  Fix build with >=dev-libs/glib-2.31 (bug 401855).
  
  (Portage version: 2.2.0_alpha99/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  x11-libs/qt-webkit/qt-webkit-4.8.1.ebuild

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

Index: qt-webkit-4.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.8.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qt-webkit-4.8.1.ebuild	29 Mar 2012 22:17:41 -0000	1.1
+++ qt-webkit-4.8.1.ebuild	4 Apr 2012 13:29:25 -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-webkit/qt-webkit-4.8.1.ebuild,v 1.1 2012/03/29 22:17:41 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.8.1.ebuild,v 1.2 2012/04/04 13:29:25 pesa Exp $
 
 EAPI=4
 
@@ -28,6 +28,7 @@
 
 PATCHES=(
 	"${FILESDIR}/${PN}-4.8.0-c++0x-fix.patch"
+	"${FILESDIR}/${P}+glib-2.31.patch"
 )
 
 pkg_setup() {



1.140                x11-libs/qt-webkit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- ChangeLog	29 Mar 2012 22:17:41 -0000	1.139
+++ ChangeLog	4 Apr 2012 13:29:25 -0000	1.140
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/qt-webkit
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.139 2012/03/29 22:17:41 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.140 2012/04/04 13:29:25 pesa Exp $
+
+  04 Apr 2012; Davide Pesavento <pesa@gentoo.org>
+  +files/qt-webkit-4.8.1+glib-2.31.patch, qt-webkit-4.8.1.ebuild:
+  Fix build with >=dev-libs/glib-2.31 (bug 401855).
 
 *qt-webkit-4.8.1 (29 Mar 2012)
 






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-webkit: qt-webkit-4.8.1.ebuild ChangeLog
@ 2012-04-12 17:13 Davide Pesavento (pesa)
  0 siblings, 0 replies; 6+ messages in thread
From: Davide Pesavento (pesa) @ 2012-04-12 17:13 UTC (permalink / raw
  To: gentoo-commits

pesa        12/04/12 17:13:12

  Modified:             qt-webkit-4.8.1.ebuild ChangeLog
  Log:
  Make dev-libs/icu optional as requested in bug 411091.
  
  (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  x11-libs/qt-webkit/qt-webkit-4.8.1.ebuild

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

Index: qt-webkit-4.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.8.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qt-webkit-4.8.1.ebuild	4 Apr 2012 13:29:25 -0000	1.2
+++ qt-webkit-4.8.1.ebuild	12 Apr 2012 17:13:12 -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-webkit/qt-webkit-4.8.1.ebuild,v 1.2 2012/04/04 13:29:25 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.8.1.ebuild,v 1.3 2012/04/12 17:13:12 pesa Exp $
 
 EAPI=4
 
@@ -9,11 +9,12 @@
 DESCRIPTION="The WebKit module for the Qt toolkit"
 SLOT="4"
 KEYWORDS="~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="+gstreamer +jit"
+IUSE="+gstreamer +icu +jit"
+
+REQUIRED_USE="gstreamer? ( icu )" #407315
 
 DEPEND="
 	dev-db/sqlite:3
-	dev-libs/icu
 	x11-libs/libX11
 	x11-libs/libXrender
 	~x11-libs/qt-core-${PV}[aqua=,c++0x=,debug=,ssl,qpa=]
@@ -23,7 +24,9 @@
 		dev-libs/glib:2
 		media-libs/gstreamer:0.10
 		media-libs/gst-plugins-base:0.10
-	)"
+	)
+	icu? ( dev-libs/icu )
+"
 RDEPEND="${DEPEND}"
 
 PATCHES=(
@@ -56,21 +59,23 @@
 	sed -i -e 's/^isEmpty(QT_BUILD_TREE)://' \
 		src/3rdparty/webkit/Source/WebKit/qt/QtWebKit.pro || die
 
-	# Always enable icu to avoid build failure, bug 407315
-	sed -i -e '/CONFIG\s*+=\s*text_breaking_with_icu/ s:^#\s*::' \
-		src/3rdparty/webkit/Source/JavaScriptCore/JavaScriptCore.pri || die
-
 	# Remove -Werror from CXXFLAGS
 	sed -i -e '/QMAKE_CXXFLAGS\s*+=/ s:-Werror::g' \
 		src/3rdparty/webkit/Source/WebKit.pri || die
 
+	if use icu; then
+		sed -i -e '/CONFIG\s*+=\s*text_breaking_with_icu/ s:^#\s*::' \
+			src/3rdparty/webkit/Source/JavaScriptCore/JavaScriptCore.pri || die
+	fi
+
 	qt4-build_src_prepare
 }
 
 src_configure() {
 	myconf+="
 		-webkit
-		-icu -system-sqlite
+		-system-sqlite
+		$(qt_use icu)
 		$(qt_use jit javascript-jit)
 		$(use gstreamer || echo -DENABLE_VIDEO=0)"
 



1.142                x11-libs/qt-webkit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- ChangeLog	5 Apr 2012 15:47:39 -0000	1.141
+++ ChangeLog	12 Apr 2012 17:13:12 -0000	1.142
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-webkit
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.141 2012/04/05 15:47:39 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.142 2012/04/12 17:13:12 pesa Exp $
+
+  12 Apr 2012; Davide Pesavento <pesa@gentoo.org> qt-webkit-4.8.1.ebuild:
+  Make dev-libs/icu optional as requested in bug 411091.
 
   05 Apr 2012; Johannes Huber <johu@gentoo.org> -qt-webkit-4.8.0-r1.ebuild:
   Drop Qt-4.8.0






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-webkit: qt-webkit-4.8.1.ebuild ChangeLog
@ 2012-04-28 10:52 Davide Pesavento (pesa)
  0 siblings, 0 replies; 6+ messages in thread
From: Davide Pesavento (pesa) @ 2012-04-28 10:52 UTC (permalink / raw
  To: gentoo-commits

pesa        12/04/28 10:52:37

  Modified:             qt-webkit-4.8.1.ebuild ChangeLog
  Log:
  Fix build with gcc-4.7 (bug 411849 by Andrew John Hughes and Nicolas Schlumberger).
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  x11-libs/qt-webkit/qt-webkit-4.8.1.ebuild

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

Index: qt-webkit-4.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.8.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qt-webkit-4.8.1.ebuild	12 Apr 2012 17:13:12 -0000	1.3
+++ qt-webkit-4.8.1.ebuild	28 Apr 2012 10:52:37 -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-webkit/qt-webkit-4.8.1.ebuild,v 1.3 2012/04/12 17:13:12 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.8.1.ebuild,v 1.4 2012/04/28 10:52:37 pesa Exp $
 
 EAPI=4
 
@@ -32,6 +32,7 @@
 PATCHES=(
 	"${FILESDIR}/${PN}-4.8.0-c++0x-fix.patch"
 	"${FILESDIR}/${P}+glib-2.31.patch"
+	"${FILESDIR}/${P}-no-use-ld-gold.patch"
 )
 
 pkg_setup() {



1.144                x11-libs/qt-webkit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- ChangeLog	12 Apr 2012 17:59:45 -0000	1.143
+++ ChangeLog	28 Apr 2012 10:52:37 -0000	1.144
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/qt-webkit
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.143 2012/04/12 17:59:45 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.144 2012/04/28 10:52:37 pesa Exp $
+
+  28 Apr 2012; Davide Pesavento <pesa@gentoo.org>
+  +files/qt-webkit-4.8.1-no-use-ld-gold.patch, qt-webkit-4.8.1.ebuild:
+  Fix build with gcc-4.7 (bug 411849 by Andrew John Hughes and Nicolas
+  Schlumberger).
 
   12 Apr 2012; Davide Pesavento <pesa@gentoo.org> -qt-webkit-4.6.3.ebuild:
   Remove old version.






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-webkit: qt-webkit-4.8.1.ebuild ChangeLog
@ 2012-05-08 18:30 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2012-05-08 18:30 UTC (permalink / raw
  To: gentoo-commits

hwoarang    12/05/08 18:30:17

  Modified:             qt-webkit-4.8.1.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #414241
  
  (Portage version: 2.1.10.57/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  x11-libs/qt-webkit/qt-webkit-4.8.1.ebuild

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

Index: qt-webkit-4.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.8.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qt-webkit-4.8.1.ebuild	28 Apr 2012 10:52:37 -0000	1.4
+++ qt-webkit-4.8.1.ebuild	8 May 2012 18:30:17 -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-webkit/qt-webkit-4.8.1.ebuild,v 1.4 2012/04/28 10:52:37 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.8.1.ebuild,v 1.5 2012/05/08 18:30:17 hwoarang Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION="The WebKit module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="+gstreamer +icu +jit"
 
 REQUIRED_USE="gstreamer? ( icu )" #407315



1.145                x11-libs/qt-webkit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog	28 Apr 2012 10:52:37 -0000	1.144
+++ ChangeLog	8 May 2012 18:30:17 -0000	1.145
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-webkit
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.144 2012/04/28 10:52:37 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.145 2012/05/08 18:30:17 hwoarang Exp $
+
+  08 May 2012; Markos Chandras <hwoarang@gentoo.org> qt-webkit-4.8.1.ebuild:
+  Stable on amd64 wrt bug #414241
 
   28 Apr 2012; Davide Pesavento <pesa@gentoo.org>
   +files/qt-webkit-4.8.1-no-use-ld-gold.patch, qt-webkit-4.8.1.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-webkit: qt-webkit-4.8.1.ebuild ChangeLog
@ 2012-07-06  5:07 Michael Weber (xmw)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Weber (xmw) @ 2012-07-06  5:07 UTC (permalink / raw
  To: gentoo-commits

xmw         12/07/06 05:07:07

  Modified:             qt-webkit-4.8.1.ebuild ChangeLog
  Log:
  ppc stable (bug 414241)
  
  (Portage version: 2.1.11.5/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 x11-libs/qt-webkit/qt-webkit-4.8.1.ebuild

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

Index: qt-webkit-4.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.8.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- qt-webkit-4.8.1.ebuild	25 Jun 2012 16:11:55 -0000	1.10
+++ qt-webkit-4.8.1.ebuild	6 Jul 2012 05:07:07 -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/qt-webkit/qt-webkit-4.8.1.ebuild,v 1.10 2012/06/25 16:11:55 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.8.1.ebuild,v 1.11 2012/07/06 05:07:07 xmw Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION="The WebKit module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="amd64 arm ia64 ~mips ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm ia64 ~mips ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="+gstreamer +icu +jit"
 
 REQUIRED_USE="gstreamer? ( icu )" #407315



1.160                x11-libs/qt-webkit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- ChangeLog	5 Jul 2012 12:30:15 -0000	1.159
+++ ChangeLog	6 Jul 2012 05:07:07 -0000	1.160
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-webkit
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.159 2012/07/05 12:30:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.160 2012/07/06 05:07:07 xmw Exp $
+
+  06 Jul 2012; Michael Weber <xmw@gentoo.org> qt-webkit-4.8.1.ebuild:
+  ppc stable (bug 414241)
 
   05 Jul 2012; Agostino Sarubbo <ago@gentoo.org> qt-webkit-4.8.2.ebuild:
   Stable for amd64, wrt bug #424625
@@ -668,4 +671,3 @@
 
   19 Dec 2007; Caleb Tennis <caleb@gentoo.org> +qt-webkit-4.4.0_rc1.ebuild:
   Add qt-webkit for QtWebKit functionality
-






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

end of thread, other threads:[~2012-07-06  5:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-28 10:52 [gentoo-commits] gentoo-x86 commit in x11-libs/qt-webkit: qt-webkit-4.8.1.ebuild ChangeLog Davide Pesavento (pesa)
  -- strict thread matches above, loose matches on Subject: below --
2012-07-06  5:07 Michael Weber (xmw)
2012-05-08 18:30 Markos Chandras (hwoarang)
2012-04-12 17:13 Davide Pesavento (pesa)
2012-04-04 13:29 Davide Pesavento (pesa)
2012-03-29 22:17 Davide Pesavento (pesa)

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