From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 047D71396D0 for ; Sun, 1 Oct 2017 06:15:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EDBAE07D0; Sun, 1 Oct 2017 06:15:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0947AE07D0 for ; Sun, 1 Oct 2017 06:15:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D43D341840 for ; Sun, 1 Oct 2017 06:15:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D447B83F7 for ; Sun, 1 Oct 2017 06:15:07 +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: <1506838500.1efab21c6b584c371e9eb02b6333189e7b20f41e.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebview/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtwebview/metadata.xml dev-qt/qtwebview/qtwebview-5.10.9999.ebuild dev-qt/qtwebview/qtwebview-5.9.9999.ebuild dev-qt/qtwebview/qtwebview-5.9999.ebuild X-VCS-Directories: dev-qt/qtwebview/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 1efab21c6b584c371e9eb02b6333189e7b20f41e X-VCS-Branch: master Date: Sun, 1 Oct 2017 06:15:07 +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: dd442c88-9e72-40ae-86d9-6be74df7f0d9 X-Archives-Hash: 57cab283fa1c773af2d1ed79e228f9d5 commit: 1efab21c6b584c371e9eb02b6333189e7b20f41e Author: Michael Palimaka gentoo org> AuthorDate: Sun Oct 1 06:14:49 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Oct 1 06:15:00 2017 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=1efab21c dev-qt/qtwebview: new package Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-qt/qtwebview/metadata.xml | 17 +++++++++++++++++ dev-qt/qtwebview/qtwebview-5.10.9999.ebuild | 22 ++++++++++++++++++++++ dev-qt/qtwebview/qtwebview-5.9.9999.ebuild | 22 ++++++++++++++++++++++ dev-qt/qtwebview/qtwebview-5.9999.ebuild | 22 ++++++++++++++++++++++ 4 files changed, 83 insertions(+) diff --git a/dev-qt/qtwebview/metadata.xml b/dev-qt/qtwebview/metadata.xml new file mode 100644 index 00000000..32568f62 --- /dev/null +++ b/dev-qt/qtwebview/metadata.xml @@ -0,0 +1,17 @@ + + + + + qt@gentoo.org + Gentoo Qt Project + + + https://bugreports.qt.io/ + https://doc.qt.io/ + + + + Must only be used by packages that are known to use private parts of the Qt API. + + + diff --git a/dev-qt/qtwebview/qtwebview-5.10.9999.ebuild b/dev-qt/qtwebview/qtwebview-5.10.9999.ebuild new file mode 100644 index 00000000..234ec083 --- /dev/null +++ b/dev-qt/qtwebview/qtwebview-5.10.9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit qt5-build + +DESCRIPTION="Module for displaying web content in a QML application using the Qt5 framework" + +if [[ ${QT5_BUILD_TYPE} == release ]]; then + KEYWORDS="~amd64" +fi + +IUSE="" + +DEPEND=" + ~dev-qt/qtcore-${PV} + ~dev-qt/qtdeclarative-${PV} + ~dev-qt/qtgui-${PV} + ~dev-qt/qtwebengine-${PV} + +" +RDEPEND="${DEPEND}" diff --git a/dev-qt/qtwebview/qtwebview-5.9.9999.ebuild b/dev-qt/qtwebview/qtwebview-5.9.9999.ebuild new file mode 100644 index 00000000..234ec083 --- /dev/null +++ b/dev-qt/qtwebview/qtwebview-5.9.9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit qt5-build + +DESCRIPTION="Module for displaying web content in a QML application using the Qt5 framework" + +if [[ ${QT5_BUILD_TYPE} == release ]]; then + KEYWORDS="~amd64" +fi + +IUSE="" + +DEPEND=" + ~dev-qt/qtcore-${PV} + ~dev-qt/qtdeclarative-${PV} + ~dev-qt/qtgui-${PV} + ~dev-qt/qtwebengine-${PV} + +" +RDEPEND="${DEPEND}" diff --git a/dev-qt/qtwebview/qtwebview-5.9999.ebuild b/dev-qt/qtwebview/qtwebview-5.9999.ebuild new file mode 100644 index 00000000..234ec083 --- /dev/null +++ b/dev-qt/qtwebview/qtwebview-5.9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit qt5-build + +DESCRIPTION="Module for displaying web content in a QML application using the Qt5 framework" + +if [[ ${QT5_BUILD_TYPE} == release ]]; then + KEYWORDS="~amd64" +fi + +IUSE="" + +DEPEND=" + ~dev-qt/qtcore-${PV} + ~dev-qt/qtdeclarative-${PV} + ~dev-qt/qtgui-${PV} + ~dev-qt/qtwebengine-${PV} + +" +RDEPEND="${DEPEND}"