From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/filezilla/
Date: Thu, 4 Jan 2018 18:34:15 +0000 (UTC) [thread overview]
Message-ID: <1515090306.5da91a0e7e87216d015732c88388b104e9b4a176.voyageur@gentoo> (raw)
commit: 5da91a0e7e87216d015732c88388b104e9b4a176
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 4 18:09:08 2018 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Jan 4 18:25:06 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5da91a0e
net-ftp/filezilla: 3.29.0 bump
Closes: https://bugs.gentoo.org/636868
Package-Manager: Portage-2.3.19, Repoman-2.3.6
net-ftp/filezilla/Manifest | 1 +
net-ftp/filezilla/filezilla-3.29.0.ebuild | 76 +++++++++++++++++++++++++++++++
2 files changed, 77 insertions(+)
diff --git a/net-ftp/filezilla/Manifest b/net-ftp/filezilla/Manifest
index a51a64ec53d..2237cdf034b 100644
--- a/net-ftp/filezilla/Manifest
+++ b/net-ftp/filezilla/Manifest
@@ -1 +1,2 @@
DIST FileZilla_3.25.2_src.tar.bz2 4712781 BLAKE2B c4e346442596eb2c1c7f5b541dc1386be5be13a3564187d5d7f275b5e1223cf1c95e11e27120c98276ea550d0b1c65122ffd62b5471a886faf1ebea0ab217522 SHA512 6c6feeec0b1bd15ff2c3fecbec22bca9c79f4263e0d1855c6d27a3df54128cfd837f0a546d1540b87b4645e620b57961b8ac0f01bd52748832f5625139c39764
+DIST FileZilla_3.29.0_src.tar.bz2 4832040 BLAKE2B b956ac69d22c3ec5ef32827594ad70aaeeef8c9359f557162a95aba053fafbf13621ba34fd73201b0b15529e7379b77c18d808c304a6c398f8927f8f903e2e53 SHA512 d1906cb18cfebb0ac9f92b1b97e11ffe2f5bf1b70d9cf1454e627f141a0fe9b3d1ba473a0464d5727e8fccf992643a64cfb729d93187a010fcb4f59603589349
diff --git a/net-ftp/filezilla/filezilla-3.29.0.ebuild b/net-ftp/filezilla/filezilla-3.29.0.ebuild
new file mode 100644
index 00000000000..85207f6b65b
--- /dev/null
+++ b/net-ftp/filezilla/filezilla-3.29.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+WX_GTK_VER="3.0"
+
+inherit autotools eutils flag-o-matic gnome2-utils multilib wxwidgets
+
+MY_PV=${PV/_/-}
+MY_P="FileZilla_${MY_PV}"
+
+DESCRIPTION="FTP client with lots of useful features and an intuitive interface"
+HOMEPAGE="http://filezilla-project.org/"
+SRC_URI="mirror://sourceforge/${PN}/${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.10.0
+ >=dev-libs/pugixml-1.7
+ net-dns/libidn
+ >=net-libs/gnutls-3.4.0
+ >=x11-libs/wxGTK-3.0.3:${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 )"
+
+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() {
+ econf $(use_with dbus) $(use_enable nls locales) \
+ --with-pugixml=system \
+ --disable-autoupdatecheck
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
next reply other threads:[~2018-01-04 18:34 UTC|newest]
Thread overview: 219+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-04 18:34 Bernard Cafarelli [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-26 5:43 [gentoo-commits] repo/gentoo:master commit in: net-ftp/filezilla/ 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-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-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=1515090306.5da91a0e7e87216d015732c88388b104e9b4a176.voyageur@gentoo \
--to=voyageur@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