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, 16 Aug 2019 08:00:05
Message-Id: 1565942395.0e566f3fa6e8cf5e8838b9908eb78c561c95bb20.polynomial-c@gentoo
1 commit: 0e566f3fa6e8cf5e8838b9908eb78c561c95bb20
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 16 07:58:22 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 16 07:59:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e566f3f
7
8 net-ftp/filezilla: Bump to version 3.44.2
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 net-ftp/filezilla/Manifest | 1 +
14 net-ftp/filezilla/filezilla-3.44.2.ebuild | 84 +++++++++++++++++++++++++++++++
15 2 files changed, 85 insertions(+)
16
17 diff --git a/net-ftp/filezilla/Manifest b/net-ftp/filezilla/Manifest
18 index ea8c90be0a5..b1ca30803fe 100644
19 --- a/net-ftp/filezilla/Manifest
20 +++ b/net-ftp/filezilla/Manifest
21 @@ -2,3 +2,4 @@ DIST FileZilla_3.39.0_src.tar.bz2 4995713 BLAKE2B d89aaa1f57187cd926ae1c4dd34624
22 DIST FileZilla_3.42.1_src.tar.bz2 4987250 BLAKE2B 8cc6fd0a0cec336f34793520fe4be52a36a91ba5a4a3d41092d78c00a25899f73abd03f8d6339da40bc98a618dbae98063de2844a83cacb1431fc53f3b962383 SHA512 0dc9b3a6347803f60a71c56bb759700fb2b1b019dc29794aa639ce892ccd1ae53041112987f9d5e8e75ec7e07702a5aac8e1c131796bbc5f210d75d286276deb
23 DIST FileZilla_3.43.0_src.tar.bz2 4544635 BLAKE2B 13c99918dd7674fe3f2f0217b39ebe7aa89effe411e3cf90e08c9177278ce143ac84a021e49be0bc0772af29a5c34c33b03ce93d54f0b9918e4ea1001875ea48 SHA512 12c518616508e1cbd7ab60f1b94f8c876c885bc4399674c4b2df34235141fde1297a1edc686078c0f93b040ea6e42984c22ace00c4da201c7f99b4c9b71f5bc1
24 DIST FileZilla_3.44.1_src.tar.bz2 4606669 BLAKE2B 407697467d7f9511b1b4e2e11505cf8815dd950609eabf242e283918e577d70f9b732fef930bbe97ba60fdffa484d77e0f7d74bb3ade8d1fcd0296ce91384301 SHA512 fa2e8c65621c7c6003e45f99f5153177e507ca34dde49d86d6f59e8b985abdeb80b779d71e554fc6acb891a695a0ef4c275bf0950af1b4cb67ff5ddb4c51e3b7
25 +DIST FileZilla_3.44.2_src.tar.bz2 4619337 BLAKE2B 11d61b14fcf464706dabe491fa8cbfa28fb516c3e1aafd887679ed6f1a80ba835dc43403c32b1344854f00f5b56f7e27c72bbca197cfadc92e69d92ebb0b1458 SHA512 9d4678a3a06f0ecac5ecfbae33f83df5f07e26da4f4a7e922fe5b00a5e59d5728af028667f6fa56210a23ecaa1c2a661d1874b218c2511a783644ed2b03e36ad
26
27 diff --git a/net-ftp/filezilla/filezilla-3.44.2.ebuild b/net-ftp/filezilla/filezilla-3.44.2.ebuild
28 new file mode 100644
29 index 00000000000..2b4fb7350c2
30 --- /dev/null
31 +++ b/net-ftp/filezilla/filezilla-3.44.2.ebuild
32 @@ -0,0 +1,84 @@
33 +# Copyright 1999-2019 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 ~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.18.1
59 + <dev-libs/libfilezilla-0.19.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 +S="${WORKDIR}"/${PN}-${MY_PV}
72 +
73 +DOCS=(AUTHORS ChangeLog NEWS )
74 +
75 +PATCHES=(
76 + "${FILESDIR}"/${PN}-3.22.1-debug.patch
77 +)
78 +
79 +pkg_pretend() {
80 + if [[ ${MERGE_TYPE} != binary ]]; then
81 + if ! test-flag-CXX -std=c++14; then
82 + eerror "${P} requires C++14-capable C++ compiler. Your current compiler"
83 + eerror "does not seem to support -std=c++14 option. Please upgrade your compiler"
84 + eerror "to gcc-4.9 or an equivalent version supporting C++14."
85 + die "Currently active compiler does not support -std=c++14"
86 + fi
87 + fi
88 +}
89 +
90 +src_prepare() {
91 + setup-wxwidgets
92 + default
93 + eautoreconf
94 +}
95 +
96 +src_configure() {
97 + local myeconfargs=(
98 + --disable-autoupdatecheck
99 + --with-pugixml=system
100 + $(use_enable nls locales)
101 + $(use_with dbus)
102 + )
103 + econf "${myeconfargs[@]}"
104 +}
105 +
106 +pkg_preinst() {
107 + xdg_pkg_preinst
108 +}
109 +
110 +pkg_postinst() {
111 + xdg_pkg_postinst
112 +}
113 +
114 +pkg_postrm() {
115 + xdg_pkg_postrm
116 +}