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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BA3FF1582ED for ; Mon, 10 Jun 2024 22:19:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDF82E2A78; Mon, 10 Jun 2024 22:19:22 +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 C29D5E2A78 for ; Mon, 10 Jun 2024 22:19:22 +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 6B20E33BEBB for ; Mon, 10 Jun 2024 22:19:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE48E1760 for ; Mon, 10 Jun 2024 22:19:19 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1718056420.4c3b8a84a0cf777056a88f71849eda91d9d00cbc.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/trilinos/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/trilinos/trilinos-14.4.0.ebuild sci-libs/trilinos/trilinos-15.0.0.ebuild sci-libs/trilinos/trilinos-15.1.1.ebuild X-VCS-Directories: sci-libs/trilinos/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 4c3b8a84a0cf777056a88f71849eda91d9d00cbc X-VCS-Branch: master Date: Mon, 10 Jun 2024 22:19:19 +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: c4e7c959-a807-495c-8602-5c2a1b3fd7d5 X-Archives-Hash: dfe5d8ad258dd183a41e6503612f4a73 commit: 4c3b8a84a0cf777056a88f71849eda91d9d00cbc Author: Matthias Maier gentoo org> AuthorDate: Mon Jun 10 21:34:21 2024 +0000 Commit: Matthias Maier gentoo org> CommitDate: Mon Jun 10 21:53:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c3b8a84 sci-libs/trilinos: [QA] fix order of variable declarations Signed-off-by: Matthias Maier gentoo.org> sci-libs/trilinos/trilinos-14.4.0.ebuild | 8 ++++---- sci-libs/trilinos/trilinos-15.0.0.ebuild | 8 ++++---- sci-libs/trilinos/trilinos-15.1.1.ebuild | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/sci-libs/trilinos/trilinos-14.4.0.ebuild b/sci-libs/trilinos/trilinos-14.4.0.ebuild index 709a6fdc1fe0..5cf7866ed9cd 100644 --- a/sci-libs/trilinos/trilinos-14.4.0.ebuild +++ b/sci-libs/trilinos/trilinos-14.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,9 +12,11 @@ MY_PV="${PV//\./-}" PATCHSET="r0" SRC_URI="https://github.com/${PN}/Trilinos/archive/${PN}-release-${MY_PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +S="${WORKDIR}/Trilinos-${PN}-release-${MY_PV}" + LICENSE="BSD LGPL-2.1" SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE=" adolc all-packages arprec clp cuda eigen glpk gtest hdf5 hwloc hypre @@ -62,8 +64,6 @@ RDEPEND=" DEPEND="${RDEPEND} virtual/pkgconfig" -S="${WORKDIR}/Trilinos-${PN}-release-${MY_PV}" - PATCHES=( ) diff --git a/sci-libs/trilinos/trilinos-15.0.0.ebuild b/sci-libs/trilinos/trilinos-15.0.0.ebuild index 2d104e3e9ce2..6cbf380341aa 100644 --- a/sci-libs/trilinos/trilinos-15.0.0.ebuild +++ b/sci-libs/trilinos/trilinos-15.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,9 +12,11 @@ MY_PV="${PV//\./-}" PATCHSET="r0" SRC_URI="https://github.com/${PN}/Trilinos/archive/${PN}-release-${MY_PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +S="${WORKDIR}/Trilinos-${PN}-release-${MY_PV}" + LICENSE="BSD LGPL-2.1" SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE=" adolc all-packages arprec clp cuda eigen glpk gtest hdf5 hwloc hypre @@ -62,8 +64,6 @@ RDEPEND=" DEPEND="${RDEPEND} virtual/pkgconfig" -S="${WORKDIR}/Trilinos-${PN}-release-${MY_PV}" - PATCHES=( ) diff --git a/sci-libs/trilinos/trilinos-15.1.1.ebuild b/sci-libs/trilinos/trilinos-15.1.1.ebuild index 666d843a3c3c..6cbf380341aa 100644 --- a/sci-libs/trilinos/trilinos-15.1.1.ebuild +++ b/sci-libs/trilinos/trilinos-15.1.1.ebuild @@ -12,9 +12,11 @@ MY_PV="${PV//\./-}" PATCHSET="r0" SRC_URI="https://github.com/${PN}/Trilinos/archive/${PN}-release-${MY_PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +S="${WORKDIR}/Trilinos-${PN}-release-${MY_PV}" + LICENSE="BSD LGPL-2.1" SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE=" adolc all-packages arprec clp cuda eigen glpk gtest hdf5 hwloc hypre @@ -62,8 +64,6 @@ RDEPEND=" DEPEND="${RDEPEND} virtual/pkgconfig" -S="${WORKDIR}/Trilinos-${PN}-release-${MY_PV}" - PATCHES=( )