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 32CAD158086 for ; Thu, 16 Dec 2021 10:57:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE0F22BC043; Thu, 16 Dec 2021 10:57:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A21DF2BC041 for ; Thu, 16 Dec 2021 10:57:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D13BE3434FD for ; Thu, 16 Dec 2021 10:57:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98929278 for ; Thu, 16 Dec 2021 10:57:30 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1639652166.7bab21aa6bac235f70f9c1963c82cf0cc3112b1b.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/forge/ X-VCS-Repository: proj/sci X-VCS-Files: sci-visualization/forge/forge-1.0.5.ebuild sci-visualization/forge/forge-1.0.7.ebuild sci-visualization/forge/forge-9999.ebuild X-VCS-Directories: sci-visualization/forge/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 7bab21aa6bac235f70f9c1963c82cf0cc3112b1b X-VCS-Branch: master Date: Thu, 16 Dec 2021 10:57:30 +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: 8277a328-abf3-41d7-95e5-98ca7a391962 X-Archives-Hash: df47b09263306b02a66bd0a94b78d0bd commit: 7bab21aa6bac235f70f9c1963c82cf0cc3112b1b Author: Andrew Ammerlaan gentoo org> AuthorDate: Thu Dec 16 10:56:06 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Dec 16 10:56:06 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7bab21aa sci-visualization/forge: drop UnusedInherits Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-visualization/forge/forge-1.0.5.ebuild | 4 ++-- sci-visualization/forge/forge-1.0.7.ebuild | 2 +- sci-visualization/forge/forge-9999.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sci-visualization/forge/forge-1.0.5.ebuild b/sci-visualization/forge/forge-1.0.5.ebuild index 64a14e696..b222dac0c 100644 --- a/sci-visualization/forge/forge-1.0.5.ebuild +++ b/sci-visualization/forge/forge-1.0.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake multilib +inherit cmake DESCRIPTION="High Performance Visualizations for ArrayFire" HOMEPAGE="http://www.arrayfire.com/" diff --git a/sci-visualization/forge/forge-1.0.7.ebuild b/sci-visualization/forge/forge-1.0.7.ebuild index ab5fa17bb..b222dac0c 100644 --- a/sci-visualization/forge/forge-1.0.7.ebuild +++ b/sci-visualization/forge/forge-1.0.7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake multilib +inherit cmake DESCRIPTION="High Performance Visualizations for ArrayFire" HOMEPAGE="http://www.arrayfire.com/" diff --git a/sci-visualization/forge/forge-9999.ebuild b/sci-visualization/forge/forge-9999.ebuild index 64a14e696..b222dac0c 100644 --- a/sci-visualization/forge/forge-9999.ebuild +++ b/sci-visualization/forge/forge-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake multilib +inherit cmake DESCRIPTION="High Performance Visualizations for ArrayFire" HOMEPAGE="http://www.arrayfire.com/"