Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/filezilla/
Date: Wed, 06 Jan 2021 23:57:04
Message-Id: 1609977363.a0b4782ac80e181631027f2b56ce59ad44dac63c.polynomial-c@gentoo
1 commit: a0b4782ac80e181631027f2b56ce59ad44dac63c
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 6 23:56:03 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 6 23:56:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0b4782a
7
8 net-ftp/filezilla: Removed old
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 net-ftp/filezilla/Manifest | 2 -
14 net-ftp/filezilla/filezilla-3.47.2.1.ebuild | 88 -----------------------------
15 net-ftp/filezilla/filezilla-3.50.0.ebuild | 87 ----------------------------
16 3 files changed, 177 deletions(-)
17
18 diff --git a/net-ftp/filezilla/Manifest b/net-ftp/filezilla/Manifest
19 index 67c399bcef4..e1ca00a3253 100644
20 --- a/net-ftp/filezilla/Manifest
21 +++ b/net-ftp/filezilla/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST FileZilla_3.47.2.1_src.tar.bz2 4733941 BLAKE2B 0517d43bfba8aa116ae4031d56e5070aadbcaf81ace2311f6cfddb47e7f67ec62396ae3690c139bcc1a8368be690776b3163dd6d53a6ebb27ee5e99300b3c67b SHA512 8919eab7762e0e30241637a8978fbf61f02ac4c52aac293191315b931d52b41ae228b753f4e3b7530835578836dfee7f91772841273e9fc2bdf75ff7ed48fafc
24 -DIST FileZilla_3.50.0_src.tar.bz2 4791977 BLAKE2B c0352eea9c4cd0a10d25b21b0a6982a762df6353a8da0703179270ef27be71bf151591011c45aae6e303437ac5ecca6a340635c392e2ed6db1a4a9d4002f4d7b SHA512 5edcb18aa7e4a0a59678d589d20996d7f6311f717e55a70c9dacafe42e3df6cba79be778bef34ff399672941dfb78a4732b83f21016b721702c763f0408b3e40
25 DIST FileZilla_3.51.0_src.tar.bz2 4808717 BLAKE2B 67f614032145abe7f715254fd47756d3a537d2eca63be976c29351f79e15d3620e77c1bb7beccc2b61a1df8b86484334a3e77639402c93e8ce28d4b12eb8884f SHA512 b5e0f80b61eb168b41f7582bf10bf0067da76aec3165ffe13819e20eb842ffc0fb12b01c54843b3ec4e7355111c36be249db3526e2ea2eaa77ba4274ffa03e93
26 DIST FileZilla_3.52.0.3_src.tar.bz2 4812006 BLAKE2B 34a812e2a3fef0ec610d60a1916f4495c6e5d57acff66ba4b32525c9ee82e0ba401bbafd40ef79a4dadde9ddc5c7de1a2d3c2456218e8ef083c302166eccda39 SHA512 18ee90bd54d0e71f64bd960bf80601792fa99381eec5f970d3807d17e670bdba91d484e5db6c198bba4f5b09e63cd4b2312cb19491f50a20558188ad76ac0ff0
27
28 diff --git a/net-ftp/filezilla/filezilla-3.47.2.1.ebuild b/net-ftp/filezilla/filezilla-3.47.2.1.ebuild
29 deleted file mode 100644
30 index 25f124c1173..00000000000
31 --- a/net-ftp/filezilla/filezilla-3.47.2.1.ebuild
32 +++ /dev/null
33 @@ -1,88 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -WX_GTK_VER="3.0-gtk3"
40 -
41 -inherit autotools flag-o-matic wxwidgets xdg
42 -
43 -MY_PV=${PV/_/-}
44 -MY_P="FileZilla_${MY_PV}"
45 -
46 -DESCRIPTION="FTP client with lots of useful features and an intuitive interface"
47 -HOMEPAGE="https://filezilla-project.org/"
48 -SRC_URI="https://download.filezilla-project.org/client/${MY_P}_src.tar.bz2"
49 -
50 -LICENSE="GPL-2"
51 -SLOT="0"
52 -KEYWORDS="amd64 ~arm ~ia64 ~ppc ppc64 x86"
53 -IUSE="dbus nls test"
54 -
55 -# pugixml 1.7 minimal dependency is for c++11 proper configuration
56 -RDEPEND=">=app-eselect/eselect-wxwidgets-0.7-r1
57 - >=dev-libs/nettle-3.1:=
58 - >=dev-db/sqlite-3.7
59 - >=dev-libs/libfilezilla-0.20.2:=
60 - <dev-libs/libfilezilla-0.21.0:=
61 - >=dev-libs/pugixml-1.7
62 - >=net-libs/gnutls-3.5.7
63 - >=x11-libs/wxGTK-3.0.4:${WX_GTK_VER}[X]
64 - x11-misc/xdg-utils
65 - dbus? ( sys-apps/dbus )"
66 -DEPEND="${RDEPEND}
67 - virtual/pkgconfig
68 - >=sys-devel/libtool-1.4
69 - nls? ( >=sys-devel/gettext-0.11 )
70 - test? ( >=dev-util/cppunit-1.13.0 )"
71 -
72 -RESTRICT="!test? ( test )"
73 -
74 -S="${WORKDIR}"/${PN}-${MY_PV}
75 -
76 -DOCS=(AUTHORS ChangeLog NEWS )
77 -
78 -PATCHES=(
79 - "${FILESDIR}"/${PN}-3.22.1-debug.patch
80 - "${FILESDIR}"/${PN}-3.47.0-metainfo.patch
81 - "${FILESDIR}"/${PN}-3.47.0-disable-shellext_conf.patch
82 -)
83 -
84 -pkg_pretend() {
85 - if [[ ${MERGE_TYPE} != binary ]]; then
86 - if ! test-flag-CXX -std=c++14; then
87 - eerror "${P} requires C++14-capable C++ compiler. Your current compiler"
88 - eerror "does not seem to support -std=c++14 option. Please upgrade your compiler"
89 - eerror "to gcc-4.9 or an equivalent version supporting C++14."
90 - die "Currently active compiler does not support -std=c++14"
91 - fi
92 - fi
93 -}
94 -
95 -src_prepare() {
96 - setup-wxwidgets
97 - default
98 - eautoreconf
99 -}
100 -
101 -src_configure() {
102 - local myeconfargs=(
103 - --disable-autoupdatecheck
104 - --with-pugixml=system
105 - $(use_enable nls locales)
106 - $(use_with dbus)
107 - )
108 - econf "${myeconfargs[@]}"
109 -}
110 -
111 -pkg_preinst() {
112 - xdg_pkg_preinst
113 -}
114 -
115 -pkg_postinst() {
116 - xdg_pkg_postinst
117 -}
118 -
119 -pkg_postrm() {
120 - xdg_pkg_postrm
121 -}
122
123 diff --git a/net-ftp/filezilla/filezilla-3.50.0.ebuild b/net-ftp/filezilla/filezilla-3.50.0.ebuild
124 deleted file mode 100644
125 index c567d79aeb8..00000000000
126 --- a/net-ftp/filezilla/filezilla-3.50.0.ebuild
127 +++ /dev/null
128 @@ -1,87 +0,0 @@
129 -# Copyright 1999-2020 Gentoo Authors
130 -# Distributed under the terms of the GNU General Public License v2
131 -
132 -EAPI=6
133 -
134 -WX_GTK_VER="3.0-gtk3"
135 -
136 -inherit autotools flag-o-matic wxwidgets xdg
137 -
138 -MY_PV=${PV/_/-}
139 -MY_P="FileZilla_${MY_PV}"
140 -
141 -DESCRIPTION="FTP client with lots of useful features and an intuitive interface"
142 -HOMEPAGE="https://filezilla-project.org/"
143 -SRC_URI="https://download.filezilla-project.org/client/${MY_P}_src.tar.bz2"
144 -
145 -LICENSE="GPL-2"
146 -SLOT="0"
147 -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
148 -IUSE="dbus nls test"
149 -
150 -# pugixml 1.7 minimal dependency is for c++11 proper configuration
151 -RDEPEND=">=app-eselect/eselect-wxwidgets-0.7-r1
152 - >=dev-libs/nettle-3.1:=
153 - >=dev-db/sqlite-3.7
154 - >=dev-libs/libfilezilla-0.24.1:=
155 - >=dev-libs/pugixml-1.7
156 - >=net-libs/gnutls-3.5.7
157 - >=x11-libs/wxGTK-3.0.4:${WX_GTK_VER}[X]
158 - x11-misc/xdg-utils
159 - dbus? ( sys-apps/dbus )"
160 -DEPEND="${RDEPEND}
161 - virtual/pkgconfig
162 - >=sys-devel/libtool-1.4
163 - nls? ( >=sys-devel/gettext-0.11 )
164 - test? ( >=dev-util/cppunit-1.13.0 )"
165 -
166 -RESTRICT="!test? ( test )"
167 -
168 -S="${WORKDIR}"/${PN}-${MY_PV}
169 -
170 -DOCS=(AUTHORS ChangeLog NEWS )
171 -
172 -PATCHES=(
173 - "${FILESDIR}"/${PN}-3.22.1-debug.patch
174 - "${FILESDIR}"/${PN}-3.47.0-metainfo.patch
175 - "${FILESDIR}"/${PN}-3.47.0-disable-shellext_conf.patch
176 -)
177 -
178 -pkg_pretend() {
179 - if [[ ${MERGE_TYPE} != binary ]]; then
180 - if ! test-flag-CXX -std=c++14; then
181 - eerror "${P} requires C++14-capable C++ compiler. Your current compiler"
182 - eerror "does not seem to support -std=c++14 option. Please upgrade your compiler"
183 - eerror "to gcc-4.9 or an equivalent version supporting C++14."
184 - die "Currently active compiler does not support -std=c++14"
185 - fi
186 - fi
187 -}
188 -
189 -src_prepare() {
190 - setup-wxwidgets
191 - default
192 - eautoreconf
193 -}
194 -
195 -src_configure() {
196 - local myeconfargs=(
197 - --disable-autoupdatecheck
198 - --with-pugixml=system
199 - $(use_enable nls locales)
200 - $(use_with dbus)
201 - )
202 - econf "${myeconfargs[@]}"
203 -}
204 -
205 -pkg_preinst() {
206 - xdg_pkg_preinst
207 -}
208 -
209 -pkg_postinst() {
210 - xdg_pkg_postinst
211 -}
212 -
213 -pkg_postrm() {
214 - xdg_pkg_postrm
215 -}