Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/filezilla/
Date: Fri, 09 Jul 2021 22:23:01
Message-Id: 1625869172.f7374ea3a091433821c9e1ba536eb6c348c660d6.voyageur@gentoo
1 commit: f7374ea3a091433821c9e1ba536eb6c348c660d6
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 9 22:19:32 2021 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 9 22:19:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7374ea3
7
8 net-ftp/filezilla: 3.55.0 bump
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 net-ftp/filezilla/Manifest | 1 +
14 net-ftp/filezilla/filezilla-3.55.0.ebuild | 71 +++++++++++++++++++++++++++++++
15 2 files changed, 72 insertions(+)
16
17 diff --git a/net-ftp/filezilla/Manifest b/net-ftp/filezilla/Manifest
18 index fbba9264e70..5076dc9bc8c 100644
19 --- a/net-ftp/filezilla/Manifest
20 +++ b/net-ftp/filezilla/Manifest
21 @@ -1,2 +1,3 @@
22 DIST FileZilla_3.53.1_src.tar.bz2 4844262 BLAKE2B 1ae9bab7b3812df106340a2267d5634c3e3e3078a5fbb3dcbf526c28ea5bfefe619e380b739533754ec9f4e200d08a398d6ebe0c984a7b18679f0165f3a03e29 SHA512 85109c68c9acaf2d3fb7d2ed98bdeae636cc359993535484ca404bd34e8287927628e255364bdb03681fcc47bff02423e954fd304b2e304bf18efaf2c0784eaa
23 DIST FileZilla_3.54.1_src.tar.bz2 4847815 BLAKE2B 86d219e6c26c15bfd5597e486fafc7892aa3d085d62e6780fb0518a0e10f984a2e7f562666149fd8650f3cd00ad86901daf459095c542460f3bc229c047fa3e2 SHA512 d41b9fb303c11c81ceb0577fa5d40d6f5d9d1dc70a6a6bb6dac5c4cb7f8fc22cf06c2cf2e7415d922d11d5d4262832db89647acc34fa9a6cd92105b7700901df
24 +DIST FileZilla_3.55.0_src.tar.bz2 4910040 BLAKE2B 9955ddff5bfdd7fe7fadf5dad73638c8fd32bfe52411e6b7ad5f147bd076d6e184ed7deec5ff127f0de904a0ecd01c1c3ae770c70a6d6dd6491366f2af1fe7eb SHA512 8a1221e97719610be900d66f7feba90d1c5053a618b38084e93e8f2b11e51fc523336e11e110f51828eba3f17f60cea1fcd8060bd0cc5e7fdb3d24f35a4c1732
25
26 diff --git a/net-ftp/filezilla/filezilla-3.55.0.ebuild b/net-ftp/filezilla/filezilla-3.55.0.ebuild
27 new file mode 100644
28 index 00000000000..b1b7891fa0e
29 --- /dev/null
30 +++ b/net-ftp/filezilla/filezilla-3.55.0.ebuild
31 @@ -0,0 +1,71 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +WX_GTK_VER="3.0-gtk3"
38 +
39 +inherit autotools flag-o-matic wxwidgets xdg
40 +
41 +MY_PV="${PV/_/-}"
42 +MY_P="FileZilla_${MY_PV}"
43 +
44 +DESCRIPTION="FTP client with lots of useful features and an intuitive interface"
45 +HOMEPAGE="https://filezilla-project.org/"
46 +SRC_URI="https://download.filezilla-project.org/client/${MY_P}_src.tar.bz2"
47 +S="${WORKDIR}/${PN}-${MY_PV}"
48 +
49 +LICENSE="GPL-2"
50 +SLOT="0"
51 +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
52 +IUSE="dbus nls test"
53 +RESTRICT="!test? ( test )"
54 +
55 +# pugixml 1.7 minimal dependency is for c++11 proper configuration
56 +RDEPEND="
57 + >=app-eselect/eselect-wxwidgets-0.7-r1
58 + >=dev-libs/nettle-3.1:=
59 + >=dev-db/sqlite-3.7
60 + >=dev-libs/libfilezilla-0.30.0:=
61 + >=dev-libs/pugixml-1.7
62 + >=net-libs/gnutls-3.5.7
63 + >=x11-libs/wxGTK-3.0.4:${WX_GTK_VER}[X]
64 + x11-misc/xdg-utils
65 + dbus? ( sys-apps/dbus )"
66 +DEPEND="${RDEPEND}
67 + test? ( >=dev-util/cppunit-1.13.0 )"
68 +BDEPEND="
69 + virtual/pkgconfig
70 + >=sys-devel/libtool-1.4
71 + nls? ( >=sys-devel/gettext-0.11 )"
72 +
73 +PATCHES=(
74 + "${FILESDIR}"/${PN}-3.22.1-debug.patch
75 + "${FILESDIR}"/${PN}-3.47.0-metainfo.patch
76 + "${FILESDIR}"/${PN}-3.47.0-disable-shellext_conf.patch
77 + "${FILESDIR}"/${PN}-3.52.2-slibtool.patch
78 +)
79 +
80 +src_prepare() {
81 + default
82 + eautoreconf
83 +}
84 +
85 +src_configure() {
86 + setup-wxwidgets
87 +
88 + local myeconfargs=(
89 + --disable-autoupdatecheck
90 + --with-pugixml=system
91 + $(use_enable nls locales)
92 + $(use_with dbus)
93 + )
94 + econf "${myeconfargs[@]}"
95 +}
96 +
97 +src_install() {
98 + default
99 +
100 + # no static archives
101 + find "${ED}" -name '*.la' -delete || die
102 +}