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/qtimageformats/
Date: Sat, 24 Sep 2022 17:03:22
Message-Id: 1664030520.3cc0fb0fc5e8fec6cd203253ce1a4b30843f522b.asturm@gentoo
1 commit: 3cc0fb0fc5e8fec6cd203253ce1a4b30843f522b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 24 14:42:00 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 24 14:42:00 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=3cc0fb0f
7
8 dev-qt/qtimageformats: drop 6.3.2
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-qt/qtimageformats/Manifest | 1 -
13 dev-qt/qtimageformats/qtimageformats-6.3.2.ebuild | 35 -----------------------
14 2 files changed, 36 deletions(-)
15
16 diff --git a/dev-qt/qtimageformats/Manifest b/dev-qt/qtimageformats/Manifest
17 deleted file mode 100644
18 index 0f2cbfa7..00000000
19 --- a/dev-qt/qtimageformats/Manifest
20 +++ /dev/null
21 @@ -1 +0,0 @@
22 -DIST qtimageformats-everywhere-src-6.3.2.tar.xz 1859996 BLAKE2B e6254fc0e60b445aaa89f25a12c0060e807ba2c825a384a79a7deb56cb46415b82a973c520e866c53db19263ac23039aa36e8c7ffd46390d7a64b7e44b85e67e SHA512 5964c1f0e5fc4032495641268881f2288f90f361cb5a7e4953e05005ea907033ef634192ef26e1b0343e09c1a0306f83bef88ad4a5dba4665387001290dccc77
23
24 diff --git a/dev-qt/qtimageformats/qtimageformats-6.3.2.ebuild b/dev-qt/qtimageformats/qtimageformats-6.3.2.ebuild
25 deleted file mode 100644
26 index f1a8354e..00000000
27 --- a/dev-qt/qtimageformats/qtimageformats-6.3.2.ebuild
28 +++ /dev/null
29 @@ -1,35 +0,0 @@
30 -# Copyright 1999-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="Additional format plugins for the Qt image I/O system"
38 -
39 -if [[ ${QT6_BUILD_TYPE} == release ]]; then
40 - KEYWORDS="~amd64"
41 -fi
42 -
43 -IUSE="mng"
44 -
45 -DEPEND="
46 - =dev-qt/qtbase-${PV}*[gui]
47 - media-libs/libwebp:=
48 - media-libs/tiff
49 - mng? ( media-libs/libmng:= )
50 -"
51 -RDEPEND="${DEPEND}"
52 -
53 -src_configure() {
54 - local mycmakeargs=(
55 - -DQT_FEATURE_jasper=OFF
56 - $(qt_feature mng)
57 - -DQT_FEATURE_tiff=ON
58 - -DQT_FEATURE_webp=ON
59 - -DQT_FEATURE_system-tiff=ON
60 - -DQT_FEATURE_system-webp=ON
61 - )
62 -
63 - qt6-build_src_configure
64 -}