Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/filezilla/
Date: Fri, 23 Oct 2020 18:57:04
Message-Id: 1603479413.5608fbdc8afda585a0864105383518dad94dbf12.polynomial-c@gentoo
1 commit: 5608fbdc8afda585a0864105383518dad94dbf12
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 23 18:54:12 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 23 18:56:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5608fbdc
7
8 net-ftp/filezilla: Removed old
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 net-ftp/filezilla/Manifest | 3 --
14 net-ftp/filezilla/filezilla-3.48.0.ebuild | 88 -------------------------------
15 net-ftp/filezilla/filezilla-3.48.1.ebuild | 88 -------------------------------
16 net-ftp/filezilla/filezilla-3.49.1.ebuild | 88 -------------------------------
17 4 files changed, 267 deletions(-)
18
19 diff --git a/net-ftp/filezilla/Manifest b/net-ftp/filezilla/Manifest
20 index 2d7183ff96c..75a8269a9ce 100644
21 --- a/net-ftp/filezilla/Manifest
22 +++ b/net-ftp/filezilla/Manifest
23 @@ -1,6 +1,3 @@
24 DIST FileZilla_3.47.2.1_src.tar.bz2 4733941 BLAKE2B 0517d43bfba8aa116ae4031d56e5070aadbcaf81ace2311f6cfddb47e7f67ec62396ae3690c139bcc1a8368be690776b3163dd6d53a6ebb27ee5e99300b3c67b SHA512 8919eab7762e0e30241637a8978fbf61f02ac4c52aac293191315b931d52b41ae228b753f4e3b7530835578836dfee7f91772841273e9fc2bdf75ff7ed48fafc
25 -DIST FileZilla_3.48.0_src.tar.bz2 4765599 BLAKE2B 0ab391c0862a34dd5ede7a80290afc82b4d85b2deaf42d3bacd243bddf15505f05028522f73eeada07e91d91e0af87676ad77081c843448fda53c3b2ac18a70d SHA512 c9d4eb17dc31894468ca4b7c4c8fda0f307d3931bf1b3b8fb44afd084a1b2c9309d39e5745f9ba287a5566d44089af32350703e324a559afd6a015af469433fb
26 -DIST FileZilla_3.48.1_src.tar.bz2 4774251 BLAKE2B a77b821640aae3deaad3350809f34dbac8ed63c336435f92393017301509b91ef5e613ea64cb934dd2385b55fe7ba711269f85b7523d43ef451ab0cf6634ab0a SHA512 58792f92bb4f6102166924abaf843c023faeca7f2979aaa47c26f2bb3f8449902b4a43c50a800d56584d39c9ddf64a6d3334558e46f56bda3b8515c7a3ff0a12
27 -DIST FileZilla_3.49.1_src.tar.bz2 4788452 BLAKE2B 63ee0ba462f918a357342f8e53dccb40e01a7cab52e25891e1b17bddb863d0386a51c67e09d0c875a4abf9b4e443a03c6616be3d7d39e585324e7343d19dfd14 SHA512 e6e69858aff3be6f557cc338ac4cd4391699d171742a2e815dff15e029a76cb1cc0651c15a3b4fb95644371b4e84b913e34a70846454a7fd5de6f05a7f461add
28 DIST FileZilla_3.50.0_src.tar.bz2 4791977 BLAKE2B c0352eea9c4cd0a10d25b21b0a6982a762df6353a8da0703179270ef27be71bf151591011c45aae6e303437ac5ecca6a340635c392e2ed6db1a4a9d4002f4d7b SHA512 5edcb18aa7e4a0a59678d589d20996d7f6311f717e55a70c9dacafe42e3df6cba79be778bef34ff399672941dfb78a4732b83f21016b721702c763f0408b3e40
29 DIST FileZilla_3.51.0_src.tar.bz2 4808717 BLAKE2B 67f614032145abe7f715254fd47756d3a537d2eca63be976c29351f79e15d3620e77c1bb7beccc2b61a1df8b86484334a3e77639402c93e8ce28d4b12eb8884f SHA512 b5e0f80b61eb168b41f7582bf10bf0067da76aec3165ffe13819e20eb842ffc0fb12b01c54843b3ec4e7355111c36be249db3526e2ea2eaa77ba4274ffa03e93
30
31 diff --git a/net-ftp/filezilla/filezilla-3.48.0.ebuild b/net-ftp/filezilla/filezilla-3.48.0.ebuild
32 deleted file mode 100644
33 index 9e6b4b3a1bf..00000000000
34 --- a/net-ftp/filezilla/filezilla-3.48.0.ebuild
35 +++ /dev/null
36 @@ -1,88 +0,0 @@
37 -# Copyright 1999-2020 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -
42 -WX_GTK_VER="3.0-gtk3"
43 -
44 -inherit autotools flag-o-matic wxwidgets xdg
45 -
46 -MY_PV=${PV/_/-}
47 -MY_P="FileZilla_${MY_PV}"
48 -
49 -DESCRIPTION="FTP client with lots of useful features and an intuitive interface"
50 -HOMEPAGE="https://filezilla-project.org/"
51 -SRC_URI="https://download.filezilla-project.org/client/${MY_P}_src.tar.bz2"
52 -
53 -LICENSE="GPL-2"
54 -SLOT="0"
55 -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
56 -IUSE="dbus nls test"
57 -
58 -# pugixml 1.7 minimal dependency is for c++11 proper configuration
59 -RDEPEND=">=app-eselect/eselect-wxwidgets-0.7-r1
60 - >=dev-libs/nettle-3.1:=
61 - >=dev-db/sqlite-3.7
62 - >=dev-libs/libfilezilla-0.21.0:=
63 - <dev-libs/libfilezilla-0.22.0:=
64 - >=dev-libs/pugixml-1.7
65 - >=net-libs/gnutls-3.5.7
66 - >=x11-libs/wxGTK-3.0.4:${WX_GTK_VER}[X]
67 - x11-misc/xdg-utils
68 - dbus? ( sys-apps/dbus )"
69 -DEPEND="${RDEPEND}
70 - virtual/pkgconfig
71 - >=sys-devel/libtool-1.4
72 - nls? ( >=sys-devel/gettext-0.11 )
73 - test? ( >=dev-util/cppunit-1.13.0 )"
74 -
75 -RESTRICT="!test? ( test )"
76 -
77 -S="${WORKDIR}"/${PN}-${MY_PV}
78 -
79 -DOCS=(AUTHORS ChangeLog NEWS )
80 -
81 -PATCHES=(
82 - "${FILESDIR}"/${PN}-3.22.1-debug.patch
83 - "${FILESDIR}"/${PN}-3.47.0-metainfo.patch
84 - "${FILESDIR}"/${PN}-3.47.0-disable-shellext_conf.patch
85 -)
86 -
87 -pkg_pretend() {
88 - if [[ ${MERGE_TYPE} != binary ]]; then
89 - if ! test-flag-CXX -std=c++14; then
90 - eerror "${P} requires C++14-capable C++ compiler. Your current compiler"
91 - eerror "does not seem to support -std=c++14 option. Please upgrade your compiler"
92 - eerror "to gcc-4.9 or an equivalent version supporting C++14."
93 - die "Currently active compiler does not support -std=c++14"
94 - fi
95 - fi
96 -}
97 -
98 -src_prepare() {
99 - setup-wxwidgets
100 - default
101 - eautoreconf
102 -}
103 -
104 -src_configure() {
105 - local myeconfargs=(
106 - --disable-autoupdatecheck
107 - --with-pugixml=system
108 - $(use_enable nls locales)
109 - $(use_with dbus)
110 - )
111 - econf "${myeconfargs[@]}"
112 -}
113 -
114 -pkg_preinst() {
115 - xdg_pkg_preinst
116 -}
117 -
118 -pkg_postinst() {
119 - xdg_pkg_postinst
120 -}
121 -
122 -pkg_postrm() {
123 - xdg_pkg_postrm
124 -}
125
126 diff --git a/net-ftp/filezilla/filezilla-3.48.1.ebuild b/net-ftp/filezilla/filezilla-3.48.1.ebuild
127 deleted file mode 100644
128 index d5eb40b08dd..00000000000
129 --- a/net-ftp/filezilla/filezilla-3.48.1.ebuild
130 +++ /dev/null
131 @@ -1,88 +0,0 @@
132 -# Copyright 1999-2020 Gentoo Authors
133 -# Distributed under the terms of the GNU General Public License v2
134 -
135 -EAPI=6
136 -
137 -WX_GTK_VER="3.0-gtk3"
138 -
139 -inherit autotools flag-o-matic wxwidgets xdg
140 -
141 -MY_PV=${PV/_/-}
142 -MY_P="FileZilla_${MY_PV}"
143 -
144 -DESCRIPTION="FTP client with lots of useful features and an intuitive interface"
145 -HOMEPAGE="https://filezilla-project.org/"
146 -SRC_URI="https://download.filezilla-project.org/client/${MY_P}_src.tar.bz2"
147 -
148 -LICENSE="GPL-2"
149 -SLOT="0"
150 -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
151 -IUSE="dbus nls test"
152 -
153 -# pugixml 1.7 minimal dependency is for c++11 proper configuration
154 -RDEPEND=">=app-eselect/eselect-wxwidgets-0.7-r1
155 - >=dev-libs/nettle-3.1:=
156 - >=dev-db/sqlite-3.7
157 - >=dev-libs/libfilezilla-0.22.0:=
158 - <dev-libs/libfilezilla-0.23.0:=
159 - >=dev-libs/pugixml-1.7
160 - >=net-libs/gnutls-3.5.7
161 - >=x11-libs/wxGTK-3.0.4:${WX_GTK_VER}[X]
162 - x11-misc/xdg-utils
163 - dbus? ( sys-apps/dbus )"
164 -DEPEND="${RDEPEND}
165 - virtual/pkgconfig
166 - >=sys-devel/libtool-1.4
167 - nls? ( >=sys-devel/gettext-0.11 )
168 - test? ( >=dev-util/cppunit-1.13.0 )"
169 -
170 -RESTRICT="!test? ( test )"
171 -
172 -S="${WORKDIR}"/${PN}-${MY_PV}
173 -
174 -DOCS=(AUTHORS ChangeLog NEWS )
175 -
176 -PATCHES=(
177 - "${FILESDIR}"/${PN}-3.22.1-debug.patch
178 - "${FILESDIR}"/${PN}-3.47.0-metainfo.patch
179 - "${FILESDIR}"/${PN}-3.47.0-disable-shellext_conf.patch
180 -)
181 -
182 -pkg_pretend() {
183 - if [[ ${MERGE_TYPE} != binary ]]; then
184 - if ! test-flag-CXX -std=c++14; then
185 - eerror "${P} requires C++14-capable C++ compiler. Your current compiler"
186 - eerror "does not seem to support -std=c++14 option. Please upgrade your compiler"
187 - eerror "to gcc-4.9 or an equivalent version supporting C++14."
188 - die "Currently active compiler does not support -std=c++14"
189 - fi
190 - fi
191 -}
192 -
193 -src_prepare() {
194 - setup-wxwidgets
195 - default
196 - eautoreconf
197 -}
198 -
199 -src_configure() {
200 - local myeconfargs=(
201 - --disable-autoupdatecheck
202 - --with-pugixml=system
203 - $(use_enable nls locales)
204 - $(use_with dbus)
205 - )
206 - econf "${myeconfargs[@]}"
207 -}
208 -
209 -pkg_preinst() {
210 - xdg_pkg_preinst
211 -}
212 -
213 -pkg_postinst() {
214 - xdg_pkg_postinst
215 -}
216 -
217 -pkg_postrm() {
218 - xdg_pkg_postrm
219 -}
220
221 diff --git a/net-ftp/filezilla/filezilla-3.49.1.ebuild b/net-ftp/filezilla/filezilla-3.49.1.ebuild
222 deleted file mode 100644
223 index 94b326890da..00000000000
224 --- a/net-ftp/filezilla/filezilla-3.49.1.ebuild
225 +++ /dev/null
226 @@ -1,88 +0,0 @@
227 -# Copyright 1999-2020 Gentoo Authors
228 -# Distributed under the terms of the GNU General Public License v2
229 -
230 -EAPI=6
231 -
232 -WX_GTK_VER="3.0-gtk3"
233 -
234 -inherit autotools flag-o-matic wxwidgets xdg
235 -
236 -MY_PV=${PV/_/-}
237 -MY_P="FileZilla_${MY_PV}"
238 -
239 -DESCRIPTION="FTP client with lots of useful features and an intuitive interface"
240 -HOMEPAGE="https://filezilla-project.org/"
241 -SRC_URI="https://download.filezilla-project.org/client/${MY_P}_src.tar.bz2"
242 -
243 -LICENSE="GPL-2"
244 -SLOT="0"
245 -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
246 -IUSE="dbus nls test"
247 -
248 -# pugixml 1.7 minimal dependency is for c++11 proper configuration
249 -RDEPEND=">=app-eselect/eselect-wxwidgets-0.7-r1
250 - >=dev-libs/nettle-3.1:=
251 - >=dev-db/sqlite-3.7
252 - >=dev-libs/libfilezilla-0.23.0:=
253 - <dev-libs/libfilezilla-0.24.0:=
254 - >=dev-libs/pugixml-1.7
255 - >=net-libs/gnutls-3.5.7
256 - >=x11-libs/wxGTK-3.0.4:${WX_GTK_VER}[X]
257 - x11-misc/xdg-utils
258 - dbus? ( sys-apps/dbus )"
259 -DEPEND="${RDEPEND}
260 - virtual/pkgconfig
261 - >=sys-devel/libtool-1.4
262 - nls? ( >=sys-devel/gettext-0.11 )
263 - test? ( >=dev-util/cppunit-1.13.0 )"
264 -
265 -RESTRICT="!test? ( test )"
266 -
267 -S="${WORKDIR}"/${PN}-${MY_PV}
268 -
269 -DOCS=(AUTHORS ChangeLog NEWS )
270 -
271 -PATCHES=(
272 - "${FILESDIR}"/${PN}-3.22.1-debug.patch
273 - "${FILESDIR}"/${PN}-3.47.0-metainfo.patch
274 - "${FILESDIR}"/${PN}-3.47.0-disable-shellext_conf.patch
275 -)
276 -
277 -pkg_pretend() {
278 - if [[ ${MERGE_TYPE} != binary ]]; then
279 - if ! test-flag-CXX -std=c++14; then
280 - eerror "${P} requires C++14-capable C++ compiler. Your current compiler"
281 - eerror "does not seem to support -std=c++14 option. Please upgrade your compiler"
282 - eerror "to gcc-4.9 or an equivalent version supporting C++14."
283 - die "Currently active compiler does not support -std=c++14"
284 - fi
285 - fi
286 -}
287 -
288 -src_prepare() {
289 - setup-wxwidgets
290 - default
291 - eautoreconf
292 -}
293 -
294 -src_configure() {
295 - local myeconfargs=(
296 - --disable-autoupdatecheck
297 - --with-pugixml=system
298 - $(use_enable nls locales)
299 - $(use_with dbus)
300 - )
301 - econf "${myeconfargs[@]}"
302 -}
303 -
304 -pkg_preinst() {
305 - xdg_pkg_preinst
306 -}
307 -
308 -pkg_postinst() {
309 - xdg_pkg_postinst
310 -}
311 -
312 -pkg_postrm() {
313 - xdg_pkg_postrm
314 -}