public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Yixun Lan" <dlan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/filezilla/files/, net-ftp/filezilla/
Date: Fri,  8 Nov 2024 03:03:56 +0000 (UTC)	[thread overview]
Message-ID: <1731034980.ac030b32d854245cd056acba89e417b9adb5dcf8.dlan@gentoo> (raw)

commit:     ac030b32d854245cd056acba89e417b9adb5dcf8
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  8 02:58:34 2024 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Nov  8 03:03:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac030b32

net-ftp/filezilla: drop 3.67.0, 3.67.0-r1

Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 net-ftp/filezilla/Manifest                         |   1 -
 net-ftp/filezilla/files/filezilla-3.67.0-odr.patch | 670 ---------------------
 net-ftp/filezilla/filezilla-3.67.0-r1.ebuild       |  77 ---
 net-ftp/filezilla/filezilla-3.67.0.ebuild          |  75 ---
 4 files changed, 823 deletions(-)

diff --git a/net-ftp/filezilla/Manifest b/net-ftp/filezilla/Manifest
index 77d09b3a42be..40035a0e9189 100644
--- a/net-ftp/filezilla/Manifest
+++ b/net-ftp/filezilla/Manifest
@@ -1,3 +1,2 @@
-DIST FileZilla_3.67.0_src.tar.xz 4058264 BLAKE2B 28799d60188ed94bc80143ccabf073eced4caa9960daa2b8d7f617252355735647fe4b3776ee38eb179fdb2667fd05536a89b6c17b25d056c72e565585ddef98 SHA512 b2d4cd45f2ed7e70fbb11500a42fe0d0e51919831a35bcfb439455d03af8eb744eb25d7f7b6ea9a94c424065e4d071d9706fcf46019da829d1318c099ab8108c
 DIST FileZilla_3.67.1_src.tar.xz 4065540 BLAKE2B e3e286da6c8777df4fe3a66f440b1e0e2c9f99777fbcf75c709e1290b37df6ed2db7e5e9fd73403bec0733a04a04989351005b7455a5d2620f213b1d18c20f36 SHA512 630820a0c67ee8b1d48a8ff4193e066d35bbf9048526c91b8804d786defc28a635dac252b298de518b506506607abd96ce35c455c21a50503844a57c47ea78e7
 DIST FileZilla_3.68.1_src.tar.xz 4105072 BLAKE2B d0e65adae49e68204de035c70d6abea3313dae6f0f3c2d55bfee2b63fb86979b54108d88c36b2c87e978c7caa3268518902966cdd7f9c4b7564ec93fb5f6fcd6 SHA512 b8cd7a524c13753118f8c48b0f4063a3459d119efe2bfd11c0ca40e35573885e2cae85007e7958d6eec4bcbdd557eba76bcaa72a922d3bd4f85385fc06d0df6b

