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 Jan 2021 23:57:00 +0000 (UTC)	[thread overview]
Message-ID: <1609977363.a0b4782ac80e181631027f2b56ce59ad44dac63c.polynomial-c@gentoo> (raw)

commit:     a0b4782ac80e181631027f2b56ce59ad44dac63c
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  6 23:56:03 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Jan  6 23:56:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0b4782a

net-ftp/filezilla: Removed old

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

 net-ftp/filezilla/Manifest                  |  2 -
 net-ftp/filezilla/filezilla-3.47.2.1.ebuild | 88 -----------------------------
 net-ftp/filezilla/filezilla-3.50.0.ebuild   | 87 ----------------------------
 3 files changed, 177 deletions(-)

diff --git a/net-ftp/filezilla/Manifest b/net-ftp/filezilla/Manifest
index 67c399bcef4..e1ca00a3253 100644
--- a/net-ftp/filezilla/Manifest
+++ b/net-ftp/filezilla/Manifest
@@ -1,4 +1,2 @@
-DIST FileZilla_3.47.2.1_src.tar.bz2 4733941 BLAKE2B 0517d43bfba8aa116ae4031d56e5070aadbcaf81ace2311f6cfddb47e7f67ec62396ae3690c139bcc1a8368be690776b3163dd6d53a6ebb27ee5e99300b3c67b SHA512 8919eab7762e0e30241637a8978fbf61f02ac4c52aac293191315b931d52b41ae228b753f4e3b7530835578836dfee7f91772841273e9fc2bdf75ff7ed48fafc
-DIST FileZilla_3.50.0_src.tar.bz2 4791977 BLAKE2B c0352eea9c4cd0a10d25b21b0a6982a762df6353a8da0703179270ef27be71bf151591011c45aae6e303437ac5ecca6a340635c392e2ed6db1a4a9d4002f4d7b SHA512 5edcb18aa7e4a0a59678d589d20996d7f6311f717e55a70c9dacafe42e3df6cba79be778bef34ff399672941dfb78a4732b83f21016b721702c763f0408b3e40
 DIST FileZilla_3.51.0_src.tar.bz2 4808717 BLAKE2B 67f614032145abe7f715254fd47756d3a537d2eca63be976c29351f79e15d3620e77c1bb7beccc2b61a1df8b86484334a3e77639402c93e8ce28d4b12eb8884f SHA512 b5e0f80b61eb168b41f7582bf10bf0067da76aec3165ffe13819e20eb842ffc0fb12b01c54843b3ec4e7355111c36be249db3526e2ea2eaa77ba4274ffa03e93
 DIST FileZilla_3.52.0.3_src.tar.bz2 4812006 BLAKE2B 34a812e2a3fef0ec610d60a1916f4495c6e5d57acff66ba4b32525c9ee82e0ba401bbafd40ef79a4dadde9ddc5c7de1a2d3c2456218e8ef083c302166eccda39 SHA512 18ee90bd54d0e71f64bd960bf80601792fa99381eec5f970d3807d17e670bdba91d484e5db6c198bba4f5b09e63cd4b2312cb19491f50a20558188ad76ac0ff0

diff --git a/net-ftp/filezilla/filezilla-3.47.2.1.ebuild b/net-ftp/filezilla/filezilla-3.47.2.1.ebuild
deleted file mode 100644
index 25f124c1173..00000000000
--- a/net-ftp/filezilla/filezilla-3.47.2.1.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2020 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 ppc64 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.20.2:=
-	<dev-libs/libfilezilla-0.21.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
-	"${FILESDIR}"/${PN}-3.47.0-metainfo.patch
-	"${FILESDIR}"/${PN}-3.47.0-disable-shellext_conf.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
-}

diff --git a/net-ftp/filezilla/filezilla-3.50.0.ebuild b/net-ftp/filezilla/filezilla-3.50.0.ebuild
deleted file mode 100644
index c567d79aeb8..00000000000
--- a/net-ftp/filezilla/filezilla-3.50.0.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2020 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 ~ppc64 ~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.24.1:=
-	>=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
-	"${FILESDIR}"/${PN}-3.47.0-metainfo.patch
-	"${FILESDIR}"/${PN}-3.47.0-disable-shellext_conf.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:[~2021-01-06 23:57 UTC|newest]

Thread overview: 220+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-06 23:57 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: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-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=1609977363.a0b4782ac80e181631027f2b56ce59ad44dac63c.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