public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: x11-libs/qt-test/
@ 2012-03-17 16:30 Michael Palimaka
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2012-03-17 16:30 UTC (permalink / raw
  To: gentoo-commits

commit:     18742cb5af0caa8de1d82c30006d8a1335619f0b
Author:     Michael Palimaka <kensington <AT> astralcloak <DOT> net>
AuthorDate: Sat Mar 17 16:30:11 2012 +0000
Commit:     Michael Palimaka <kensington <AT> astralcloak <DOT> net>
CommitDate: Sat Mar 17 16:30:11 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=18742cb5

[x11-libs/qt-test] Sync metadata with portage.

(Portage version: 2.1.10.49/git/Linux x86_64, unsigned Manifest commit)

---
 x11-libs/qt-test/metadata.xml |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/x11-libs/qt-test/metadata.xml b/x11-libs/qt-test/metadata.xml
index 83269ba..e68817a 100644
--- a/x11-libs/qt-test/metadata.xml
+++ b/x11-libs/qt-test/metadata.xml
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>qt</herd>
+	<herd>qt</herd> 
 	<use>
-		<flag name='exceptions'>Build with support for exceptions</flag>
-		<flag name='stable-branch'>Use the stable git branch - it is slightly behind
-			master but guaranteed by Nokia to compile</flag>
+		<flag name='exceptions'>Add support for exceptions - like catching them
+			inside the event loop (recommended by Nokia)</flag>
+		<flag name='c++0x'>Build Qt using the C++11 standard</flag>
+		<flag name='qpa'>Build a window system agnostic implementation of Qt</flag>
 	</use>
 </pkgmetadata>



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

* [gentoo-commits] proj/qt:master commit in: x11-libs/qt-test/
@ 2012-06-10 21:29 Davide Pesavento
  0 siblings, 0 replies; 5+ messages in thread
From: Davide Pesavento @ 2012-06-10 21:29 UTC (permalink / raw
  To: gentoo-commits

commit:     65527da2626de1e3a415daacaa9d52857902f10d
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Sun Jun 10 21:29:14 2012 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 21:29:14 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=65527da2

[x11-libs/qt-test] QtTest live ebuild for Qt5.

(Portage version: 2.2.0_alpha110/git/Linux x86_64, unsigned Manifest commit)

---
 x11-libs/qt-test/metadata.xml          |    7 +++--
 x11-libs/qt-test/qt-test-5.9999.ebuild |   34 ++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+), 3 deletions(-)

diff --git a/x11-libs/qt-test/metadata.xml b/x11-libs/qt-test/metadata.xml
index e68817a..f0a4f62 100644
--- a/x11-libs/qt-test/metadata.xml
+++ b/x11-libs/qt-test/metadata.xml
@@ -3,9 +3,10 @@
 <pkgmetadata>
 	<herd>qt</herd> 
 	<use>
-		<flag name='exceptions'>Add support for exceptions - like catching them
+		<flag name="c++0x">Build Qt using the C++11 standard</flag>
+		<flag name="c++11">Build Qt using the C++11 standard</flag>
+		<flag name="exceptions">Add support for exceptions - like catching them
 			inside the event loop (recommended by Nokia)</flag>
-		<flag name='c++0x'>Build Qt using the C++11 standard</flag>
-		<flag name='qpa'>Build a window system agnostic implementation of Qt</flag>
+		<flag name="qpa">Build a window system agnostic implementation of Qt</flag>
 	</use>
 </pkgmetadata>

diff --git a/x11-libs/qt-test/qt-test-5.9999.ebuild b/x11-libs/qt-test/qt-test-5.9999.ebuild
new file mode 100644
index 0000000..03bda0c
--- /dev/null
+++ b/x11-libs/qt-test/qt-test-5.9999.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit qt5-build
+
+DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
+
+if [[ ${QT5_BUILD_TYPE} == live ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64"
+fi
+
+IUSE=""
+
+DEPEND="
+	~x11-libs/qt-core-${PV}[debug=]
+"
+RDEPEND="${DEPEND}"
+
+QT5_TARGET_SUBDIRS=(
+	src/testlib
+)
+
+src_configure() {
+	local myconf=(
+		-no-accessibility -no-gui -no-cups -no-dbus
+		-no-xcb -no-eglfs -no-directfb -no-opengl
+	)
+	qt5-build_src_configure
+}



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

* [gentoo-commits] proj/qt:master commit in: x11-libs/qt-test/
@ 2012-07-05 15:23 Davide Pesavento
  0 siblings, 0 replies; 5+ messages in thread
From: Davide Pesavento @ 2012-07-05 15:23 UTC (permalink / raw
  To: gentoo-commits

commit:     de6f8cddf3d5bb3414b9eed556d80fdb5f064684
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Thu Jul  5 15:10:57 2012 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu Jul  5 15:10:57 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=de6f8cdd

[x11-libs/qt-test:5] qt-gui is required for tests.

Thanks to kensington for reporting.

(Portage version: 2.2.0_alpha115/git/Linux x86_64, unsigned Manifest commit)

---
 x11-libs/qt-test/qt-test-5.9999.ebuild |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-libs/qt-test/qt-test-5.9999.ebuild b/x11-libs/qt-test/qt-test-5.9999.ebuild
index b864f05..ee7ffaa 100644
--- a/x11-libs/qt-test/qt-test-5.9999.ebuild
+++ b/x11-libs/qt-test/qt-test-5.9999.ebuild
@@ -16,10 +16,12 @@ fi
 
 IUSE=""
 
-DEPEND="
+RDEPEND="
 	~x11-libs/qt-core-${PV}[debug=]
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+	~x11-libs/qt-gui-${PV}[debug=]
+"
 
 QT5_TARGET_SUBDIRS=(
 	src/testlib



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

* [gentoo-commits] proj/qt:master commit in: x11-libs/qt-test/
@ 2012-07-05 15:23 Davide Pesavento
  0 siblings, 0 replies; 5+ messages in thread
From: Davide Pesavento @ 2012-07-05 15:23 UTC (permalink / raw
  To: gentoo-commits

commit:     8700c82b051cdf35cba4ccb0557b18d7adc01813
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Thu Jul  5 15:19:05 2012 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu Jul  5 15:19:05 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=8700c82b

Fix previous commit.

(Portage version: 2.2.0_alpha115/git/Linux x86_64, unsigned Manifest commit)

---
 x11-libs/qt-test/qt-test-5.9999.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/x11-libs/qt-test/qt-test-5.9999.ebuild b/x11-libs/qt-test/qt-test-5.9999.ebuild
index ee7ffaa..b39f850 100644
--- a/x11-libs/qt-test/qt-test-5.9999.ebuild
+++ b/x11-libs/qt-test/qt-test-5.9999.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
 	~x11-libs/qt-core-${PV}[debug=]
 "
 DEPEND="${RDEPEND}
-	~x11-libs/qt-gui-${PV}[debug=]
+	test? ( ~x11-libs/qt-gui-${PV}[debug=] )
 "
 
 QT5_TARGET_SUBDIRS=(



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

* [gentoo-commits] proj/qt:master commit in: x11-libs/qt-test/
@ 2012-07-05 17:55 Michael Palimaka
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2012-07-05 17:55 UTC (permalink / raw
  To: gentoo-commits

commit:     70fd8c14285198854e120bb49f2ee1e84c0d0a08
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  5 17:54:44 2012 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jul  5 17:54:44 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=70fd8c14

[x11-libs/qt-test:5] qt-xml is required for tests.

(Portage version: 2.1.11.5/git/Linux x86_64, unsigned Manifest commit)

---
 x11-libs/qt-test/qt-test-5.9999.ebuild |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/x11-libs/qt-test/qt-test-5.9999.ebuild b/x11-libs/qt-test/qt-test-5.9999.ebuild
index b39f850..f2c8097 100644
--- a/x11-libs/qt-test/qt-test-5.9999.ebuild
+++ b/x11-libs/qt-test/qt-test-5.9999.ebuild
@@ -20,7 +20,10 @@ RDEPEND="
 	~x11-libs/qt-core-${PV}[debug=]
 "
 DEPEND="${RDEPEND}
-	test? ( ~x11-libs/qt-gui-${PV}[debug=] )
+	test? (
+		~x11-libs/qt-gui-${PV}[debug=]
+		~x11-libs/qt-xml-${PV}[debug=]
+	)
 "
 
 QT5_TARGET_SUBDIRS=(



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

end of thread, other threads:[~2012-07-05 17:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-05 15:23 [gentoo-commits] proj/qt:master commit in: x11-libs/qt-test/ Davide Pesavento
  -- strict thread matches above, loose matches on Subject: below --
2012-07-05 17:55 Michael Palimaka
2012-07-05 15:23 Davide Pesavento
2012-06-10 21:29 Davide Pesavento
2012-03-17 16:30 Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox