From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D7BD158016 for ; Thu, 21 Dec 2023 08:01:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 819EB2BC01A; Thu, 21 Dec 2023 08:01:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 631542BC01A for ; Thu, 21 Dec 2023 08:01:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C840340940 for ; Thu, 21 Dec 2023 08:01:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C95111357 for ; Thu, 21 Dec 2023 08:01:00 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1703145657.8d0dc256f77ab34f0fa20540b289002a0715fc08.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfilezilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libfilezilla/Manifest dev-libs/libfilezilla/libfilezilla-0.44.0.ebuild X-VCS-Directories: dev-libs/libfilezilla/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 8d0dc256f77ab34f0fa20540b289002a0715fc08 X-VCS-Branch: master Date: Thu, 21 Dec 2023 08:01:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6f5f4b01-b9a2-467e-a42e-b3322e24bdf7 X-Archives-Hash: ac4a8d59e719f7860cc93e234885f5a0 commit: 8d0dc256f77ab34f0fa20540b289002a0715fc08 Author: Bernard Cafarelli gentoo org> AuthorDate: Thu Dec 21 08:00:57 2023 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Thu Dec 21 08:00:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d0dc256 dev-libs/libfilezilla: drop 0.44.0 Signed-off-by: Bernard Cafarelli gentoo.org> dev-libs/libfilezilla/Manifest | 1 - dev-libs/libfilezilla/libfilezilla-0.44.0.ebuild | 54 ------------------------ 2 files changed, 55 deletions(-) diff --git a/dev-libs/libfilezilla/Manifest b/dev-libs/libfilezilla/Manifest index 7ac39117b650..b859ccc56012 100644 --- a/dev-libs/libfilezilla/Manifest +++ b/dev-libs/libfilezilla/Manifest @@ -1,2 +1 @@ -DIST libfilezilla-0.44.0.tar.xz 541136 BLAKE2B 73344ef8cebdfb6334204baf37e9cb9ab4171fe7307fc186b77139e912aa7a8dd9d9970f765a1c7059d146cdae69ce81571749052cc4b981841229058225badc SHA512 44547cfce1c2b33cbddbd3c7150613d050c9d6f1130e7969b0ad26e96d4e18a0a7251ca045e1dba1442a1d9c7f19e463b5eab7985a0cc98e652caf79809d291f DIST libfilezilla-0.45.0.tar.xz 543340 BLAKE2B c85c07d23381d63c6f959e9721fa898982c692cafcd863cd15da7fce7e486bf2031b0d0e1fb18efeb271d1aa497eabe0dff4c14f8ff89fbe3ed880a737fc8f6e SHA512 304838e8cf6e644378c0727bc8b9d2f87287a646db4cb765a04d156717f8c233b8a34085049e4893ec345a1a1d576f0ba33df705dee022e16ff433cddd926ce0 diff --git a/dev-libs/libfilezilla/libfilezilla-0.44.0.ebuild b/dev-libs/libfilezilla/libfilezilla-0.44.0.ebuild deleted file mode 100644 index c17d1a81f8f7..000000000000 --- a/dev-libs/libfilezilla/libfilezilla-0.44.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.xz" - -LICENSE="GPL-2+" -SLOT="0/40" # 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 -}