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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 176281382C5 for ; Fri, 12 Mar 2021 09:43:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D76CE0AB1; Fri, 12 Mar 2021 09:43:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4FF7BE0AB1 for ; Fri, 12 Mar 2021 09:43:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6D1E340B1E for ; Fri, 12 Mar 2021 09:42:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 245D953 for ; Fri, 12 Mar 2021 09:42:58 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1615542134.8e07d499b9d5acf45597936fef4370c0172d3247.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/fann/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/fann/fann-2.2.0-r1.ebuild sci-mathematics/fann/fann-9999.ebuild X-VCS-Directories: sci-mathematics/fann/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8e07d499b9d5acf45597936fef4370c0172d3247 X-VCS-Branch: master Date: Fri, 12 Mar 2021 09:42:58 +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: feb9920f-3b76-4188-a4a0-89dd0693f8cc X-Archives-Hash: 805e4f87d54e32b2aa9532b5a694c58f commit: 8e07d499b9d5acf45597936fef4370c0172d3247 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 12 09:41:17 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 12 09:42:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e07d499 sci-mathematics/fann: Revert multilib support Reverting commit 4f798560ee14becf35b08aabbe758ba60aa52b73. Done without fixing tests for multilib, no one fixed the bug since 2019. Bug: https://bugs.gentoo.org/589380 Closes: https://bugs.gentoo.org/700760 Bug: https://bugs.gentoo.org/770553 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-mathematics/fann/fann-2.2.0-r1.ebuild | 10 +++++----- sci-mathematics/fann/fann-9999.ebuild | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sci-mathematics/fann/fann-2.2.0-r1.ebuild b/sci-mathematics/fann/fann-2.2.0-r1.ebuild index f37ab14a888..044956a1bb4 100644 --- a/sci-mathematics/fann/fann-2.2.0-r1.ebuild +++ b/sci-mathematics/fann/fann-2.2.0-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 MY_P=FANN-${PV}-Source -inherit cmake-multilib +inherit cmake DESCRIPTION="Fast Artificial Neural Network Library" -HOMEPAGE="http://leenissen.dk/fann/" +HOMEPAGE="http://leenissen.dk/fann/wp/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" LICENSE="LGPL-2.1" @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="examples" RDEPEND="" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" S="${WORKDIR}/${MY_P}" @@ -30,7 +30,7 @@ src_test() { } src_install() { - cmake-multilib_src_install + cmake_src_install if use examples; then insinto /usr/share/doc/${PF} doins -r examples diff --git a/sci-mathematics/fann/fann-9999.ebuild b/sci-mathematics/fann/fann-9999.ebuild index 6ac50e2ce43..b9c40c48300 100644 --- a/sci-mathematics/fann/fann-9999.ebuild +++ b/sci-mathematics/fann/fann-9999.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-multilib git-r3 toolchain-funcs +inherit cmake git-r3 toolchain-funcs DESCRIPTION="Fast Artificial Neural Network Library" -HOMEPAGE="http://leenissen.dk/fann/" +HOMEPAGE="http://leenissen.dk/fann/wp/" EGIT_REPO_URI="https://github.com/libfann/fann" LICENSE="LGPL-2.1" @@ -20,7 +20,7 @@ src_test() { } src_install() { - cmake-multilib_src_install + cmake_src_install if use examples; then insinto /usr/share/doc/${PF} doins -r examples