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 A69F9158004 for ; Mon, 15 Jan 2024 16:59:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9E92E29A4; Mon, 15 Jan 2024 16:59:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BF8FCE29A4 for ; Mon, 15 Jan 2024 16:59:39 +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 007E034325F for ; Mon, 15 Jan 2024 16:59:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4642F11A0 for ; Mon, 15 Jan 2024 16:59:37 +0000 (UTC) From: "Vadim Misbakh-Soloviov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vadim Misbakh-Soloviov" Message-ID: <1705337952.5b44028d7afabd2b3fe0ba91c04baeee2a251f19.mva@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: dev-libs/fuzzylite/ X-VCS-Repository: proj/gamerlay X-VCS-Files: dev-libs/fuzzylite/fuzzylite-6.0.ebuild dev-libs/fuzzylite/metadata.xml X-VCS-Directories: dev-libs/fuzzylite/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim Misbakh-Soloviov X-VCS-Revision: 5b44028d7afabd2b3fe0ba91c04baeee2a251f19 X-VCS-Branch: master Date: Mon, 15 Jan 2024 16:59:37 +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: ff3d5c0e-209f-43c8-aa4b-6b5616caff7b X-Archives-Hash: 5635768a63e4036d135d92b74c6c344d commit: 5b44028d7afabd2b3fe0ba91c04baeee2a251f19 Author: Vadim Misbakh-Soloviov gentoo org> AuthorDate: Mon Jan 15 16:57:34 2024 +0000 Commit: Vadim Misbakh-Soloviov gentoo org> CommitDate: Mon Jan 15 16:59:12 2024 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=5b44028d dev-libs/fuzzylite: fix build Signed-off-by: Vadim Misbakh-Soloviov gentoo.org> dev-libs/fuzzylite/fuzzylite-6.0.ebuild | 7 ++++--- dev-libs/fuzzylite/metadata.xml | 10 +++------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/dev-libs/fuzzylite/fuzzylite-6.0.ebuild b/dev-libs/fuzzylite/fuzzylite-6.0.ebuild index d05ba89..16a104e 100644 --- a/dev-libs/fuzzylite/fuzzylite-6.0.ebuild +++ b/dev-libs/fuzzylite/fuzzylite-6.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake DESCRIPTION="A Fuzzy Logic Control Library in C++" -HOMEPAGE="http://www.fuzzylite.com/" +HOMEPAGE="https://www.fuzzylite.com/" SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-3" @@ -24,6 +24,7 @@ src_configure() { -DFL_USE_FLOAT=ON -DFL_BACKTRACE=ON -DFL_BUILD_TESTS=OFF + -DCMAKE_CXX_FLAGS="-Wno-error=deprecated-declarations" ) cmake_src_configure } diff --git a/dev-libs/fuzzylite/metadata.xml b/dev-libs/fuzzylite/metadata.xml index d83a7f5..073c1ca 100644 --- a/dev-libs/fuzzylite/metadata.xml +++ b/dev-libs/fuzzylite/metadata.xml @@ -1,11 +1,7 @@ - -git@mva.name -Vadim A. Misbakh-Soloviov - - -A Fuzzy Logic Control Library in C++ - + + fuzzylite/fuzzylite +