From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 034C61387FD for ; Thu, 12 Jun 2014 16:59:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3136E083D; Thu, 12 Jun 2014 16:58:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45E9EE083D for ; Thu, 12 Jun 2014 16:58:57 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF9273401EC for ; Thu, 12 Jun 2014 16:58:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 23A36181A9 for ; Thu, 12 Jun 2014 16:58:54 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1402592311.6811ca3ff3c03d0fa53b193a524ef22b486f727f.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/assistant-tools/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/assistant-tools/Manifest dev-qt/assistant-tools/assistant-tools-5.3.0.ebuild dev-qt/assistant-tools/assistant-tools-5.3.9999.ebuild dev-qt/assistant-tools/assistant-tools-5.9999.ebuild dev-qt/assistant-tools/metadata.xml X-VCS-Directories: dev-qt/assistant-tools/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 6811ca3ff3c03d0fa53b193a524ef22b486f727f X-VCS-Branch: master Date: Thu, 12 Jun 2014 16:58:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 621bcdfc-cac9-466a-b4e3-86079f0edf43 X-Archives-Hash: 0c56aff6ee17c111acdf89a9ec78e6ef commit: 6811ca3ff3c03d0fa53b193a524ef22b486f727f Author: Michael Palimaka gentoo org> AuthorDate: Thu Jun 12 16:58:31 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Jun 12 16:58:31 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=6811ca3f [dev-qt/assistant-tools] Add Qt 5 version. Package-Manager: portage-2.2.10 --- dev-qt/assistant-tools/Manifest | 1 + .../assistant-tools/assistant-tools-5.3.0.ebuild | 33 ++++++++++++++++++++++ .../assistant-tools-5.3.9999.ebuild | 33 ++++++++++++++++++++++ .../assistant-tools/assistant-tools-5.9999.ebuild | 33 ++++++++++++++++++++++ dev-qt/assistant-tools/metadata.xml | 9 ++++++ 5 files changed, 109 insertions(+) diff --git a/dev-qt/assistant-tools/Manifest b/dev-qt/assistant-tools/Manifest new file mode 100644 index 0000000..2b38b87 --- /dev/null +++ b/dev-qt/assistant-tools/Manifest @@ -0,0 +1 @@ +DIST qttools-opensource-src-5.3.0.tar.xz 8987652 SHA256 f64d2ca5dc59ab8980987649bcef4597a7c0194e802e64d93448cac892fd8250 SHA512 f52a10fc96ca3ea71800cbdb10b8166e819fd4008f1dfec984ea437b626240b2a32fa32ab7b60561acf785996d01bf5d0c5659e05bac3f6e05c7a34da06de63c WHIRLPOOL 95f28fb326d6facd5714024e189d396e30c89dcc300ffbc464f675467e5e189155d9d72b3da1d067dca5d2faf8a64431c24e79f9516a7eb41f147734728f50f4 diff --git a/dev-qt/assistant-tools/assistant-tools-5.3.0.ebuild b/dev-qt/assistant-tools/assistant-tools-5.3.0.ebuild new file mode 100644 index 0000000..a9c1d66 --- /dev/null +++ b/dev-qt/assistant-tools/assistant-tools-5.3.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +QT5_MODULE="qttools" + +inherit qt5-build + +DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework" + +if [[ ${QT5_BUILD_TYPE} == live ]]; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi + +IUSE="" + +DEPEND=" + >=dev-qt/qtcore-${PV}:5[debug=] + >=dev-qt/qtgui-${PV}:5[debug=] + >=dev-qt/qthelp-${PV}:5[debug=] + >=dev-qt/qtwidgets-${PV}:5[debug=] +" +RDEPEND="${DEPEND}" + +QT5_TARGET_SUBDIRS=( + src/assistant/qcollectiongenerator + src/assistant/qhelpconverter + src/assistant/qhelpgenerator +) diff --git a/dev-qt/assistant-tools/assistant-tools-5.3.9999.ebuild b/dev-qt/assistant-tools/assistant-tools-5.3.9999.ebuild new file mode 100644 index 0000000..a9c1d66 --- /dev/null +++ b/dev-qt/assistant-tools/assistant-tools-5.3.9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +QT5_MODULE="qttools" + +inherit qt5-build + +DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework" + +if [[ ${QT5_BUILD_TYPE} == live ]]; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi + +IUSE="" + +DEPEND=" + >=dev-qt/qtcore-${PV}:5[debug=] + >=dev-qt/qtgui-${PV}:5[debug=] + >=dev-qt/qthelp-${PV}:5[debug=] + >=dev-qt/qtwidgets-${PV}:5[debug=] +" +RDEPEND="${DEPEND}" + +QT5_TARGET_SUBDIRS=( + src/assistant/qcollectiongenerator + src/assistant/qhelpconverter + src/assistant/qhelpgenerator +) diff --git a/dev-qt/assistant-tools/assistant-tools-5.9999.ebuild b/dev-qt/assistant-tools/assistant-tools-5.9999.ebuild new file mode 100644 index 0000000..a9c1d66 --- /dev/null +++ b/dev-qt/assistant-tools/assistant-tools-5.9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +QT5_MODULE="qttools" + +inherit qt5-build + +DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework" + +if [[ ${QT5_BUILD_TYPE} == live ]]; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi + +IUSE="" + +DEPEND=" + >=dev-qt/qtcore-${PV}:5[debug=] + >=dev-qt/qtgui-${PV}:5[debug=] + >=dev-qt/qthelp-${PV}:5[debug=] + >=dev-qt/qtwidgets-${PV}:5[debug=] +" +RDEPEND="${DEPEND}" + +QT5_TARGET_SUBDIRS=( + src/assistant/qcollectiongenerator + src/assistant/qhelpconverter + src/assistant/qhelpgenerator +) diff --git a/dev-qt/assistant-tools/metadata.xml b/dev-qt/assistant-tools/metadata.xml new file mode 100644 index 0000000..9d5bff1 --- /dev/null +++ b/dev-qt/assistant-tools/metadata.xml @@ -0,0 +1,9 @@ + + + + qt + + https://bugreports.qt-project.org/ + http://qt-project.org/doc/ + +