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, 06 Jan 2021 23:57:04
Message-Id: 1609977415.daecdc79795cd6b618927b5d4d42744e69f74554.polynomial-c@gentoo
1 commit: daecdc79795cd6b618927b5d4d42744e69f74554
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 6 23:56:55 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 6 23:56:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daecdc79
7
8 dev-libs/libfilezilla: 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 dev-libs/libfilezilla/Manifest | 2 -
14 dev-libs/libfilezilla/libfilezilla-0.20.2.ebuild | 39 -------------------
15 dev-libs/libfilezilla/libfilezilla-0.24.1.ebuild | 48 ------------------------
16 3 files changed, 89 deletions(-)
17
18 diff --git a/dev-libs/libfilezilla/Manifest b/dev-libs/libfilezilla/Manifest
19 index e99a59c0505..edb771315b1 100644
20 --- a/dev-libs/libfilezilla/Manifest
21 +++ b/dev-libs/libfilezilla/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST libfilezilla-0.20.2.tar.bz2 549679 BLAKE2B 929c535ed7ad65fb35bc7f3a21c827ff51d01e387f383bf677f86b78aa79deafa81781eee87afe3c9c8a4d48c60ea02f7fff45b4e469f3755511c9b11001dc88 SHA512 242df38b335558c83fde91800787992adaa617292d119a15d8036adc1622b207127d0e8e6fb935b4300e1e0d63e196636589ba513e410c751dea052164a773d7
24 -DIST libfilezilla-0.24.1.tar.bz2 560439 BLAKE2B f4848149839fa121ed856726769a9517932ab0b34dd19696d66bd15ad8208fa0bb3e7dbf9cb31baeabea02ec6e0b7d0c8e48fbca3956c26251dcbbb4332c727c SHA512 f9075bb88e5c10617d21fb7b49f7e9bd38567eeca3c4a1cd8b1e20354b1e3da95f05618897cefa6758c7843efd9833230843f77a0c23e7019cf22c950e7e8e8c
25 DIST libfilezilla-0.25.0.tar.bz2 562726 BLAKE2B 8e6f381d2eb00445b4553418aafca750ee2a49a10410fe8de0f31ee15a3d33bf679ee1a10bc6e77800747d14bd79e0e90a585a8a090a09e55adb392a96020907 SHA512 7c07807a6d11f3455e41c9593ddeab8b5947448c5205f10e1e7306e0df27df24821189c75167007e00671b5d573ded72208e6f923406e37e8e5e3c28181ebe1a
26 DIST libfilezilla-0.26.0.tar.bz2 564361 BLAKE2B 962f513846cf74a419a281c751266360196225c06577e7f5fe6b67f23ef3a4759f7372cac8fe11918e49a0ed20e08995c4bd971a02e692979dc09726be51fea9 SHA512 96ccc61e66dae744c092389a570f591e4f4e62ebf4fc39ed5a60206ea96b47b1aeb3d8f2fb7e22b4920560af4ec212540cc177d23ddbeea879dcd80143b86af6
27
28 diff --git a/dev-libs/libfilezilla/libfilezilla-0.20.2.ebuild b/dev-libs/libfilezilla/libfilezilla-0.20.2.ebuild
29 deleted file mode 100644
30 index 13bbdb1ccbb..00000000000
31 --- a/dev-libs/libfilezilla/libfilezilla-0.20.2.ebuild
32 +++ /dev/null
33 @@ -1,39 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -inherit flag-o-matic
39 -
40 -DESCRIPTION="C++ library offering some basic functionality for platform-independent programs"
41 -HOMEPAGE="https://lib.filezilla-project.org/"
42 -SRC_URI="https://download.filezilla-project.org/${PN}/${P}.tar.bz2"
43 -
44 -LICENSE="GPL-2+"
45 -SLOT="0/4" # libfilezilla .so version
46 -KEYWORDS="amd64 ~arm ~ia64 ~ppc ppc64 x86"
47 -IUSE="test"
48 -
49 -RESTRICT="!test? ( test )"
50 -
51 -RDEPEND="
52 - dev-libs/nettle:0=
53 - >=net-libs/gnutls-3.5.7:=
54 -"
55 -DEPEND="${RDEPEND}
56 - test? ( dev-util/cppunit )"
57 -
58 -pkg_pretend() {
59 - if [[ ${MERGE_TYPE} != binary ]]; then
60 - if ! test-flag-CXX -std=c++14; then
61 - eerror "${P} requires C++14-capable C++ compiler. Your current compiler"
62 - eerror "does not seem to support -std=c++14 option. Please upgrade your compiler"
63 - eerror "to gcc-4.9 or an equivalent version supporting C++14."
64 - die "Currently active compiler does not support -std=c++14"
65 - fi
66 - fi
67 -}
68 -
69 -src_install() {
70 - default
71 - find "${ED}" -type f \( -name "*.a" -o -name "*.la" \) -delete || die
72 -}
73
74 diff --git a/dev-libs/libfilezilla/libfilezilla-0.24.1.ebuild b/dev-libs/libfilezilla/libfilezilla-0.24.1.ebuild
75 deleted file mode 100644
76 index 06fb1f38b74..00000000000
77 --- a/dev-libs/libfilezilla/libfilezilla-0.24.1.ebuild
78 +++ /dev/null
79 @@ -1,48 +0,0 @@
80 -# Copyright 1999-2020 Gentoo Authors
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=7
84 -inherit flag-o-matic
85 -
86 -DESCRIPTION="C++ library offering some basic functionality for platform-independent programs"
87 -HOMEPAGE="https://lib.filezilla-project.org/"
88 -SRC_URI="https://download.filezilla-project.org/${PN}/${P}.tar.bz2"
89 -
90 -LICENSE="GPL-2+"
91 -SLOT="0/9" # libfilezilla.so version
92 -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
93 -IUSE="test"
94 -
95 -RESTRICT="!test? ( test )"
96 -
97 -RDEPEND="
98 - dev-libs/nettle:0=
99 - >=net-libs/gnutls-3.5.7:=
100 -"
101 -DEPEND="${RDEPEND}
102 - test? ( dev-util/cppunit )"
103 -
104 -pkg_pretend() {
105 - if [[ ${MERGE_TYPE} != binary ]]; then
106 - if ! test-flag-CXX -std=c++14; then
107 - eerror "${P} requires C++14-capable C++ compiler. Your current compiler"
108 - eerror "does not seem to support -std=c++14 option. Please upgrade your compiler"
109 - eerror "to gcc-4.9 or an equivalent version supporting C++14."
110 - die "Currently active compiler does not support -std=c++14"
111 - fi
112 - fi
113 -}
114 -
115 -src_configure() {
116 - if use ppc || use arm || use hppa; then
117 - # bug 727652
118 - append-libs -latomic
119 - fi
120 -
121 - default
122 -}
123 -
124 -src_install() {
125 - default
126 - find "${ED}" -type f \( -name "*.a" -o -name "*.la" \) -delete || die
127 -}