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: dev-libs/libfilezilla/
Date: Wed, 27 Nov 2019 13:44:18
Message-Id: 1574862250.8066275b2b18079ceebfc314fa910419278a7689.polynomial-c@gentoo
1 commit: 8066275b2b18079ceebfc314fa910419278a7689
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 27 13:42:45 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 27 13:44:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8066275b
7
8 dev-libs/libfilezilla: 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 dev-libs/libfilezilla/Manifest | 2 --
14 dev-libs/libfilezilla/libfilezilla-0.16.0.ebuild | 31 ---------------------
15 dev-libs/libfilezilla/libfilezilla-0.17.1.ebuild | 34 ------------------------
16 3 files changed, 67 deletions(-)
17
18 diff --git a/dev-libs/libfilezilla/Manifest b/dev-libs/libfilezilla/Manifest
19 index 9387a4d7746..d691c8531f3 100644
20 --- a/dev-libs/libfilezilla/Manifest
21 +++ b/dev-libs/libfilezilla/Manifest
22 @@ -1,5 +1,3 @@
23 DIST libfilezilla-0.15.1.tar.bz2 404746 BLAKE2B 644f4b8949670d5b07f9e7b861d388ce70eae6612e34bf938cb628b65724a527e33c1f039087fd8381c06a15c12cc2b4fc6f616cc5949bf325e2eebf41abdf2d SHA512 d557f7636bfc3958b8558fab3384b0ea84caea594566d39c051f20f02dfd71213369c50df282a3f7d2dd757038bd26e9722214839dab965cb7cde9733d59883a
24 -DIST libfilezilla-0.16.0.tar.bz2 413535 BLAKE2B ea6ce80e272efea3fcef2fbd1f0ecca1248c314eea49631b4a98d257cfe1ebe505de011c021874ab0158883077d0af61929689ffb2b92528ef50502d84c933a7 SHA512 ea3302ae0c51582d6715fa3dd06d330a2ac820c3229b4dcab4a3470021dba667b6aea1a5b13168d720d7218cc8513e40c97990ed6573d0ea46d76e6ef50c2e6e
25 -DIST libfilezilla-0.17.1.tar.bz2 517778 BLAKE2B d678675b2fafe80e2f0e54af372220194870460c1eeaeb91ae6709ad8addcfbb6326819bbaf1d3782e391b07172f94783b0d8a3405f54bad3f818c72426b5047 SHA512 c9c88bf3cbeb5284c3e55571b40b07f780cb23aeb802284d385a2564bf46396875a34739f9819b0c3f89923950f19a13f6454940434a987bb91b2f23b898f774
26 DIST libfilezilla-0.18.2.tar.bz2 526968 BLAKE2B 81b27c18e9c04e2277dbe7a2fa2bfe3c1fa7c1f9c27eaf5cc02f309a15e9b61e71e5a67aa359c7bb36b27335f008cfb58641adcb42745ac00b9ac9eb2c649cde SHA512 6f165a008ea8e3090554070685ef042b5304a8e7fdeb9f16c81a01c00b5fcb3d4acd356cfaf3fc1189c04db0b726dd005c592f6c7c6b06a527d8b82e7890257b
27 DIST libfilezilla-0.19.1.tar.bz2 539952 BLAKE2B a581964a34c9104543eb06579e1f1b816b0f47e6ef3af0de9aa0b7528665ca0ac17ddf3c5327a434b8e344bdde5602f1b7a71b7cc755367e750c88de06329335 SHA512 1342a199e4bdc211437deaa4ff34fe7f7de476a664b1ea4dc8df0482db98eb6c21e03f9c7b510bc00c81f6dacd7fdec2fa721554fe6e71c5bb2763618759b1a1
28
29 diff --git a/dev-libs/libfilezilla/libfilezilla-0.16.0.ebuild b/dev-libs/libfilezilla/libfilezilla-0.16.0.ebuild
30 deleted file mode 100644
31 index 39cd9c263a9..00000000000
32 --- a/dev-libs/libfilezilla/libfilezilla-0.16.0.ebuild
33 +++ /dev/null
34 @@ -1,31 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -inherit flag-o-matic
40 -
41 -DESCRIPTION="C++ library offering some basic functionality for platform-independent programs"
42 -HOMEPAGE="https://lib.filezilla-project.org/"
43 -SRC_URI="https://download.filezilla-project.org/${PN}/${P}.tar.bz2"
44 -
45 -LICENSE="GPL-2+"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86"
48 -IUSE="test"
49 -
50 -RESTRICT="!test? ( test )"
51 -
52 -RDEPEND="dev-libs/nettle:0="
53 -DEPEND="${RDEPEND}
54 - test? ( dev-util/cppunit )"
55 -
56 -pkg_pretend() {
57 - if [[ ${MERGE_TYPE} != binary ]]; then
58 - if ! test-flag-CXX -std=c++14; then
59 - eerror "${P} requires C++14-capable C++ compiler. Your current compiler"
60 - eerror "does not seem to support -std=c++14 option. Please upgrade your compiler"
61 - eerror "to gcc-4.9 or an equivalent version supporting C++14."
62 - die "Currently active compiler does not support -std=c++14"
63 - fi
64 - fi
65 -}
66
67 diff --git a/dev-libs/libfilezilla/libfilezilla-0.17.1.ebuild b/dev-libs/libfilezilla/libfilezilla-0.17.1.ebuild
68 deleted file mode 100644
69 index 50dbeed2dab..00000000000
70 --- a/dev-libs/libfilezilla/libfilezilla-0.17.1.ebuild
71 +++ /dev/null
72 @@ -1,34 +0,0 @@
73 -# Copyright 1999-2019 Gentoo Authors
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=7
77 -inherit flag-o-matic
78 -
79 -DESCRIPTION="C++ library offering some basic functionality for platform-independent programs"
80 -HOMEPAGE="https://lib.filezilla-project.org/"
81 -SRC_URI="https://download.filezilla-project.org/${PN}/${P}.tar.bz2"
82 -
83 -LICENSE="GPL-2+"
84 -SLOT="0"
85 -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86"
86 -IUSE="test"
87 -
88 -RESTRICT="!test? ( test )"
89 -
90 -RDEPEND="
91 - dev-libs/nettle:0=
92 - >=net-libs/gnutls-3.5.7:=
93 -"
94 -DEPEND="${RDEPEND}
95 - test? ( dev-util/cppunit )"
96 -
97 -pkg_pretend() {
98 - if [[ ${MERGE_TYPE} != binary ]]; then
99 - if ! test-flag-CXX -std=c++14; then
100 - eerror "${P} requires C++14-capable C++ compiler. Your current compiler"
101 - eerror "does not seem to support -std=c++14 option. Please upgrade your compiler"
102 - eerror "to gcc-4.9 or an equivalent version supporting C++14."
103 - die "Currently active compiler does not support -std=c++14"
104 - fi
105 - fi
106 -}