From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/designer/
Date: Sat, 2 Sep 2017 13:18:21 +0000 (UTC) [thread overview]
Message-ID: <1504358283.59cb7116a24c524ba9331475b2bb03b9f8bb8abb.kensington@gentoo> (raw)
commit: 59cb7116a24c524ba9331475b2bb03b9f8bb8abb
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 14:09:44 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep 2 13:18:03 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59cb7116
dev-qt/designer: remove kde USE flag
Gentoo-bug: 629144
Package-Manager: Portage-2.3.6, Repoman-2.3.3
dev-qt/designer/designer-4.8.6-r1.ebuild | 13 ++++++-------
dev-qt/designer/designer-4.8.7.ebuild | 9 ++++-----
2 files changed, 10 insertions(+), 12 deletions(-)
diff --git a/dev-qt/designer/designer-4.8.6-r1.ebuild b/dev-qt/designer/designer-4.8.6-r1.ebuild
index 9a961569052..9ae4d7cec21 100644
--- a/dev-qt/designer/designer-4.8.6-r1.ebuild
+++ b/dev-qt/designer/designer-4.8.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -8,25 +8,24 @@ inherit eutils qt4-build-multilib
DESCRIPTION="WYSIWYG tool for designing and building Qt-based GUIs"
if [[ ${QT4_BUILD_TYPE} == live ]]; then
- KEYWORDS="alpha arm hppa ia64 ppc ppc64 sparc"
+ KEYWORDS="alpha arm ia64 ppc ppc64 sparc"
else
- KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
+ KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
fi
DESIGNER_PLUGINS="declarative phonon qt3support webkit"
-IUSE="${DESIGNER_PLUGINS} kde"
+IUSE="${DESIGNER_PLUGINS}"
DEPEND="
~dev-qt/qtcore-${PV}[aqua=,debug=,${MULTILIB_USEDEP}]
~dev-qt/qtgui-${PV}[aqua=,debug=,${MULTILIB_USEDEP}]
~dev-qt/qtscript-${PV}[aqua=,debug=,${MULTILIB_USEDEP}]
declarative? ( ~dev-qt/qtdeclarative-${PV}[aqua=,debug=,${MULTILIB_USEDEP}] )
- phonon? ( !kde? ( ~dev-qt/qtphonon-${PV}[aqua=,debug=,${MULTILIB_USEDEP}] ) )
qt3support? ( ~dev-qt/qt3support-${PV}[aqua=,debug=,${MULTILIB_USEDEP}] )
webkit? ( ~dev-qt/qtwebkit-${PV}[aqua=,debug=,${MULTILIB_USEDEP}] )
"
RDEPEND="${DEPEND}"
-PDEPEND="phonon? ( kde? ( media-libs/phonon[designer,qt4] ) )"
+PDEPEND="phonon? ( media-libs/phonon[designer,qt4] )"
QT4_TARGET_DIRECTORIES="tools/designer"
@@ -35,7 +34,7 @@ src_prepare() {
local plugin
for plugin in ${DESIGNER_PLUGINS}; do
- if ! use ${plugin} || ( [[ ${plugin} == phonon ]] && use kde ); then
+ if ! use ${plugin} || [[ ${plugin} == phonon ]]; then
sed -i -e "/\<${plugin}\>/d" \
tools/designer/src/plugins/plugins.pro || die
fi
diff --git a/dev-qt/designer/designer-4.8.7.ebuild b/dev-qt/designer/designer-4.8.7.ebuild
index f4c310ff463..7fbb1e9854c 100644
--- a/dev-qt/designer/designer-4.8.7.ebuild
+++ b/dev-qt/designer/designer-4.8.7.ebuild
@@ -7,23 +7,22 @@ inherit eutils qt4-build-multilib
DESCRIPTION="WYSIWYG tool for designing and building Qt-based GUIs"
if [[ ${QT4_BUILD_TYPE} == release ]]; then
- KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
+ KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
fi
DESIGNER_PLUGINS="declarative phonon qt3support webkit"
-IUSE="${DESIGNER_PLUGINS} kde"
+IUSE="${DESIGNER_PLUGINS}"
DEPEND="
~dev-qt/qtcore-${PV}[aqua=,debug=,${MULTILIB_USEDEP}]
~dev-qt/qtgui-${PV}[aqua=,debug=,${MULTILIB_USEDEP}]
~dev-qt/qtscript-${PV}[aqua=,debug=,${MULTILIB_USEDEP}]
declarative? ( ~dev-qt/qtdeclarative-${PV}[aqua=,debug=,${MULTILIB_USEDEP}] )
- phonon? ( !kde? ( ~dev-qt/qtphonon-${PV}[aqua=,debug=,${MULTILIB_USEDEP}] ) )
qt3support? ( ~dev-qt/qt3support-${PV}[aqua=,debug=,${MULTILIB_USEDEP}] )
webkit? ( ~dev-qt/qtwebkit-${PV}[aqua=,debug=,${MULTILIB_USEDEP}] )
"
RDEPEND="${DEPEND}"
-PDEPEND="phonon? ( kde? ( media-libs/phonon[designer,qt4] ) )"
+PDEPEND="phonon? ( media-libs/phonon[designer,qt4] )"
QT4_TARGET_DIRECTORIES="tools/designer"
@@ -32,7 +31,7 @@ src_prepare() {
local plugin
for plugin in ${DESIGNER_PLUGINS}; do
- if ! use ${plugin} || ( [[ ${plugin} == phonon ]] && use kde ); then
+ if ! use ${plugin} || [[ ${plugin} == phonon ]]; then
sed -i -e "/\<${plugin}\>/d" \
tools/designer/src/plugins/plugins.pro || die
fi
next reply other threads:[~2017-09-02 13:18 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-02 13:18 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-28 12:13 [gentoo-commits] repo/gentoo:master commit in: dev-qt/designer/ Arthur Zamarin
2024-04-03 19:06 Arthur Zamarin
2024-04-03 18:48 Arthur Zamarin
2024-01-31 22:47 Ionen Wolkens
2023-11-06 7:14 Arthur Zamarin
2023-07-12 23:39 Sam James
2023-07-12 1:13 Sam James
2023-04-25 9:42 Arthur Zamarin
2022-12-05 19:45 Arthur Zamarin
2022-07-04 17:58 Arthur Zamarin
2022-07-02 12:54 Arthur Zamarin
2022-06-13 21:18 Sam James
2022-04-17 18:18 Sam James
2022-04-12 18:45 Arthur Zamarin
2021-10-17 0:29 Sam James
2021-10-17 0:27 Sam James
2021-09-30 18:21 Sam James
2021-09-30 18:15 Sam James
2021-09-22 20:01 Andreas Sturmlechner
2021-09-08 16:55 Andreas Sturmlechner
2020-05-30 19:33 Sergei Trofimovich
2020-01-27 10:48 Mikle Kolyada
2020-01-13 19:50 Sergei Trofimovich
2019-04-26 17:51 Anthony G. Basile
2018-09-07 23:46 Sergei Trofimovich
2018-08-22 1:21 Mikle Kolyada
2018-03-21 7:25 Sergei Trofimovich
2018-03-13 19:51 Michał Górny
2017-07-15 5:16 Markus Meier
2017-07-10 10:35 Alexis Ballier
2017-06-06 16:12 Markus Meier
2017-06-03 20:09 Sergei Trofimovich
2017-05-21 16:41 Michael Weber
2017-05-20 10:37 Michael Weber
2017-05-19 7:40 Jeroen Roovers
2017-05-18 12:39 Agostino Sarubbo
2017-03-17 7:47 Jeroen Roovers
2017-01-02 19:01 Markus Meier
2016-10-13 9:41 Agostino Sarubbo
2016-08-23 19:49 Markus Meier
2016-08-15 5:56 Jeroen Roovers
2016-03-27 16:47 Agostino Sarubbo
2016-03-24 5:53 Markus Meier
2016-03-09 4:12 Jeroen Roovers
2016-03-05 22:20 Mikle Kolyada
2016-01-15 6:47 Michael Palimaka
2016-01-14 17:56 Michael Palimaka
2015-10-18 9:40 Mikle Kolyada
2015-09-21 4:58 Jeroen Roovers
2015-08-23 9:24 Jeroen Roovers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1504358283.59cb7116a24c524ba9331475b2bb03b9f8bb8abb.kensington@gentoo \
--to=kensington@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox