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 845CD158086 for ; Tue, 14 Dec 2021 15:12:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22C452BC04C; Tue, 14 Dec 2021 15:12:18 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C59592BC04C for ; Tue, 14 Dec 2021 15:12:17 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01A783434FA for ; Tue, 14 Dec 2021 15:12:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A70123E for ; Tue, 14 Dec 2021 15:12:14 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1639493904.544fcf2fbe461533e8842f380ffc8b5fce0a3ff0.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/vmc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/vmc/Manifest sci-physics/vmc/vmc-1.1_p1.ebuild sci-physics/vmc/vmc-9999.ebuild X-VCS-Directories: sci-physics/vmc/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 544fcf2fbe461533e8842f380ffc8b5fce0a3ff0 X-VCS-Branch: master Date: Tue, 14 Dec 2021 15:12:14 +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: bf67c5fb-3af0-484a-ac18-afb10a30ab15 X-Archives-Hash: 7b2e5f58ef214737e6034354bbe71022 commit: 544fcf2fbe461533e8842f380ffc8b5fce0a3ff0 Author: Oliver Freyermuth googlemail com> AuthorDate: Sun Dec 12 20:10:14 2021 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Tue Dec 14 14:58:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=544fcf2f sci-physics/vmc: Bump to 1.1_p1. Also, switch to EAPI 8. Closes: https://github.com/gentoo/gentoo/pull/23277 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Oliver Freyermuth googlemail.com> Signed-off-by: Guilherme Amadio gentoo.org> sci-physics/vmc/Manifest | 1 + sci-physics/vmc/{vmc-9999.ebuild => vmc-1.1_p1.ebuild} | 4 ++-- sci-physics/vmc/vmc-9999.ebuild | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sci-physics/vmc/Manifest b/sci-physics/vmc/Manifest index aa34be22f3f2..8c7909cc790f 100644 --- a/sci-physics/vmc/Manifest +++ b/sci-physics/vmc/Manifest @@ -1 +1,2 @@ DIST vmc-1.0_p3.tar.gz 91476 BLAKE2B 3005e0575a5835b832175e6a272d4e3c328990e28ac998aca60a42c4ddd03faba4d1b761867d8af597ca2468cf3072c49bb007852b5ec892c215df37297656dc SHA512 621c0cb3f2846f9401e3e4fff6fa47ab2afbff7c4dca5c19869abb1806ec19d4a221e5741aad9b3929a4e8b8207ee6008a9bf06ec8bf03ed73771cb29fda1b8d +DIST vmc-1.1_p1.tar.gz 91722 BLAKE2B 6849b52c95dd33393f75d24eb184571bfbc3b711e6bba7c33853493e97ad63fbdfa4c49c61f664b911d7e047229bcde08303b48a345f1a0b9bfffee3f078e275 SHA512 407d8a6d3c3375e448273750aaffe43e9f4a63cc2f4a4ec41d1cd9b3c830b836cbef8d4e9cb37e5a0595f54a22989b7e1dd62dda0606a84f5732d1d3f6eaaee8 diff --git a/sci-physics/vmc/vmc-9999.ebuild b/sci-physics/vmc/vmc-1.1_p1.ebuild similarity index 93% copy from sci-physics/vmc/vmc-9999.ebuild copy to sci-physics/vmc/vmc-1.1_p1.ebuild index 6903ccfcbfdb..548f95349c9c 100644 --- a/sci-physics/vmc/vmc-9999.ebuild +++ b/sci-physics/vmc/vmc-1.1_p1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake @@ -24,7 +24,7 @@ IUSE="c++11 c++14 +c++17 doc" REQUIRED_USE="^^ ( c++11 c++14 c++17 )" -RDEPEND=">=sci-physics/root-6.18:=[c++11?,c++14?,c++17?,-vmc]" +RDEPEND="sci-physics/root:=[c++11?,c++14?,c++17?,-vmc]" DEPEND="${RDEPEND}" BDEPEND="doc? ( app-doc/doxygen[dot] )" diff --git a/sci-physics/vmc/vmc-9999.ebuild b/sci-physics/vmc/vmc-9999.ebuild index 6903ccfcbfdb..3598fb0ec8c0 100644 --- a/sci-physics/vmc/vmc-9999.ebuild +++ b/sci-physics/vmc/vmc-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake