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