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: Wed, 29 Aug 2018 12:41:32
Message-Id: 1535546468.1c982e38458dedd7e597597e066e3ba223f9b515.voyageur@gentoo
1 commit: 1c982e38458dedd7e597597e066e3ba223f9b515
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 29 12:41:00 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 29 12:41:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c982e38
7
8 net-ftp/filezilla: 3.36.0 bump
9
10 Remove some unused eclasses in inherit line
11
12 Package-Manager: Portage-2.3.48, Repoman-2.3.10
13
14 net-ftp/filezilla/Manifest | 1 +
15 net-ftp/filezilla/filezilla-3.36.0.ebuild | 75 +++++++++++++++++++++++++++++++
16 2 files changed, 76 insertions(+)
17
18 diff --git a/net-ftp/filezilla/Manifest b/net-ftp/filezilla/Manifest
19 index 1479bf2a827..07d93cb0461 100644
20 --- a/net-ftp/filezilla/Manifest
21 +++ b/net-ftp/filezilla/Manifest
22 @@ -1,3 +1,4 @@
23 DIST FileZilla_3.34.0_src.tar.bz2 4869893 BLAKE2B 43f017a833191126526195636607b7ba4ebc73859f48745126ddd284940da90d692e0bf2373096f5262e6ebe2e6655d9cf2dbbf4b0aa6299730f47b1f04c63e8 SHA512 577118bd053c3aedbe77082b138c30abc6a759b20ea905abc4e9bef965cbca3cf73023186c389ded7d906b7cf76e4f3d4462c00fae62c7b1ae695ad171c88764
24 DIST FileZilla_3.35.1_src.tar.bz2 4963273 BLAKE2B dd7a30bf6916d7b2a6db0733856c8241a5363f40e8d089975a06a683b13c32dbad6fd009a3ec526d9f0c7f4268e277576a5eac878b55f4f5ddd43ebb563d6632 SHA512 e039a00ac64b6d1b99f50a5f94268a7e11c839e75465f76ff865700071aa0ee7733c89a5f5b8e16ef5deb3cd1b30873b48c3c8a42a73ed9a6b6a05e3e35cf2a1
25 DIST FileZilla_3.35.2_src.tar.bz2 4968449 BLAKE2B 1c06b0a67177fc2b91e037eef02c0835702f79d9a36f9af1eed27a4999986db2a351c073e866cb0359c6b415f737a07344619741018537c0e5a59c81c589c48c SHA512 dfd962cc1ed86b4198c339560482d722ca6fa81dfeaae47dbdb8867c7c4ce516cecff393e9bda7abf2148e32f6b423ed76296346e22570db1f292de06c5bc0b8
26 +DIST FileZilla_3.36.0_src.tar.bz2 4981429 BLAKE2B f297671ead361b4b1b1063bca2c78ad1e8c029f9eb3eae2a6bd4bd56c794cfb4e9b70ee4cf9addda60635e12d7e37cf42b34763316d73beab37a24ab94eb03d8 SHA512 d5c9ebd49944b3f2b55f5b494113ffde13b61f5d98e3be0507731e0dfc0d18f1f36ec5d4bf0f9ce2bbcf9d9b91b92b93b192739fb89c99c6cced80e131b58322
27
28 diff --git a/net-ftp/filezilla/filezilla-3.36.0.ebuild b/net-ftp/filezilla/filezilla-3.36.0.ebuild
29 new file mode 100644
30 index 00000000000..92b2be0c761
31 --- /dev/null
32 +++ b/net-ftp/filezilla/filezilla-3.36.0.ebuild
33 @@ -0,0 +1,75 @@
34 +# Copyright 1999-2018 Gentoo Foundation
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=6
38 +
39 +WX_GTK_VER="3.0-gtk3"
40 +
41 +inherit autotools flag-o-matic gnome2-utils wxwidgets
42 +
43 +MY_PV=${PV/_/-}
44 +MY_P="FileZilla_${MY_PV}"
45 +
46 +DESCRIPTION="FTP client with lots of useful features and an intuitive interface"
47 +HOMEPAGE="https://filezilla-project.org/"
48 +SRC_URI="https://dl2.cdn.filezilla-project.org/client/${MY_P}_src.tar.bz2"
49 +
50 +LICENSE="GPL-2"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86"
53 +IUSE="dbus nls test"
54 +
55 +# pugixml 1.7 minimal dependency is for c++11 proper configuration
56 +RDEPEND=">=app-eselect/eselect-wxwidgets-0.7-r1
57 + >=dev-libs/nettle-3.1:=
58 + >=dev-db/sqlite-3.7
59 + >=dev-libs/libfilezilla-0.13.0
60 + >=dev-libs/pugixml-1.7
61 + >=net-libs/gnutls-3.4.15
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 + econf $(use_with dbus) $(use_enable nls locales) \
98 + --with-pugixml=system \
99 + --disable-autoupdatecheck
100 +}
101 +
102 +pkg_postinst() {
103 + gnome2_icon_cache_update
104 +}
105 +
106 +pkg_postrm() {
107 + gnome2_icon_cache_update
108 +}