Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/qt5ct/files/, x11-misc/qt5ct/
Date: Mon, 27 Sep 2021 09:15:59
Message-Id: 1632734151.c1059795480f9f07cc1c1479bce6df4abda63004.mgorny@gentoo
1 commit: c1059795480f9f07cc1c1479bce6df4abda63004
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 27 08:38:20 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 27 09:15:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1059795
7
8 x11-misc/qt5ct: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 x11-misc/qt5ct/Manifest | 1 -
13 x11-misc/qt5ct/files/qt5ct-1.2-cmake.patch | 22 -------------
14 x11-misc/qt5ct/qt5ct-1.2-r1.ebuild | 53 ------------------------------
15 3 files changed, 76 deletions(-)
16
17 diff --git a/x11-misc/qt5ct/Manifest b/x11-misc/qt5ct/Manifest
18 index d048b195789..7f4077da5a1 100644
19 --- a/x11-misc/qt5ct/Manifest
20 +++ b/x11-misc/qt5ct/Manifest
21 @@ -1,2 +1 @@
22 -DIST qt5ct-1.2.tar.bz2 76052 BLAKE2B bff9dcd6176f856f262f908101f51be5bc5fa56cbf221fb6e1b66cf49867d721f4c1d5707bcd71cb20b1d27d53f5352bcaaa32ed7298f9fe349ac8a90b4a4e23 SHA512 044582440fc3ed8424970a30d7e1562396f9a1651f2c50adbdcb6ec73b35fb8dd23de419df29b92d21a45fea9af4e562b1294f5bfc329419f831775954f8ed6f
23 DIST qt5ct-1.3.tar.bz2 80506 BLAKE2B eda2d69fcddf80553358d3c9e9bd0ef33355919c5b62912d8e79a84a36ee5a25d1dab553b6413d78e16ce69435861a01b298ae97202a77f1f50ed805f14445dd SHA512 9f4397d5cfc3dec14330759f213ae99b02ae36d3ea48dfdb3015c3b7d3fe12cde619af855d7320566ca32120e8689e4b39f78e4fdf9886e2472aef570beb75bd
24
25 diff --git a/x11-misc/qt5ct/files/qt5ct-1.2-cmake.patch b/x11-misc/qt5ct/files/qt5ct-1.2-cmake.patch
26 deleted file mode 100644
27 index 67313d824fa..00000000000
28 --- a/x11-misc/qt5ct/files/qt5ct-1.2-cmake.patch
29 +++ /dev/null
30 @@ -1,22 +0,0 @@
31 ---- a/CMakeLists.txt
32 -+++ b/CMakeLists.txt
33 -@@ -39,7 +39,7 @@
34 - set(QT_QTPATHS_EXECUTABLE ${QT_QTPATHS_EXECUTABLE}/qtpaths)
35 -
36 - if(EXISTS ${QT_QTPATHS_EXECUTABLE})
37 -- message(STATUS "Found qtpaths executable: " ${QT_QTPATHS_EXECUTABLE})
38 -+ message(STATUS "Found qtpaths executable: " ${QT_QTPATHS_EXECUTABLE})
39 - else()
40 - message(FATAL_ERROR "Could NOT find qtpaths executable")
41 - endif()
42 -@@ -54,8 +54,8 @@
43 - add_subdirectory(src/qt5ct-qtplugin)
44 - add_subdirectory(src/qt5ct-style)
45 -
46 --install(DIRECTORY qss DESTINATION ${CMAKE_INSTALL_DATADIR})
47 --install(DIRECTORY colors DESTINATION ${CMAKE_INSTALL_DATADIR})
48 -+install(DIRECTORY qss DESTINATION ${CMAKE_INSTALL_DATADIR}/qt5ct)
49 -+install(DIRECTORY colors DESTINATION ${CMAKE_INSTALL_DATADIR}/qt5ct)
50 -
51 - if(UNIX)
52 - add_custom_target(distclean @echo cleaning for source distribution)
53
54 diff --git a/x11-misc/qt5ct/qt5ct-1.2-r1.ebuild b/x11-misc/qt5ct/qt5ct-1.2-r1.ebuild
55 deleted file mode 100644
56 index 782e8c46093..00000000000
57 --- a/x11-misc/qt5ct/qt5ct-1.2-r1.ebuild
58 +++ /dev/null
59 @@ -1,53 +0,0 @@
60 -# Copyright 1999-2021 Gentoo Authors
61 -# Distributed under the terms of the GNU General Public License v2
62 -
63 -EAPI=7
64 -
65 -inherit cmake
66 -
67 -DESCRIPTION="Qt5 configuration tool, similar to qtconfig for Qt4"
68 -HOMEPAGE="https://sourceforge.net/projects/qt5ct/"
69 -SRC_URI="https://download.sourceforge.net/qt5ct/${P}.tar.bz2"
70 -
71 -LICENSE="BSD-2"
72 -SLOT="0"
73 -KEYWORDS="amd64 ~arm x86"
74 -IUSE="+dbus"
75 -
76 -RDEPEND="
77 - dev-qt/qtconcurrent:5
78 - dev-qt/qtcore:5
79 - dev-qt/qtgui:5=
80 - dev-qt/qtwidgets:5
81 - dbus? (
82 - dev-qt/qtdbus:5
83 - dev-qt/qtgui:5[dbus]
84 - )
85 -"
86 -DEPEND="${RDEPEND}"
87 -BDEPEND="
88 - dev-qt/linguist-tools:5
89 - dev-qt/qtpaths:5
90 -"
91 -
92 -PATCHES=(
93 - "${FILESDIR}"/${P}-cmake.patch
94 -)
95 -
96 -src_install() {
97 - cmake_src_install
98 -
99 - newenvd - 98qt5ct <<< 'QT_QPA_PLATFORMTHEME=qt5ct'
100 -}
101 -
102 -pkg_postinst() {
103 - if [[ -z ${REPLACING_VERSIONS} ]]; then
104 - ewarn "qt5ct configuration won't be applied to the currently running sessions."
105 - ewarn "Please relogin."
106 - fi
107 - if ! has_version 'dev-qt/qtsvg:5'; then
108 - elog
109 - elog "For SVG icon themes, please install 'dev-qt/qtsvg:5'."
110 - elog
111 - fi
112 -}