* [gentoo-commits] proj/qt:master commit in: dev-qt/qdoc/, sets/
@ 2014-07-09 0:33 Davide Pesavento
0 siblings, 0 replies; only message in thread
From: Davide Pesavento @ 2014-07-09 0:33 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-07-09 0:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-09 0:33 [gentoo-commits] proj/qt:master commit in: dev-qt/qdoc/, sets/ Davide Pesavento
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox