public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qdoc/, sets/
Date: Wed,  9 Jul 2014 00:33:27 +0000 (UTC)	[thread overview]
Message-ID: <1404800502.ae6c4412cadb480caf928c3f33f6c9eea2042cc1.pesa@gentoo> (raw)

commit:     ae6c4412cadb480caf928c3f33f6c9eea2042cc1
Author:     Axel Rasmussen <axel.rasmussen1 <AT> gmail <DOT> com>
AuthorDate: Tue Jul  8 06:21:42 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Tue Jul  8 06:21:42 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=ae6c4412

[dev-qt/qdoc] New package.

---
 dev-qt/qdoc/Manifest             |  1 +
 dev-qt/qdoc/metadata.xml         |  9 +++++++++
 dev-qt/qdoc/qdoc-5.3.1.ebuild    | 29 +++++++++++++++++++++++++++++
 dev-qt/qdoc/qdoc-5.3.9999.ebuild | 29 +++++++++++++++++++++++++++++
 dev-qt/qdoc/qdoc-5.9999.ebuild   | 29 +++++++++++++++++++++++++++++
 sets/qt5-tools                   |  1 +
 6 files changed, 98 insertions(+)

diff --git a/dev-qt/qdoc/Manifest b/dev-qt/qdoc/Manifest
new file mode 100644
index 0000000..e6ecc42
--- /dev/null
+++ b/dev-qt/qdoc/Manifest
@@ -0,0 +1 @@
+DIST qtbase-opensource-src-5.3.1.tar.xz 46679724 SHA256 7b5a138d30d7c0228a51084407d5210f6d1acfbee2f95b87f189872cfcd3a569 SHA512 b867d8c2f37007770d8105fea1820f8a2b1c2006474c28fbdc29fb7f7dcf9eee0960752805c833639eb7b0fd92c670f552bbc4a7064d0daf5bbac875d081500a WHIRLPOOL 997415bdae97c854916c055e2b5b8af47bc406a546aae24afa3e0fabcc53a3999efcfae7e17cf12dc1b87a79f29af5ae7069250fe6be6d9308f7e2df6001da27

diff --git a/dev-qt/qdoc/metadata.xml b/dev-qt/qdoc/metadata.xml
new file mode 100644
index 0000000..9d5bff1
--- /dev/null
+++ b/dev-qt/qdoc/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>qt</herd>
+	<upstream>
+		<bugs-to>https://bugreports.qt-project.org/</bugs-to>
+		<doc>http://qt-project.org/doc/</doc>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-qt/qdoc/qdoc-5.3.1.ebuild b/dev-qt/qdoc/qdoc-5.3.1.ebuild
new file mode 100644
index 0000000..8627360
--- /dev/null
+++ b/dev-qt/qdoc/qdoc-5.3.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+QT5_MODULE="qtbase"
+
+inherit qt5-build
+
+DESCRIPTION="QDoc is a tool used by Qt to generate software documentation"
+
+if [[ ${QT5_BUILD_TYPE} == live ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64 ~x86"
+fi
+
+IUSE=""
+
+DEPEND="
+	~dev-qt/qtcore-${PV}[debug=]
+	~dev-qt/qtxml-${PV}[debug=]
+"
+RDEPEND="${DEPEND}"
+
+QT5_TARGET_SUBDIRS=(
+	src/tools/qdoc
+)

diff --git a/dev-qt/qdoc/qdoc-5.3.9999.ebuild b/dev-qt/qdoc/qdoc-5.3.9999.ebuild
new file mode 100644
index 0000000..8627360
--- /dev/null
+++ b/dev-qt/qdoc/qdoc-5.3.9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+QT5_MODULE="qtbase"
+
+inherit qt5-build
+
+DESCRIPTION="QDoc is a tool used by Qt to generate software documentation"
+
+if [[ ${QT5_BUILD_TYPE} == live ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64 ~x86"
+fi
+
+IUSE=""
+
+DEPEND="
+	~dev-qt/qtcore-${PV}[debug=]
+	~dev-qt/qtxml-${PV}[debug=]
+"
+RDEPEND="${DEPEND}"
+
+QT5_TARGET_SUBDIRS=(
+	src/tools/qdoc
+)

diff --git a/dev-qt/qdoc/qdoc-5.9999.ebuild b/dev-qt/qdoc/qdoc-5.9999.ebuild
new file mode 100644
index 0000000..8627360
--- /dev/null
+++ b/dev-qt/qdoc/qdoc-5.9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+QT5_MODULE="qtbase"
+
+inherit qt5-build
+
+DESCRIPTION="QDoc is a tool used by Qt to generate software documentation"
+
+if [[ ${QT5_BUILD_TYPE} == live ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64 ~x86"
+fi
+
+IUSE=""
+
+DEPEND="
+	~dev-qt/qtcore-${PV}[debug=]
+	~dev-qt/qtxml-${PV}[debug=]
+"
+RDEPEND="${DEPEND}"
+
+QT5_TARGET_SUBDIRS=(
+	src/tools/qdoc
+)

diff --git a/sets/qt5-tools b/sets/qt5-tools
index 6095054..f03bc3e 100644
--- a/sets/qt5-tools
+++ b/sets/qt5-tools
@@ -6,6 +6,7 @@ dev-qt/linguist-tools:5
 dev-qt/pixeltool:5
 dev-qt/qdbus:5
 dev-qt/qdbusviewer:5
+dev-qt/qdoc:5
 dev-qt/qtdiag:5
 dev-qt/qthelp:5
 dev-qt/qtpaths:5


                 reply	other threads:[~2014-07-09  0:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1404800502.ae6c4412cadb480caf928c3f33f6c9eea2042cc1.pesa@gentoo \
    --to=pesa@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