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, 08 May 2019 12:44:08
Message-Id: 1557319438.17cfbe90c75ae81ea2dd48fc2134d7d76f9a7847.polynomial-c@gentoo
1 commit: 17cfbe90c75ae81ea2dd48fc2134d7d76f9a7847
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 8 12:43:02 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed May 8 12:43:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17cfbe90
7
8 net-ftp/filezilla: Bump to version 3.42.0
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 net-ftp/filezilla/Manifest | 1 +
14 net-ftp/filezilla/filezilla-3.42.0.ebuild | 83 +++++++++++++++++++++++++++++++
15 2 files changed, 84 insertions(+)
16
17 diff --git a/net-ftp/filezilla/Manifest b/net-ftp/filezilla/Manifest
18 index 123b37c416c..73704fe1883 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.40.0_src.tar.bz2 4997647 BLAKE2B 88ff2461d33369c435645f1dd5afa98c566141bf825e74898f870bd4c09cc7b47a70f605afbaf7be28855385812a28ea24303b6ec7f0ba605a793160c3b76027 SHA512 7aeb0c340111a47c435e8d8cbf379e83d2fc6c0a94038e085664df34c2fe1f8ef8496ea894f5e4cfd576d034e8935fe29661bb9eff9f22416032f45f5a66db2f
23 DIST FileZilla_3.41.1_src.tar.bz2 4994973 BLAKE2B 9aa8ad78125e69347055872790a13d46599415977d0f9064488efbdfc8cc052ac9e8ac4c03fe813f5947cb0b978db0872e45bf905bf02cd7d800fd52ca09b5f2 SHA512 6407ae883d10308529227a33ab4bfd36c564a68b322e896751ea21d106d04b0b8e095f1cb864063f59e0c64d0943f48a82cd63ae50c4be4561210659ba2f8ca0
24 DIST FileZilla_3.41.2_src.tar.bz2 4994803 BLAKE2B 34f8331d3dfe3bdf483d234a0473074e17954b7d16abb7276ee6276221091f085c802d8cb0d397e00159b408d2737f5e23f2e50ad19d344c82472c09eea4dcd1 SHA512 c4b8284896942ba46f8f88fc5d60c6893c719e28ab94463848060850b6f9b2f4d3d13f580551dc3b21ab25ffc0cb1f43a2750500b5be2117952e14512a7ee40c
25 +DIST FileZilla_3.42.0_src.tar.bz2 4985999 BLAKE2B 3713b732d9021fa61c71bfa0fae04e9ee743cc887c3807311a8d5fee5d6ee4e67159a0e6cf6b5048df3f68f44ddcb22744b6f5c7c74c90bf4103c1b85cf9afb4 SHA512 d3a273fc17d53785de693c67bfc318f281ee73694a136b440049f4efb32ee1e1f8a625141353ac33b5404303a786adb38d6b44659dda6b83788f39f7001342fd
26
27 diff --git a/net-ftp/filezilla/filezilla-3.42.0.ebuild b/net-ftp/filezilla/filezilla-3.42.0.ebuild
28 new file mode 100644
29 index 00000000000..7110b88b8ab
30 --- /dev/null
31 +++ b/net-ftp/filezilla/filezilla-3.42.0.ebuild
32 @@ -0,0 +1,83 @@
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.16.0
59 + >=dev-libs/pugixml-1.7
60 + >=net-libs/gnutls-3.5.7
61 + >=x11-libs/wxGTK-3.0.4:${WX_GTK_VER}[X]
62 + x11-misc/xdg-utils
63 + dbus? ( sys-apps/dbus )"
64 +DEPEND="${RDEPEND}
65 + virtual/pkgconfig
66 + >=sys-devel/libtool-1.4
67 + nls? ( >=sys-devel/gettext-0.11 )
68 + test? ( >=dev-util/cppunit-1.13.0 )"
69 +
70 +S="${WORKDIR}"/${PN}-${MY_PV}
71 +
72 +DOCS=(AUTHORS ChangeLog NEWS )
73 +
74 +PATCHES=(
75 + "${FILESDIR}"/${PN}-3.22.1-debug.patch
76 +)
77 +
78 +pkg_pretend() {
79 + if [[ ${MERGE_TYPE} != binary ]]; then
80 + if ! test-flag-CXX -std=c++14; then
81 + eerror "${P} requires C++14-capable C++ compiler. Your current compiler"
82 + eerror "does not seem to support -std=c++14 option. Please upgrade your compiler"
83 + eerror "to gcc-4.9 or an equivalent version supporting C++14."
84 + die "Currently active compiler does not support -std=c++14"
85 + fi
86 + fi
87 +}
88 +
89 +src_prepare() {
90 + setup-wxwidgets
91 + default
92 + eautoreconf
93 +}
94 +
95 +src_configure() {
96 + local myeconfargs=(
97 + --disable-autoupdatecheck
98 + --with-pugixml=system
99 + $(use_enable nls locales)
100 + $(use_with dbus)
101 + )
102 + econf "${myeconfargs[@]}"
103 +}
104 +
105 +pkg_preinst() {
106 + xdg_pkg_preinst
107 +}
108 +
109 +pkg_postinst() {
110 + xdg_pkg_postinst
111 +}
112 +
113 +pkg_postrm() {
114 + xdg_pkg_postrm
115 +}