From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfilezilla/
Date: Sat, 29 Jul 2023 07:39:04 +0000 (UTC) [thread overview]
Message-ID: <1690615224.c6bab1e9377219b8d6d35b7b1e94184b81bcbb17.voyageur@gentoo> (raw)
commit: c6bab1e9377219b8d6d35b7b1e94184b81bcbb17
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 29 07:20:24 2023 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Jul 29 07:20:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6bab1e9
dev-libs/libfilezilla: drop 0.39.2, 0.41.0, 0.41.1
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
dev-libs/libfilezilla/Manifest | 3 --
dev-libs/libfilezilla/libfilezilla-0.39.2.ebuild | 51 ----------------------
dev-libs/libfilezilla/libfilezilla-0.41.0.ebuild | 54 ------------------------
dev-libs/libfilezilla/libfilezilla-0.41.1.ebuild | 54 ------------------------
4 files changed, 162 deletions(-)
diff --git a/dev-libs/libfilezilla/Manifest b/dev-libs/libfilezilla/Manifest
index 32e89032a1c2..d8d30df8a76a 100644
--- a/dev-libs/libfilezilla/Manifest
+++ b/dev-libs/libfilezilla/Manifest
@@ -1,5 +1,2 @@
DIST libfilezilla-0.39.1.tar.bz2 622574 BLAKE2B 2845f0309f8a9036f42930203b89d503ffe5897dbb819cc9249b3179deb24f5c562843471712702d7a302df0b3c7dead1bc108de9dd5dd4b1cb1501cd3ef9ba1 SHA512 b5c4dcaef146ea3e249a4972e66aa441187693bea148f0ead0c08568ecf1856a78c7455cbc70737d82b9c33c2af5d6abe79dd4cb2dfbb65bdcefd6765016dfb6
-DIST libfilezilla-0.39.2.tar.bz2 623763 BLAKE2B f3fac951ea46e36d45748697f4f8d78b46176d457c42a031355f3d35713d419b31b2e886bfcba9f769814c67b8cd797ebc67b2ec6f338213a22dda7cc0282b6e SHA512 ffa0728aaaa90e1561f8ab6bb855bf21068d0a653dd764560064b36efc20b9d0182d97151fb528a7fb26fb2f1779a884d23f1e4cf0b13fa7984e7f3568c9c217
-DIST libfilezilla-0.41.0.tar.bz2 627849 BLAKE2B 1697ce1a50b8d490d0197fb349ae7652dc6c7b9815dce68158478ba3122d483bf35cf1ab5c540b784d5677000c71afaabedc7e4097b38c486331238737351c01 SHA512 bda747299807c37c738ee6ade2f926bc500bd3d67de5b84b0201a4769c6c3d0899c3113c93afd88dc9958bc711426d6918af355e2d971c1b12de30304f2a47fc
-DIST libfilezilla-0.41.1.tar.bz2 627934 BLAKE2B 8838753f504ef3891c3602b473586c1b5eaeea5e2930e1d8386b28a1a620d73ebf7f2b48b3acdd8085eba7f904e4fdd99789e73dfdab5036de5fe32b6aa8534b SHA512 ae66fe9e0d537942f306e44f107553e870839031b1c6997f4638da3c5f015d94669eb869723d95d95632ebd30e17afc8303008501892caf76538a6898cf6210b
DIST libfilezilla-0.42.2.tar.xz 529032 BLAKE2B 08d4f48d4b4d38ba8cc52779d7e3b589d5bd7c76a2ab74f668064e49c4eb1d85f676715f363baae0660a2d04def82aed53e57e4bc7e9f97f0934802adc523c1d SHA512 a453854f3a7143a63a2fc79458096e9b8f2f6a07f480cb15a0c0873a4cc147c0373d6f1647e1dd3dece015fbdedc3ce3085d4c7d26c801c0948fd1c593fd6d8c
diff --git a/dev-libs/libfilezilla/libfilezilla-0.39.2.ebuild b/dev-libs/libfilezilla/libfilezilla-0.39.2.ebuild
deleted file mode 100644
index f3634e7ca805..000000000000
--- a/dev-libs/libfilezilla/libfilezilla-0.39.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit flag-o-matic
-
-DESCRIPTION="C++ library offering some basic functionality for platform-independent programs"
-HOMEPAGE="https://lib.filezilla-project.org/"
-SRC_URI="https://download.filezilla-project.org/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0/32" # libfilezilla.so version
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="test"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-libs/nettle:0=
- >=net-libs/gnutls-3.5.7:=
- virtual/libcrypt:=
-"
-DEPEND="${RDEPEND}
- test? ( dev-util/cppunit )"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.37.1-pthread.patch )
-
-pkg_pretend() {
- if [[ ${MERGE_TYPE} != binary ]]; then
- if ! test-flag-CXX -std=c++14; then
- eerror "${P} requires C++14-capable C++ compiler. Your current compiler"
- eerror "does not seem to support -std=c++14 option. Please upgrade your compiler"
- eerror "to gcc-4.9 or an equivalent version supporting C++14."
- die "Currently active compiler does not support -std=c++14"
- fi
- fi
-}
-
-src_configure() {
- if use ppc || use arm || use hppa; then
- # bug 727652
- append-libs -latomic
- fi
-
- econf --disable-static
-}
-
-src_install() {
- default
- find "${ED}" -type f -name "*.la" -delete || die
-}
diff --git a/dev-libs/libfilezilla/libfilezilla-0.41.0.ebuild b/dev-libs/libfilezilla/libfilezilla-0.41.0.ebuild
deleted file mode 100644
index f6ab16d883db..000000000000
--- a/dev-libs/libfilezilla/libfilezilla-0.41.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit flag-o-matic
-
-DESCRIPTION="C++ library offering some basic functionality for platform-independent programs"
-HOMEPAGE="https://lib.filezilla-project.org/"
-SRC_URI="https://download.filezilla-project.org/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0/34" # libfilezilla.so version
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="test"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-libs/nettle:0=
- >=net-libs/gnutls-3.5.7:=
- virtual/libcrypt:=
-"
-DEPEND="${RDEPEND}
- test? ( dev-util/cppunit )"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.37.1-pthread.patch
- "${FILESDIR}"/${PN}-0.41.0-gcc13.patch
-)
-
-pkg_pretend() {
- if [[ ${MERGE_TYPE} != binary ]]; then
- if ! test-flag-CXX -std=c++14; then
- eerror "${P} requires C++14-capable C++ compiler. Your current compiler"
- eerror "does not seem to support -std=c++14 option. Please upgrade your compiler"
- eerror "to gcc-4.9 or an equivalent version supporting C++14."
- die "Currently active compiler does not support -std=c++14"
- fi
- fi
-}
-
-src_configure() {
- if use ppc || use arm || use hppa; then
- # bug 727652
- append-libs -latomic
- fi
-
- econf --disable-static
-}
-
-src_install() {
- default
- find "${ED}" -type f -name "*.la" -delete || die
-}
diff --git a/dev-libs/libfilezilla/libfilezilla-0.41.1.ebuild b/dev-libs/libfilezilla/libfilezilla-0.41.1.ebuild
deleted file mode 100644
index dddc27f0e981..000000000000
--- a/dev-libs/libfilezilla/libfilezilla-0.41.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit flag-o-matic
-
-DESCRIPTION="C++ library offering some basic functionality for platform-independent programs"
-HOMEPAGE="https://lib.filezilla-project.org/"
-SRC_URI="https://download.filezilla-project.org/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0/35" # libfilezilla.so version
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="test"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-libs/nettle:0=
- >=net-libs/gnutls-3.5.7:=
- virtual/libcrypt:=
-"
-DEPEND="${RDEPEND}
- test? ( dev-util/cppunit )"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.37.1-pthread.patch
- "${FILESDIR}"/${PN}-0.41.0-gcc13.patch
-)
-
-pkg_pretend() {
- if [[ ${MERGE_TYPE} != binary ]]; then
- if ! test-flag-CXX -std=c++14; then
- eerror "${P} requires C++14-capable C++ compiler. Your current compiler"
- eerror "does not seem to support -std=c++14 option. Please upgrade your compiler"
- eerror "to gcc-4.9 or an equivalent version supporting C++14."
- die "Currently active compiler does not support -std=c++14"
- fi
- fi
-}
-
-src_configure() {
- if use ppc || use arm || use hppa; then
- # bug 727652
- append-libs -latomic
- fi
-
- econf --disable-static
-}
-
-src_install() {
- default
- find "${ED}" -type f -name "*.la" -delete || die
-}
next reply other threads:[~2023-07-29 7:39 UTC|newest]
Thread overview: 169+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-29 7:39 Bernard Cafarelli [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-08 3:03 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfilezilla/ Yixun Lan
2024-11-08 3:03 Yixun Lan
2024-10-26 5:43 Arthur Zamarin
2024-09-19 18:34 Sam James
2024-09-19 18:34 Sam James
2024-09-19 18:34 Sam James
2024-07-11 0:03 Yixun Lan
2024-07-11 0:03 Yixun Lan
2024-07-10 15:24 Eli Schwartz
2024-07-03 5:17 Ionen Wolkens
2024-06-07 16:08 Arthur Zamarin
2024-06-07 13:23 Arthur Zamarin
2024-06-06 16:51 Arthur Zamarin
2024-04-15 19:36 Bernard Cafarelli
2024-02-08 8:56 Bernard Cafarelli
2024-01-08 9:56 Sam James
2023-12-21 8:01 Bernard Cafarelli
2023-12-13 19:29 Arthur Zamarin
2023-12-13 19:29 Arthur Zamarin
2023-12-13 19:29 Arthur Zamarin
2023-12-13 19:29 Arthur Zamarin
2023-10-27 5:44 Yixun Lan
2023-10-22 13:58 Joonas Niilola
2023-10-22 13:58 Joonas Niilola
2023-10-22 1:16 Yixun Lan
2023-10-10 21:44 Yixun Lan
2023-10-10 15:09 Arthur Zamarin
2023-10-09 20:02 Sam James
2023-08-04 9:22 Sam James
2023-07-29 7:39 Bernard Cafarelli
2023-07-16 20:22 Jakov Smolić
2023-06-20 16:48 Arthur Zamarin
2023-06-18 1:53 Yixun Lan
2023-05-14 10:00 Bernard Cafarelli
2023-03-14 22:07 Bernard Cafarelli
2023-01-20 12:13 Yixun Lan
2022-11-24 20:01 Bernard Cafarelli
2022-11-23 14:12 Jakov Smolić
2022-11-21 6:40 Yixun Lan
2022-11-20 18:31 Arthur Zamarin
2022-11-20 18:31 Arthur Zamarin
2022-10-28 13:16 Yixun Lan
2022-09-15 21:09 Bernard Cafarelli
2022-09-15 6:46 Yixun Lan
2022-08-15 6:23 Yixun Lan
2022-08-15 6:23 Yixun Lan
2022-08-12 8:06 Agostino Sarubbo
2022-08-12 8:06 Agostino Sarubbo
2022-08-11 17:37 Arthur Zamarin
2022-07-23 8:32 Bernard Cafarelli
2022-05-02 13:02 Lars Wendler
2022-04-26 0:38 Yixun Lan
2022-04-26 0:38 Yixun Lan
2022-04-22 17:31 Arthur Zamarin
2022-04-22 17:31 Arthur Zamarin
2022-04-21 7:07 Agostino Sarubbo
2022-04-21 7:02 Agostino Sarubbo
2022-04-20 1:28 Yixun Lan
2022-04-14 13:52 Yixun Lan
2022-02-13 10:12 Bernard Cafarelli
2022-02-07 6:32 Sam James
2021-12-10 17:04 Lars Wendler
2021-10-30 6:40 Bernard Cafarelli
2021-10-13 20:40 Bernard Cafarelli
2021-08-21 16:29 Bernard Cafarelli
2021-07-09 22:22 Bernard Cafarelli
2021-05-15 14:00 Lars Wendler
2021-04-05 17:08 David Seifert
2021-04-05 16:53 Sam James
2021-04-05 16:45 Sam James
2021-04-05 16:43 Sam James
2021-03-16 8:08 Lars Wendler
2021-03-16 8:08 Lars Wendler
2021-03-05 18:51 Lars Wendler
2021-01-06 23:57 Lars Wendler
2021-01-06 23:56 Lars Wendler
2020-12-22 5:24 Sam James
2020-12-22 4:27 Sam James
2020-12-22 2:21 Sam James
2020-12-21 0:31 Thomas Deutschmann
2020-10-23 18:57 Lars Wendler
2020-10-23 18:57 Lars Wendler
2020-08-28 11:53 Thomas Deutschmann
2020-08-23 1:29 Thomas Deutschmann
2020-08-23 1:29 Thomas Deutschmann
2020-07-24 7:15 Lars Wendler
2020-06-09 13:50 Agostino Sarubbo
2020-05-20 19:14 Lars Wendler
2020-05-11 16:54 Bernard Cafarelli
2020-05-11 16:45 Agostino Sarubbo
2020-05-09 14:25 Bernard Cafarelli
2020-04-26 23:44 Thomas Deutschmann
2020-03-11 16:21 Lars Wendler
2020-02-25 10:02 Lars Wendler
2020-02-17 10:12 Lars Wendler
2020-02-02 9:21 Georgy Yakovlev
2019-12-21 20:35 Lars Wendler
2019-11-27 13:44 Lars Wendler
2019-11-22 11:42 Lars Wendler
2019-11-21 13:59 Lars Wendler
2019-11-21 13:30 Lars Wendler
2019-11-21 13:30 Lars Wendler
2019-09-24 21:45 Bernard Cafarelli
2019-08-16 7:59 Lars Wendler
2019-08-13 11:38 Lars Wendler
2019-07-13 12:52 Lars Wendler
2019-06-28 11:49 Lars Wendler
2019-06-21 7:58 Lars Wendler
2019-04-23 7:57 Lars Wendler
2019-03-23 21:37 Lars Wendler
2019-03-06 20:44 Lars Wendler
2019-02-07 10:40 Mikle Kolyada
2018-12-06 10:00 Bernard Cafarelli
2018-11-28 9:38 Lars Wendler
2018-10-27 0:40 Lars Wendler
2018-10-27 0:40 Lars Wendler
2018-10-10 7:18 Lars Wendler
2018-10-10 7:18 Lars Wendler
2018-09-24 9:07 Lars Wendler
2018-09-24 9:07 Lars Wendler
2018-09-18 8:10 Lars Wendler
2018-08-06 3:29 Mikle Kolyada
2018-08-05 1:03 Thomas Deutschmann
2018-07-23 9:36 Lars Wendler
2018-07-23 9:36 Lars Wendler
2018-06-19 7:46 Lars Wendler
2018-06-19 7:46 Lars Wendler
2018-05-08 12:11 Lars Wendler
2018-02-23 13:09 Lars Wendler
2018-02-23 13:09 Lars Wendler
2018-01-09 8:13 Lars Wendler
2018-01-04 18:34 Bernard Cafarelli
2017-11-30 19:05 Lars Wendler
2017-11-30 19:05 Lars Wendler
2017-10-11 12:52 Lars Wendler
2017-09-17 10:24 Sergei Trofimovich
2017-09-16 22:02 Sergei Trofimovich
2017-07-19 9:44 Bernard Cafarelli
2017-07-02 14:49 Sergei Trofimovich
2017-07-02 14:49 Sergei Trofimovich
2017-06-04 11:21 Bernard Cafarelli
2017-06-04 10:42 Agostino Sarubbo
2017-06-04 10:34 Agostino Sarubbo
2017-05-29 12:34 Bernard Cafarelli
2017-02-22 10:59 Lars Wendler
2017-02-22 10:59 Lars Wendler
2016-12-06 8:49 Lars Wendler
2016-12-06 8:49 Lars Wendler
2016-11-02 2:59 Lars Wendler
2016-11-02 2:59 Lars Wendler
2016-10-04 12:46 Lars Wendler
2016-09-28 8:40 Lars Wendler
2016-09-28 8:40 Lars Wendler
2016-07-28 5:35 Lars Wendler
2016-07-21 13:18 Lars Wendler
2016-07-21 13:18 Lars Wendler
2016-06-27 17:37 Bernard Cafarelli
2016-05-24 8:00 Lars Wendler
2016-05-24 8:00 Lars Wendler
2016-05-19 9:44 Lars Wendler
2016-04-19 12:24 Lars Wendler
2016-04-19 12:24 Lars Wendler
2016-03-01 7:54 Lars Wendler
2016-02-26 17:12 Markus Meier
2016-02-23 9:15 Lars Wendler
2016-02-23 9:15 Lars Wendler
2016-02-09 10:07 Lars Wendler
2016-01-14 13:37 Bernard Cafarelli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1690615224.c6bab1e9377219b8d6d35b7b1e94184b81bcbb17.voyageur@gentoo \
--to=voyageur@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox