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 B7D0B15808B for ; Mon, 21 Feb 2022 03:17:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71003E096A; Mon, 21 Feb 2022 03:17:45 +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 49B7CE0968 for ; Mon, 21 Feb 2022 03:17:45 +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 D6A2734379C for ; Mon, 21 Feb 2022 03:17:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 361D62E7 for ; Mon, 21 Feb 2022 03:17:42 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1645413411.65cc8cdbdbcf3a1266116541bf80983d0bdf51b1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/symengine/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/symengine/symengine-0.6.0-r1.ebuild sci-libs/symengine/symengine-0.6.0.ebuild sci-libs/symengine/symengine-0.7.0-r1.ebuild sci-libs/symengine/symengine-0.7.0.ebuild sci-libs/symengine/symengine-0.8.1-r1.ebuild sci-libs/symengine/symengine-0.8.1.ebuild X-VCS-Directories: sci-libs/symengine/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 65cc8cdbdbcf3a1266116541bf80983d0bdf51b1 X-VCS-Branch: master Date: Mon, 21 Feb 2022 03:17:42 +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: d98cbe16-7d17-4de3-a4a0-869e202f3d58 X-Archives-Hash: 57d83f71419a26788afbced84e2cedc8 commit: 65cc8cdbdbcf3a1266116541bf80983d0bdf51b1 Author: Sam James gentoo org> AuthorDate: Mon Feb 21 03:16:51 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 21 03:16:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65cc8cdb sci-libs/symengine: fix subslot Closes: https://bugs.gentoo.org/720760 Signed-off-by: Sam James gentoo.org> .../symengine/{symengine-0.6.0.ebuild => symengine-0.6.0-r1.ebuild} | 4 ++-- .../symengine/{symengine-0.7.0.ebuild => symengine-0.7.0-r1.ebuild} | 4 ++-- .../symengine/{symengine-0.8.1.ebuild => symengine-0.8.1-r1.ebuild} | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sci-libs/symengine/symengine-0.6.0.ebuild b/sci-libs/symengine/symengine-0.6.0-r1.ebuild similarity index 97% rename from sci-libs/symengine/symengine-0.6.0.ebuild rename to sci-libs/symengine/symengine-0.6.0-r1.ebuild index ae13a29f65d2..1454ac3431a0 100644 --- a/sci-libs/symengine/symengine-0.6.0.ebuild +++ b/sci-libs/symengine/symengine-0.6.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/sympy/symengine" SRC_URI="https://github.com/sympy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -SLOT="0/0.4" +SLOT="0/$(ver_cut 1-2)" KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="arb benchmarks boost debug doc ecm flint llvm mpc mpfr openmp test tcmalloc threads" RESTRICT="!test? ( test )" diff --git a/sci-libs/symengine/symengine-0.7.0.ebuild b/sci-libs/symengine/symengine-0.7.0-r1.ebuild similarity index 97% rename from sci-libs/symengine/symengine-0.7.0.ebuild rename to sci-libs/symengine/symengine-0.7.0-r1.ebuild index da83537b7b5b..8b1becc43784 100644 --- a/sci-libs/symengine/symengine-0.7.0.ebuild +++ b/sci-libs/symengine/symengine-0.7.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/sympy/symengine" SRC_URI="https://github.com/sympy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -SLOT="0/0.4" +SLOT="0/$(ver_cut 1-2)" KEYWORDS="amd64 ~arm ~arm64 ~riscv x86 ~amd64-linux ~x86-linux" IUSE="arb benchmarks boost debug doc ecm flint llvm mpc mpfr openmp test tcmalloc threads" RESTRICT="!test? ( test )" diff --git a/sci-libs/symengine/symengine-0.8.1.ebuild b/sci-libs/symengine/symengine-0.8.1-r1.ebuild similarity index 97% rename from sci-libs/symengine/symengine-0.8.1.ebuild rename to sci-libs/symengine/symengine-0.8.1-r1.ebuild index 0c457169db01..68c0939697b8 100644 --- a/sci-libs/symengine/symengine-0.8.1.ebuild +++ b/sci-libs/symengine/symengine-0.8.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/sympy/symengine" SRC_URI="https://github.com/sympy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -SLOT="0/0.4" +SLOT="0/$(ver_cut 1-2)" KEYWORDS="amd64 ~arm ~arm64 ~riscv x86 ~amd64-linux ~x86-linux" IUSE="arb benchmarks boost debug doc ecm flint llvm mpc mpfr openmp test tcmalloc threads" RESTRICT="!test? ( test )"