* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-script: qt-script-4.8.2.ebuild ChangeLog
@ 2012-05-22 15:25 Davide Pesavento (pesa)
0 siblings, 0 replies; 9+ messages in thread
From: Davide Pesavento (pesa) @ 2012-05-22 15:25 UTC (permalink / raw
To: gentoo-commits
pesa 12/05/22 15:25:33
Modified: ChangeLog
Added: qt-script-4.8.2.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Revision Changes Path
1.117 x11-libs/qt-script/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?rev=1.117&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?rev=1.117&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?r1=1.116&r2=1.117
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog 20 May 2012 13:32:55 -0000 1.116
+++ ChangeLog 22 May 2012 15:25:33 -0000 1.117
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/qt-script
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.116 2012/05/20 13:32:55 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.117 2012/05/22 15:25:33 pesa Exp $
+
+*qt-script-4.8.2 (22 May 2012)
+
+ 22 May 2012; Davide Pesavento <pesa@gentoo.org> +qt-script-4.8.2.ebuild:
+ Version bump.
20 May 2012; Davide Pesavento <pesa@gentoo.org> metadata.xml:
Remove "jit" USE flag description from metadata, bug 416611.
1.1 x11-libs/qt-script/qt-script-4.8.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild?rev=1.1&content-type=text/plain
Index: qt-script-4.8.2.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-script/qt-script-4.8.2.ebuild,v 1.1 2012/05/22 15:25:33 pesa Exp $
EAPI=4
inherit qt4-build
DESCRIPTION="The ECMAScript module for the Qt toolkit"
SLOT="4"
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE="iconv +jit"
DEPEND="
~x11-libs/qt-core-${PV}[aqua=,c++0x=,debug=,qpa=]
"
RDEPEND="${DEPEND}"
pkg_setup() {
QT4_TARGET_DIRECTORIES="
src/script"
QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
include/Qt
include/QtCore
include/QtScript
src/3rdparty/javascriptcore
src/corelib"
QCONFIG_ADD="script"
QCONFIG_DEFINE="QT_SCRIPT"
qt4-build_pkg_setup
}
src_configure() {
myconf+="
$(qt_use iconv)
$(qt_use jit javascript-jit)
-no-xkb -no-fontconfig -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-accessibility -no-fontconfig -no-glib -no-opengl -no-svg
-no-gtkstyle"
qt4-build_src_configure
}
src_install() {
qt4-build_src_install
# install private headers
insinto "${QTHEADERDIR#${EPREFIX}}"/QtScript/private
find "${S}"/src/script -type f -name "*_p.h" -exec doins {} +
}
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-script: qt-script-4.8.2.ebuild ChangeLog
@ 2012-06-19 22:37 Davide Pesavento (pesa)
0 siblings, 0 replies; 9+ messages in thread
From: Davide Pesavento (pesa) @ 2012-06-19 22:37 UTC (permalink / raw
To: gentoo-commits
pesa 12/06/19 22:37:44
Modified: qt-script-4.8.2.ebuild ChangeLog
Log:
Add patch for x32 support in qatomic asm code (bug 420705).
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Revision Changes Path
1.2 x11-libs/qt-script/qt-script-4.8.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild?r1=1.1&r2=1.2
Index: qt-script-4.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qt-script-4.8.2.ebuild 22 May 2012 15:25:33 -0000 1.1
+++ qt-script-4.8.2.ebuild 19 Jun 2012 22:37:44 -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-script/qt-script-4.8.2.ebuild,v 1.1 2012/05/22 15:25:33 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild,v 1.2 2012/06/19 22:37:44 pesa Exp $
EAPI=4
@@ -20,6 +20,10 @@
"
RDEPEND="${DEPEND}"
+PATCHES=(
+ "${FILESDIR}/${PV}-qatomic-x32.patch"
+)
+
pkg_setup() {
QT4_TARGET_DIRECTORIES="
src/script"
1.119 x11-libs/qt-script/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?rev=1.119&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?rev=1.119&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?r1=1.118&r2=1.119
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog 18 Jun 2012 23:02:07 -0000 1.118
+++ ChangeLog 19 Jun 2012 22:37:44 -0000 1.119
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/qt-script
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.118 2012/06/18 23:02:07 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.119 2012/06/19 22:37:44 pesa Exp $
+
+ 19 Jun 2012; Davide Pesavento <pesa@gentoo.org>
+ +files/4.8.2-qatomic-x32.patch, qt-script-4.8.2.ebuild:
+ Add patch for x32 support in qatomic asm code (bug 420705).
18 Jun 2012; Davide Pesavento <pesa@gentoo.org> metadata.xml:
Cleanup metadata and add upstream info.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-script: qt-script-4.8.2.ebuild ChangeLog
@ 2012-06-26 21:18 Davide Pesavento (pesa)
0 siblings, 0 replies; 9+ messages in thread
From: Davide Pesavento (pesa) @ 2012-06-26 21:18 UTC (permalink / raw
To: gentoo-commits
pesa 12/06/26 21:18:48
Modified: qt-script-4.8.2.ebuild ChangeLog
Log:
Apply another patch for x32 support in JavaScriptCore (bug 421009).
(Portage version: 2.2.0_alpha113/cvs/Linux x86_64)
Revision Changes Path
1.4 x11-libs/qt-script/qt-script-4.8.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild?r1=1.3&r2=1.4
Index: qt-script-4.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qt-script-4.8.2.ebuild 25 Jun 2012 16:04:57 -0000 1.3
+++ qt-script-4.8.2.ebuild 26 Jun 2012 21:18:48 -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-script/qt-script-4.8.2.ebuild,v 1.3 2012/06/25 16:04:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild,v 1.4 2012/06/26 21:18:48 pesa Exp $
EAPI=4
@@ -21,6 +21,7 @@
RDEPEND="${DEPEND}"
PATCHES=(
+ "${FILESDIR}/${PV}-javascriptcore-x32.patch"
"${FILESDIR}/${PV}-qatomic-x32.patch"
)
1.121 x11-libs/qt-script/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?rev=1.121&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?rev=1.121&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?r1=1.120&r2=1.121
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog 25 Jun 2012 16:04:57 -0000 1.120
+++ ChangeLog 26 Jun 2012 21:18:48 -0000 1.121
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/qt-script
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.120 2012/06/25 16:04:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.121 2012/06/26 21:18:48 pesa Exp $
+
+ 26 Jun 2012; Davide Pesavento <pesa@gentoo.org>
+ +files/4.8.2-javascriptcore-x32.patch, qt-script-4.8.2.ebuild:
+ Apply another patch for x32 support in JavaScriptCore (bug 421009).
25 Jun 2012; Raúl Porcel <armin76@gentoo.org> qt-script-4.8.1.ebuild,
qt-script-4.8.2.ebuild:
@@ -471,4 +475,3 @@
21 Dec 2007; Caleb Tennis <caleb@gentoo.org> +metadata.xml,
+qt-script-4.4.0_rc1.ebuild:
Initial ebuild
-
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-script: qt-script-4.8.2.ebuild ChangeLog
@ 2012-07-05 12:27 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-07-05 12:27 UTC (permalink / raw
To: gentoo-commits
ago 12/07/05 12:27:56
Modified: qt-script-4.8.2.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #424625
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Revision Changes Path
1.5 x11-libs/qt-script/qt-script-4.8.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild?r1=1.4&r2=1.5
Index: qt-script-4.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qt-script-4.8.2.ebuild 26 Jun 2012 21:18:48 -0000 1.4
+++ qt-script-4.8.2.ebuild 5 Jul 2012 12:27:56 -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-script/qt-script-4.8.2.ebuild,v 1.4 2012/06/26 21:18:48 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild,v 1.5 2012/07/05 12:27:56 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 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+ KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE="iconv +jit"
1.122 x11-libs/qt-script/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?rev=1.122&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?rev=1.122&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?r1=1.121&r2=1.122
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog 26 Jun 2012 21:18:48 -0000 1.121
+++ ChangeLog 5 Jul 2012 12:27:56 -0000 1.122
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-script
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.121 2012/06/26 21:18:48 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.122 2012/07/05 12:27:56 ago Exp $
+
+ 05 Jul 2012; Agostino Sarubbo <ago@gentoo.org> qt-script-4.8.2.ebuild:
+ Stable for amd64, wrt bug #424625
26 Jun 2012; Davide Pesavento <pesa@gentoo.org>
+files/4.8.2-javascriptcore-x32.patch, qt-script-4.8.2.ebuild:
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-script: qt-script-4.8.2.ebuild ChangeLog
@ 2012-07-08 14:44 Jeroen Roovers (jer)
0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2012-07-08 14:44 UTC (permalink / raw
To: gentoo-commits
jer 12/07/08 14:44:28
Modified: qt-script-4.8.2.ebuild ChangeLog
Log:
Stable for HPPA (bug #424625).
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Revision Changes Path
1.6 x11-libs/qt-script/qt-script-4.8.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild?r1=1.5&r2=1.6
Index: qt-script-4.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qt-script-4.8.2.ebuild 5 Jul 2012 12:27:56 -0000 1.5
+++ qt-script-4.8.2.ebuild 8 Jul 2012 14:44:28 -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-script/qt-script-4.8.2.ebuild,v 1.5 2012/07/05 12:27:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild,v 1.6 2012/07/08 14:44:28 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 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+ KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE="iconv +jit"
1.124 x11-libs/qt-script/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?rev=1.124&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?rev=1.124&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?r1=1.123&r2=1.124
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog 6 Jul 2012 05:04:37 -0000 1.123
+++ ChangeLog 8 Jul 2012 14:44:28 -0000 1.124
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-script
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.123 2012/07/06 05:04:37 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.124 2012/07/08 14:44:28 jer Exp $
+
+ 08 Jul 2012; Jeroen Roovers <jer@gentoo.org> qt-script-4.8.2.ebuild:
+ Stable for HPPA (bug #424625).
06 Jul 2012; Michael Weber <xmw@gentoo.org> qt-script-4.8.1.ebuild:
ppc stable (bug 414241)
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-script: qt-script-4.8.2.ebuild ChangeLog
@ 2012-07-09 4:30 Joseph Jezak (josejx)
0 siblings, 0 replies; 9+ messages in thread
From: Joseph Jezak (josejx) @ 2012-07-09 4:30 UTC (permalink / raw
To: gentoo-commits
josejx 12/07/09 04:30:28
Modified: qt-script-4.8.2.ebuild ChangeLog
Log:
Marked ppc/ppc64 for bug #424625.
(Portage version: 2.1.11.5/cvs/Linux x86_64)
Revision Changes Path
1.8 x11-libs/qt-script/qt-script-4.8.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild?r1=1.7&r2=1.8
Index: qt-script-4.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- qt-script-4.8.2.ebuild 8 Jul 2012 17:56:02 -0000 1.7
+++ qt-script-4.8.2.ebuild 9 Jul 2012 04:30:28 -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-script/qt-script-4.8.2.ebuild,v 1.7 2012/07/08 17:56:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild,v 1.8 2012/07/09 04:30:28 josejx 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 ~x86-freebsd ~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 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE="iconv +jit"
1.126 x11-libs/qt-script/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?rev=1.126&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?rev=1.126&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?r1=1.125&r2=1.126
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog 8 Jul 2012 17:56:02 -0000 1.125
+++ ChangeLog 9 Jul 2012 04:30:28 -0000 1.126
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-script
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.125 2012/07/08 17:56:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.126 2012/07/09 04:30:28 josejx Exp $
+
+ 09 Jul 2012; Joseph Jezak <josejx@gentoo.org> qt-script-4.8.2.ebuild:
+ Marked ppc/ppc64 for bug #424625.
08 Jul 2012; Raúl Porcel <armin76@gentoo.org> qt-script-4.8.1.ebuild,
qt-script-4.8.2.ebuild:
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-script: qt-script-4.8.2.ebuild ChangeLog
@ 2012-07-15 10:57 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-07-15 10:57 UTC (permalink / raw
To: gentoo-commits
ago 12/07/15 10:57:27
Modified: qt-script-4.8.2.ebuild ChangeLog
Log:
Stable for x86, wrt bug #424625
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Revision Changes Path
1.9 x11-libs/qt-script/qt-script-4.8.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild?r1=1.8&r2=1.9
Index: qt-script-4.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- qt-script-4.8.2.ebuild 9 Jul 2012 04:30:28 -0000 1.8
+++ qt-script-4.8.2.ebuild 15 Jul 2012 10:57:27 -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-script/qt-script-4.8.2.ebuild,v 1.8 2012/07/09 04:30:28 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild,v 1.9 2012/07/15 10:57:27 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 ~x86-freebsd ~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 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE="iconv +jit"
1.129 x11-libs/qt-script/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?rev=1.129&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?rev=1.129&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?r1=1.128&r2=1.129
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog 9 Jul 2012 12:24:09 -0000 1.128
+++ ChangeLog 15 Jul 2012 10:57:27 -0000 1.129
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-script
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.128 2012/07/09 12:24:09 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.129 2012/07/15 10:57:27 ago Exp $
+
+ 15 Jul 2012; Agostino Sarubbo <ago@gentoo.org> qt-script-4.8.2.ebuild:
+ Stable for x86, wrt bug #424625
09 Jul 2012; Johannes Huber <johu@gentoo.org> -files/qt-4.6-nolibx11.patch:
Remove old.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-script: qt-script-4.8.2.ebuild ChangeLog
@ 2012-07-19 21:13 Markus Meier (maekke)
0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2012-07-19 21:13 UTC (permalink / raw
To: gentoo-commits
maekke 12/07/19 21:13:11
Modified: qt-script-4.8.2.ebuild ChangeLog
Log:
arm stable, bug #424625
(Portage version: 2.1.11.7/cvs/Linux i686)
Revision Changes Path
1.10 x11-libs/qt-script/qt-script-4.8.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild?r1=1.9&r2=1.10
Index: qt-script-4.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- qt-script-4.8.2.ebuild 15 Jul 2012 10:57:27 -0000 1.9
+++ qt-script-4.8.2.ebuild 19 Jul 2012 21:13:11 -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-script/qt-script-4.8.2.ebuild,v 1.9 2012/07/15 10:57:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild,v 1.10 2012/07/19 21:13:11 maekke 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 ~x86-freebsd ~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 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE="iconv +jit"
1.130 x11-libs/qt-script/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?rev=1.130&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?rev=1.130&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?r1=1.129&r2=1.130
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog 15 Jul 2012 10:57:27 -0000 1.129
+++ ChangeLog 19 Jul 2012 21:13:11 -0000 1.130
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-script
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.129 2012/07/15 10:57:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.130 2012/07/19 21:13:11 maekke Exp $
+
+ 19 Jul 2012; Markus Meier <maekke@gentoo.org> qt-script-4.8.2.ebuild:
+ arm stable, bug #424625
15 Jul 2012; Agostino Sarubbo <ago@gentoo.org> qt-script-4.8.2.ebuild:
Stable for x86, wrt bug #424625
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-script: qt-script-4.8.2.ebuild ChangeLog
@ 2012-10-14 17:07 Raul Porcel (armin76)
0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2012-10-14 17:07 UTC (permalink / raw
To: gentoo-commits
armin76 12/10/14 17:07:13
Modified: qt-script-4.8.2.ebuild ChangeLog
Log:
alpha/ia64/sparc stable wrt #424625
(Portage version: 2.1.11.16/cvs/Linux ia64)
Revision Changes Path
1.11 x11-libs/qt-script/qt-script-4.8.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild?r1=1.10&r2=1.11
Index: qt-script-4.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- qt-script-4.8.2.ebuild 19 Jul 2012 21:13:11 -0000 1.10
+++ qt-script-4.8.2.ebuild 14 Oct 2012 17:07:13 -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-script/qt-script-4.8.2.ebuild,v 1.10 2012/07/19 21:13:11 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.8.2.ebuild,v 1.11 2012/10/14 17:07:13 armin76 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 ~x86-freebsd ~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 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE="iconv +jit"
1.134 x11-libs/qt-script/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?rev=1.134&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?rev=1.134&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?r1=1.133&r2=1.134
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog 16 Sep 2012 04:42:32 -0000 1.133
+++ ChangeLog 14 Oct 2012 17:07:13 -0000 1.134
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-script
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.133 2012/09/16 04:42:32 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.134 2012/10/14 17:07:13 armin76 Exp $
+
+ 14 Oct 2012; Raúl Porcel <armin76@gentoo.org> qt-script-4.8.2.ebuild:
+ alpha/ia64/sparc stable wrt #424625
16 Sep 2012; Ben de Groot <yngwin@gentoo.org> qt-script-4.8.3.ebuild:
Add overlay changes (c++0x useflag)
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2012-10-14 17:07 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-19 22:37 [gentoo-commits] gentoo-x86 commit in x11-libs/qt-script: qt-script-4.8.2.ebuild ChangeLog Davide Pesavento (pesa)
-- strict thread matches above, loose matches on Subject: below --
2012-10-14 17:07 Raul Porcel (armin76)
2012-07-19 21:13 Markus Meier (maekke)
2012-07-15 10:57 Agostino Sarubbo (ago)
2012-07-09 4:30 Joseph Jezak (josejx)
2012-07-08 14:44 Jeroen Roovers (jer)
2012-07-05 12:27 Agostino Sarubbo (ago)
2012-06-26 21:18 Davide Pesavento (pesa)
2012-05-22 15:25 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