diff --git a/net-ftp/filezilla/files/filezilla-3.67.0-odr.patch b/net-ftp/filezilla/files/filezilla-3.67.0-odr.patch
deleted file mode 100644
index ec6af91b56cb..000000000000
--- a/net-ftp/filezilla/files/filezilla-3.67.0-odr.patch
+++ /dev/null
@@ -1,670 +0,0 @@
-https://bugs.gentoo.org/927178#c3
-
-No upstream bug link -- their trac was temporarily down so I had to send the
-report in via email.
-
-Revision exported from:
-
-```
-svn diff -c 11167 https://svn.filezilla-project.org/svn/FileZilla3
-```
-
-https://svn.filezilla-project.org/filezilla?view=revision&revision=11167
-
-
-Index: trunk/src/engine/storj/delete.cpp
-===================================================================
---- trunk/src/engine/storj/delete.cpp	(revision 11166)
-+++ trunk/src/engine/storj/delete.cpp	(revision 11167)
-@@ -3,6 +3,7 @@
- #include "../directorycache.h"
- #include "delete.h"
- 
-+namespace {
- enum DeleteStates
- {
- 	delete_init,
-@@ -9,6 +10,7 @@
- 	delete_resolve,
- 	delete_delete
- };
-+}
- 
- int CStorjDeleteOpData::Send()
- {
-Index: trunk/src/engine/storj/list.cpp
-===================================================================
---- trunk/src/engine/storj/list.cpp	(revision 11166)
-+++ trunk/src/engine/storj/list.cpp	(revision 11167)
-@@ -3,6 +3,7 @@
- #include "../directorycache.h"
- #include "list.h"
- 
-+namespace {
- enum listStates
- {
- 	list_init = 0,
-@@ -9,6 +10,7 @@
- 	list_waitlock,
- 	list_list
- };
-+}
- 
- int CStorjListOpData::Send()
- {
-Index: trunk/src/engine/storj/rmd.cpp
-===================================================================
---- trunk/src/engine/storj/rmd.cpp	(revision 11166)
-+++ trunk/src/engine/storj/rmd.cpp	(revision 11167)
-@@ -5,6 +5,7 @@
- 
- #include <assert.h>
- 
-+namespace {
- enum mkdStates
- {
- 	rmd_init = 0,
-@@ -11,8 +12,8 @@
- 	rmd_rmbucket,
- 	rmd_rmdir
- };
-+}
- 
--
- int CStorjRemoveDirOpData::Send()
- {
- 	switch (opState) {
-Index: trunk/src/engine/ftp/chmod.cpp
-===================================================================
---- trunk/src/engine/ftp/chmod.cpp	(revision 11166)
-+++ trunk/src/engine/ftp/chmod.cpp	(revision 11167)
-@@ -3,6 +3,7 @@
- #include "chmod.h"
- #include "../directorycache.h"
- 
-+namespace {
- enum chmodStates
- {
- 	chmod_init,
-@@ -9,6 +10,7 @@
- 	chmod_waitcwd,
- 	chmod_chmod
- };
-+}
- 
- int CFtpChmodOpData::Send()
- {
-Index: trunk/src/engine/ftp/cwd.cpp
-===================================================================
---- trunk/src/engine/ftp/cwd.cpp	(revision 11166)
-+++ trunk/src/engine/ftp/cwd.cpp	(revision 11167)
-@@ -3,6 +3,7 @@
- #include "cwd.h"
- #include "../pathcache.h"
- 
-+namespace {
- enum cwdStates
- {
- 	cwd_init = 0,
-@@ -12,6 +13,7 @@
- 	cwd_cwd_subdir,
- 	cwd_pwd_subdir
- };
-+}
- 
- int CFtpChangeDirOpData::Send()
- {
-Index: trunk/src/engine/ftp/delete.cpp
-===================================================================
---- trunk/src/engine/ftp/delete.cpp	(revision 11166)
-+++ trunk/src/engine/ftp/delete.cpp	(revision 11167)
-@@ -3,6 +3,7 @@
- #include "delete.h"
- #include "../directorycache.h"
- 
-+namespace {
- enum rmdStates
- {
- 	del_init,
-@@ -9,6 +10,7 @@
- 	del_waitcwd,
- 	del_del
- };
-+}
- 
- int CFtpDeleteOpData::Send()
- {
-Index: trunk/src/engine/ftp/filetransfer.cpp
-===================================================================
---- trunk/src/engine/ftp/filetransfer.cpp	(revision 11166)
-+++ trunk/src/engine/ftp/filetransfer.cpp	(revision 11167)
-@@ -12,6 +12,22 @@
- 
- #include <assert.h>
- 
-+namespace {
-+enum filetransferStates
-+{
-+        filetransfer_init = 0,
-+        filetransfer_waitcwd,
-+        filetransfer_waitlist,
-+        filetransfer_size,
-+        filetransfer_mdtm,
-+        filetransfer_resumetest,
-+        filetransfer_transfer,
-+        filetransfer_waittransfer,
-+        filetransfer_waitresumetest,
-+        filetransfer_mfmt
-+};
-+}
-+
- CFtpFileTransferOpData::CFtpFileTransferOpData(CFtpControlSocket& controlSocket, CFileTransferCommand const& cmd)
- 	: CFileTransferOpData(L"CFtpFileTransferOpData", cmd)
- 	, CFtpOpData(controlSocket)
-Index: trunk/src/engine/ftp/filetransfer.h
-===================================================================
---- trunk/src/engine/ftp/filetransfer.h	(revision 11166)
-+++ trunk/src/engine/ftp/filetransfer.h	(revision 11167)
-@@ -3,20 +3,6 @@
- 
- #include "ftpcontrolsocket.h"
- 
--enum filetransferStates
--{
--	filetransfer_init = 0,
--	filetransfer_waitcwd,
--	filetransfer_waitlist,
--	filetransfer_size,
--	filetransfer_mdtm,
--	filetransfer_resumetest,
--	filetransfer_transfer,
--	filetransfer_waittransfer,
--	filetransfer_waitresumetest,
--	filetransfer_mfmt
--};
--
- class CFtpFileTransferOpData final : public CFileTransferOpData, public CFtpTransferOpData, public CFtpOpData
- {
- public:
-Index: trunk/src/engine/ftp/ftpcontrolsocket.cpp
-===================================================================
---- trunk/src/engine/ftp/ftpcontrolsocket.cpp	(revision 11166)
-+++ trunk/src/engine/ftp/ftpcontrolsocket.cpp	(revision 11167)
-@@ -34,6 +34,9 @@
- 
- #include <assert.h>
- 
-+using namespace ftpLogonStates;
-+using namespace FtpRawTransferStates;
-+
- CFtpControlSocket::CFtpControlSocket(CFileZillaEnginePrivate & engine)
- 	: CRealControlSocket(engine)
- {
-Index: trunk/src/engine/ftp/list.cpp
-===================================================================
---- trunk/src/engine/ftp/list.cpp	(revision 11166)
-+++ trunk/src/engine/ftp/list.cpp	(revision 11167)
-@@ -9,6 +9,15 @@
- #include <assert.h>
- 
- namespace {
-+enum listStates
-+{
-+        list_init,
-+        list_waitcwd,
-+        list_waitlock,
-+        list_waittransfer,
-+        list_mdtm
-+};
-+
- // Some servers are broken. Instead of an empty listing, some MVS servers
- // for example they return "550 no members found"
- // Other servers return "550 No files found."
-Index: trunk/src/engine/ftp/list.h
-===================================================================
---- trunk/src/engine/ftp/list.h	(revision 11166)
-+++ trunk/src/engine/ftp/list.h	(revision 11167)
-@@ -6,15 +6,6 @@
- 
- class CDirectoryListingParser;
- 
--enum listStates
--{
--	list_init,
--	list_waitcwd,
--	list_waitlock,
--	list_waittransfer,
--	list_mdtm
--};
--
- class CFtpListOpData final : public COpData, public CFtpOpData, public CFtpTransferOpData
- {
- public:
-Index: trunk/src/engine/ftp/logon.cpp
-===================================================================
---- trunk/src/engine/ftp/logon.cpp	(revision 11166)
-+++ trunk/src/engine/ftp/logon.cpp	(revision 11167)
-@@ -10,6 +10,7 @@
- #include "../../include/engine_options.h"
- 
- using namespace std::literals;
-+using namespace ftpLogonStates;
- 
- CFtpLogonOpData::CFtpLogonOpData(CFtpControlSocket& controlSocket)
- 	: COpData(Command::connect, L"CFtpLogonOpData")
-Index: trunk/src/engine/ftp/logon.h
-===================================================================
---- trunk/src/engine/ftp/logon.h	(revision 11166)
-+++ trunk/src/engine/ftp/logon.h	(revision 11167)
-@@ -3,27 +3,27 @@
- 
- #include "ftpcontrolsocket.h"
- 
--enum loginStates
--{
--	LOGON_CONNECT,
--	LOGON_WELCOME,
--	LOGON_AUTH_TLS,
--	LOGON_AUTH_SSL,
--	LOGON_AUTH_WAIT,
--	LOGON_SECURITY,
--	LOGON_LOGON,
--	LOGON_SYST,
--	LOGON_FEAT,
--	LOGON_CLNT,
--	LOGON_OPTSUTF8,
--	LOGON_PBSZ,
--	LOGON_PROT,
--	LOGON_OPTSMLST,
--	LOGON_CUSTOMCOMMANDS,
--	LOGON_DONE
-+namespace ftpLogonStates {
-+enum type {
-+        LOGON_CONNECT,
-+        LOGON_WELCOME,
-+        LOGON_AUTH_TLS,
-+        LOGON_AUTH_SSL,
-+        LOGON_AUTH_WAIT,
-+        LOGON_SECURITY,
-+        LOGON_LOGON,
-+        LOGON_SYST,
-+        LOGON_FEAT,
-+        LOGON_CLNT,
-+        LOGON_OPTSUTF8,
-+        LOGON_PBSZ,
-+        LOGON_PROT,
-+        LOGON_OPTSMLST,
-+        LOGON_CUSTOMCOMMANDS,
-+        LOGON_DONE
- };
-+}
- 
--
- enum class loginCommandType
- {
- 	user,
-@@ -73,7 +73,7 @@
- 
- 	unsigned int customCommandIndex{};
- 
--	int neededCommands[LOGON_DONE]{};
-+	int neededCommands[ftpLogonStates::LOGON_DONE]{};
- 
- 	std::deque<t_loginCommand> loginSequence;
- 
-Index: trunk/src/engine/ftp/mkd.cpp
-===================================================================
---- trunk/src/engine/ftp/mkd.cpp	(revision 11166)
-+++ trunk/src/engine/ftp/mkd.cpp	(revision 11167)
-@@ -5,6 +5,7 @@
- 
- using namespace std::literals;
- 
-+namespace {
- enum mkdStates
- {
- 	mkd_init = 0,
-@@ -13,6 +14,7 @@
- 	mkd_cwdsub,
- 	mkd_tryfull
- };
-+}
- 
- /* Directory creation works like this: First find a parent directory into
-  * which we can CWD, then create the subdirs one by one. If either part
-Index: trunk/src/engine/ftp/rawtransfer.cpp
-===================================================================
---- trunk/src/engine/ftp/rawtransfer.cpp	(revision 11166)
-+++ trunk/src/engine/ftp/rawtransfer.cpp	(revision 11167)
-@@ -7,7 +7,7 @@
- 
- #include <libfilezilla/iputils.hpp>
- 
--#include <assert.h>
-+using namespace FtpRawTransferStates;
- 
- int CFtpRawTransferOpData::Send()
- {
-@@ -423,7 +423,6 @@
- {
- 	std::wstring ret = L"PASV";
- 
--	assert(bPasv);
- 	bTriedPasv = true;
- 
- 	if (controlSocket_.proxy_layer_) {
-Index: trunk/src/engine/ftp/rawtransfer.h
-===================================================================
---- trunk/src/engine/ftp/rawtransfer.h	(revision 11166)
-+++ trunk/src/engine/ftp/rawtransfer.h	(revision 11167)
-@@ -3,18 +3,20 @@
- 
- #include "ftpcontrolsocket.h"
- 
--enum rawtransferStates
-+namespace FtpRawTransferStates {
-+enum type
- {
--	rawtransfer_init = 0,
--	rawtransfer_type,
--	rawtransfer_port_pasv,
--	rawtransfer_rest,
--	rawtransfer_transfer,
--	rawtransfer_waitfinish,
--	rawtransfer_waittransferpre,
--	rawtransfer_waittransfer,
--	rawtransfer_waitsocket
-+        rawtransfer_init = 0,
-+        rawtransfer_type,
-+        rawtransfer_port_pasv,
-+        rawtransfer_rest,
-+        rawtransfer_transfer,
-+        rawtransfer_waitfinish,
-+        rawtransfer_waittransferpre,
-+        rawtransfer_waittransfer,
-+        rawtransfer_waitsocket
- };
-+}
- 
- class CFtpRawTransferOpData final : public COpData, public CFtpOpData
- {
-Index: trunk/src/engine/ftp/rename.cpp
-===================================================================
---- trunk/src/engine/ftp/rename.cpp	(revision 11166)
-+++ trunk/src/engine/ftp/rename.cpp	(revision 11167)
-@@ -4,6 +4,7 @@
- #include "../directorycache.h"
- #include "../pathcache.h"
- 
-+namespace {
- enum renameStates
- {
- 	rename_init,
-@@ -11,6 +12,7 @@
- 	rename_rnfrom,
- 	rename_rnto
- };
-+}
- 
- int CFtpRenameOpData::Send()
- {
-Index: trunk/src/engine/ftp/rmd.cpp
-===================================================================
---- trunk/src/engine/ftp/rmd.cpp	(revision 11166)
-+++ trunk/src/engine/ftp/rmd.cpp	(revision 11167)
-@@ -4,6 +4,7 @@
- #include "../directorycache.h"
- #include "../pathcache.h"
- 
-+namespace {
- enum rmdStates
- {
- 	rmd_init,
-@@ -10,6 +11,7 @@
- 	rmd_waitcwd,
- 	rmd_rmd
- };
-+}
- 
- int CFtpRemoveDirOpData::Send()
- {
-Index: trunk/src/engine/http/filetransfer.cpp
-===================================================================
---- trunk/src/engine/http/filetransfer.cpp	(revision 11166)
-+++ trunk/src/engine/http/filetransfer.cpp	(revision 11167)
-@@ -7,6 +7,7 @@
- #include <assert.h>
- #include <string.h>
- 
-+namespace {
- enum filetransferStates
- {
- 	filetransfer_init = 0,
-@@ -13,6 +14,7 @@
- 	filetransfer_transfer,
- 	filetransfer_waittransfer
- };
-+}
- 
- CHttpFileTransferOpData::CHttpFileTransferOpData(CHttpControlSocket & controlSocket, CFileTransferCommand const& cmd)
- 	: CFileTransferOpData(L"CHttpFileTransferOpData", cmd)
-Index: trunk/src/engine/sftp/chmod.cpp
-===================================================================
---- trunk/src/engine/sftp/chmod.cpp	(revision 11166)
-+++ trunk/src/engine/sftp/chmod.cpp	(revision 11167)
-@@ -3,6 +3,7 @@
- #include "chmod.h"
- #include "../directorycache.h"
- 
-+namespace {
- enum chmodStates
- {
- 	chmod_init,
-@@ -9,6 +10,7 @@
- 	chmod_waitcwd,
- 	chmod_chmod
- };
-+}
- 
- int CSftpChmodOpData::Send()
- {
-Index: trunk/src/engine/sftp/connect.cpp
-===================================================================
---- trunk/src/engine/sftp/connect.cpp	(revision 11166)
-+++ trunk/src/engine/sftp/connect.cpp	(revision 11167)
-@@ -21,6 +21,7 @@
- #include <sys/mman.h>
- #endif
- 
-+namespace {
- enum connectStates
- {
- 	connect_init,
-@@ -28,6 +29,7 @@
- 	connect_keys,
- 	connect_open
- };
-+}
- 
- int CSftpConnectOpData::Send()
- {
-Index: trunk/src/engine/sftp/cwd.cpp
-===================================================================
---- trunk/src/engine/sftp/cwd.cpp	(revision 11166)
-+++ trunk/src/engine/sftp/cwd.cpp	(revision 11167)
-@@ -3,6 +3,7 @@
- #include "cwd.h"
- #include "../pathcache.h"
- 
-+namespace {
- enum cwdStates
- {
- 	cwd_init = 0,
-@@ -10,6 +11,7 @@
- 	cwd_cwd,
- 	cwd_cwd_subdir
- };
-+}
- 
- int CSftpChangeDirOpData::Send()
- {
-Index: trunk/src/engine/sftp/filetransfer.cpp
-===================================================================
---- trunk/src/engine/sftp/filetransfer.cpp	(revision 11166)
-+++ trunk/src/engine/sftp/filetransfer.cpp	(revision 11167)
-@@ -10,6 +10,7 @@
- 
- #include <assert.h>
- 
-+namespace {
- enum filetransferStates
- {
- 	filetransfer_init = 0,
-@@ -19,6 +20,7 @@
- 	filetransfer_transfer,
- 	filetransfer_chmtime
- };
-+}
- 
- CSftpFileTransferOpData::~CSftpFileTransferOpData()
- {
-Index: trunk/src/engine/sftp/list.cpp
-===================================================================
---- trunk/src/engine/sftp/list.cpp	(revision 11166)
-+++ trunk/src/engine/sftp/list.cpp	(revision 11167)
-@@ -5,6 +5,7 @@
- 
- #include <assert.h>
- 
-+namespace {
- enum listStates
- {
- 	list_init = 0,
-@@ -12,6 +13,7 @@
- 	list_waitlock,
- 	list_list
- };
-+}
- 
- int CSftpListOpData::Send()
- {
-Index: trunk/src/engine/sftp/mkd.cpp
-===================================================================
---- trunk/src/engine/sftp/mkd.cpp	(revision 11166)
-+++ trunk/src/engine/sftp/mkd.cpp	(revision 11167)
-@@ -3,6 +3,7 @@
- #include "../directorycache.h"
- #include "mkd.h"
- 
-+namespace {
- enum mkdStates
- {
- 	mkd_init = 0,
-@@ -11,6 +12,7 @@
- 	mkd_cwdsub,
- 	mkd_tryfull
- };
-+}
- 
- /* Directory creation works like this: First find a parent directory into
-  * which we can CWD, then create the subdirs one by one. If either part
-Index: trunk/src/engine/sftp/rename.cpp
-===================================================================
---- trunk/src/engine/sftp/rename.cpp	(revision 11166)
-+++ trunk/src/engine/sftp/rename.cpp	(revision 11167)
-@@ -4,6 +4,7 @@
- #include "../pathcache.h"
- #include "rename.h"
- 
-+namespace {
- enum renameStates
- {
- 	rename_init,
-@@ -10,6 +11,7 @@
- 	rename_waitcwd,
- 	rename_rename
- };
-+}
- 
- int CSftpRenameOpData::Send()
- {
-Index: trunk/src/engine/storj/connect.cpp
-===================================================================
---- trunk/src/engine/storj/connect.cpp	(revision 11166)
-+++ trunk/src/engine/storj/connect.cpp	(revision 11167)
-@@ -22,6 +22,16 @@
- #include <sys/mman.h>
- #endif
- 
-+namespace {
-+enum connectStates
-+{
-+        connect_init,
-+        connect_host,
-+        connect_user,
-+        connect_pass
-+};
-+}
-+
- int CStorjConnectOpData::Send()
- {
- 	switch (opState)
-Index: trunk/src/engine/storj/connect.h
-===================================================================
---- trunk/src/engine/storj/connect.h	(revision 11166)
-+++ trunk/src/engine/storj/connect.h	(revision 11167)
-@@ -3,14 +3,6 @@
- 
- #include "storjcontrolsocket.h"
- 
--enum connectStates
--{
--	connect_init,
--	connect_host,
--	connect_user,
--	connect_pass
--};
--
- class CStorjConnectOpData final : public COpData, public CStorjOpData
- {
- public:
-Index: trunk/src/engine/storj/file_transfer.cpp
-===================================================================
---- trunk/src/engine/storj/file_transfer.cpp	(revision 11166)
-+++ trunk/src/engine/storj/file_transfer.cpp	(revision 11167)
-@@ -7,6 +7,7 @@
- #include <libfilezilla/local_filesys.hpp>
- #include <libfilezilla/process.hpp>
- 
-+namespace {
- enum FileTransferStates
- {
- 	filetransfer_init,
-@@ -15,6 +16,7 @@
- 	filetransfer_delete,
- 	filetransfer_transfer
- };
-+}
- 
- CStorjFileTransferOpData::~CStorjFileTransferOpData()
- {
-Index: trunk/src/engine/storj/mkd.cpp
-===================================================================
---- trunk/src/engine/storj/mkd.cpp	(revision 11166)
-+++ trunk/src/engine/storj/mkd.cpp	(revision 11167)
-@@ -3,6 +3,7 @@
- #include "../directorycache.h"
- #include "mkd.h"
- 
-+namespace {
- enum mkdStates
- {
- 	mkd_init = 0,
-@@ -9,6 +10,7 @@
- 	mkd_mkbucket,
- 	mkd_put
- };
-+}
- 
- int CStorjMkdirOpData::Send()
- {

diff --git a/net-ftp/filezilla/filezilla-3.67.0-r1.ebuild b/net-ftp/filezilla/filezilla-3.67.0-r1.ebuild
deleted file mode 100644
index bdff3eaada9e..000000000000
--- a/net-ftp/filezilla/filezilla-3.67.0-r1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-WX_GTK_VER="3.2-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.xz"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="cpu_flags_x86_sse2 dbus nls test"
-RESTRICT="!test? ( test )"
-
-# pugixml 1.7 minimal dependency is for c++11 proper configuration
-RDEPEND="
-	>=dev-libs/nettle-3.1:=
-	>=dev-db/sqlite-3.7
-	>=dev-libs/boost-1.76.0:=
-	>=dev-libs/libfilezilla-0.47.0:=
-	>=dev-libs/pugixml-1.7
-	>=net-libs/gnutls-3.5.7
-	x11-libs/wxGTK:${WX_GTK_VER}[X]
-	x11-misc/xdg-utils
-	dbus? ( sys-apps/dbus )"
-DEPEND="${RDEPEND}
-	test? ( >=dev-util/cppunit-1.13.0 )"
-BDEPEND="
-	virtual/pkgconfig
-	>=dev-build/libtool-1.4
-	nls? ( >=sys-devel/gettext-0.11 )"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-3.22.1-debug.patch
-	"${FILESDIR}"/${PN}-3.47.0-metainfo.patch
-	"${FILESDIR}"/${PN}-3.47.0-disable-shellext_conf.patch
-	"${FILESDIR}"/${PN}-3.52.2-slibtool.patch
-	"${FILESDIR}"/${PN}-3.60.1-desktop.patch
-	# backport patch for ODR
-	"${FILESDIR}"/filezilla-3.67.0-odr.patch
-)
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	if use x86 && ! use cpu_flags_x86_sse2; then
-		append-cppflags -D_FORCE_SOFTWARE_SHA
-	fi
-	setup-wxwidgets
-
-	local myeconfargs=(
-		--disable-autoupdatecheck
-		--with-pugixml=system
-		$(use_enable nls locales)
-		$(use_with dbus)
-	)
-	econf "${myeconfargs[@]}"
-}
-
-src_install() {
-	default
-
-	# no static archives
-	find "${ED}" -name '*.la' -delete || die
-}

diff --git a/net-ftp/filezilla/filezilla-3.67.0.ebuild b/net-ftp/filezilla/filezilla-3.67.0.ebuild
deleted file mode 100644
index 8e7d6d453348..000000000000
--- a/net-ftp/filezilla/filezilla-3.67.0.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-WX_GTK_VER="3.2-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.xz"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86"
-IUSE="cpu_flags_x86_sse2 dbus nls test"
-RESTRICT="!test? ( test )"
-
-# pugixml 1.7 minimal dependency is for c++11 proper configuration
-RDEPEND="
-	>=dev-libs/nettle-3.1:=
-	>=dev-db/sqlite-3.7
-	>=dev-libs/boost-1.76.0:=
-	>=dev-libs/libfilezilla-0.47.0:=
-	>=dev-libs/pugixml-1.7
-	>=net-libs/gnutls-3.5.7
-	x11-libs/wxGTK:${WX_GTK_VER}[X]
-	x11-misc/xdg-utils
-	dbus? ( sys-apps/dbus )"
-DEPEND="${RDEPEND}
-	test? ( >=dev-util/cppunit-1.13.0 )"
-BDEPEND="
-	virtual/pkgconfig
-	>=dev-build/libtool-1.4
-	nls? ( >=sys-devel/gettext-0.11 )"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-3.22.1-debug.patch
-	"${FILESDIR}"/${PN}-3.47.0-metainfo.patch
-	"${FILESDIR}"/${PN}-3.47.0-disable-shellext_conf.patch
-	"${FILESDIR}"/${PN}-3.52.2-slibtool.patch
-	"${FILESDIR}"/${PN}-3.60.1-desktop.patch
-)
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	if use x86 && ! use cpu_flags_x86_sse2; then
-		append-cppflags -D_FORCE_SOFTWARE_SHA
-	fi
-	setup-wxwidgets
-
-	local myeconfargs=(
-		--disable-autoupdatecheck
-		--with-pugixml=system
-		$(use_enable nls locales)
-		$(use_with dbus)
-	)
-	econf "${myeconfargs[@]}"
-}
-
-src_install() {
-	default
-
-	# no static archives
-	find "${ED}" -name '*.la' -delete || die
-}


             reply	other threads:[~2024-11-08  3:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-08  3:03 Yixun Lan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-10  7:56 [gentoo-commits] repo/gentoo:master commit in: net-ftp/filezilla/files/, net-ftp/filezilla/ Yixun Lan
2024-01-09 12:04 Bernard Cafarelli
2020-02-25 10:02 Lars Wendler
2017-06-04 11:21 Bernard Cafarelli
2016-02-11  9:37 Lars Wendler

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=1731034980.ac030b32d854245cd056acba89e417b9adb5dcf8.dlan@gentoo \
    --to=dlan@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