public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Wed,  6 Mar 2019 20:44:18 +0000 (UTC)	[thread overview]
Message-ID: <1551904945.fdd48a66d5d8885bab6c86b0275f72a9e0c12ade.polynomial-c@gentoo> (raw)

commit:     fdd48a66d5d8885bab6c86b0275f72a9e0c12ade
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  6 20:42:25 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Mar  6 20:42:25 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdd48a66

net-ftp/filezilla: Bump to version 3.41.0

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 net-ftp/filezilla/Manifest                |  1 +
 net-ftp/filezilla/filezilla-3.41.0.ebuild | 83 +++++++++++++++++++++++++++++++
 2 files changed, 84 insertions(+)

diff --git a/net-ftp/filezilla/Manifest b/net-ftp/filezilla/Manifest
index 0c51e778562..c3cfd5fb2de 100644
--- a/net-ftp/filezilla/Manifest
+++ b/net-ftp/filezilla/Manifest
@@ -3,3 +3,4 @@ DIST FileZilla_3.37.4_src.tar.bz2 4983335 BLAKE2B 16929caca3aabfdea406469a412887
 DIST FileZilla_3.38.1_src.tar.bz2 4983087 BLAKE2B a19b80b35535485fd1c03aa36a85aa1f894b106d09d1b78ab7e02fec6cec3e78e0612c343694e5fabaa2202802d2ba2cd2aa4e4d0840342f17c60c06c0c8bcf8 SHA512 a224c6f65253ceeef1f3049fd6304533a7efb427707c73481d3973d06e3b887f2511bc705e718a1018b287940c3d682794c6cf3d0e8d9e3c403a1e2f14ed01fc
 DIST FileZilla_3.39.0_src.tar.bz2 4995713 BLAKE2B d89aaa1f57187cd926ae1c4dd34624b404baa291334c652293d2dcfaedc4a5dffb401f8727b5d5d1fb483bdd503f35124efb75bdd7dd750d68e517fcb57fb8c0 SHA512 a0360634517ffd07878082abae024dbb4896035edcbd9abe6d8adfc9d37b73d01d95f6c5ca031175d88b6e4badefafcc43b5ddce3d9dbddde4deab5f0cc97e83
 DIST FileZilla_3.40.0_src.tar.bz2 4997647 BLAKE2B 88ff2461d33369c435645f1dd5afa98c566141bf825e74898f870bd4c09cc7b47a70f605afbaf7be28855385812a28ea24303b6ec7f0ba605a793160c3b76027 SHA512 7aeb0c340111a47c435e8d8cbf379e83d2fc6c0a94038e085664df34c2fe1f8ef8496ea894f5e4cfd576d034e8935fe29661bb9eff9f22416032f45f5a66db2f
+DIST FileZilla_3.41.0_src.tar.bz2 4994728 BLAKE2B 5b086b5c016a9689ad72e7df195ddb2a30cdf3dbbdfcbffe81d9c8a1e61acc8b6975e248a31ca62fdc1813f085fef451815a633095b0fe69c3798f2217f472ab SHA512 2ff2ae5cf7fe19e2021c0b24418b4b8f129c08bdbc9d62d1d59fc9443a6149731c99d9b9cf1f45684d6e8d4883639651ec90516776ff6fe2f9afa4f0f5d2e8c5

diff --git a/net-ftp/filezilla/filezilla-3.41.0.ebuild b/net-ftp/filezilla/filezilla-3.41.0.ebuild
new file mode 100644
index 00000000000..2cdd971b5a3
--- /dev/null
+++ b/net-ftp/filezilla/filezilla-3.41.0.ebuild
@@ -0,0 +1,83 @@
+# 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.15.1
+	>=dev-libs/pugixml-1.7
+	>=net-libs/gnutls-3.4.15
+	>=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 )"
+
+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
+}


             reply	other threads:[~2019-03-06 20:44 UTC|newest]

Thread overview: 220+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-06 20:44 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-12-23 22:17 Lars Wendler
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-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=1551904945.fdd48a66d5d8885bab6c86b0275f72a9e0c12ade.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