Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtcore/
Date: Tue, 29 Jul 2014 22:14:59
Message-Id: 1406672062.54ec3ccc928738d3545d0967606215dbd3c4b756.pesa@gentoo
1 commit: 54ec3ccc928738d3545d0967606215dbd3c4b756
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 29 22:14:22 2014 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 29 22:14:22 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=54ec3ccc
7
8 [dev-qt/qtcore:5] Don't define QT_ZLIB.
9
10 1) It's qtcore, so we can just use whatever the configure generates.
11 2) The actual macro for the feature is QT(_NO)_COMPRESS. I believe
12 QT_ZLIB is defined only when using the bundled zlib.
13 3) QT(_NO)_ZLIB isn't used anywhere anyway.
14
15 Package-Manager: portage-2.2.10
16
17 ---
18 dev-qt/qtcore/qtcore-5.3.1.ebuild | 4 ----
19 dev-qt/qtcore/qtcore-5.3.9999.ebuild | 4 ----
20 dev-qt/qtcore/qtcore-5.9999.ebuild | 4 ----
21 3 files changed, 12 deletions(-)
22
23 diff --git a/dev-qt/qtcore/qtcore-5.3.1.ebuild b/dev-qt/qtcore/qtcore-5.3.1.ebuild
24 index 3ed8bb6..f3675ba 100644
25 --- a/dev-qt/qtcore/qtcore-5.3.1.ebuild
26 +++ b/dev-qt/qtcore/qtcore-5.3.1.ebuild
27 @@ -34,10 +34,6 @@ QT5_TARGET_SUBDIRS=(
28 src/corelib
29 )
30
31 -QT5_GENTOO_CONFIG=(
32 - ::ZLIB
33 -)
34 -
35 src_configure() {
36 local myconf=(
37 $(qt_use glib)
38
39 diff --git a/dev-qt/qtcore/qtcore-5.3.9999.ebuild b/dev-qt/qtcore/qtcore-5.3.9999.ebuild
40 index 3ed8bb6..f3675ba 100644
41 --- a/dev-qt/qtcore/qtcore-5.3.9999.ebuild
42 +++ b/dev-qt/qtcore/qtcore-5.3.9999.ebuild
43 @@ -34,10 +34,6 @@ QT5_TARGET_SUBDIRS=(
44 src/corelib
45 )
46
47 -QT5_GENTOO_CONFIG=(
48 - ::ZLIB
49 -)
50 -
51 src_configure() {
52 local myconf=(
53 $(qt_use glib)
54
55 diff --git a/dev-qt/qtcore/qtcore-5.9999.ebuild b/dev-qt/qtcore/qtcore-5.9999.ebuild
56 index 3ed8bb6..f3675ba 100644
57 --- a/dev-qt/qtcore/qtcore-5.9999.ebuild
58 +++ b/dev-qt/qtcore/qtcore-5.9999.ebuild
59 @@ -34,10 +34,6 @@ QT5_TARGET_SUBDIRS=(
60 src/corelib
61 )
62
63 -QT5_GENTOO_CONFIG=(
64 - ::ZLIB
65 -)
66 -
67 src_configure() {
68 local myconf=(
69 $(qt_use glib)