Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfilezilla/
Date: Thu, 24 Nov 2022 20:01:07
Message-Id: 1669320062.444b8ddfab4204fe64482572feb4e6db0f2998a4.voyageur@gentoo
1 commit: 444b8ddfab4204fe64482572feb4e6db0f2998a4
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 24 20:00:35 2022 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 24 20:01:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=444b8ddf
7
8 dev-libs/libfilezilla: drop 0.37.2, 0.38.1
9
10 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
11
12 dev-libs/libfilezilla/Manifest | 2 -
13 dev-libs/libfilezilla/libfilezilla-0.37.2.ebuild | 51 ------------------------
14 dev-libs/libfilezilla/libfilezilla-0.38.1.ebuild | 51 ------------------------
15 3 files changed, 104 deletions(-)
16
17 diff --git a/dev-libs/libfilezilla/Manifest b/dev-libs/libfilezilla/Manifest
18 index c29d1b56ef65..fa770b0b17ad 100644
19 --- a/dev-libs/libfilezilla/Manifest
20 +++ b/dev-libs/libfilezilla/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST libfilezilla-0.37.2.tar.bz2 609128 BLAKE2B 8ff4bee0c007c2c527d172bef8a6efd4e3238e9a265d75d5a8bcc50a204e0fcef09876f112d7eacd4df4f4cf6551361e99646dd7729ab09774a7416440c5ee06 SHA512 a8902977bae5f442045faa8a68c2f85e667a2371b1e643fde49e592fa9544b0a672c476246b01b2ba7b52390b37b0f1f33e5196be4499eddf5783f225091c93a
23 -DIST libfilezilla-0.38.1.tar.bz2 621099 BLAKE2B f998fda61907edeaa62d29f686a2dfa2ef34f35866010720c4a6d8a7e16ffa7b079d0ed2098ec7df24a3921bf437362fde48d7cd53af9eca2fefd326441e65bd SHA512 486aa4934f3fde4684c134ac7648edd0dfbd2dd2082909cd8ecafcccf9e3e9a86874c250773bc28ad25a8c40c8d34f242008636efdf4d311764682cf89b6fe39
24 DIST libfilezilla-0.39.1.tar.bz2 622574 BLAKE2B 2845f0309f8a9036f42930203b89d503ffe5897dbb819cc9249b3179deb24f5c562843471712702d7a302df0b3c7dead1bc108de9dd5dd4b1cb1501cd3ef9ba1 SHA512 b5c4dcaef146ea3e249a4972e66aa441187693bea148f0ead0c08568ecf1856a78c7455cbc70737d82b9c33c2af5d6abe79dd4cb2dfbb65bdcefd6765016dfb6
25 DIST libfilezilla-0.39.2.tar.bz2 623763 BLAKE2B f3fac951ea46e36d45748697f4f8d78b46176d457c42a031355f3d35713d419b31b2e886bfcba9f769814c67b8cd797ebc67b2ec6f338213a22dda7cc0282b6e SHA512 ffa0728aaaa90e1561f8ab6bb855bf21068d0a653dd764560064b36efc20b9d0182d97151fb528a7fb26fb2f1779a884d23f1e4cf0b13fa7984e7f3568c9c217
26
27 diff --git a/dev-libs/libfilezilla/libfilezilla-0.37.2.ebuild b/dev-libs/libfilezilla/libfilezilla-0.37.2.ebuild
28 deleted file mode 100644
29 index 25a3861f9d8e..000000000000
30 --- a/dev-libs/libfilezilla/libfilezilla-0.37.2.ebuild
31 +++ /dev/null
32 @@ -1,51 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -inherit flag-o-matic
38 -
39 -DESCRIPTION="C++ library offering some basic functionality for platform-independent programs"
40 -HOMEPAGE="https://lib.filezilla-project.org/"
41 -SRC_URI="https://download.filezilla-project.org/${PN}/${P}.tar.bz2"
42 -
43 -LICENSE="GPL-2+"
44 -SLOT="0/25" # libfilezilla.so version
45 -KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv x86"
46 -IUSE="test"
47 -
48 -RESTRICT="!test? ( test )"
49 -
50 -RDEPEND="
51 - dev-libs/nettle:0=
52 - >=net-libs/gnutls-3.5.7:=
53 - virtual/libcrypt:=
54 -"
55 -DEPEND="${RDEPEND}
56 - test? ( dev-util/cppunit )"
57 -
58 -PATCHES=( "${FILESDIR}"/${PN}-0.37.1-pthread.patch )
59 -
60 -pkg_pretend() {
61 - if [[ ${MERGE_TYPE} != binary ]]; then
62 - if ! test-flag-CXX -std=c++14; then
63 - eerror "${P} requires C++14-capable C++ compiler. Your current compiler"
64 - eerror "does not seem to support -std=c++14 option. Please upgrade your compiler"
65 - eerror "to gcc-4.9 or an equivalent version supporting C++14."
66 - die "Currently active compiler does not support -std=c++14"
67 - fi
68 - fi
69 -}
70 -
71 -src_configure() {
72 - if use ppc || use arm || use hppa; then
73 - # bug 727652
74 - append-libs -latomic
75 - fi
76 -
77 - econf --disable-static
78 -}
79 -
80 -src_install() {
81 - default
82 - find "${ED}" -type f -name "*.la" -delete || die
83 -}
84
85 diff --git a/dev-libs/libfilezilla/libfilezilla-0.38.1.ebuild b/dev-libs/libfilezilla/libfilezilla-0.38.1.ebuild
86 deleted file mode 100644
87 index fa9b18b48316..000000000000
88 --- a/dev-libs/libfilezilla/libfilezilla-0.38.1.ebuild
89 +++ /dev/null
90 @@ -1,51 +0,0 @@
91 -# Copyright 1999-2022 Gentoo Authors
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=8
95 -inherit flag-o-matic
96 -
97 -DESCRIPTION="C++ library offering some basic functionality for platform-independent programs"
98 -HOMEPAGE="https://lib.filezilla-project.org/"
99 -SRC_URI="https://download.filezilla-project.org/${PN}/${P}.tar.bz2"
100 -
101 -LICENSE="GPL-2+"
102 -SLOT="0/29" # libfilezilla.so version
103 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86"
104 -IUSE="test"
105 -
106 -RESTRICT="!test? ( test )"
107 -
108 -RDEPEND="
109 - dev-libs/nettle:0=
110 - >=net-libs/gnutls-3.5.7:=
111 - virtual/libcrypt:=
112 -"
113 -DEPEND="${RDEPEND}
114 - test? ( dev-util/cppunit )"
115 -
116 -PATCHES=( "${FILESDIR}"/${PN}-0.37.1-pthread.patch )
117 -
118 -pkg_pretend() {
119 - if [[ ${MERGE_TYPE} != binary ]]; then
120 - if ! test-flag-CXX -std=c++14; then
121 - eerror "${P} requires C++14-capable C++ compiler. Your current compiler"
122 - eerror "does not seem to support -std=c++14 option. Please upgrade your compiler"
123 - eerror "to gcc-4.9 or an equivalent version supporting C++14."
124 - die "Currently active compiler does not support -std=c++14"
125 - fi
126 - fi
127 -}
128 -
129 -src_configure() {
130 - if use ppc || use arm || use hppa; then
131 - # bug 727652
132 - append-libs -latomic
133 - fi
134 -
135 - econf --disable-static
136 -}
137 -
138 -src_install() {
139 - default
140 - find "${ED}" -type f -name "*.la" -delete || die
141 -}