* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-core: ChangeLog qt-core-4.4.2.ebuild
@ 2008-09-19 0:09 Ben de Groot (yngwin)
0 siblings, 0 replies; 10+ messages in thread
From: Ben de Groot (yngwin) @ 2008-09-19 0:09 UTC (permalink / raw
To: gentoo-commits
yngwin 08/09/19 00:09:56
Modified: ChangeLog
Added: qt-core-4.4.2.ebuild
Log:
qt-4.4.2 version bump
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.5 i686)
Revision Changes Path
1.13 x11-libs/qt-core/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 16 Aug 2008 15:06:01 -0000 1.12
+++ ChangeLog 19 Sep 2008 00:09:55 -0000 1.13
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/qt-core
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.12 2008/08/16 15:06:01 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.13 2008/09/19 00:09:55 yngwin Exp $
+
+*qt-core-4.4.2 (18 Sep 2008)
+
+ 18 Sep 2008; Ben de Groot <yngwin@gentoo.org> +qt-core-4.4.2.ebuild:
+ Version bump
16 Aug 2008; Ben de Groot <yngwin@gentoo.org> qt-core-4.4.1.ebuild,
qt-core-4.4.1-r1.ebuild:
1.1 x11-libs/qt-core/qt-core-4.4.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?rev=1.1&content-type=text/plain
Index: qt-core-4.4.2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v 1.1 2008/09/19 00:09:55 yngwin Exp $
EAPI="1"
inherit qt4-build
DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework."
HOMEPAGE="http://www.trolltech.com/"
LICENSE="|| ( GPL-3 GPL-2 )"
SLOT="4"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc glib +qt3support ssl"
RDEPEND="sys-libs/zlib
glib? ( dev-libs/glib )
ssl? ( dev-libs/openssl )
!<=x11-libs/qt-4.4.0_alpha:${SLOT}"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
PDEPEND="qt3support? ( ~x11-libs/qt-gui-${PV} )"
QT4_TARGET_DIRECTORIES="
src/tools/moc/
src/tools/rcc/
src/tools/uic/
src/corelib/
src/xml/
src/network/
src/plugins/codecs/"
QT4_EXTRACT_DIRECTORIES="
include/Qt/
include/QtCore/
include/QtNetwork/
include/QtScript/
include/QtXml/
src/plugins/plugins.pro
src/plugins/qpluginbase.pri
src/src.pro
src/3rdparty/des/
src/3rdparty/harfbuzz/
src/3rdparty/md4/
src/3rdparty/md5/
src/3rdparty/sha1/
src/script/
translations/"
pkg_setup() {
qt4-build_pkg_setup
if has_version x11-libs/qt-core; then
# Check to see if they've changed the glib flag since the last time installing this package.
if use glib && ! built_with_use x11-libs/qt-core glib && has_version x11-libs/qt-gui; then
ewarn "You have changed the \"glib\" use flag since the last time you have emerged this package."
ewarn "You should also re-emerge x11-libs/qt-gui in order for it to pick up this change."
elif ! use glib && built_with_use x11-libs/qt-core glib && has_version x11-libs/qt-gui; then
ewarn "You have changed the \"glib\" use flag since the last time you have emerged this package."
ewarn "You should also re-emerge x11-libs/qt-gui in order for it to pick up this change."
fi
# Check to see if they've changed the qt3support flag since the last time installing this package.
# If so, give a list of packages they need to uninstall first.
if use qt3support && ! built_with_use x11-libs/qt-core qt3support; then
local need_to_remove
ewarn "You have changed the \"qt3support\" use flag since the last time you have emerged this package."
for x in sql opengl gui qt3support; do
local pkg="x11-libs/qt-${x}"
if has_version $pkg; then
need_to_remove="${need_to_remove} ${pkg}"
fi
done
if [[ -n ${need_to_remove} ]]; then
die "You must first uninstall these packages before continuing: \n\t\t${need_to_remove}"
fi
elif ! use qt3support && built_with_use x11-libs/qt-core qt3support; then
local need_to_remove
ewarn "You have changed the \"qt3support\" use flag since the last time you have emerged this package."
for x in sql opengl gui qt3support; do
local pkg="x11-libs/qt-${x}"
if has_version $pkg; then
need_to_remove="${need_to_remove} ${pkg}"
fi
done
if [[ -n ${need_to_remove} ]]; then
die "You must first uninstall these packages before continuing: \n\t\t${need_to_remove}"
fi
fi
fi
}
src_unpack() {
use doc && QT4_EXTRACT_DIRECTORIES="${QT4_EXTRACT_DIRECTORIES}
doc/
tools/qdoc3/"
QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
${QT4_EXTRACT_DIRECTORIES}"
qt4-build_src_unpack
}
src_compile() {
unset QMAKESPEC
local myconf
myconf="${myconf}
$(qt_use glib)
$(qt_use ssl openssl)
$(qt_use qt3support)"
myconf="${myconf} -no-xkb -no-tablet -no-fontconfig -no-xrender -no-xrandr
-no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm -no-opengl
-no-nas-sound -no-dbus -iconv -no-cups -no-nis -no-gif -no-libpng
-no-libmng -no-libjpeg -system-zlib -no-webkit -no-phonon -no-xmlpatterns
-no-freetype -no-libtiff -no-accessibility -no-fontconfig -no-opengl
-no-svg"
if ! use doc; then
myconf="${myconf} -nomake docs"
fi
qt4-build_src_compile
}
src_install() {
dobin "${S}"/bin/{qmake,moc,rcc,uic} || die "dobin failed."
install_directories src/{corelib,xml,network,plugins/codecs}
emake INSTALL_ROOT="${D}" install_mkspecs || die "emake install_mkspecs failed"
if use doc; then
emake INSTALL_ROOT="${D}" install_htmldocs || die "emake install_htmldocs failed."
fi
emake INSTALL_ROOT="${D}" install_translations || die "emake install_translations failed"
fix_library_files
# List all the multilib libdirs
local libdirs
for libdir in $(get_all_libdirs); do
libdirs="${libdirs}:/usr/${libdir}/qt4"
done
cat <<-EOF > "${T}/44qt4"
LDPATH=${libdirs:1}
EOF
doenvd "${T}/44qt4"
dodir /${QTDATADIR}/mkspecs/gentoo
mv "${D}"/${QTDATADIR}/mkspecs/qconfig.pri "${D}${QTDATADIR}"/mkspecs/gentoo || \
die "Failed to move qconfig.pri"
sed -i -e '2a#include <Gentoo/gentoo-qconfig.h>\n' \
"${D}${QTHEADERDIR}"/QtCore/qconfig.h \
"${D}${QTHEADERDIR}"/Qt/qconfig.h || die "sed for qconfig.h failed."
if use glib; then
QCONFIG_DEFINE="$(use glib && echo QT_GLIB)
$(use ssl && echo QT_OPENSSL)"
install_qconfigs
fi
keepdir "${QTSYSCONFDIR}"
}
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-core: ChangeLog qt-core-4.4.2.ebuild
@ 2009-01-05 22:31 Ben de Groot (yngwin)
0 siblings, 0 replies; 10+ messages in thread
From: Ben de Groot (yngwin) @ 2009-01-05 22:31 UTC (permalink / raw
To: gentoo-commits
yngwin 09/01/05 22:31:38
Modified: ChangeLog qt-core-4.4.2.ebuild
Log:
Add fix to prevent pre-stripping, bug 235026.
(Portage version: 2.2_rc20/cvs/Linux 2.6.27-hh7 i686)
Revision Changes Path
1.14 x11-libs/qt-core/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 19 Sep 2008 00:09:55 -0000 1.13
+++ ChangeLog 5 Jan 2009 22:31:38 -0000 1.14
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-core
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.13 2008/09/19 00:09:55 yngwin Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.14 2009/01/05 22:31:38 yngwin Exp $
+
+ 05 Jan 2009; Ben de Groot <yngwin@gentoo.org> qt-core-4.4.2.ebuild:
+ Add fix to prevent pre-stripping, bug 235026.
*qt-core-4.4.2 (18 Sep 2008)
1.2 x11-libs/qt-core/qt-core-4.4.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?r1=1.1&r2=1.2
Index: qt-core-4.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qt-core-4.4.2.ebuild 19 Sep 2008 00:09:55 -0000 1.1
+++ qt-core-4.4.2.ebuild 5 Jan 2009 22:31:38 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v 1.1 2008/09/19 00:09:55 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v 1.2 2009/01/05 22:31:38 yngwin Exp $
EAPI="1"
inherit qt4-build
@@ -99,6 +99,11 @@
${QT4_EXTRACT_DIRECTORIES}"
qt4-build_src_unpack
+
+ # Don't pre-strip, bug 235026
+ for i in kr jp cn tw ; do
+ echo "CONFIG+=nostrip" >> "${S}"/src/plugins/codecs/${i}/${i}.pro
+ done
}
src_compile() {
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-core: ChangeLog qt-core-4.4.2.ebuild
@ 2009-01-17 16:04 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 10+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-01-17 16:04 UTC (permalink / raw
To: gentoo-commits
nixnut 09/01/17 16:04:27
Modified: ChangeLog qt-core-4.4.2.ebuild
Log:
ppc stable #248038
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-hardened-r3 ppc)
Revision Changes Path
1.16 x11-libs/qt-core/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 6 Jan 2009 14:49:53 -0000 1.15
+++ ChangeLog 17 Jan 2009 16:04:27 -0000 1.16
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-core
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.15 2009/01/06 14:49:53 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.16 2009/01/17 16:04:27 nixnut Exp $
+
+ 17 Jan 2009; nixnut <nixnut@gentoo.org> qt-core-4.4.2.ebuild:
+ ppc stable #248038
06 Jan 2009; Ben de Groot <yngwin@gentoo.org> -qt-core-4.4.0.ebuild,
-qt-core-4.4.1.ebuild, -qt-core-4.4.1-r1.ebuild:
1.3 x11-libs/qt-core/qt-core-4.4.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?r1=1.2&r2=1.3
Index: qt-core-4.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qt-core-4.4.2.ebuild 5 Jan 2009 22:31:38 -0000 1.2
+++ qt-core-4.4.2.ebuild 17 Jan 2009 16:04:27 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v 1.2 2009/01/05 22:31:38 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v 1.3 2009/01/17 16:04:27 nixnut Exp $
EAPI="1"
inherit qt4-build
@@ -10,7 +10,7 @@
LICENSE="|| ( GPL-3 GPL-2 )"
SLOT="4"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
IUSE="doc glib +qt3support ssl"
RDEPEND="sys-libs/zlib
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-core: ChangeLog qt-core-4.4.2.ebuild
@ 2009-01-18 19:54 Markus Meier (maekke)
0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2009-01-18 19:54 UTC (permalink / raw
To: gentoo-commits
maekke 09/01/18 19:54:38
Modified: ChangeLog qt-core-4.4.2.ebuild
Log:
amd64/x86 stable, bug #248038
(Portage version: 2.1.6.6/cvs/Linux 2.6.28 x86_64)
Revision Changes Path
1.17 x11-libs/qt-core/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 17 Jan 2009 16:04:27 -0000 1.16
+++ ChangeLog 18 Jan 2009 19:54:38 -0000 1.17
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-core
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.16 2009/01/17 16:04:27 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.17 2009/01/18 19:54:38 maekke Exp $
+
+ 18 Jan 2009; Markus Meier <maekke@gentoo.org> qt-core-4.4.2.ebuild:
+ amd64/x86 stable, bug #248038
17 Jan 2009; nixnut <nixnut@gentoo.org> qt-core-4.4.2.ebuild:
ppc stable #248038
1.4 x11-libs/qt-core/qt-core-4.4.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?r1=1.3&r2=1.4
Index: qt-core-4.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qt-core-4.4.2.ebuild 17 Jan 2009 16:04:27 -0000 1.3
+++ qt-core-4.4.2.ebuild 18 Jan 2009 19:54:38 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v 1.3 2009/01/17 16:04:27 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v 1.4 2009/01/18 19:54:38 maekke Exp $
EAPI="1"
inherit qt4-build
@@ -10,7 +10,7 @@
LICENSE="|| ( GPL-3 GPL-2 )"
SLOT="4"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86"
IUSE="doc glib +qt3support ssl"
RDEPEND="sys-libs/zlib
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-core: ChangeLog qt-core-4.4.2.ebuild
@ 2009-01-29 18:47 Alexis Ballier (aballier)
0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier (aballier) @ 2009-01-29 18:47 UTC (permalink / raw
To: gentoo-commits
aballier 09/01/29 18:47:29
Modified: ChangeLog qt-core-4.4.2.ebuild
Log:
keyword ~x86-fbsd
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Revision Changes Path
1.18 x11-libs/qt-core/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 18 Jan 2009 19:54:38 -0000 1.17
+++ ChangeLog 29 Jan 2009 18:47:29 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-core
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.17 2009/01/18 19:54:38 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.18 2009/01/29 18:47:29 aballier Exp $
+
+ 29 Jan 2009; Alexis Ballier <aballier@gentoo.org> qt-core-4.4.2.ebuild:
+ keyword ~x86-fbsd
18 Jan 2009; Markus Meier <maekke@gentoo.org> qt-core-4.4.2.ebuild:
amd64/x86 stable, bug #248038
1.5 x11-libs/qt-core/qt-core-4.4.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?r1=1.4&r2=1.5
Index: qt-core-4.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qt-core-4.4.2.ebuild 18 Jan 2009 19:54:38 -0000 1.4
+++ qt-core-4.4.2.ebuild 29 Jan 2009 18:47:29 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v 1.4 2009/01/18 19:54:38 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v 1.5 2009/01/29 18:47:29 aballier Exp $
EAPI="1"
inherit qt4-build
@@ -10,7 +10,7 @@
LICENSE="|| ( GPL-3 GPL-2 )"
SLOT="4"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
IUSE="doc glib +qt3support ssl"
RDEPEND="sys-libs/zlib
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-core: ChangeLog qt-core-4.4.2.ebuild
@ 2009-01-31 15:13 Ben de Groot (yngwin)
0 siblings, 0 replies; 10+ messages in thread
From: Ben de Groot (yngwin) @ 2009-01-31 15:13 UTC (permalink / raw
To: gentoo-commits
yngwin 09/01/31 15:13:48
Modified: ChangeLog qt-core-4.4.2.ebuild
Log:
Enable glib and ssl useflags by default, fixes bug 257102
(Portage version: 2.2_rc23/cvs/Linux i686)
Revision Changes Path
1.19 x11-libs/qt-core/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 29 Jan 2009 18:47:29 -0000 1.18
+++ ChangeLog 31 Jan 2009 15:13:47 -0000 1.19
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-core
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.18 2009/01/29 18:47:29 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.19 2009/01/31 15:13:47 yngwin Exp $
+
+ 31 Jan 2009; Ben de Groot <yngwin@gentoo.org> qt-core-4.4.2.ebuild:
+ Enable glib and ssl useflags by default
29 Jan 2009; Alexis Ballier <aballier@gentoo.org> qt-core-4.4.2.ebuild:
keyword ~x86-fbsd
1.6 x11-libs/qt-core/qt-core-4.4.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?r1=1.5&r2=1.6
Index: qt-core-4.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qt-core-4.4.2.ebuild 29 Jan 2009 18:47:29 -0000 1.5
+++ qt-core-4.4.2.ebuild 31 Jan 2009 15:13:48 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v 1.5 2009/01/29 18:47:29 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v 1.6 2009/01/31 15:13:48 yngwin Exp $
EAPI="1"
inherit qt4-build
@@ -11,7 +11,7 @@
LICENSE="|| ( GPL-3 GPL-2 )"
SLOT="4"
KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
-IUSE="doc glib +qt3support ssl"
+IUSE="doc +glib +qt3support +ssl"
RDEPEND="sys-libs/zlib
glib? ( dev-libs/glib )
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-core: ChangeLog qt-core-4.4.2.ebuild
@ 2009-01-31 18:07 Tobias Klausmann (klausman)
0 siblings, 0 replies; 10+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-01-31 18:07 UTC (permalink / raw
To: gentoo-commits
klausman 09/01/31 18:07:32
Modified: ChangeLog qt-core-4.4.2.ebuild
Log:
Stable on alpha, bug #248038
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Revision Changes Path
1.21 x11-libs/qt-core/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 31 Jan 2009 16:46:47 -0000 1.20
+++ ChangeLog 31 Jan 2009 18:07:32 -0000 1.21
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-core
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.20 2009/01/31 16:46:47 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.21 2009/01/31 18:07:32 klausman Exp $
+
+ 31 Jan 2009; Tobias Klausmann <klausman@gentoo.org> qt-core-4.4.2.ebuild:
+ Stable on alpha, bug #248038
*qt-core-4.4.2-r1 (31 Jan 2009)
1.8 x11-libs/qt-core/qt-core-4.4.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?r1=1.7&r2=1.8
Index: qt-core-4.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- qt-core-4.4.2.ebuild 31 Jan 2009 16:46:47 -0000 1.7
+++ qt-core-4.4.2.ebuild 31 Jan 2009 18:07:32 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v 1.7 2009/01/31 16:46:47 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v 1.8 2009/01/31 18:07:32 klausman Exp $
EAPI="1"
inherit qt4-build
@@ -10,7 +10,7 @@
LICENSE="|| ( GPL-3 GPL-2 )"
SLOT="4"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
IUSE="doc glib +qt3support ssl"
RDEPEND="sys-libs/zlib
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-core: ChangeLog qt-core-4.4.2.ebuild
@ 2009-02-04 23:27 Brent Baude (ranger)
0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2009-02-04 23:27 UTC (permalink / raw
To: gentoo-commits
ranger 09/02/04 23:27:48
Modified: ChangeLog qt-core-4.4.2.ebuild
Log:
Marking qt-core-4.4.2 ppc64 for bug 248038
(Portage version: 2.1.6.6/cvs/Linux 2.6.24-gentoo-r3-g5-64 ppc64)
Revision Changes Path
1.23 x11-libs/qt-core/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 4 Feb 2009 11:41:13 -0000 1.22
+++ ChangeLog 4 Feb 2009 23:27:48 -0000 1.23
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-core
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.22 2009/02/04 11:41:13 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.23 2009/02/04 23:27:48 ranger Exp $
+
+ 04 Feb 2009; Brent Baude <ranger@gentoo.org> qt-core-4.4.2.ebuild:
+ Marking qt-core-4.4.2 ppc64 stable for bug 248038
04 Feb 2009; Alexey Shvetsov <alexxy@gentoo.org> qt-core-4.4.2.ebuild,
qt-core-4.4.2-r1.ebuild:
1.10 x11-libs/qt-core/qt-core-4.4.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?r1=1.9&r2=1.10
Index: qt-core-4.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- qt-core-4.4.2.ebuild 4 Feb 2009 11:41:13 -0000 1.9
+++ qt-core-4.4.2.ebuild 4 Feb 2009 23:27:48 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v 1.9 2009/02/04 11:41:13 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v 1.10 2009/02/04 23:27:48 ranger Exp $
EAPI="1"
inherit qt4-build
@@ -10,7 +10,7 @@
LICENSE="|| ( GPL-3 GPL-2 )"
SLOT="4"
-KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
IUSE="doc glib +qt3support ssl"
RDEPEND="sys-libs/zlib
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-core: ChangeLog qt-core-4.4.2.ebuild
@ 2009-02-06 16:25 Raul Porcel (armin76)
0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2009-02-06 16:25 UTC (permalink / raw
To: gentoo-commits
armin76 09/02/06 16:25:38
Modified: ChangeLog qt-core-4.4.2.ebuild
Log:
ia64/sparc stable wrt #248038
(Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r2 ia64)
Revision Changes Path
1.24 x11-libs/qt-core/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 4 Feb 2009 23:27:48 -0000 1.23
+++ ChangeLog 6 Feb 2009 16:25:38 -0000 1.24
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-core
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.23 2009/02/04 23:27:48 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.24 2009/02/06 16:25:38 armin76 Exp $
+
+ 06 Feb 2009; Raúl Porcel <armin76@gentoo.org> qt-core-4.4.2.ebuild:
+ ia64/sparc stable wrt #248038
04 Feb 2009; Brent Baude <ranger@gentoo.org> qt-core-4.4.2.ebuild:
Marking qt-core-4.4.2 ppc64 stable for bug 248038
1.11 x11-libs/qt-core/qt-core-4.4.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?r1=1.10&r2=1.11
Index: qt-core-4.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- qt-core-4.4.2.ebuild 4 Feb 2009 23:27:48 -0000 1.10
+++ qt-core-4.4.2.ebuild 6 Feb 2009 16:25:38 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v 1.10 2009/02/04 23:27:48 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v 1.11 2009/02/06 16:25:38 armin76 Exp $
EAPI="1"
inherit qt4-build
@@ -10,7 +10,7 @@
LICENSE="|| ( GPL-3 GPL-2 )"
SLOT="4"
-KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="doc glib +qt3support ssl"
RDEPEND="sys-libs/zlib
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-core: ChangeLog qt-core-4.4.2.ebuild
@ 2009-02-18 19:47 Jeroen Roovers (jer)
0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2009-02-18 19:47 UTC (permalink / raw
To: gentoo-commits
jer 09/02/18 19:47:54
Modified: ChangeLog qt-core-4.4.2.ebuild
Log:
Stable for HPPA (bug #248083).
(Portage version: 2.2_rc23/cvs/Linux i686)
Revision Changes Path
1.32 x11-libs/qt-core/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 14 Feb 2009 23:53:26 -0000 1.31
+++ ChangeLog 18 Feb 2009 19:47:54 -0000 1.32
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-core
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.31 2009/02/14 23:53:26 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.32 2009/02/18 19:47:54 jer Exp $
+
+ 18 Feb 2009; Jeroen Roovers <jer@gentoo.org> qt-core-4.4.2.ebuild:
+ Stable for HPPA (bug #248083).
14 Feb 2009; Markos Chandras <hwoarang@gentoo.org>
qt-core-4.5.0_rc1.ebuild:
1.12 x11-libs/qt-core/qt-core-4.4.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild?r1=1.11&r2=1.12
Index: qt-core-4.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- qt-core-4.4.2.ebuild 6 Feb 2009 16:25:38 -0000 1.11
+++ qt-core-4.4.2.ebuild 18 Feb 2009 19:47:54 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v 1.11 2009/02/06 16:25:38 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.2.ebuild,v 1.12 2009/02/18 19:47:54 jer Exp $
EAPI="1"
inherit qt4-build
@@ -10,7 +10,7 @@
LICENSE="|| ( GPL-3 GPL-2 )"
SLOT="4"
-KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="doc glib +qt3support ssl"
RDEPEND="sys-libs/zlib
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2009-02-18 19:48 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-31 18:07 [gentoo-commits] gentoo-x86 commit in x11-libs/qt-core: ChangeLog qt-core-4.4.2.ebuild Tobias Klausmann (klausman)
-- strict thread matches above, loose matches on Subject: below --
2009-02-18 19:47 Jeroen Roovers (jer)
2009-02-06 16:25 Raul Porcel (armin76)
2009-02-04 23:27 Brent Baude (ranger)
2009-01-31 15:13 Ben de Groot (yngwin)
2009-01-29 18:47 Alexis Ballier (aballier)
2009-01-18 19:54 Markus Meier (maekke)
2009-01-17 16:04 Gysbert Wassenaar (nixnut)
2009-01-05 22:31 Ben de Groot (yngwin)
2008-09-19 0:09 Ben de Groot (yngwin)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox