* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-gui: qt-gui-4.8.4.ebuild qt-gui-4.8.4-r1.ebuild ChangeLog
@ 2013-02-09 11:58 Davide Pesavento (pesa)
0 siblings, 0 replies; only message in thread
From: Davide Pesavento (pesa) @ 2013-02-09 11:58 UTC (permalink / raw
To: gentoo-commits
pesa 13/02/09 11:58:26
Modified: qt-gui-4.8.4.ebuild qt-gui-4.8.4-r1.ebuild
ChangeLog
Log:
Don't define QT_MITSHM (partially reverts a previous commit).
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
Revision Changes Path
1.14 x11-libs/qt-gui/qt-gui-4.8.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-gui/qt-gui-4.8.4.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-gui/qt-gui-4.8.4.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-gui/qt-gui-4.8.4.ebuild?r1=1.13&r2=1.14
Index: qt-gui-4.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.8.4.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- qt-gui-4.8.4.ebuild 27 Jan 2013 00:41:32 -0000 1.13
+++ qt-gui-4.8.4.ebuild 9 Feb 2013 11:58:26 -0000 1.14
@@ -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/x11-libs/qt-gui/qt-gui-4.8.4.ebuild,v 1.13 2013/01/27 00:41:32 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.8.4.ebuild,v 1.14 2013/02/09 11:58:26 pesa Exp $
EAPI=4
@@ -179,7 +179,7 @@
$(use egl && echo QT_EGL)
QT_FONTCONFIG
$(use gtkstyle && echo QT_STYLE_GTK)
- QT_IMAGEFORMAT_JPEG QT_IMAGEFORMAT_PNG QT_MITSHM
+ QT_IMAGEFORMAT_JPEG QT_IMAGEFORMAT_PNG
$(use mng && echo QT_IMAGEFORMAT_MNG)
$(use nas && echo QT_NAS)
$(use nis && echo QT_NIS)
1.2 x11-libs/qt-gui/qt-gui-4.8.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-gui/qt-gui-4.8.4-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-gui/qt-gui-4.8.4-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-gui/qt-gui-4.8.4-r1.ebuild?r1=1.1&r2=1.2
Index: qt-gui-4.8.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.8.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qt-gui-4.8.4-r1.ebuild 9 Feb 2013 08:34:31 -0000 1.1
+++ qt-gui-4.8.4-r1.ebuild 9 Feb 2013 11:58:26 -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/x11-libs/qt-gui/qt-gui-4.8.4-r1.ebuild,v 1.1 2013/02/09 08:34:31 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.8.4-r1.ebuild,v 1.2 2013/02/09 11:58:26 pesa Exp $
EAPI=4
@@ -180,7 +180,7 @@
$(use egl && echo QT_EGL)
QT_FONTCONFIG
$(use gtkstyle && echo QT_STYLE_GTK)
- QT_IMAGEFORMAT_JPEG QT_IMAGEFORMAT_PNG QT_MITSHM
+ QT_IMAGEFORMAT_JPEG QT_IMAGEFORMAT_PNG
$(use mng && echo QT_IMAGEFORMAT_MNG)
$(use nas && echo QT_NAS)
$(use nis && echo QT_NIS)
1.221 x11-libs/qt-gui/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-gui/ChangeLog?rev=1.221&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-gui/ChangeLog?rev=1.221&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-gui/ChangeLog?r1=1.220&r2=1.221
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v
retrieving revision 1.220
retrieving revision 1.221
diff -u -r1.220 -r1.221
--- ChangeLog 9 Feb 2013 08:34:31 -0000 1.220
+++ ChangeLog 9 Feb 2013 11:58:26 -0000 1.221
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/qt-gui
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.220 2013/02/09 08:34:31 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.221 2013/02/09 11:58:26 pesa Exp $
+
+ 09 Feb 2013; Davide Pesavento <pesa@gentoo.org> qt-gui-4.8.4-r1.ebuild,
+ qt-gui-4.8.4.ebuild:
+ Don't define QT_MITSHM (partially reverts a previous commit).
*qt-gui-4.8.4-r1 (09 Feb 2013)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-02-09 11:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-09 11:58 [gentoo-commits] gentoo-x86 commit in x11-libs/qt-gui: qt-gui-4.8.4.ebuild qt-gui-4.8.4-r1.ebuild ChangeLog 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