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: xfce-base/xfce4-settings/
Date: Tue, 08 Nov 2022 13:15:04
Message-Id: 1667913296.fd49988c5249ebc0d9ef3e2d230679d032dafb94.mgorny@gentoo
1 commit: fd49988c5249ebc0d9ef3e2d230679d032dafb94
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 8 13:10:51 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 8 13:14:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd49988c
7
8 xfce-base/xfce4-settings: Security cleanup
9
10 Bug: https://bugs.gentoo.org/880257
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 xfce-base/xfce4-settings/Manifest | 2 -
14 .../xfce4-settings/xfce4-settings-4.16.3.ebuild | 71 ---------------------
15 .../xfce4-settings/xfce4-settings-4.17.0.ebuild | 74 ----------------------
16 3 files changed, 147 deletions(-)
17
18 diff --git a/xfce-base/xfce4-settings/Manifest b/xfce-base/xfce4-settings/Manifest
19 index b884a5e3af78..a3d2d3163a04 100644
20 --- a/xfce-base/xfce4-settings/Manifest
21 +++ b/xfce-base/xfce4-settings/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST xfce4-settings-4.16.3.tar.bz2 1462300 BLAKE2B 64bd149eea6afa4054e59b7ffa29327298aae4584d4b4a17dff12480bd0e3b017c152efc2e06201d39397f27c3bedc633715383473a8bc3c32aff4a97091e683 SHA512 62183e500d97625c079cc95c900fb6afae8e08a24d5e0574fcfd0a803eb4e7e10095a527a76a0cd4b5f2abb944203650ccbbb78ab21e024df6b4da670159896b
24 DIST xfce4-settings-4.16.4.tar.bz2 1498757 BLAKE2B 344bc30907519b3f71583258b586d22e2feb11acf606d3e3359122c49365952c8fcf09afba29cc5ee21b848ad5f8472222eddbf5a0366917b2c6cede1be8d7de SHA512 aeb73d48c10f268c929d3f1dd41294e531ea39a35d316d92ca72fca7a1f749bee58ca1b0546d10151a06c4fcf807b1df9f04e4f3753c452e39ae65602b2d9c77
25 -DIST xfce4-settings-4.17.0.tar.bz2 1516111 BLAKE2B 73534c638977eade7a35ff02f804e822fc48df46f798ef542c9d4a19545c66eea532f8a09ea5595ba84ded188375213b2f4f31254c86851449411f472a5afce3 SHA512 23d49daa8be7b9cb4ce4bbdf1153001bf93e6ab35efcc7273f264f0c23e3f3fe8d1875d43853cc895d2db1baa7d0d0f49d748ebff61d113c79b497a832e19a8f
26 DIST xfce4-settings-4.17.1.tar.bz2 1516089 BLAKE2B f465fabcd8d7624ebb6da7939cb1e8302cdece5270a8afebf1736a134f7c63c7b2d61c3f9afa5aa5668f5870d087af40c7ea1341909b23458af0ce8b1779d971 SHA512 37802e69aafdec3e0e04b531abfd37a687ced80b14928af5991cd585f79f0e50417c311848823ad7b8789a5af34018d055a4a987051613e27441b56ca006e332
27
28 diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild b/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild
29 deleted file mode 100644
30 index 1f0afa768379..000000000000
31 --- a/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild
32 +++ /dev/null
33 @@ -1,71 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -PYTHON_COMPAT=( python3_{8..11} )
40 -
41 -inherit python-single-r1 xdg-utils
42 -
43 -DESCRIPTION="Configuration system for the Xfce desktop environment"
44 -HOMEPAGE="https://docs.xfce.org/xfce/xfce4-settings/start"
45 -SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
46 -
47 -LICENSE="GPL-2+"
48 -SLOT="0"
49 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
50 -IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
51 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
52 -
53 -RDEPEND="
54 - ${PYTHON_DEPS}
55 - >=dev-libs/glib-2.50
56 - media-libs/fontconfig
57 - >=x11-libs/gtk+-3.20:3
58 - x11-libs/libX11
59 - >=x11-libs/libXcursor-1.1
60 - >=x11-libs/libXi-1.3
61 - >=x11-libs/libXrandr-1.2
62 - >=xfce-base/garcon-0.2:=
63 - >=xfce-base/exo-4.15.1:=
64 - >=xfce-base/libxfce4ui-4.15.1:=
65 - >=xfce-base/libxfce4util-4.15.2:=
66 - >=xfce-base/xfconf-4.13:=
67 - colord? ( x11-misc/colord:= )
68 - libcanberra? ( >=media-libs/libcanberra-0.25[sound] )
69 - input_devices_libinput? ( x11-drivers/xf86-input-libinput )
70 - libnotify? ( >=x11-libs/libnotify-0.7 )
71 - upower? ( >=sys-power/upower-0.9.23 )
72 - xklavier? ( >=x11-libs/libxklavier-5 )
73 - !<xfce-base/exo-4.15.1
74 -"
75 -DEPEND="
76 - ${RDEPEND}
77 - x11-base/xorg-proto
78 -"
79 -BDEPEND="
80 - dev-util/gdbus-codegen
81 - dev-util/intltool
82 - virtual/pkgconfig
83 - sys-devel/gettext
84 -"
85 -
86 -src_configure() {
87 - local myconf=(
88 - $(use_enable upower upower-glib)
89 - $(use_enable input_devices_libinput xorg-libinput)
90 - $(use_enable libnotify)
91 - $(use_enable colord)
92 - $(use_enable xklavier libxklavier)
93 - $(use_enable libcanberra sound-settings)
94 - )
95 - econf "${myconf[@]}"
96 -}
97 -
98 -pkg_postinst() {
99 - xdg_icon_cache_update
100 -}
101 -
102 -pkg_postrm() {
103 - xdg_icon_cache_update
104 -}
105
106 diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.17.0.ebuild b/xfce-base/xfce4-settings/xfce4-settings-4.17.0.ebuild
107 deleted file mode 100644
108 index 1408aab9e199..000000000000
109 --- a/xfce-base/xfce4-settings/xfce4-settings-4.17.0.ebuild
110 +++ /dev/null
111 @@ -1,74 +0,0 @@
112 -# Copyright 1999-2022 Gentoo Authors
113 -# Distributed under the terms of the GNU General Public License v2
114 -
115 -EAPI=8
116 -
117 -PYTHON_COMPAT=( python3_{8..11} )
118 -
119 -inherit python-single-r1 xdg-utils
120 -
121 -DESCRIPTION="Configuration system for the Xfce desktop environment"
122 -HOMEPAGE="
123 - https://docs.xfce.org/xfce/xfce4-settings/start
124 - https://gitlab.xfce.org/xfce/xfce4-settings/
125 -"
126 -SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
127 -
128 -LICENSE="GPL-2+"
129 -SLOT="0"
130 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
131 -IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
132 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
133 -
134 -RDEPEND="
135 - ${PYTHON_DEPS}
136 - >=dev-libs/glib-2.50
137 - media-libs/fontconfig
138 - >=x11-libs/gtk+-3.20:3
139 - x11-libs/libX11
140 - >=x11-libs/libXcursor-1.1
141 - >=x11-libs/libXi-1.3
142 - >=x11-libs/libXrandr-1.2
143 - >=xfce-base/garcon-0.2:=
144 - >=xfce-base/exo-4.15.1:=
145 - >=xfce-base/libxfce4ui-4.17.0:=
146 - >=xfce-base/libxfce4util-4.17.2:=
147 - >=xfce-base/xfconf-4.13:=
148 - colord? ( x11-misc/colord:= )
149 - libcanberra? ( >=media-libs/libcanberra-0.25[sound] )
150 - input_devices_libinput? ( x11-drivers/xf86-input-libinput )
151 - libnotify? ( >=x11-libs/libnotify-0.7 )
152 - upower? ( >=sys-power/upower-0.9.23 )
153 - xklavier? ( >=x11-libs/libxklavier-5 )
154 - !<xfce-base/exo-4.15.1
155 -"
156 -DEPEND="
157 - ${RDEPEND}
158 - x11-base/xorg-proto
159 -"
160 -BDEPEND="
161 - dev-util/gdbus-codegen
162 - dev-util/intltool
163 - virtual/pkgconfig
164 - sys-devel/gettext
165 -"
166 -
167 -src_configure() {
168 - local myconf=(
169 - $(use_enable upower upower-glib)
170 - $(use_enable input_devices_libinput xorg-libinput)
171 - $(use_enable libnotify)
172 - $(use_enable colord)
173 - $(use_enable xklavier libxklavier)
174 - $(use_enable libcanberra sound-settings)
175 - )
176 - econf "${myconf[@]}"
177 -}
178 -
179 -pkg_postinst() {
180 - xdg_icon_cache_update
181 -}
182 -
183 -pkg_postrm() {
184 - xdg_icon_cache_update
185 -}