public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qdoc/
Date: Sun, 26 Feb 2017 00:52:32 +0000 (UTC)	[thread overview]
Message-ID: <1488070340.e2143bcfad9b9ec5c8d20cb2f0c941bad52fb536.kensington@gentoo> (raw)

commit:     e2143bcfad9b9ec5c8d20cb2f0c941bad52fb536
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 00:52:16 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 00:52:20 2017 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=e2143bcf

dev-qt/qdoc: introduce qml USE flag

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-qt/qdoc/metadata.xml         |  3 +++
 dev-qt/qdoc/qdoc-5.8.0.ebuild    | 10 +++++++++-
 dev-qt/qdoc/qdoc-5.8.9999.ebuild | 10 +++++++++-
 dev-qt/qdoc/qdoc-5.9999.ebuild   | 10 +++++++++-
 4 files changed, 30 insertions(+), 3 deletions(-)

diff --git a/dev-qt/qdoc/metadata.xml b/dev-qt/qdoc/metadata.xml
index 08d85fc4..d1f58549 100644
--- a/dev-qt/qdoc/metadata.xml
+++ b/dev-qt/qdoc/metadata.xml
@@ -5,6 +5,9 @@
 		<email>qt@gentoo.org</email>
 		<name>Gentoo Qt Project</name>
 	</maintainer>
+	<use>
+		<flag name="qml">Enable QML/JS parsing support</flag>
+	</use>
 	<upstream>
 		<bugs-to>https://bugreports.qt.io/</bugs-to>
 		<doc>http://doc.qt.io/</doc>

diff --git a/dev-qt/qdoc/qdoc-5.8.0.ebuild b/dev-qt/qdoc/qdoc-5.8.0.ebuild
index ac9c5799..315eb9db 100644
--- a/dev-qt/qdoc/qdoc-5.8.0.ebuild
+++ b/dev-qt/qdoc/qdoc-5.8.0.ebuild
@@ -12,13 +12,21 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 fi
 
-IUSE=""
+IUSE="qml"
 
 DEPEND="
 	~dev-qt/qtcore-${PV}
+	qml? ( ~dev-qt/qtdeclarative-${PV} )
 "
 RDEPEND="${DEPEND}"
 
 QT5_TARGET_SUBDIRS=(
 	src/qdoc
 )
+
+src_prepare() {
+	qt_use_disable_mod qml qmldevtools-private \
+		src/qdoc/qdoc.pro
+
+	qt5-build_src_prepare
+}

diff --git a/dev-qt/qdoc/qdoc-5.8.9999.ebuild b/dev-qt/qdoc/qdoc-5.8.9999.ebuild
index ac9c5799..315eb9db 100644
--- a/dev-qt/qdoc/qdoc-5.8.9999.ebuild
+++ b/dev-qt/qdoc/qdoc-5.8.9999.ebuild
@@ -12,13 +12,21 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 fi
 
-IUSE=""
+IUSE="qml"
 
 DEPEND="
 	~dev-qt/qtcore-${PV}
+	qml? ( ~dev-qt/qtdeclarative-${PV} )
 "
 RDEPEND="${DEPEND}"
 
 QT5_TARGET_SUBDIRS=(
 	src/qdoc
 )
+
+src_prepare() {
+	qt_use_disable_mod qml qmldevtools-private \
+		src/qdoc/qdoc.pro
+
+	qt5-build_src_prepare
+}

diff --git a/dev-qt/qdoc/qdoc-5.9999.ebuild b/dev-qt/qdoc/qdoc-5.9999.ebuild
index ac9c5799..315eb9db 100644
--- a/dev-qt/qdoc/qdoc-5.9999.ebuild
+++ b/dev-qt/qdoc/qdoc-5.9999.ebuild
@@ -12,13 +12,21 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 	KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 fi
 
-IUSE=""
+IUSE="qml"
 
 DEPEND="
 	~dev-qt/qtcore-${PV}
+	qml? ( ~dev-qt/qtdeclarative-${PV} )
 "
 RDEPEND="${DEPEND}"
 
 QT5_TARGET_SUBDIRS=(
 	src/qdoc
 )
+
+src_prepare() {
+	qt_use_disable_mod qml qmldevtools-private \
+		src/qdoc/qdoc.pro
+
+	qt5-build_src_prepare
+}


             reply	other threads:[~2017-02-26  0:52 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-26  0:52 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-11 20:43 [gentoo-commits] proj/qt:master commit in: dev-qt/qdoc/ Andreas Sturmlechner
2023-07-08 21:26 Andreas Sturmlechner
2023-06-22 15:53 Andreas Sturmlechner
2021-09-05 20:15 Andreas Sturmlechner
2021-08-23  1:14 Andreas Sturmlechner
2020-04-09 19:45 Andreas Sturmlechner
2019-05-18  5:58 Michael Palimaka
2019-02-05 20:38 Andreas Sturmlechner
2018-12-06 23:04 Andreas Sturmlechner
2018-11-13 17:52 Andreas Sturmlechner
2018-02-22 22:19 Andreas Sturmlechner
2018-01-06  2:42 Michael Palimaka
2017-02-26  0:40 Michael Palimaka
2016-01-06 14:58 Michael Palimaka
2014-07-09  0:47 Davide Pesavento

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=1488070340.e2143bcfad9b9ec5c8d20cb2f0c941bad52fb536.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