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: Sat, 24 Sep 2022 21:24:33
Message-Id: 1664051123.639207764988524b2c484463e7233688ea5bfe4d.asturm@gentoo
1 commit: 639207764988524b2c484463e7233688ea5bfe4d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 24 20:25:23 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 24 20:25:23 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=63920776
7
8 dev-qt/qtquicktimeline: drop 6.3.9999
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-qt/qtquicktimeline/qtquicktimeline-6.3.9999.ebuild | 18 ------------------
13 1 file changed, 18 deletions(-)
14
15 diff --git a/dev-qt/qtquicktimeline/qtquicktimeline-6.3.9999.ebuild b/dev-qt/qtquicktimeline/qtquicktimeline-6.3.9999.ebuild
16 deleted file mode 100644
17 index 0673606b..00000000
18 --- a/dev-qt/qtquicktimeline/qtquicktimeline-6.3.9999.ebuild
19 +++ /dev/null
20 @@ -1,18 +0,0 @@
21 -# Copyright 2021-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -inherit qt6-build
27 -
28 -DESCRIPTION="Qt module for keyframe-based timeline construction"
29 -
30 -if [[ ${QT6_BUILD_TYPE} == release ]]; then
31 - KEYWORDS="~amd64"
32 -fi
33 -
34 -DEPEND="
35 - =dev-qt/qtbase-${PV}*
36 - =dev-qt/qtdeclarative-${PV}*
37 -"
38 -RDEPEND="${DEPEND}"