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/qtpositioning/
Date: Sat, 05 Nov 2022 16:39:24
Message-Id: 1667639258.987b7ee7bd080ae94acc860903cccb1d86f2a8bb.asturm@gentoo
1 commit: 987b7ee7bd080ae94acc860903cccb1d86f2a8bb
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 5 09:07:38 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 5 09:07:38 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=987b7ee7
7
8 dev-qt/qtpositioning: drop 6.4.0
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-qt/qtpositioning/Manifest | 1 -
13 dev-qt/qtpositioning/qtpositioning-6.4.0.ebuild | 19 -------------------
14 2 files changed, 20 deletions(-)
15
16 diff --git a/dev-qt/qtpositioning/Manifest b/dev-qt/qtpositioning/Manifest
17 deleted file mode 100644
18 index ac357c3d..00000000
19 --- a/dev-qt/qtpositioning/Manifest
20 +++ /dev/null
21 @@ -1 +0,0 @@
22 -DIST qtpositioning-everywhere-src-6.4.0.tar.xz 1491860 BLAKE2B 07d9ed3a62ea8b91931749fe5064e3556cc5a6de2d38f428a99a4112c726e16ae01a70a769e353110e74287fb1a5d6090dc011e407b5dc2deeda8e0a7fd2a619 SHA512 298c484ed3e5f4d11c0e865005f8c0ddf422c8bbe9ff725fe01a8960403c55cfbc96ded62e77af4b14e549349501b7555f169e7a4b99435cecfc4b57b5a2b5cb
23
24 diff --git a/dev-qt/qtpositioning/qtpositioning-6.4.0.ebuild b/dev-qt/qtpositioning/qtpositioning-6.4.0.ebuild
25 deleted file mode 100644
26 index 7be915ff..00000000
27 --- a/dev-qt/qtpositioning/qtpositioning-6.4.0.ebuild
28 +++ /dev/null
29 @@ -1,19 +0,0 @@
30 -# Copyright 2021-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -inherit qt6-build
36 -
37 -DESCRIPTION="Physical position determination library for the Qt6 framework"
38 -
39 -if [[ ${QT6_BUILD_TYPE} == release ]]; then
40 - KEYWORDS="~amd64"
41 -fi
42 -
43 -DEPEND="
44 - =dev-qt/qtbase-${PV}*[dbus,gui,widgets]
45 - =dev-qt/qtdeclarative-${PV}*
46 - =dev-qt/qtserialport-${PV}*
47 -"
48 -RDEPEND="${DEPEND}"