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/qtlocation/
Date: Sat, 24 Sep 2022 21:24:32
Message-Id: 1664051106.317c69ff259ffffa8beb7442fa7a83a7803af59f.asturm@gentoo
1 commit: 317c69ff259ffffa8beb7442fa7a83a7803af59f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 24 20:25:06 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 24 20:25:06 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=317c69ff
7
8 dev-qt/qtlocation: drop 6.3.9999
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-qt/qtlocation/qtlocation-6.3.9999.ebuild | 18 ------------------
13 1 file changed, 18 deletions(-)
14
15 diff --git a/dev-qt/qtlocation/qtlocation-6.3.9999.ebuild b/dev-qt/qtlocation/qtlocation-6.3.9999.ebuild
16 deleted file mode 100644
17 index 5bfb8228..00000000
18 --- a/dev-qt/qtlocation/qtlocation-6.3.9999.ebuild
19 +++ /dev/null
20 @@ -1,18 +0,0 @@
21 -# Copyright 2021 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="Location (places, maps, navigation) library for the Qt6 framework"
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}"