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: Wed, 11 Mar 2020 16:21:58
Message-Id: 1583943709.cf8736888fe87d5e8ca9bd4428f7fbc9f973c73e.polynomial-c@gentoo
1 commit: cf8736888fe87d5e8ca9bd4428f7fbc9f973c73e
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 11 16:19:12 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 11 16:21:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf873688
7
8 net-ftp/filezilla: Bump to version 3.47.2.1
9
10 Package-Manager: Portage-2.3.93, Repoman-2.3.20
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 net-ftp/filezilla/Manifest | 1 +
14 net-ftp/filezilla/filezilla-3.47.2.1.ebuild | 87 +++++++++++++++++++++++++++++
15 2 files changed, 88 insertions(+)
16
17 diff --git a/net-ftp/filezilla/Manifest b/net-ftp/filezilla/Manifest
18 index b9d6d855a73..f391bd2f737 100644
19 --- a/net-ftp/filezilla/Manifest
20 +++ b/net-ftp/filezilla/Manifest
21 @@ -4,3 +4,4 @@ DIST FileZilla_3.45.1_src.tar.bz2 4649083 BLAKE2B 8d3113e5ce96d2115a6ec02109f261
22 DIST FileZilla_3.46.0_src.tar.bz2 4661100 BLAKE2B ccda60b590e85afd7de0edd064ee7b993e663e43643f262378db6d26a019730ec493518e0e2b39bce0710acafe888f47f84ecb098e35d3b32061f089a99a6a30 SHA512 26ffb039b4a6d51d6d1011ee452f3690f74514c91a9e58c79880dbf778296cfc81283fade52f65f81654b828449e2b7e703b1d6c1e2e84c08f54681d2aa92674
23 DIST FileZilla_3.46.3_src.tar.bz2 4720329 BLAKE2B 92369d2fb3b8c9eded37f912bbd25a0e995a5fc1ab86ef6aa746a8eb239f17e8fafa78de00529b0f3af102fe268b51a60ce40ac967cf9b2fbbd6fa7900898ffc SHA512 35b61c3bfd1d40848e7846b4533da8844df0e4873cb89286b90330cbc29dffeff96fcab10aec908a08d9129198bb2d80df8f223d8ebc1a0863a4083cb06abffc
24 DIST FileZilla_3.47.1_src.tar.bz2 4732088 BLAKE2B 3db5247a9e2d9a7bf296091317b8faf049dbe9dca328536671dba5e5ab7b32d16d273348d0cbcf89342262a34dcf7d90198b4dfb98e67bfb683febf07b7b680e SHA512 32573e847bc23acb86bdea8eb4de102e4f673465e0b86738d954b47eacdf6e534854a9065bddf8b586eba315bf65b1bfc4f17f9379819a6c9bd43ae6ed8f388a
25 +DIST FileZilla_3.47.2.1_src.tar.bz2 4733941 BLAKE2B 0517d43bfba8aa116ae4031d56e5070aadbcaf81ace2311f6cfddb47e7f67ec62396ae3690c139bcc1a8368be690776b3163dd6d53a6ebb27ee5e99300b3c67b SHA512 8919eab7762e0e30241637a8978fbf61f02ac4c52aac293191315b931d52b41ae228b753f4e3b7530835578836dfee7f91772841273e9fc2bdf75ff7ed48fafc
26
27 diff --git a/net-ftp/filezilla/filezilla-3.47.2.1.ebuild b/net-ftp/filezilla/filezilla-3.47.2.1.ebuild
28 new file mode 100644
29 index 00000000000..0d2c7ce5ccc
30 --- /dev/null
31 +++ b/net-ftp/filezilla/filezilla-3.47.2.1.ebuild
32 @@ -0,0 +1,87 @@
33 +# Copyright 1999-2020 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +WX_GTK_VER="3.0-gtk3"
39 +
40 +inherit autotools flag-o-matic wxwidgets xdg
41 +
42 +MY_PV=${PV/_/-}
43 +MY_P="FileZilla_${MY_PV}"
44 +
45 +DESCRIPTION="FTP client with lots of useful features and an intuitive interface"
46 +HOMEPAGE="https://filezilla-project.org/"
47 +SRC_URI="https://download.filezilla-project.org/client/${MY_P}_src.tar.bz2"
48 +
49 +LICENSE="GPL-2"
50 +SLOT="0"
51 +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
52 +IUSE="dbus nls test"
53 +
54 +# pugixml 1.7 minimal dependency is for c++11 proper configuration
55 +RDEPEND=">=app-eselect/eselect-wxwidgets-0.7-r1
56 + >=dev-libs/nettle-3.1:=
57 + >=dev-db/sqlite-3.7
58 + >=dev-libs/libfilezilla-0.20.2:=
59 + <dev-libs/libfilezilla-0.21.0:=
60 + >=dev-libs/pugixml-1.7
61 + >=net-libs/gnutls-3.5.7
62 + >=x11-libs/wxGTK-3.0.4:${WX_GTK_VER}[X]
63 + x11-misc/xdg-utils
64 + dbus? ( sys-apps/dbus )"
65 +DEPEND="${RDEPEND}
66 + virtual/pkgconfig
67 + >=sys-devel/libtool-1.4
68 + nls? ( >=sys-devel/gettext-0.11 )
69 + test? ( >=dev-util/cppunit-1.13.0 )"
70 +
71 +RESTRICT="!test? ( test )"
72 +
73 +S="${WORKDIR}"/${PN}-${MY_PV}
74 +
75 +DOCS=(AUTHORS ChangeLog NEWS )
76 +
77 +PATCHES=(
78 + "${FILESDIR}"/${PN}-3.22.1-debug.patch
79 + "${FILESDIR}"/${PN}-3.47.0-metainfo.patch
80 +)
81 +
82 +pkg_pretend() {
83 + if [[ ${MERGE_TYPE} != binary ]]; then
84 + if ! test-flag-CXX -std=c++14; then
85 + eerror "${P} requires C++14-capable C++ compiler. Your current compiler"
86 + eerror "does not seem to support -std=c++14 option. Please upgrade your compiler"
87 + eerror "to gcc-4.9 or an equivalent version supporting C++14."
88 + die "Currently active compiler does not support -std=c++14"
89 + fi
90 + fi
91 +}
92 +
93 +src_prepare() {
94 + setup-wxwidgets
95 + default
96 + eautoreconf
97 +}
98 +
99 +src_configure() {
100 + local myeconfargs=(
101 + --disable-autoupdatecheck
102 + --with-pugixml=system
103 + $(use_enable nls locales)
104 + $(use_with dbus)
105 + )
106 + econf "${myeconfargs[@]}"
107 +}
108 +
109 +pkg_preinst() {
110 + xdg_pkg_preinst
111 +}
112 +
113 +pkg_postinst() {
114 + xdg_pkg_postinst
115 +}
116 +
117 +pkg_postrm() {
118 + xdg_pkg_postrm
119 +}