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, 23 Feb 2018 13:10:04
Message-Id: 1519391388.014ebb0535e84526f542e3dc7c1b1707090999eb.polynomial-c@gentoo
1 commit: 014ebb0535e84526f542e3dc7c1b1707090999eb
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 23 13:05:40 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 23 13:09:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=014ebb05
7
8 net-ftp/filezilla: Bump to version 3.31.0
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 net-ftp/filezilla/Manifest | 1 +
13 net-ftp/filezilla/filezilla-3.31.0-r300.ebuild | 76 ++++++++++++++++++++++++++
14 net-ftp/filezilla/filezilla-3.31.0.ebuild | 76 ++++++++++++++++++++++++++
15 3 files changed, 153 insertions(+)
16
17 diff --git a/net-ftp/filezilla/Manifest b/net-ftp/filezilla/Manifest
18 index f4e3a8c7d3f..afb86ff4c79 100644
19 --- a/net-ftp/filezilla/Manifest
20 +++ b/net-ftp/filezilla/Manifest
21 @@ -1,3 +1,4 @@
22 DIST FileZilla_3.25.2_src.tar.bz2 4712781 BLAKE2B c4e346442596eb2c1c7f5b541dc1386be5be13a3564187d5d7f275b5e1223cf1c95e11e27120c98276ea550d0b1c65122ffd62b5471a886faf1ebea0ab217522 SHA512 6c6feeec0b1bd15ff2c3fecbec22bca9c79f4263e0d1855c6d27a3df54128cfd837f0a546d1540b87b4645e620b57961b8ac0f01bd52748832f5625139c39764
23 DIST FileZilla_3.29.0_src.tar.bz2 4832040 BLAKE2B b956ac69d22c3ec5ef32827594ad70aaeeef8c9359f557162a95aba053fafbf13621ba34fd73201b0b15529e7379b77c18d808c304a6c398f8927f8f903e2e53 SHA512 d1906cb18cfebb0ac9f92b1b97e11ffe2f5bf1b70d9cf1454e627f141a0fe9b3d1ba473a0464d5727e8fccf992643a64cfb729d93187a010fcb4f59603589349
24 DIST FileZilla_3.30.0_src.tar.bz2 4855577 BLAKE2B fb146c05eccdb6bfee1fb8abebbe164440bf4bd2a2a54769218ec2b2d988dc8d32ebb711de878dfd5448befeec9858953157977aab10a6b936c5ec5d42cfae96 SHA512 e045ed07d3ca550881238935d80a9f6e972d67a40449a2bab72b29519240785e89c573af53fad702ab066cc26b7077452868bb50bfc76d371c29c86f908060fe
25 +DIST FileZilla_3.31.0_src.tar.bz2 4861886 BLAKE2B 675dc6263c68e00433ec81eb45ce13ae124ba020cbacd4d1ee06f703bf8579000f7d97506d24fc705cff45345a66f137bb5fadf2aef83b3c1c95f5c3a8e0fae6 SHA512 fefb1217a39214dfd1441fa45b37a461b2dab3cc80eeb82b8c1eb88b74e8be3ef6c436cbe5dba705feeb938bb2fc970863f28502d16097d01fdbf8c400b5e901
26
27 diff --git a/net-ftp/filezilla/filezilla-3.31.0-r300.ebuild b/net-ftp/filezilla/filezilla-3.31.0-r300.ebuild
28 new file mode 100644
29 index 00000000000..8e99d0bb5ad
30 --- /dev/null
31 +++ b/net-ftp/filezilla/filezilla-3.31.0-r300.ebuild
32 @@ -0,0 +1,76 @@
33 +# Copyright 1999-2018 Gentoo Foundation
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 eutils flag-o-matic gnome2-utils multilib wxwidgets
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="http://filezilla-project.org/"
47 +SRC_URI="mirror://sourceforge/${PN}/${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.12.1
59 + >=dev-libs/pugixml-1.7
60 + net-dns/libidn
61 + >=net-libs/gnutls-3.4.0
62 + >=x11-libs/wxGTK-3.0.3:${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 )"
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 +}
109
110 diff --git a/net-ftp/filezilla/filezilla-3.31.0.ebuild b/net-ftp/filezilla/filezilla-3.31.0.ebuild
111 new file mode 100644
112 index 00000000000..81ededccddd
113 --- /dev/null
114 +++ b/net-ftp/filezilla/filezilla-3.31.0.ebuild
115 @@ -0,0 +1,76 @@
116 +# Copyright 1999-2018 Gentoo Foundation
117 +# Distributed under the terms of the GNU General Public License v2
118 +
119 +EAPI=6
120 +
121 +WX_GTK_VER="3.0"
122 +
123 +inherit autotools eutils flag-o-matic gnome2-utils multilib wxwidgets
124 +
125 +MY_PV=${PV/_/-}
126 +MY_P="FileZilla_${MY_PV}"
127 +
128 +DESCRIPTION="FTP client with lots of useful features and an intuitive interface"
129 +HOMEPAGE="http://filezilla-project.org/"
130 +SRC_URI="mirror://sourceforge/${PN}/${MY_P}_src.tar.bz2"
131 +
132 +LICENSE="GPL-2"
133 +SLOT="0"
134 +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86"
135 +IUSE="dbus nls test"
136 +
137 +# pugixml 1.7 minimal dependency is for c++11 proper configuration
138 +RDEPEND=">=app-eselect/eselect-wxwidgets-0.7-r1
139 + >=dev-libs/nettle-3.1:=
140 + >=dev-db/sqlite-3.7
141 + >=dev-libs/libfilezilla-0.12.1
142 + >=dev-libs/pugixml-1.7
143 + net-dns/libidn
144 + >=net-libs/gnutls-3.4.0
145 + >=x11-libs/wxGTK-3.0.3:${WX_GTK_VER}[X]
146 + x11-misc/xdg-utils
147 + dbus? ( sys-apps/dbus )"
148 +DEPEND="${RDEPEND}
149 + virtual/pkgconfig
150 + >=sys-devel/libtool-1.4
151 + nls? ( >=sys-devel/gettext-0.11 )
152 + test? ( dev-util/cppunit )"
153 +
154 +S="${WORKDIR}"/${PN}-${MY_PV}
155 +
156 +DOCS=(AUTHORS ChangeLog NEWS )
157 +
158 +PATCHES=(
159 + "${FILESDIR}"/${PN}-3.22.1-debug.patch
160 +)
161 +
162 +pkg_pretend() {
163 + if [[ ${MERGE_TYPE} != binary ]]; then
164 + if ! test-flag-CXX -std=c++14; then
165 + eerror "${P} requires C++14-capable C++ compiler. Your current compiler"
166 + eerror "does not seem to support -std=c++14 option. Please upgrade your compiler"
167 + eerror "to gcc-4.9 or an equivalent version supporting C++14."
168 + die "Currently active compiler does not support -std=c++14"
169 + fi
170 + fi
171 +}
172 +
173 +src_prepare() {
174 + setup-wxwidgets
175 + default
176 + eautoreconf
177 +}
178 +
179 +src_configure() {
180 + econf $(use_with dbus) $(use_enable nls locales) \
181 + --with-pugixml=system \
182 + --disable-autoupdatecheck
183 +}
184 +
185 +pkg_postinst() {
186 + gnome2_icon_cache_update
187 +}
188 +
189 +pkg_postrm() {
190 + gnome2_icon_cache_update
191 +}