Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtquicktimeline/
Date: Thu, 25 Jun 2020 08:25:33
Message-Id: 1593073512.5c76498b7f0c2d4bdccc9110d53655accac74a38.asturm@gentoo
1 commit: 5c76498b7f0c2d4bdccc9110d53655accac74a38
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 25 08:24:34 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 25 08:25:12 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=5c76498b
7
8 dev-qt/qtquicktimeline: New package (add 5.15 stable branch)
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-qt/qtquicktimeline/metadata.xml | 12 ++++++++++++
14 .../qtquicktimeline/qtquicktimeline-5.15.9999.ebuild | 18 ++++++++++++++++++
15 2 files changed, 30 insertions(+)
16
17 diff --git a/dev-qt/qtquicktimeline/metadata.xml b/dev-qt/qtquicktimeline/metadata.xml
18 new file mode 100644
19 index 00000000..c3b4f773
20 --- /dev/null
21 +++ b/dev-qt/qtquicktimeline/metadata.xml
22 @@ -0,0 +1,12 @@
23 +<?xml version="1.0" encoding="UTF-8"?>
24 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 +<pkgmetadata>
26 + <maintainer type="project">
27 + <email>qt@g.o</email>
28 + <name>Gentoo Qt Project</name>
29 + </maintainer>
30 + <upstream>
31 + <bugs-to>https://bugreports.qt.io/</bugs-to>
32 + <doc>https://doc.qt.io/qt-5/qtquicktimeline-index.html</doc>
33 + </upstream>
34 +</pkgmetadata>
35
36 diff --git a/dev-qt/qtquicktimeline/qtquicktimeline-5.15.9999.ebuild b/dev-qt/qtquicktimeline/qtquicktimeline-5.15.9999.ebuild
37 new file mode 100644
38 index 00000000..cc510e9f
39 --- /dev/null
40 +++ b/dev-qt/qtquicktimeline/qtquicktimeline-5.15.9999.ebuild
41 @@ -0,0 +1,18 @@
42 +# Copyright 1999-2020 Gentoo Authors
43 +# Distributed under the terms of the GNU General Public License v2
44 +
45 +EAPI=7
46 +
47 +inherit qt5-build
48 +
49 +DESCRIPTION="Qt module for keyframe-based timeline construction"
50 +
51 +if [[ ${QT5_BUILD_TYPE} == release ]]; then
52 + KEYWORDS="~amd64 ~x86"
53 +fi
54 +
55 +DEPEND="
56 + ~dev-qt/qtcore-${PV}
57 + ~dev-qt/qtdeclarative-${PV}
58 +"
59 +RDEPEND="${DEPEND}"