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/exo/
Date: Tue, 05 Jul 2022 18:52:28
Message-Id: 1657047138.768cc78ff04342aa10945c6a7819e1e2a58d192f.mgorny@gentoo
1 commit: 768cc78ff04342aa10945c6a7819e1e2a58d192f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 5 18:52:18 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 5 18:52:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=768cc78f
7
8 xfce-base/exo: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-base/exo/Manifest | 3 ---
13 xfce-base/exo/exo-4.16.2.ebuild | 48 ---------------------------------------
14 xfce-base/exo/exo-4.16.3.ebuild | 50 -----------------------------------------
15 xfce-base/exo/exo-4.17.1.ebuild | 40 ---------------------------------
16 4 files changed, 141 deletions(-)
17
18 diff --git a/xfce-base/exo/Manifest b/xfce-base/exo/Manifest
19 index b1c93498ee6e..4c1c90c6ac18 100644
20 --- a/xfce-base/exo/Manifest
21 +++ b/xfce-base/exo/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST exo-4.16.2.tar.bz2 881098 BLAKE2B df1ad499becd22087724abb716d07a50e432ec555d03a3892d0b81745045c334cb3705419e901697e4c3bc10328837b4f5c4055800d1b6c79c9cfc503427643b SHA512 9c1252d78f5bb900254841a79f1c1b952cb60d9d0197e184266c35a86c340140cdff2460fa83f6fabb66380e2b3d7ab8a08719b4f4784d2215dde51410ce33e8
24 -DIST exo-4.16.3.tar.bz2 885516 BLAKE2B 1689821fc8cc72fc848d627d2cccd886223740c2910ed2f42fa70545dfb604eb184d3cfbf6aa93e7723fcc59291e0c33f77e478429e1e4296b2243155e277604 SHA512 0dc4d2da6dd80a4c1b05a5316bb6e7ad02858d3fb49b666d6065bd7b11d7b8aed2732135eee8393185a0c321a242807d97b51f794186ce7a769ec2c9106ba8fd
25 DIST exo-4.16.4.tar.bz2 876080 BLAKE2B a29511c0d2e1bbbd861cfd8946d2f2917eb1004bb85621d0bb8bb9b1339f213a14da651e16a6492138cceff8e3e0ec1d1132226ac60a9846426bf6dc2a621ded SHA512 2cf2267a0bd8526dc870cbe48a0d95573c153a990caffabb13365c6e90c155b6d3383ad1282715cb22ce413e704d170bf7fec1af09ad1b0609507a46c4d1233d
26 -DIST exo-4.17.1.tar.bz2 877757 BLAKE2B 152e168568f4ad12e1eb03f7b1971b3369647da0adac57f55d36fc176c36f7c2ccf9125f6bad386843753855b4bbb679a7a6abd80a9375d2212550e0987d4fa4 SHA512 597fee2cc0188159d5278bb5d547f1a4619645684ba3da4046946c5eb38b2a4913731e589caeeb2f8505516bdcbba64bee03291857215e2b4208aa3d2c563988
27 DIST exo-4.17.2.tar.bz2 878021 BLAKE2B 2756a032be106f371de17cf2c862acecb1a1a264f7f91b4c452d6a0cc8addc93ebf918b5e2e17baa1a78e8dc3bca6fde505d994fb3258a2bcceeb49899cd3b6c SHA512 99d688f9dc2f1a66f546943780521572d3df689e616b75a2a1e26a1d8c95b534175f6bc9a1a1782a7ffb8c09fa40e649ee6d688105344c748775ee3fdd10d1d0
28
29 diff --git a/xfce-base/exo/exo-4.16.2.ebuild b/xfce-base/exo/exo-4.16.2.ebuild
30 deleted file mode 100644
31 index e8c508424cb6..000000000000
32 --- a/xfce-base/exo/exo-4.16.2.ebuild
33 +++ /dev/null
34 @@ -1,48 +0,0 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -inherit autotools xdg-utils
41 -
42 -DESCRIPTION="Extensions, widgets and framework library with session support for Xfce"
43 -HOMEPAGE="https://www.xfce.org/projects/"
44 -SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
45 -
46 -LICENSE="GPL-2+ LGPL-2.1+"
47 -SLOT="0"
48 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
49 -
50 -RDEPEND=">=dev-libs/glib-2.50
51 - >=x11-libs/gtk+-3.22:3
52 - >=xfce-base/libxfce4ui-4.15.1:=[gtk3(+)]
53 - >=xfce-base/libxfce4util-4.12:="
54 -DEPEND="${RDEPEND}"
55 -BDEPEND="
56 - dev-util/gtk-doc-am
57 - dev-util/intltool
58 - >=dev-util/xfce4-dev-tools-4.16.0
59 - sys-devel/gettext
60 - virtual/pkgconfig"
61 -
62 -PATCHES=(
63 - "${FILESDIR}/${PN}-4.16.0-allow-cross.patch"
64 -)
65 -
66 -src_prepare() {
67 - default
68 - eautoreconf
69 -}
70 -
71 -src_install() {
72 - default
73 - find "${D}" -name '*.la' -delete || die
74 -}
75 -
76 -pkg_postinst() {
77 - xdg_icon_cache_update
78 -}
79 -
80 -pkg_postrm() {
81 - xdg_icon_cache_update
82 -}
83
84 diff --git a/xfce-base/exo/exo-4.16.3.ebuild b/xfce-base/exo/exo-4.16.3.ebuild
85 deleted file mode 100644
86 index ba9c8dfe9c47..000000000000
87 --- a/xfce-base/exo/exo-4.16.3.ebuild
88 +++ /dev/null
89 @@ -1,50 +0,0 @@
90 -# Copyright 1999-2022 Gentoo Authors
91 -# Distributed under the terms of the GNU General Public License v2
92 -
93 -EAPI=7
94 -
95 -inherit autotools xdg-utils
96 -
97 -DESCRIPTION="Extensions, widgets and framework library with session support for Xfce"
98 -HOMEPAGE="https://www.xfce.org/projects/"
99 -SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
100 -
101 -LICENSE="GPL-2+ LGPL-2.1+"
102 -SLOT="0"
103 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
104 -
105 -RDEPEND=">=dev-libs/glib-2.50
106 - >=x11-libs/gtk+-3.22:3
107 - >=xfce-base/libxfce4ui-4.15.1:=[gtk3(+)]
108 - >=xfce-base/libxfce4util-4.12:="
109 -DEPEND="${RDEPEND}"
110 -BDEPEND="
111 - dev-util/gtk-doc-am
112 - dev-util/intltool
113 - >=dev-util/xfce4-dev-tools-4.16.0
114 - sys-devel/gettext
115 - virtual/pkgconfig"
116 -
117 -PATCHES=(
118 - "${FILESDIR}/${PN}-4.16.0-allow-cross.patch"
119 -)
120 -
121 -src_prepare() {
122 - default
123 - eautoreconf
124 - # needs to be executed after glib-gettextize, bug 829859
125 - intltoolize --automake --copy --force || die "intltoolize failed"
126 -}
127 -
128 -src_install() {
129 - default
130 - find "${D}" -name '*.la' -delete || die
131 -}
132 -
133 -pkg_postinst() {
134 - xdg_icon_cache_update
135 -}
136 -
137 -pkg_postrm() {
138 - xdg_icon_cache_update
139 -}
140
141 diff --git a/xfce-base/exo/exo-4.17.1.ebuild b/xfce-base/exo/exo-4.17.1.ebuild
142 deleted file mode 100644
143 index 0afdec17d30d..000000000000
144 --- a/xfce-base/exo/exo-4.17.1.ebuild
145 +++ /dev/null
146 @@ -1,40 +0,0 @@
147 -# Copyright 1999-2021 Gentoo Authors
148 -# Distributed under the terms of the GNU General Public License v2
149 -
150 -EAPI=8
151 -
152 -inherit xdg-utils
153 -
154 -DESCRIPTION="Extensions, widgets and framework library with session support for Xfce"
155 -HOMEPAGE="https://www.xfce.org/projects/"
156 -SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
157 -
158 -LICENSE="GPL-2+ LGPL-2.1+"
159 -SLOT="0"
160 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
161 -
162 -RDEPEND="
163 - >=dev-libs/glib-2.50
164 - >=x11-libs/gtk+-3.22:3
165 - >=xfce-base/libxfce4ui-4.15.1:=[gtk3(+)]
166 - >=xfce-base/libxfce4util-4.17:="
167 -DEPEND="${RDEPEND}"
168 -BDEPEND="
169 - dev-util/gtk-doc-am
170 - dev-util/intltool
171 - >=dev-util/xfce4-dev-tools-4.16.0
172 - sys-devel/gettext
173 - virtual/pkgconfig"
174 -
175 -src_install() {
176 - default
177 - find "${D}" -name '*.la' -delete || die
178 -}
179 -
180 -pkg_postinst() {
181 - xdg_icon_cache_update
182 -}
183 -
184 -pkg_postrm() {
185 - xdg_icon_cache_update
186 -}