commit:     206b0b6136bf6443d752f22fdbfccef781b0eb43
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 20:00:08 2022 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 20:01:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=206b0b61

net-ftp/filezilla: drop 3.60.1-r1, 3.60.2, 3.62.0

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 net-ftp/filezilla/Manifest                   |  3 --
 net-ftp/filezilla/filezilla-3.60.1-r1.ebuild | 72 ----------------------------
 net-ftp/filezilla/filezilla-3.60.2.ebuild    | 72 ----------------------------
 net-ftp/filezilla/filezilla-3.62.0.ebuild    | 72 ----------------------------
 4 files changed, 219 deletions(-)

diff --git a/net-ftp/filezilla/Manifest b/net-ftp/filezilla/Manifest
index 131c6c90c2ec..74abea34006d 100644
--- a/net-ftp/filezilla/Manifest
+++ b/net-ftp/filezilla/Manifest
@@ -1,6 +1,3 @@
-DIST FileZilla_3.60.1_src.tar.bz2 4954184 BLAKE2B 
94a2d95729e2e540a3ff6ed1b9ed8fc5f4ccb96eb1e4edae655476b5d099c489ecb0ed58c26cab2df97518c9ab4f7058af1f4633fead924dcb400909e1913eeb
 SHA512 
417b97afd8e9434c625392c4025ab7d977d58fad2dfe17c8ff856233c70b5d77df22c4e1b76120d9d5dba3bce1c61453808deb26314dbde7ec425d643c4f83d9
-DIST FileZilla_3.60.2_src.tar.bz2 4965221 BLAKE2B 
c4a750e2fc5498ef1cda04e197c8198931aae44fe4cb2daade03b1dac76fc012ff747c9a5764f49a8365b2b969346c6f9564a02dcf1c06d59df2118a77c73cac
 SHA512 
2660d25c2e8390cc34c08a8ad84349c8a5d5245a708223d6d5935579a29568f4276e6672a62ab3a8e187e649f30a436dca0aa1fdc6b4d6e59394f6cad10a299a
 DIST FileZilla_3.61.0_src.tar.bz2 4939127 BLAKE2B 
2c2096b7cb49223b02bea7ae363dde7b58eea4da3fbe62a228edcc6e82c0909e28ff20b6cf909ac7b36209308c66b99faf7c1c4fd571ecd9248c2c3f905c2e85
 SHA512 
97469bc038eab32f526859ae5db58eeef6f1a8128f67bc653b6b3707b1aa7c9771ef5caa780daa4d11d20d4e7ed8e5df24ef8bd70ee2353f80d77d5410cfa722
-DIST FileZilla_3.62.0_src.tar.bz2 4943534 BLAKE2B 
e6f410eec85fb40ed9fdbba2889d530b1e1dcec27507e79c8542668698292a79de1fbbba3444710fd28c3b73eba56d0480eb4156392e39fc14b5cbd20d74d865
 SHA512 
4852f81cdaed5fc7bf3acf850ad22c34052099477de09e07115db5f1bd440fd4ec2c04c22c484048e5cd82e4ee3474350a81d91905d0459a98cbedddbe5b6a47
 DIST FileZilla_3.62.1_src.tar.bz2 4943946 BLAKE2B 
297ef46e89617324d0b85e3500785dba920709cc2634b63b0d646db89903ef0833fbff64c849fafd3d4d457502808515c00a4bcc0797a142caef404a6c12451c
 SHA512 
ac69596a528b2e4140dd9b24c00aba7c08c06c9e6ad50c33ffef5b88686e5487420d02dfb79dd00e8b8afd545125096abfe6d49d10561e64fd120e95670a13f1
 DIST FileZilla_3.62.2_src.tar.bz2 4944158 BLAKE2B 
84febe912d1e5337c085c3ae515969a10609444c5753270756d7e7dbd0f2a2c22f9b01c623f7eec8b7de5c4ae4da4acbc56fe65eca762fe1ea3f943192caea3a
 SHA512 
a7dec07f6b6fe6fe1a54481e67e9ad2cb057bf84db6e6128f5e853f2edac3c34583a84f25c206f382f8bac6fa4ab48ea54a2a2f7efe8cc6c9d18cb1d3eba0255

diff --git a/net-ftp/filezilla/filezilla-3.60.1-r1.ebuild 
b/net-ftp/filezilla/filezilla-3.60.1-r1.ebuild
deleted file mode 100644
index 3410f64319ec..000000000000
--- a/net-ftp/filezilla/filezilla-3.60.1-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-WX_GTK_VER="3.0-gtk3"
-
-inherit autotools 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";
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv x86"
-IUSE="dbus nls test"
-RESTRICT="!test? ( 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.37.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}
-       test? ( >=dev-util/cppunit-1.13.0 )"
-BDEPEND="
-       virtual/pkgconfig
-       >=sys-devel/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() {
-       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.60.2.ebuild 
b/net-ftp/filezilla/filezilla-3.60.2.ebuild
deleted file mode 100644
index 1bbf7ada9766..000000000000
--- a/net-ftp/filezilla/filezilla-3.60.2.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-WX_GTK_VER="3.0-gtk3"
-
-inherit autotools 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";
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="dbus nls test"
-RESTRICT="!test? ( 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.38.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}
-       test? ( >=dev-util/cppunit-1.13.0 )"
-BDEPEND="
-       virtual/pkgconfig
-       >=sys-devel/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() {
-       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.62.0.ebuild 
b/net-ftp/filezilla/filezilla-3.62.0.ebuild
deleted file mode 100644
index 5c1ee4a26cf5..000000000000
--- a/net-ftp/filezilla/filezilla-3.62.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-WX_GTK_VER="3.0-gtk3"
-
-inherit autotools 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";
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="dbus nls test"
-RESTRICT="!test? ( 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.39.2:=
-       >=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}
-       test? ( >=dev-util/cppunit-1.13.0 )"
-BDEPEND="
-       virtual/pkgconfig
-       >=sys-devel/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() {
-       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 via email to