public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-test: qt-test-4.8.3.ebuild ChangeLog
@ 2012-09-14  8:26 Ben de Groot (yngwin)
  0 siblings, 0 replies; 2+ messages in thread
From: Ben de Groot (yngwin) @ 2012-09-14  8:26 UTC (permalink / raw
  To: gentoo-commits

yngwin      12/09/14 08:26:21

  Modified:             ChangeLog
  Added:                qt-test-4.8.3.ebuild
  Log:
  Version bump. Drop qatomic-x32 patch applied upstream. Drop qpa useflag.
  
  (Portage version: 2.2.0_alpha128/cvs/Linux x86_64)

Revision  Changes    Path
1.121                x11-libs/qt-test/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-test/ChangeLog?rev=1.121&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-test/ChangeLog?rev=1.121&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-test/ChangeLog?r1=1.120&r2=1.121

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog	19 Jul 2012 21:21:53 -0000	1.120
+++ ChangeLog	14 Sep 2012 08:26:21 -0000	1.121
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/qt-test
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v 1.120 2012/07/19 21:21:53 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v 1.121 2012/09/14 08:26:21 yngwin Exp $
+
+*qt-test-4.8.3 (14 Sep 2012)
+
+  14 Sep 2012; Ben de Groot <yngwin@gentoo.org> +qt-test-4.8.3.ebuild:
+  Version bump. Drop qatomic-x32 patch applied upstream. Drop qpa useflag.
 
   19 Jul 2012; Markus Meier <maekke@gentoo.org> qt-test-4.8.2.ebuild:
   arm stable, bug #424625



1.1                  x11-libs/qt-test/qt-test-4.8.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-test/qt-test-4.8.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-test/qt-test-4.8.3.ebuild?rev=1.1&content-type=text/plain

Index: qt-test-4.8.3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/qt-test-4.8.3.ebuild,v 1.1 2012/09/14 08:26:21 yngwin Exp $

EAPI=4

inherit qt4-build

DESCRIPTION="The testing framework 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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE=""

DEPEND="
	~x11-libs/qt-core-${PV}[aqua=,c++0x=,debug=]
"
RDEPEND="${DEPEND}"

pkg_setup() {
	QT4_TARGET_DIRECTORIES="
		src/testlib"

	QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
		include/QtTest
		include/QtCore
		src/corelib"

	qt4-build_pkg_setup
}

src_configure() {
	myconf+="
		-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-svg"

	qt4-build_src_configure
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-test: qt-test-4.8.3.ebuild ChangeLog
@ 2012-09-16  4:50 Ben de Groot (yngwin)
  0 siblings, 0 replies; 2+ messages in thread
From: Ben de Groot (yngwin) @ 2012-09-16  4:50 UTC (permalink / raw
  To: gentoo-commits

yngwin      12/09/16 04:50:23

  Modified:             qt-test-4.8.3.ebuild ChangeLog
  Log:
  Add overlay changes (c++0x useflag)
  
  (Portage version: 2.2.0_alpha128/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  x11-libs/qt-test/qt-test-4.8.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-test/qt-test-4.8.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-test/qt-test-4.8.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-test/qt-test-4.8.3.ebuild?r1=1.1&r2=1.2

Index: qt-test-4.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-test/qt-test-4.8.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qt-test-4.8.3.ebuild	14 Sep 2012 08:26:21 -0000	1.1
+++ qt-test-4.8.3.ebuild	16 Sep 2012 04:50:22 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/qt-test-4.8.3.ebuild,v 1.1 2012/09/14 08:26:21 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/qt-test-4.8.3.ebuild,v 1.2 2012/09/16 04:50:22 yngwin Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 IUSE=""
 
 DEPEND="
-	~x11-libs/qt-core-${PV}[aqua=,c++0x=,debug=]
+	~x11-libs/qt-core-${PV}[aqua=,debug=]
 "
 RDEPEND="${DEPEND}"
 



1.122                x11-libs/qt-test/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-test/ChangeLog?rev=1.122&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-test/ChangeLog?rev=1.122&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-test/ChangeLog?r1=1.121&r2=1.122

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog	14 Sep 2012 08:26:21 -0000	1.121
+++ ChangeLog	16 Sep 2012 04:50:22 -0000	1.122
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-test
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v 1.121 2012/09/14 08:26:21 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v 1.122 2012/09/16 04:50:22 yngwin Exp $
+
+  16 Sep 2012; Ben de Groot <yngwin@gentoo.org> qt-test-4.8.3.ebuild:
+  Add overlay changes (c++0x useflag)
 
 *qt-test-4.8.3 (14 Sep 2012)
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-16  4:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-16  4:50 [gentoo-commits] gentoo-x86 commit in x11-libs/qt-test: qt-test-4.8.3.ebuild ChangeLog Ben de Groot (yngwin)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-14  8:26 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