* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-gui: ChangeLog qt-gui-4.5.1.ebuild
@ 2009-04-27 19:44 Markos Chandras (hwoarang)
0 siblings, 0 replies; 7+ messages in thread
From: Markos Chandras (hwoarang) @ 2009-04-27 19:44 UTC (permalink / raw
To: gentoo-commits
hwoarang 09/04/27 19:44:18
Modified: ChangeLog
Added: qt-gui-4.5.1.ebuild
Log:
Qt 4.5.1 release version bump
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Revision Changes Path
1.49 x11-libs/qt-gui/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 22 Apr 2009 11:06:12 -0000 1.48
+++ ChangeLog 27 Apr 2009 19:44:18 -0000 1.49
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/qt-gui
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.48 2009/04/22 11:06:12 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.49 2009/04/27 19:44:18 hwoarang Exp $
+
+*qt-gui-4.5.1 (27 Apr 2009)
+
+ 27 Apr 2009; Markos Chandras <hwoarang@gentoo.org> +qt-gui-4.5.1.ebuild:
+ Version bump to 4.5.1
*qt-gui-4.5.0-r2 (22 Apr 2009)
1.1 x11-libs/qt-gui/qt-gui-4.5.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild?rev=1.1&content-type=text/plain
Index: qt-gui-4.5.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild,v 1.1 2009/04/27 19:44:18 hwoarang Exp $
EAPI="2"
inherit eutils qt4-build
DESCRIPTION="The GUI module for the Qt toolkit"
SLOT="4"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="+accessibility cups +dbus +glib +gtkstyle mng nas nis raster tiff +qt3support xinerama"
RDEPEND="media-libs/fontconfig
>=media-libs/freetype-2
media-libs/jpeg
media-libs/libpng
sys-libs/zlib
x11-libs/libXrandr
x11-libs/libXcursor
x11-libs/libXfont
x11-libs/libSM
x11-libs/libXi
~x11-libs/qt-core-${PV}[debug=,glib=,qt3support=]
~x11-libs/qt-script-${PV}[debug=]
cups? ( net-print/cups )
dbus? ( ~x11-libs/qt-dbus-${PV}[debug=] )
gtkstyle? ( x11-libs/gtk+:2 )
mng? ( >=media-libs/libmng-1.0.9 )
nas? ( >=media-libs/nas-1.5 )
tiff? ( media-libs/tiff )
xinerama? ( x11-libs/libXinerama )"
DEPEND="${RDEPEND}
xinerama? ( x11-proto/xineramaproto )
x11-proto/xextproto
x11-proto/inputproto"
PDEPEND="qt3support? ( ~x11-libs/qt-qt3support-${PV}[debug=] )"
QT4_TARGET_DIRECTORIES="
src/gui
src/scripttools/
tools/designer
tools/linguist
src/plugins/imageformats/gif
src/plugins/imageformats/ico
src/plugins/imageformats/jpeg
src/plugins/inputmethods"
QT4_EXTRACT_DIRECTORIES="
include/
src/
tools/shared/"
pkg_setup() {
if use raster; then
ewarn "WARNING: You have enabled raster backend rendering engine."
ewarn "This is a new feature and may lead to composite problems"
ewarn "screen corruption and broken qt4 or kde4 applications. "
ewarn "If you encounter such problems please"
ewarn "remove 'raster' use flag and re-compile qt-gui before"
ewarn "filling a bug on gentoo bugzilla."
ebeep 5
fi
qt4-build_pkg_setup
}
src_unpack() {
use dbus && QT4_TARGET_DIRECTORIES="${QT4_TARGET_DIRECTORIES} tools/qdbus/qdbusviewer"
use mng && QT4_TARGET_DIRECTORIES="${QT4_TARGET_DIRECTORIES} src/plugins/imageformats/mng"
use tiff && QT4_TARGET_DIRECTORIES="${QT4_TARGET_DIRECTORIES} src/plugins/imageformats/tiff"
use accessibility && QT4_TARGET_DIRECTORIES="${QT4_TARGET_DIRECTORIES} src/plugins/accessible/widgets"
QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} ${QT4_EXTRACT_DIRECTORIES}"
qt4-build_src_unpack
}
src_prepare() {
qt4-build_src_prepare
# Don't build plugins this go around, because they depend on qt3support lib
sed -i -e "s:CONFIG(shared:# &:g" "${S}"/tools/designer/src/src.pro
# fixing hardcoded fonts, bug #252312
EPATCH_OPTS="--ignore-whitespace"
epatch "${FILESDIR}"/hardcoded_fonts.patch
}
src_configure() {
export PATH="${S}/bin:${PATH}"
export LD_LIBRARY_PATH="${S}/lib:${LD_LIBRARY_PATH}"
myconf="$(qt_use accessibility)
$(qt_use cups)
$(qt_use glib)
$(qt_use mng libmng system)
$(qt_use nis)
$(qt_use tiff libtiff system)
$(qt_use dbus qdbus)
$(qt_use qt3support)
$(qt_use gtkstyle)
$(qt_use xinerama)"
use nas && myconf="${myconf} -system-nas-sound"
use raster && myconf="${myconf} -graphicssystem raster"
myconf="${myconf} -qt-gif -system-libpng -system-libjpeg
-no-sql-mysql -no-sql-psql -no-sql-ibase -no-sql-sqlite -no-sql-sqlite2 -no-sql-odbc
-xrender -xrandr -xkb -xshape -sm -no-svg"
# Explictly don't compile these packages.
# Emerge "qt-webkit", "qt-phonon", etc for their functionality.
myconf="${myconf} -no-webkit -no-phonon -no-dbus -no-opengl"
qt4-build_src_configure
}
src_install() {
QCONFIG_ADD="x11sm xshape xcursor xfixes xrandr xrender xkb fontconfig
$(usev accessibility) $(usev xinerama) $(usev cups) $(usev nas)
gif png system-png system-jpeg
$(use mng && echo system-mng) $(use tiff && echo system-tiff)"
QCONFIG_REMOVE="no-gif no-png"
QCONFIG_DEFINE="$(use accessibility && echo QT_ACCESSIBILITY)
$(use cups && echo QT_CUPS) QT_FONTCONFIG QT_IMAGEFORMAT_JPEG
$(use mng && echo QT_IMAGEFORMAT_MNG) $(use nas && echo QT_NAS)
$(use nis && echo QT_NIS) QT_IMAGEFORMAT_PNG QT_SESSIONMANAGER QT_SHAPE
$(use tiff && echo QT_IMAGEFORMAT_TIFF) QT_XCURSOR
$(use xinerama && echo QT_XINERAMA) QT_XFIXES QT_XKB QT_XRANDR QT_XRENDER"
qt4-build_src_install
# remove some unnecessary headers
rm -f "${D}${QTHEADERDIR}"/{Qt,QtGui}/{qmacstyle_mac.h,qwindowdefs_win.h} \
"${D}${QTHEADERDIR}"/QtGui/QMacStyle
# qt-creator
# some qt-creator headers are located
# under /usr/include/qt4/QtDesigner/private.
# those headers are just includes of the headers
# which are located under tools/designer/src/lib/*
# So instead of installing both, we create the private folder
# and drop tools/designer/src/lib/* headers in it.
dodir /usr/include/qt4/QtDesigner/private/
insinto /usr/include/qt4/QtDesigner/private/
doins "${S}"/tools/designer/src/lib/shared/*
doins "${S}"/tools/designer/src/lib/sdk/*
# install correct designer and linguist icons, bug 241208
dodir /usr/share/pixmaps/ || die "dodir failed"
insinto /usr/share/pixmaps/ || die "insinto failed"
doins tools/linguist/linguist/images/icons/linguist-128-32.png \
tools/designer/src/designer/images/designer.png || die "doins failed"
# Note: absolute image path required here!
make_desktop_entry /usr/bin/linguist Linguist \
/usr/share/pixmaps/linguist-128-32.png 'Qt;Development;GUIDesigner' \
|| die "make_desktop_entry failed"
make_desktop_entry /usr/bin/designer Designer \
/usr/share/pixmaps/designer.png 'Qt;Development;GUIDesigner' \
|| die "make_desktop_entry failed"
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-gui: ChangeLog qt-gui-4.5.1.ebuild
@ 2009-05-13 18:00 Brent Baude (ranger)
0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2009-05-13 18:00 UTC (permalink / raw
To: gentoo-commits
ranger 09/05/13 18:00:15
Modified: ChangeLog qt-gui-4.5.1.ebuild
Log:
Marking qt-gui-4.5.1 ~ppc for bug 266201
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Revision Changes Path
1.51 x11-libs/qt-gui/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/ChangeLog?r1=1.50&r2=1.51
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog 28 Apr 2009 15:29:37 -0000 1.50
+++ ChangeLog 13 May 2009 18:00:15 -0000 1.51
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-gui
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.50 2009/04/28 15:29:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.51 2009/05/13 18:00:15 ranger Exp $
+
+ 13 May 2009; Brent Baude <ranger@gentoo.org> qt-gui-4.5.1.ebuild:
+ Marking qt-gui-4.5.1 ppc stable for bug 266201
28 Apr 2009; Jeroen Roovers <jer@gentoo.org> qt-gui-4.4.2-r3.ebuild:
Stable for HPPA (bug #263945).
1.2 x11-libs/qt-gui/qt-gui-4.5.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild?r1=1.1&r2=1.2
Index: qt-gui-4.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qt-gui-4.5.1.ebuild 27 Apr 2009 19:44:18 -0000 1.1
+++ qt-gui-4.5.1.ebuild 13 May 2009 18:00:15 -0000 1.2
@@ -1,13 +1,13 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild,v 1.1 2009/04/27 19:44:18 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild,v 1.2 2009/05/13 18:00:15 ranger Exp $
EAPI="2"
inherit eutils qt4-build
DESCRIPTION="The GUI module for the Qt toolkit"
SLOT="4"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="+accessibility cups +dbus +glib +gtkstyle mng nas nis raster tiff +qt3support xinerama"
RDEPEND="media-libs/fontconfig
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-gui: ChangeLog qt-gui-4.5.1.ebuild
@ 2009-05-15 18:39 Tobias Klausmann (klausman)
0 siblings, 0 replies; 7+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-05-15 18:39 UTC (permalink / raw
To: gentoo-commits
klausman 09/05/15 18:39:52
Modified: ChangeLog qt-gui-4.5.1.ebuild
Log:
Stable on alpha, bug #266201
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.53 x11-libs/qt-gui/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/ChangeLog?r1=1.52&r2=1.53
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog 14 May 2009 22:33:12 -0000 1.52
+++ ChangeLog 15 May 2009 18:39:52 -0000 1.53
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-gui
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.52 2009/05/14 22:33:12 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.53 2009/05/15 18:39:52 klausman Exp $
+
+ 15 May 2009; Tobias Klausmann <klausman@gentoo.org> qt-gui-4.5.1.ebuild:
+ Stable on alpha, bug #266201
14 May 2009; Ben de Groot <yngwin@gentoo.org> -qt-gui-4.5.0.ebuild,
-qt-gui-4.5.0-r1.ebuild, -qt-gui-4.5.0-r2.ebuild:
1.3 x11-libs/qt-gui/qt-gui-4.5.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild?r1=1.2&r2=1.3
Index: qt-gui-4.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qt-gui-4.5.1.ebuild 13 May 2009 18:00:15 -0000 1.2
+++ qt-gui-4.5.1.ebuild 15 May 2009 18:39:52 -0000 1.3
@@ -1,13 +1,13 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild,v 1.2 2009/05/13 18:00:15 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild,v 1.3 2009/05/15 18:39:52 klausman Exp $
EAPI="2"
inherit eutils qt4-build
DESCRIPTION="The GUI module for the Qt toolkit"
SLOT="4"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="+accessibility cups +dbus +glib +gtkstyle mng nas nis raster tiff +qt3support xinerama"
RDEPEND="media-libs/fontconfig
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-gui: ChangeLog qt-gui-4.5.1.ebuild
@ 2009-06-02 17:53 Christian Faulhammer (fauli)
0 siblings, 0 replies; 7+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-06-02 17:53 UTC (permalink / raw
To: gentoo-commits
fauli 09/06/02 17:53:54
Modified: ChangeLog qt-gui-4.5.1.ebuild
Log:
stable x86, bug 266201
(Portage version: 2.1.6.11/cvs/Linux i686, RepoMan options: --force)
Revision Changes Path
1.58 x11-libs/qt-gui/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/ChangeLog?r1=1.57&r2=1.58
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog 28 May 2009 12:06:21 -0000 1.57
+++ ChangeLog 2 Jun 2009 17:53:54 -0000 1.58
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-gui
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.57 2009/05/28 12:06:21 dagger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.58 2009/06/02 17:53:54 fauli Exp $
+
+ 02 Jun 2009; Christian Faulhammer <fauli@gentoo.org> qt-gui-4.5.1.ebuild:
+ stable x86, bug 266201
28 May 2009; Robert Piasek <dagger@gentoo.org> qt-gui-4.5.1.ebuild:
stable on arm (bug #266201)
1.5 x11-libs/qt-gui/qt-gui-4.5.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild?r1=1.4&r2=1.5
Index: qt-gui-4.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qt-gui-4.5.1.ebuild 28 May 2009 12:06:21 -0000 1.4
+++ qt-gui-4.5.1.ebuild 2 Jun 2009 17:53:54 -0000 1.5
@@ -1,13 +1,13 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild,v 1.4 2009/05/28 12:06:21 dagger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild,v 1.5 2009/06/02 17:53:54 fauli Exp $
EAPI="2"
inherit eutils qt4-build
DESCRIPTION="The GUI module for the Qt toolkit"
SLOT="4"
-KEYWORDS="alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd"
IUSE="+accessibility cups +dbus +glib +gtkstyle mng nas nis raster tiff +qt3support xinerama"
RDEPEND="media-libs/fontconfig
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-gui: ChangeLog qt-gui-4.5.1.ebuild
@ 2009-06-06 8:29 Markus Meier (maekke)
0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2009-06-06 8:29 UTC (permalink / raw
To: gentoo-commits
maekke 09/06/06 08:29:59
Modified: ChangeLog qt-gui-4.5.1.ebuild
Log:
amd64 stable, bug #266201
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Revision Changes Path
1.59 x11-libs/qt-gui/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/ChangeLog?r1=1.58&r2=1.59
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog 2 Jun 2009 17:53:54 -0000 1.58
+++ ChangeLog 6 Jun 2009 08:29:59 -0000 1.59
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-gui
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.58 2009/06/02 17:53:54 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.59 2009/06/06 08:29:59 maekke Exp $
+
+ 06 Jun 2009; Markus Meier <maekke@gentoo.org> qt-gui-4.5.1.ebuild:
+ amd64 stable, bug #266201
02 Jun 2009; Christian Faulhammer <fauli@gentoo.org> qt-gui-4.5.1.ebuild:
stable x86, bug 266201
1.6 x11-libs/qt-gui/qt-gui-4.5.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild?r1=1.5&r2=1.6
Index: qt-gui-4.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qt-gui-4.5.1.ebuild 2 Jun 2009 17:53:54 -0000 1.5
+++ qt-gui-4.5.1.ebuild 6 Jun 2009 08:29:59 -0000 1.6
@@ -1,13 +1,13 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild,v 1.5 2009/06/02 17:53:54 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild,v 1.6 2009/06/06 08:29:59 maekke Exp $
EAPI="2"
inherit eutils qt4-build
DESCRIPTION="The GUI module for the Qt toolkit"
SLOT="4"
-KEYWORDS="alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd"
IUSE="+accessibility cups +dbus +glib +gtkstyle mng nas nis raster tiff +qt3support xinerama"
RDEPEND="media-libs/fontconfig
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-gui: ChangeLog qt-gui-4.5.1.ebuild
@ 2009-06-08 22:33 Jeroen Roovers (jer)
0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2009-06-08 22:33 UTC (permalink / raw
To: gentoo-commits
jer 09/06/08 22:33:37
Modified: ChangeLog qt-gui-4.5.1.ebuild
Log:
Stable for HPPA (bug #266201).
(Portage version: 2.2_rc33/cvs/Linux i686)
Revision Changes Path
1.60 x11-libs/qt-gui/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/ChangeLog?r1=1.59&r2=1.60
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog 6 Jun 2009 08:29:59 -0000 1.59
+++ ChangeLog 8 Jun 2009 22:33:37 -0000 1.60
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-gui
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.59 2009/06/06 08:29:59 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.60 2009/06/08 22:33:37 jer Exp $
+
+ 08 Jun 2009; Jeroen Roovers <jer@gentoo.org> qt-gui-4.5.1.ebuild:
+ Stable for HPPA (bug #266201).
06 Jun 2009; Markus Meier <maekke@gentoo.org> qt-gui-4.5.1.ebuild:
amd64 stable, bug #266201
1.7 x11-libs/qt-gui/qt-gui-4.5.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild?r1=1.6&r2=1.7
Index: qt-gui-4.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- qt-gui-4.5.1.ebuild 6 Jun 2009 08:29:59 -0000 1.6
+++ qt-gui-4.5.1.ebuild 8 Jun 2009 22:33:37 -0000 1.7
@@ -1,13 +1,13 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild,v 1.6 2009/06/06 08:29:59 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild,v 1.7 2009/06/08 22:33:37 jer Exp $
EAPI="2"
inherit eutils qt4-build
DESCRIPTION="The GUI module for the Qt toolkit"
SLOT="4"
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd"
IUSE="+accessibility cups +dbus +glib +gtkstyle mng nas nis raster tiff +qt3support xinerama"
RDEPEND="media-libs/fontconfig
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-gui: ChangeLog qt-gui-4.5.1.ebuild
@ 2009-06-30 15:08 Raul Porcel (armin76)
0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2009-06-30 15:08 UTC (permalink / raw
To: gentoo-commits
armin76 09/06/30 15:08:27
Modified: ChangeLog qt-gui-4.5.1.ebuild
Log:
ia64/sparc stable wrt #266201
(Portage version: 2.1.6.13/cvs/Linux ia64)
Revision Changes Path
1.62 x11-libs/qt-gui/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/ChangeLog?r1=1.61&r2=1.62
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog 27 Jun 2009 19:18:45 -0000 1.61
+++ ChangeLog 30 Jun 2009 15:08:27 -0000 1.62
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-gui
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.61 2009/06/27 19:18:45 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.62 2009/06/30 15:08:27 armin76 Exp $
+
+ 30 Jun 2009; Raúl Porcel <armin76@gentoo.org> qt-gui-4.5.1.ebuild:
+ ia64/sparc stable wrt #266201
*qt-gui-4.5.2 (27 Jun 2009)
1.8 x11-libs/qt-gui/qt-gui-4.5.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild?r1=1.7&r2=1.8
Index: qt-gui-4.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- qt-gui-4.5.1.ebuild 8 Jun 2009 22:33:37 -0000 1.7
+++ qt-gui-4.5.1.ebuild 30 Jun 2009 15:08:27 -0000 1.8
@@ -1,13 +1,13 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild,v 1.7 2009/06/08 22:33:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.5.1.ebuild,v 1.8 2009/06/30 15:08:27 armin76 Exp $
EAPI="2"
inherit eutils qt4-build
DESCRIPTION="The GUI module for the Qt toolkit"
SLOT="4"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd"
IUSE="+accessibility cups +dbus +glib +gtkstyle mng nas nis raster tiff +qt3support xinerama"
RDEPEND="media-libs/fontconfig
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2009-06-30 15:08 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-13 18:00 [gentoo-commits] gentoo-x86 commit in x11-libs/qt-gui: ChangeLog qt-gui-4.5.1.ebuild Brent Baude (ranger)
-- strict thread matches above, loose matches on Subject: below --
2009-06-30 15:08 Raul Porcel (armin76)
2009-06-08 22:33 Jeroen Roovers (jer)
2009-06-06 8:29 Markus Meier (maekke)
2009-06-02 17:53 Christian Faulhammer (fauli)
2009-05-15 18:39 Tobias Klausmann (klausman)
2009-04-27 19:44 Markos Chandras (hwoarang)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox