From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebview/
Date: Sun, 1 Oct 2017 06:13:44 +0000 (UTC) [thread overview]
Message-ID: <1506838413.e26064b2f834072170c6be0d45435d90b05b4e0c.kensington@gentoo> (raw)
commit: e26064b2f834072170c6be0d45435d90b05b4e0c
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 1 06:11:51 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Oct 1 06:13:33 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e26064b2
dev-qt/qtwebview: new pacakge
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-qt/qtwebview/Manifest | 1 +
dev-qt/qtwebview/metadata.xml | 17 +++++++++++++++++
dev-qt/qtwebview/qtwebview-5.7.1.ebuild | 22 ++++++++++++++++++++++
3 files changed, 40 insertions(+)
diff --git a/dev-qt/qtwebview/Manifest b/dev-qt/qtwebview/Manifest
new file mode 100644
index 00000000000..cfa4b2cb736
--- /dev/null
+++ b/dev-qt/qtwebview/Manifest
@@ -0,0 +1 @@
+DIST qtwebview-opensource-src-5.7.1.tar.xz 107388 SHA256 b3bcf9693e0205263f5d227f2204cf12c3a3d1e200b3114723511ee3bdf2159f SHA512 a0ed2c203e3638b3fa1e8fc051bc8dec51ca32b16da684fbf73c6f342e579c11a382c799797c593abb35df438699124fa169d1463affa1a2d0b55af57f05a011 WHIRLPOOL 6fa80d034344b3915ad32c323f36be27cea96f149b63fb785f4ab68349784c81ddd51d0796ef64d0b2b35da9cb5c5419a86fe3736e99051eb4cdb0092148e18f
diff --git a/dev-qt/qtwebview/metadata.xml b/dev-qt/qtwebview/metadata.xml
new file mode 100644
index 00000000000..32568f62fb8
--- /dev/null
+++ b/dev-qt/qtwebview/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>qt@gentoo.org</email>
+ <name>Gentoo Qt Project</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://bugreports.qt.io/</bugs-to>
+ <doc>https://doc.qt.io/</doc>
+ </upstream>
+ <slots>
+ <subslots>
+ Must only be used by packages that are known to use private parts of the Qt API.
+ </subslots>
+ </slots>
+</pkgmetadata>
diff --git a/dev-qt/qtwebview/qtwebview-5.7.1.ebuild b/dev-qt/qtwebview/qtwebview-5.7.1.ebuild
new file mode 100644
index 00000000000..234ec083fbb
--- /dev/null
+++ b/dev-qt/qtwebview/qtwebview-5.7.1.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}"
next reply other threads:[~2017-10-01 6:13 UTC|newest]
Thread overview: 78+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-01 6:13 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-03-24 12:53 [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebview/ Andreas Sturmlechner
2022-03-21 11:04 Andreas Sturmlechner
2022-04-17 19:29 Sam James
2022-05-20 19:43 Andreas Sturmlechner
2022-06-14 17:32 Andreas Sturmlechner
2022-06-19 12:26 Andreas Sturmlechner
2022-07-06 10:27 Andreas Sturmlechner
2022-11-29 20:51 Andreas Sturmlechner
2022-12-06 17:07 Andreas Sturmlechner
2023-01-08 21:45 Andreas Sturmlechner
2023-01-17 20:04 Sam James
2023-01-17 20:56 Arthur Zamarin
2023-01-21 9:15 Arthur Zamarin
2023-01-24 9:45 Andreas Sturmlechner
2023-02-07 10:37 Andreas Sturmlechner
2023-04-13 21:45 Andreas Sturmlechner
2023-04-23 16:00 Arthur Zamarin
2023-05-01 12:54 Andreas Sturmlechner
2023-06-13 11:42 Andreas Sturmlechner
2023-07-09 17:00 Arthur Zamarin
2023-07-13 8:42 Andreas Sturmlechner
2023-10-08 15:58 Andreas Sturmlechner
2023-11-06 18:11 Andreas Sturmlechner
2023-11-29 5:57 Ionen Wolkens
2023-12-12 21:25 Ionen Wolkens
2023-12-17 18:29 Arthur Zamarin
2023-12-17 20:06 Ionen Wolkens
2024-01-01 21:14 Andreas Sturmlechner
2024-01-29 4:22 Ionen Wolkens
2024-01-31 7:18 Joonas Niilola
2024-02-01 23:06 Andreas Sturmlechner
2024-02-14 12:24 Ionen Wolkens
2024-02-20 14:30 Arthur Zamarin
2024-02-22 6:16 Ionen Wolkens
2024-03-12 12:01 Ionen Wolkens
2024-03-22 10:29 Ionen Wolkens
2024-03-23 17:01 Andreas Sturmlechner
2024-03-24 18:39 Ionen Wolkens
2024-03-26 7:10 Ionen Wolkens
2024-03-30 0:29 Ionen Wolkens
2024-04-01 18:29 Arthur Zamarin
2024-04-02 13:06 Ionen Wolkens
2024-04-04 4:23 Arthur Zamarin
2024-04-05 15:01 Andreas Sturmlechner
2024-04-13 17:50 Arthur Zamarin
2024-04-19 7:55 Ionen Wolkens
2024-05-16 15:36 Arthur Zamarin
2024-05-17 5:49 Ionen Wolkens
2024-05-20 8:49 Ionen Wolkens
2024-05-30 12:52 Andreas Sturmlechner
2024-06-01 10:25 Arthur Zamarin
2024-06-02 4:04 Sam James
2024-06-04 19:36 Ionen Wolkens
2024-06-06 16:43 Andreas Sturmlechner
2024-06-08 5:27 Arthur Zamarin
2024-06-08 13:41 Ionen Wolkens
2024-06-18 18:14 Ionen Wolkens
2024-07-08 11:16 Arthur Zamarin
2024-07-10 4:21 Ionen Wolkens
2024-07-16 1:29 Ionen Wolkens
2024-09-24 9:57 Ionen Wolkens
2024-09-27 7:26 Ionen Wolkens
2024-10-08 5:03 Ionen Wolkens
2024-10-09 6:22 Ionen Wolkens
2024-11-21 21:39 Andreas Sturmlechner
2024-11-23 11:36 Andreas Sturmlechner
2024-12-02 7:23 Ionen Wolkens
2024-12-03 18:16 Ionen Wolkens
2024-12-15 20:18 Ionen Wolkens
2024-12-28 11:02 Arthur Zamarin
2024-12-28 16:58 Andreas Sturmlechner
2025-01-06 22:51 Ionen Wolkens
2025-02-26 8:47 Ionen Wolkens
2025-03-14 8:18 Ionen Wolkens
2025-03-26 12:29 Ionen Wolkens
2025-04-02 5:09 Ionen Wolkens
2025-04-16 11:18 Arthur Zamarin
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=1506838413.e26064b2f834072170c6be0d45435d90b05b4e0c.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