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-panel/
Date: Mon, 05 Sep 2022 05:33:53
Message-Id: 1662356010.6c3c877ac37db6d6343256c2f489e1916094949a.mgorny@gentoo
1 commit: 6c3c877ac37db6d6343256c2f489e1916094949a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 5 05:33:30 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 5 05:33:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c3c877a
7
8 xfce-base/xfce4-panel: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-base/xfce4-panel/Manifest | 2 -
13 xfce-base/xfce4-panel/xfce4-panel-4.16.4.ebuild | 69 -------------------------
14 xfce-base/xfce4-panel/xfce4-panel-4.17.2.ebuild | 69 -------------------------
15 3 files changed, 140 deletions(-)
16
17 diff --git a/xfce-base/xfce4-panel/Manifest b/xfce-base/xfce4-panel/Manifest
18 index 853c00e0ad14..55b218da5770 100644
19 --- a/xfce-base/xfce4-panel/Manifest
20 +++ b/xfce-base/xfce4-panel/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST xfce4-panel-4.16.4.tar.bz2 1383630 BLAKE2B e370fc286f5b035671e059e81a5c890842949c60a8aa1ae4cb06ded7f1e538d90bf633efd7e3e2b7642eb1b490a48eda3cabd1a967930cb63cd423fb5b807e22 SHA512 a1ad5a528968c4b1a5d2fb1537f7774aeeb525d7cb2f77e261b187b94e9de22f018bbd47d462ce4ad09b360126548d5848e46643df40549f9f8a3c44a4a14564
23 DIST xfce4-panel-4.16.5.tar.bz2 1386556 BLAKE2B e0543e2c2259a03b09ddaef951434127a76f176626b5355497c1f27748c83857cb34ed1ddecf694c36e3422ca9e55fa4e7eae728b0b50e06feb40ca6e867ebdc SHA512 d72220fa2812ae3b420350dab4c9d33e01d26d27ba33e4c16ad848ed1915c3c4aaf41fef24e2e7271e31171536148ad32b55aabc3e1facd4bf8a411990fd27bb
24 -DIST xfce4-panel-4.17.2.tar.bz2 1408821 BLAKE2B db607dc1d35e746608ffe1484f2484589ae81d5d58387c8ae8c9fde9d9fdf0747f6746838290dcf1f6c9f6d1bb3efc130ec14445e6d48ac014bc114afe001f71 SHA512 a1d34d7ecdb196ba7095e613010e576daa809f0a94d48546a27731dc617a26318e7cc72204a26d9f788e744498ba58bc0f2f374260aca9bd2ad697ceddf36bbd
25 DIST xfce4-panel-4.17.3.tar.bz2 1428565 BLAKE2B a5a1f44eecd53f3ad5419dfe33aa444318d4808e14b68dcc9c986efc75eb7e9e9da613855ca3b1ec6bd02676ad0707b607911c8fccde5f9b843b8e3c8d991601 SHA512 43b9f258fa0938007e4583130b7498ae01b44ab6631f453cef05f7c2970d71e9adb34cd13ce35eb095d6b3fc5097c604c07881a1e78a9173ec6e6733cfd58cbd
26
27 diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.16.4.ebuild b/xfce-base/xfce4-panel/xfce4-panel-4.16.4.ebuild
28 deleted file mode 100644
29 index b73513d14978..000000000000
30 --- a/xfce-base/xfce4-panel/xfce4-panel-4.16.4.ebuild
31 +++ /dev/null
32 @@ -1,69 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -inherit vala xdg-utils
39 -
40 -DESCRIPTION="Panel for the Xfce desktop environment"
41 -HOMEPAGE="https://www.xfce.org/projects/"
42 -SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
43 -
44 -LICENSE="GPL-2+ LGPL-2.1+"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
47 -IUSE="+dbusmenu introspection vala"
48 -REQUIRED_USE="vala? ( introspection )"
49 -
50 -RDEPEND="
51 - >=dev-libs/glib-2.50
52 - >=x11-libs/cairo-1
53 - >=x11-libs/gtk+-3.22:3[introspection?]
54 - x11-libs/libX11
55 - x11-libs/libwnck:3
56 - >=xfce-base/exo-0.11.2:=
57 - >=xfce-base/garcon-0.5:=
58 - >=xfce-base/libxfce4ui-4.15.8:=
59 - >=xfce-base/libxfce4util-4.15.6:=[introspection?,vala?]
60 - >=xfce-base/xfconf-4.13:=
61 - dbusmenu? ( >=dev-libs/libdbusmenu-16.04.0[gtk3] )
62 - introspection? ( dev-libs/gobject-introspection:= )
63 -"
64 -DEPEND="
65 - ${RDEPEND}
66 -"
67 -BDEPEND="
68 - vala? ( $(vala_depend) )
69 - dev-lang/perl
70 - dev-util/gdbus-codegen
71 - dev-util/gtk-doc-am
72 - dev-util/intltool
73 - sys-devel/gettext
74 - virtual/pkgconfig
75 -"
76 -
77 -src_configure() {
78 - local myconf=(
79 - $(use_enable introspection)
80 - $(use_enable dbusmenu dbusmenu-gtk3)
81 - $(use_enable vala)
82 - )
83 -
84 - use vala && vala_setup
85 - econf "${myconf[@]}"
86 -}
87 -
88 -src_install() {
89 - default
90 - find "${D}" -name '*.la' -delete || die
91 -}
92 -
93 -pkg_postinst() {
94 - xdg_icon_cache_update
95 - xdg_desktop_database_update
96 -}
97 -
98 -pkg_postrm() {
99 - xdg_icon_cache_update
100 - xdg_desktop_database_update
101 -}
102
103 diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.17.2.ebuild b/xfce-base/xfce4-panel/xfce4-panel-4.17.2.ebuild
104 deleted file mode 100644
105 index 1779f20fe84f..000000000000
106 --- a/xfce-base/xfce4-panel/xfce4-panel-4.17.2.ebuild
107 +++ /dev/null
108 @@ -1,69 +0,0 @@
109 -# Copyright 1999-2022 Gentoo Authors
110 -# Distributed under the terms of the GNU General Public License v2
111 -
112 -EAPI=8
113 -
114 -inherit vala xdg-utils
115 -
116 -DESCRIPTION="Panel for the Xfce desktop environment"
117 -HOMEPAGE="https://www.xfce.org/projects/"
118 -SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
119 -
120 -LICENSE="GPL-2+ LGPL-2.1+"
121 -SLOT="0"
122 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
123 -IUSE="+dbusmenu introspection vala"
124 -REQUIRED_USE="vala? ( introspection )"
125 -
126 -RDEPEND="
127 - >=dev-libs/glib-2.66
128 - >=x11-libs/cairo-1
129 - >=x11-libs/gtk+-3.22:3[introspection?]
130 - x11-libs/libX11
131 - x11-libs/libwnck:3
132 - >=xfce-base/exo-0.11.2:=
133 - >=xfce-base/garcon-4.17.0:=
134 - >=xfce-base/libxfce4ui-4.17.1:=
135 - >=xfce-base/libxfce4util-4.17.2:=[introspection?,vala?]
136 - >=xfce-base/xfconf-4.13:=
137 - dbusmenu? ( >=dev-libs/libdbusmenu-16.04.0[gtk3] )
138 - introspection? ( dev-libs/gobject-introspection:= )
139 -"
140 -DEPEND="
141 - ${RDEPEND}
142 -"
143 -BDEPEND="
144 - vala? ( $(vala_depend) )
145 - dev-lang/perl
146 - dev-util/gdbus-codegen
147 - dev-util/gtk-doc-am
148 - dev-util/intltool
149 - sys-devel/gettext
150 - virtual/pkgconfig
151 -"
152 -
153 -src_configure() {
154 - local myconf=(
155 - $(use_enable introspection)
156 - $(use_enable dbusmenu dbusmenu-gtk3)
157 - $(use_enable vala)
158 - )
159 -
160 - use vala && vala_setup
161 - econf "${myconf[@]}"
162 -}
163 -
164 -src_install() {
165 - default
166 - find "${D}" -name '*.la' -delete || die
167 -}
168 -
169 -pkg_postinst() {
170 - xdg_icon_cache_update
171 - xdg_desktop_database_update
172 -}
173 -
174 -pkg_postrm() {
175 - xdg_icon_cache_update
176 - xdg_desktop_database_update
177 -}