From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/filezilla/
Date: Mon, 23 Dec 2019 22:17:36 +0000 (UTC) [thread overview]
Message-ID: <1577139453.f732b67d3ccca06712f6661823ffb752231cfdc0.polynomial-c@gentoo> (raw)
commit: f732b67d3ccca06712f6661823ffb752231cfdc0
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 23 22:17:18 2019 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Dec 23 22:17:33 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f732b67d
net-ftp/filezilla: Bump to version 3.46.3
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
net-ftp/filezilla/Manifest | 1 +
net-ftp/filezilla/filezilla-3.46.3.ebuild | 86 +++++++++++++++++++++++++++++++
2 files changed, 87 insertions(+)
diff --git a/net-ftp/filezilla/Manifest b/net-ftp/filezilla/Manifest
index 95d52d5f703..877c43cd209 100644
--- a/net-ftp/filezilla/Manifest
+++ b/net-ftp/filezilla/Manifest
@@ -2,3 +2,4 @@ DIST FileZilla_3.39.0_src.tar.bz2 4995713 BLAKE2B d89aaa1f57187cd926ae1c4dd34624
DIST FileZilla_3.44.2_src.tar.bz2 4619337 BLAKE2B 11d61b14fcf464706dabe491fa8cbfa28fb516c3e1aafd887679ed6f1a80ba835dc43403c32b1344854f00f5b56f7e27c72bbca197cfadc92e69d92ebb0b1458 SHA512 9d4678a3a06f0ecac5ecfbae33f83df5f07e26da4f4a7e922fe5b00a5e59d5728af028667f6fa56210a23ecaa1c2a661d1874b218c2511a783644ed2b03e36ad
DIST FileZilla_3.45.1_src.tar.bz2 4649083 BLAKE2B 8d3113e5ce96d2115a6ec02109f2617d3d58109464c527284baecacea733d2f564206779cd32be4060171d7fcd8768b0296b445842b8c2964b173ca360983082 SHA512 feb267b85ad2843baea0c6df66ed86866121f33e2295fcb9003a8bc2603ad684f4fe801ea842cb291e3fb5cd7195ccb2d21bfa95711a61be6b4debfd4e1c7822
DIST FileZilla_3.46.0_src.tar.bz2 4661100 BLAKE2B ccda60b590e85afd7de0edd064ee7b993e663e43643f262378db6d26a019730ec493518e0e2b39bce0710acafe888f47f84ecb098e35d3b32061f089a99a6a30 SHA512 26ffb039b4a6d51d6d1011ee452f3690f74514c91a9e58c79880dbf778296cfc81283fade52f65f81654b828449e2b7e703b1d6c1e2e84c08f54681d2aa92674
+DIST FileZilla_3.46.3_src.tar.bz2 4720329 BLAKE2B 92369d2fb3b8c9eded37f912bbd25a0e995a5fc1ab86ef6aa746a8eb239f17e8fafa78de00529b0f3af102fe268b51a60ce40ac967cf9b2fbbd6fa7900898ffc SHA512 35b61c3bfd1d40848e7846b4533da8844df0e4873cb89286b90330cbc29dffeff96fcab10aec908a08d9129198bb2d80df8f223d8ebc1a0863a4083cb06abffc
diff --git a/net-ftp/filezilla/filezilla-3.46.3.ebuild b/net-ftp/filezilla/filezilla-3.46.3.ebuild
new file mode 100644
index 00000000000..cd36d5e5cd8
--- /dev/null
+++ b/net-ftp/filezilla/filezilla-3.46.3.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+WX_GTK_VER="3.0-gtk3"
+
+inherit autotools flag-o-matic wxwidgets xdg
+
+MY_PV=${PV/_/-}
+MY_P="FileZilla_${MY_PV}"
+
+DESCRIPTION="FTP client with lots of useful features and an intuitive interface"
+HOMEPAGE="https://filezilla-project.org/"
+SRC_URI="https://download.filezilla-project.org/client/${MY_P}_src.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86"
+IUSE="dbus nls test"
+
+# pugixml 1.7 minimal dependency is for c++11 proper configuration
+RDEPEND=">=app-eselect/eselect-wxwidgets-0.7-r1
+ >=dev-libs/nettle-3.1:=
+ >=dev-db/sqlite-3.7
+ >=dev-libs/libfilezilla-0.19.3:=
+ <dev-libs/libfilezilla-0.20.0:=
+ >=dev-libs/pugixml-1.7
+ >=net-libs/gnutls-3.5.7
+ >=x11-libs/wxGTK-3.0.4:${WX_GTK_VER}[X]
+ x11-misc/xdg-utils
+ dbus? ( sys-apps/dbus )"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ >=sys-devel/libtool-1.4
+ nls? ( >=sys-devel/gettext-0.11 )
+ test? ( >=dev-util/cppunit-1.13.0 )"
+
+RESTRICT="!test? ( test )"
+
+S="${WORKDIR}"/${PN}-${MY_PV}
+
+DOCS=(AUTHORS ChangeLog NEWS )
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-3.22.1-debug.patch
+)
+
+pkg_pretend() {
+ if [[ ${MERGE_TYPE} != binary ]]; then
+ if ! test-flag-CXX -std=c++14; then
+ eerror "${P} requires C++14-capable C++ compiler. Your current compiler"
+ eerror "does not seem to support -std=c++14 option. Please upgrade your compiler"
+ eerror "to gcc-4.9 or an equivalent version supporting C++14."
+ die "Currently active compiler does not support -std=c++14"
+ fi
+ fi
+}
+
+src_prepare() {
+ setup-wxwidgets
+ default
+ eautoreconf
+}
+
+src_configure() {
+ local myeconfargs=(
+ --disable-autoupdatecheck
+ --with-pugixml=system
+ $(use_enable nls locales)
+ $(use_with dbus)
+ )
+ econf "${myeconfargs[@]}"
+}
+
+pkg_preinst() {
+ xdg_pkg_preinst
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+}
next reply other threads:[~2019-12-23 22:17 UTC|newest]
Thread overview: 220+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-23 22:17 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-08 3:03 [gentoo-commits] repo/gentoo:master commit in: net-ftp/filezilla/ Yixun Lan
2024-10-26 5:43 Arthur Zamarin
2024-09-19 18:34 Sam James
2024-09-19 18:34 Sam James
2024-09-19 18:34 Sam James
2024-07-11 0:03 Yixun Lan
2024-07-11 0:03 Yixun Lan
2024-07-03 5:17 Ionen Wolkens
2024-06-07 16:08 Arthur Zamarin
2024-06-07 13:23 Arthur Zamarin
2024-06-06 16:51 Arthur Zamarin
2024-04-15 19:36 Bernard Cafarelli
2024-02-08 8:56 Bernard Cafarelli
2023-12-22 8:38 Bernard Cafarelli
2023-12-22 7:21 Arthur Zamarin
2023-12-21 11:13 Arthur Zamarin
2023-12-21 10:39 Arthur Zamarin
2023-12-21 9:57 Sam James
2023-12-21 8:01 Bernard Cafarelli
2023-12-21 7:59 Bernard Cafarelli
2023-12-13 19:29 Arthur Zamarin
2023-12-13 19:29 Arthur Zamarin
2023-12-13 19:29 Arthur Zamarin
2023-12-13 19:29 Arthur Zamarin
2023-11-06 11:22 Bernard Cafarelli
2023-10-27 5:44 Yixun Lan
2023-10-27 5:44 Yixun Lan
2023-10-25 14:56 Yixun Lan
2023-10-22 13:58 Joonas Niilola
2023-10-10 21:44 Yixun Lan
2023-10-10 15:09 Arthur Zamarin
2023-10-09 20:02 Sam James
2023-08-04 9:22 Sam James
2023-08-03 6:50 Bernard Cafarelli
2023-07-29 7:39 Bernard Cafarelli
2023-07-16 20:22 Jakov Smolić
2023-06-20 16:48 Arthur Zamarin
2023-05-14 10:00 Bernard Cafarelli
2023-03-31 14:59 Bernard Cafarelli
2023-03-14 22:22 Bernard Cafarelli
2023-03-14 22:07 Bernard Cafarelli
2023-01-29 23:35 Yixun Lan
2023-01-29 23:35 Yixun Lan
2023-01-25 12:50 Bernard Cafarelli
2022-11-24 20:01 Bernard Cafarelli
2022-11-23 14:12 Jakov Smolić
2022-11-22 17:43 Bernard Cafarelli
2022-11-21 6:40 Yixun Lan
2022-11-20 18:31 Arthur Zamarin
2022-11-20 18:31 Arthur Zamarin
2022-11-18 12:28 Bernard Cafarelli
2022-10-28 13:16 Yixun Lan
2022-09-19 14:47 Bernard Cafarelli
2022-08-15 6:23 Yixun Lan
2022-08-15 6:23 Yixun Lan
2022-08-12 8:06 Agostino Sarubbo
2022-08-12 8:06 Agostino Sarubbo
2022-08-11 17:37 Arthur Zamarin
2022-07-23 8:32 Bernard Cafarelli
2022-06-02 15:41 Bernard Cafarelli
2022-04-26 1:30 Yixun Lan
2022-04-26 0:38 Yixun Lan
2022-04-26 0:38 Yixun Lan
2022-04-22 17:31 Arthur Zamarin
2022-04-22 17:31 Arthur Zamarin
2022-04-21 7:07 Agostino Sarubbo
2022-04-21 7:02 Agostino Sarubbo
2022-04-20 1:28 Yixun Lan
2022-04-20 0:37 Yixun Lan
2022-04-14 13:52 Yixun Lan
2022-02-13 10:12 Bernard Cafarelli
2022-02-07 6:32 Sam James
2021-12-10 17:04 Lars Wendler
2021-10-30 6:40 Bernard Cafarelli
2021-10-13 20:40 Bernard Cafarelli
2021-08-21 16:29 Bernard Cafarelli
2021-07-09 22:22 Bernard Cafarelli
2021-05-15 14:00 Lars Wendler
2021-04-05 17:08 David Seifert
2021-04-05 16:53 Sam James
2021-04-05 16:45 Sam James
2021-04-05 16:43 Sam James
2021-03-27 9:54 David Seifert
2021-03-22 20:11 Lars Wendler
2021-03-16 8:08 Lars Wendler
2021-01-18 20:15 Lars Wendler
2021-01-08 12:58 Bernard Cafarelli
2021-01-07 17:46 Lars Wendler
2021-01-06 23:57 Lars Wendler
2021-01-06 23:56 Lars Wendler
2020-12-22 5:24 Sam James
2020-12-22 4:27 Sam James
2020-12-22 2:21 Sam James
2020-12-21 0:31 Thomas Deutschmann
2020-10-23 18:57 Lars Wendler
2020-10-23 18:57 Lars Wendler
2020-08-28 11:53 Thomas Deutschmann
2020-07-24 7:15 Lars Wendler
2020-06-09 13:50 Agostino Sarubbo
2020-05-20 19:14 Lars Wendler
2020-05-11 16:54 Bernard Cafarelli
2020-05-11 16:45 Agostino Sarubbo
2020-04-26 23:44 Thomas Deutschmann
2020-03-11 16:21 Lars Wendler
2020-03-11 16:21 Lars Wendler
2020-03-11 16:21 Lars Wendler
2020-02-26 9:15 Lars Wendler
2020-02-02 9:21 Georgy Yakovlev
2019-11-27 14:31 Lars Wendler
2019-11-27 13:44 Lars Wendler
2019-11-27 13:44 Lars Wendler
2019-11-22 11:42 Lars Wendler
2019-11-21 13:30 Lars Wendler
2019-11-21 13:30 Lars Wendler
2019-09-28 7:23 Bernard Cafarelli
2019-09-24 21:45 Bernard Cafarelli
2019-08-16 7:59 Lars Wendler
2019-08-13 11:38 Lars Wendler
2019-08-13 11:38 Lars Wendler
2019-06-28 11:49 Lars Wendler
2019-06-28 11:49 Lars Wendler
2019-06-21 7:58 Lars Wendler
2019-05-09 19:52 Lars Wendler
2019-05-08 12:44 Lars Wendler
2019-05-08 12:44 Lars Wendler
2019-05-08 12:44 Lars Wendler
2019-03-18 19:34 Lars Wendler
2019-03-07 10:20 Lars Wendler
2019-03-06 20:44 Lars Wendler
2019-03-06 20:44 Lars Wendler
2019-02-07 10:40 Mikle Kolyada
2019-01-25 20:21 Lars Wendler
2018-12-06 10:00 Bernard Cafarelli
2018-12-03 9:51 Lars Wendler
2018-12-02 14:21 Lars Wendler
2018-10-29 9:30 Lars Wendler
2018-10-27 0:40 Lars Wendler
2018-10-27 0:40 Lars Wendler
2018-10-10 7:18 Lars Wendler
2018-10-10 7:18 Lars Wendler
2018-09-24 9:07 Lars Wendler
2018-09-18 8:10 Lars Wendler
2018-08-29 19:01 Bernard Cafarelli
2018-08-29 12:41 Bernard Cafarelli
2018-08-10 22:53 Bernard Cafarelli
2018-08-10 22:53 Bernard Cafarelli
2018-08-07 6:54 Bernard Cafarelli
2018-08-06 3:29 Mikle Kolyada
2018-08-05 1:03 Thomas Deutschmann
2018-07-23 14:53 Lars Wendler
2018-07-23 14:53 Lars Wendler
2018-06-19 7:46 Lars Wendler
2018-06-19 7:46 Lars Wendler
2018-05-16 19:28 Lars Wendler
2018-05-08 12:11 Lars Wendler
2018-05-08 12:11 Lars Wendler
2018-03-25 21:06 Lars Wendler
2018-02-23 13:09 Lars Wendler
2018-02-23 13:09 Lars Wendler
2018-01-09 8:13 Lars Wendler
2018-01-04 18:34 Bernard Cafarelli
2018-01-04 18:34 Bernard Cafarelli
2018-01-04 18:34 Bernard Cafarelli
2018-01-04 18:34 Bernard Cafarelli
2018-01-02 9:08 Bernard Cafarelli
2017-09-17 10:24 Sergei Trofimovich
2017-09-16 22:02 Sergei Trofimovich
2017-07-02 14:49 Sergei Trofimovich
2017-07-02 14:49 Sergei Trofimovich
2017-06-04 10:42 Agostino Sarubbo
2017-06-04 10:34 Agostino Sarubbo
2017-05-08 18:12 Bernard Cafarelli
2017-05-01 19:08 Bernard Cafarelli
2017-03-20 21:55 Bernard Cafarelli
2017-03-14 13:50 Bernard Cafarelli
2017-02-22 10:59 Lars Wendler
2017-02-22 10:59 Lars Wendler
2017-01-29 19:33 Fabian Groffen
2017-01-14 12:59 Lars Wendler
2017-01-14 12:59 Lars Wendler
2016-12-06 19:18 Lars Wendler
2016-12-06 8:49 Lars Wendler
2016-12-06 8:49 Lars Wendler
2016-11-04 22:39 Lars Wendler
2016-11-02 2:59 Lars Wendler
2016-11-02 2:59 Lars Wendler
2016-10-01 17:26 Lars Wendler
2016-10-01 17:26 Lars Wendler
2016-09-02 17:08 Lars Wendler
2016-09-02 17:08 Lars Wendler
2016-08-04 7:43 Lars Wendler
2016-08-04 7:43 Lars Wendler
2016-07-28 17:47 Lars Wendler
2016-07-28 5:35 Lars Wendler
2016-07-28 5:35 Lars Wendler
2016-06-27 17:37 Bernard Cafarelli
2016-05-27 21:29 Lars Wendler
2016-05-27 21:29 Lars Wendler
2016-05-23 20:36 Lars Wendler
2016-05-23 20:36 Lars Wendler
2016-04-23 6:52 Bernard Cafarelli
2016-03-17 8:06 Lars Wendler
2016-03-01 7:54 Lars Wendler
2016-03-01 7:54 Lars Wendler
2016-02-26 17:13 Markus Meier
2016-02-11 9:37 Lars Wendler
2016-02-02 14:17 Bernard Cafarelli
2016-02-01 12:11 Bernard Cafarelli
2015-11-04 14:56 Bernard Cafarelli
2015-11-04 14:26 Agostino Sarubbo
2015-10-17 22:19 Bernard Cafarelli
2015-10-16 20:52 Bernard Cafarelli
2015-09-25 14:43 Agostino Sarubbo
2015-09-24 13:03 Agostino Sarubbo
2015-09-16 13:25 Bernard Cafarelli
2015-09-09 13:41 Bernard Cafarelli
2015-08-25 8:34 Bernard Cafarelli
2015-08-20 14:37 Mike Gilbert
2015-08-19 8:27 Bernard Cafarelli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1577139453.f732b67d3ccca06712f6661823ffb752231cfdc0.polynomial-c@gentoo \
--to=polynomial-c@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox