* [gentoo-commits] gentoo-x86 commit in dev-qt/qtscript: qtscript-4.8.5.ebuild ChangeLog
@ 2013-07-09 10:47 Davide Pesavento (pesa)
0 siblings, 0 replies; 10+ messages in thread
From: Davide Pesavento (pesa) @ 2013-07-09 10:47 UTC (permalink / raw
To: gentoo-commits
pesa 13/07/09 10:47:15
Modified: ChangeLog
Added: qtscript-4.8.5.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
Revision Changes Path
1.4 dev-qt/qtscript/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 8 Apr 2013 15:18:21 -0000 1.3
+++ ChangeLog 9 Jul 2013 10:47:15 -0000 1.4
@@ -1,6 +1,11 @@
# ChangeLog for dev-qt/qtscript
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v 1.3 2013/04/08 15:18:21 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v 1.4 2013/07/09 10:47:15 pesa Exp $
+
+*qtscript-4.8.5 (09 Jul 2013)
+
+ 09 Jul 2013; Davide Pesavento <pesa@gentoo.org> +qtscript-4.8.5.ebuild:
+ Version bump.
08 Apr 2013; Davide Pesavento <pesa@gentoo.org> qtscript-4.8.4.ebuild:
Improve description.
1.1 dev-qt/qtscript/qtscript-4.8.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild?rev=1.1&content-type=text/plain
Index: qtscript-4.8.5.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild,v 1.1 2013/07/09 10:47:15 pesa Exp $
EAPI=4
inherit qt4-build
DESCRIPTION="The QtScript 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 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE="iconv +jit"
DEPEND="
~dev-qt/qtcore-${PV}[aqua=,debug=]
"
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/4.8.2-javascriptcore-x32.patch" )
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] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-qt/qtscript: qtscript-4.8.5.ebuild ChangeLog
@ 2013-11-03 13:04 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-11-03 13:04 UTC (permalink / raw
To: gentoo-commits
ago 13/11/03 13:04:39
Modified: qtscript-4.8.5.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #488536
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 dev-qt/qtscript/qtscript-4.8.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild?r1=1.1&r2=1.2
Index: qtscript-4.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qtscript-4.8.5.ebuild 9 Jul 2013 10:47:15 -0000 1.1
+++ qtscript-4.8.5.ebuild 3 Nov 2013 13:04:39 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild,v 1.1 2013/07/09 10:47:15 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild,v 1.2 2013/11/03 13:04:39 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.5 dev-qt/qtscript/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 9 Jul 2013 10:47:15 -0000 1.4
+++ ChangeLog 3 Nov 2013 13:04:39 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for dev-qt/qtscript
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v 1.4 2013/07/09 10:47:15 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v 1.5 2013/11/03 13:04:39 ago Exp $
+
+ 03 Nov 2013; Agostino Sarubbo <ago@gentoo.org> qtscript-4.8.5.ebuild:
+ Stable for amd64, wrt bug #488536
*qtscript-4.8.5 (09 Jul 2013)
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-qt/qtscript: qtscript-4.8.5.ebuild ChangeLog
@ 2013-11-03 13:07 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-11-03 13:07 UTC (permalink / raw
To: gentoo-commits
ago 13/11/03 13:07:29
Modified: qtscript-4.8.5.ebuild ChangeLog
Log:
Stable for x86, wrt bug #488536
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 dev-qt/qtscript/qtscript-4.8.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild?r1=1.2&r2=1.3
Index: qtscript-4.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qtscript-4.8.5.ebuild 3 Nov 2013 13:04:39 -0000 1.2
+++ qtscript-4.8.5.ebuild 3 Nov 2013 13:07:29 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild,v 1.2 2013/11/03 13:04:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild,v 1.3 2013/11/03 13:07:29 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.6 dev-qt/qtscript/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 3 Nov 2013 13:04:39 -0000 1.5
+++ ChangeLog 3 Nov 2013 13:07:29 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for dev-qt/qtscript
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v 1.5 2013/11/03 13:04:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v 1.6 2013/11/03 13:07:29 ago Exp $
+
+ 03 Nov 2013; Agostino Sarubbo <ago@gentoo.org> qtscript-4.8.5.ebuild:
+ Stable for x86, wrt bug #488536
03 Nov 2013; Agostino Sarubbo <ago@gentoo.org> qtscript-4.8.5.ebuild:
Stable for amd64, wrt bug #488536
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-qt/qtscript: qtscript-4.8.5.ebuild ChangeLog
@ 2013-11-04 21:31 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-11-04 21:31 UTC (permalink / raw
To: gentoo-commits
ago 13/11/04 21:31:32
Modified: qtscript-4.8.5.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #488536
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 dev-qt/qtscript/qtscript-4.8.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild?r1=1.3&r2=1.4
Index: qtscript-4.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qtscript-4.8.5.ebuild 3 Nov 2013 13:07:29 -0000 1.3
+++ qtscript-4.8.5.ebuild 4 Nov 2013 21:31:32 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild,v 1.3 2013/11/03 13:07:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild,v 1.4 2013/11/04 21:31:32 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.7 dev-qt/qtscript/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 3 Nov 2013 13:07:29 -0000 1.6
+++ ChangeLog 4 Nov 2013 21:31:32 -0000 1.7
@@ -1,6 +1,9 @@
# ChangeLog for dev-qt/qtscript
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v 1.6 2013/11/03 13:07:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v 1.7 2013/11/04 21:31:32 ago Exp $
+
+ 04 Nov 2013; Agostino Sarubbo <ago@gentoo.org> qtscript-4.8.5.ebuild:
+ Stable for ppc, wrt bug #488536
03 Nov 2013; Agostino Sarubbo <ago@gentoo.org> qtscript-4.8.5.ebuild:
Stable for x86, wrt bug #488536
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-qt/qtscript: qtscript-4.8.5.ebuild ChangeLog
@ 2013-11-04 21:44 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-11-04 21:44 UTC (permalink / raw
To: gentoo-commits
ago 13/11/04 21:44:01
Modified: qtscript-4.8.5.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #488536
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 dev-qt/qtscript/qtscript-4.8.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild?r1=1.4&r2=1.5
Index: qtscript-4.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qtscript-4.8.5.ebuild 4 Nov 2013 21:31:32 -0000 1.4
+++ qtscript-4.8.5.ebuild 4 Nov 2013 21:44:01 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild,v 1.4 2013/11/04 21:31:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild,v 1.5 2013/11/04 21:44:01 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.8 dev-qt/qtscript/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 4 Nov 2013 21:31:32 -0000 1.7
+++ ChangeLog 4 Nov 2013 21:44:01 -0000 1.8
@@ -1,6 +1,9 @@
# ChangeLog for dev-qt/qtscript
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v 1.7 2013/11/04 21:31:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v 1.8 2013/11/04 21:44:01 ago Exp $
+
+ 04 Nov 2013; Agostino Sarubbo <ago@gentoo.org> qtscript-4.8.5.ebuild:
+ Stable for ppc64, wrt bug #488536
04 Nov 2013; Agostino Sarubbo <ago@gentoo.org> qtscript-4.8.5.ebuild:
Stable for ppc, wrt bug #488536
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-qt/qtscript: qtscript-4.8.5.ebuild ChangeLog
@ 2013-11-07 6:01 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-11-07 6:01 UTC (permalink / raw
To: gentoo-commits
ago 13/11/07 06:01:25
Modified: qtscript-4.8.5.ebuild ChangeLog
Log:
Stable for arm, wrt bug #488536
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 dev-qt/qtscript/qtscript-4.8.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild?r1=1.5&r2=1.6
Index: qtscript-4.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qtscript-4.8.5.ebuild 4 Nov 2013 21:44:01 -0000 1.5
+++ qtscript-4.8.5.ebuild 7 Nov 2013 06:01:25 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild,v 1.5 2013/11/04 21:44:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild,v 1.6 2013/11/07 06:01:25 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.9 dev-qt/qtscript/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 4 Nov 2013 21:44:01 -0000 1.8
+++ ChangeLog 7 Nov 2013 06:01:25 -0000 1.9
@@ -1,6 +1,9 @@
# ChangeLog for dev-qt/qtscript
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v 1.8 2013/11/04 21:44:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v 1.9 2013/11/07 06:01:25 ago Exp $
+
+ 07 Nov 2013; Agostino Sarubbo <ago@gentoo.org> qtscript-4.8.5.ebuild:
+ Stable for arm, wrt bug #488536
04 Nov 2013; Agostino Sarubbo <ago@gentoo.org> qtscript-4.8.5.ebuild:
Stable for ppc64, wrt bug #488536
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-qt/qtscript: qtscript-4.8.5.ebuild ChangeLog
@ 2013-11-11 13:53 Jeroen Roovers (jer)
0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2013-11-11 13:53 UTC (permalink / raw
To: gentoo-commits
jer 13/11/11 13:53:02
Modified: qtscript-4.8.5.ebuild ChangeLog
Log:
Stable for HPPA (bug #488536).
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.7 dev-qt/qtscript/qtscript-4.8.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild?r1=1.6&r2=1.7
Index: qtscript-4.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- qtscript-4.8.5.ebuild 7 Nov 2013 06:01:25 -0000 1.6
+++ qtscript-4.8.5.ebuild 11 Nov 2013 13:53:02 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild,v 1.6 2013/11/07 06:01:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild,v 1.7 2013/11/11 13:53:02 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 ~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.10 dev-qt/qtscript/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 7 Nov 2013 06:01:25 -0000 1.9
+++ ChangeLog 11 Nov 2013 13:53:02 -0000 1.10
@@ -1,6 +1,9 @@
# ChangeLog for dev-qt/qtscript
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v 1.9 2013/11/07 06:01:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v 1.10 2013/11/11 13:53:02 jer Exp $
+
+ 11 Nov 2013; Jeroen Roovers <jer@gentoo.org> qtscript-4.8.5.ebuild:
+ Stable for HPPA (bug #488536).
07 Nov 2013; Agostino Sarubbo <ago@gentoo.org> qtscript-4.8.5.ebuild:
Stable for arm, wrt bug #488536
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-qt/qtscript: qtscript-4.8.5.ebuild ChangeLog
@ 2014-01-06 9:38 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-06 9:38 UTC (permalink / raw
To: gentoo-commits
ago 14/01/06 09:38:48
Modified: qtscript-4.8.5.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #494728
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 dev-qt/qtscript/qtscript-4.8.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild?r1=1.7&r2=1.8
Index: qtscript-4.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- qtscript-4.8.5.ebuild 11 Nov 2013 13:53:02 -0000 1.7
+++ qtscript-4.8.5.ebuild 6 Jan 2014 09:38:48 -0000 1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild,v 1.7 2013/11/11 13:53:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild,v 1.8 2014/01/06 09:38:48 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.11 dev-qt/qtscript/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 11 Nov 2013 13:53:02 -0000 1.10
+++ ChangeLog 6 Jan 2014 09:38:48 -0000 1.11
@@ -1,6 +1,9 @@
# ChangeLog for dev-qt/qtscript
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v 1.10 2013/11/11 13:53:02 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v 1.11 2014/01/06 09:38:48 ago Exp $
+
+ 06 Jan 2014; Agostino Sarubbo <ago@gentoo.org> qtscript-4.8.5.ebuild:
+ Stable for sparc, wrt bug #494728
11 Nov 2013; Jeroen Roovers <jer@gentoo.org> qtscript-4.8.5.ebuild:
Stable for HPPA (bug #488536).
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-qt/qtscript: qtscript-4.8.5.ebuild ChangeLog
@ 2014-01-19 13:53 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-19 13:53 UTC (permalink / raw
To: gentoo-commits
ago 14/01/19 13:53:49
Modified: qtscript-4.8.5.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #494728
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 dev-qt/qtscript/qtscript-4.8.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild?r1=1.8&r2=1.9
Index: qtscript-4.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- qtscript-4.8.5.ebuild 6 Jan 2014 09:38:48 -0000 1.8
+++ qtscript-4.8.5.ebuild 19 Jan 2014 13:53:49 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild,v 1.8 2014/01/06 09:38:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild,v 1.9 2014/01/19 13:53:49 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.12 dev-qt/qtscript/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 6 Jan 2014 09:38:48 -0000 1.11
+++ ChangeLog 19 Jan 2014 13:53:49 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for dev-qt/qtscript
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v 1.11 2014/01/06 09:38:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v 1.12 2014/01/19 13:53:49 ago Exp $
+
+ 19 Jan 2014; Agostino Sarubbo <ago@gentoo.org> qtscript-4.8.5.ebuild:
+ Stable for alpha, wrt bug #494728
06 Jan 2014; Agostino Sarubbo <ago@gentoo.org> qtscript-4.8.5.ebuild:
Stable for sparc, wrt bug #494728
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-qt/qtscript: qtscript-4.8.5.ebuild ChangeLog
@ 2014-01-26 11:56 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-26 11:56 UTC (permalink / raw
To: gentoo-commits
ago 14/01/26 11:56:03
Modified: qtscript-4.8.5.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #494728
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.10 dev-qt/qtscript/qtscript-4.8.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild?r1=1.9&r2=1.10
Index: qtscript-4.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- qtscript-4.8.5.ebuild 19 Jan 2014 13:53:49 -0000 1.9
+++ qtscript-4.8.5.ebuild 26 Jan 2014 11:56:03 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild,v 1.9 2014/01/19 13:53:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.5.ebuild,v 1.10 2014/01/26 11:56:03 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.13 dev-qt/qtscript/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 19 Jan 2014 13:53:49 -0000 1.12
+++ ChangeLog 26 Jan 2014 11:56:03 -0000 1.13
@@ -1,6 +1,9 @@
# ChangeLog for dev-qt/qtscript
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v 1.12 2014/01/19 13:53:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v 1.13 2014/01/26 11:56:03 ago Exp $
+
+ 26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> qtscript-4.8.5.ebuild:
+ Stable for ia64, wrt bug #494728
19 Jan 2014; Agostino Sarubbo <ago@gentoo.org> qtscript-4.8.5.ebuild:
Stable for alpha, wrt bug #494728
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2014-01-26 11:56 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-06 9:38 [gentoo-commits] gentoo-x86 commit in dev-qt/qtscript: qtscript-4.8.5.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2014-01-26 11:56 Agostino Sarubbo (ago)
2014-01-19 13:53 Agostino Sarubbo (ago)
2013-11-11 13:53 Jeroen Roovers (jer)
2013-11-07 6:01 Agostino Sarubbo (ago)
2013-11-04 21:44 Agostino Sarubbo (ago)
2013-11-04 21:31 Agostino Sarubbo (ago)
2013-11-03 13:07 Agostino Sarubbo (ago)
2013-11-03 13:04 Agostino Sarubbo (ago)
2013-07-09 10:47 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