public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Guilherme Amadio" <amadio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/vmc/
Date: Tue,  5 Dec 2023 12:16:35 +0000 (UTC)	[thread overview]
Message-ID: <1701778585.c0d4e0e0dcda069e135684405320c69d372c699b.amadio@gentoo> (raw)

commit:     c0d4e0e0dcda069e135684405320c69d372c699b
Author:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  1 08:45:11 2023 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Tue Dec  5 12:16:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0d4e0e0

sci-physics/vmc: drop USE flags for C++ standard

Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>

 sci-physics/vmc/metadata.xml                                | 4 ----
 sci-physics/vmc/{vmc-1.1_p1.ebuild => vmc-1.1_p1-r1.ebuild} | 8 +++-----
 sci-physics/vmc/{vmc-2.0.ebuild => vmc-2.0-r1.ebuild}       | 8 +++-----
 sci-physics/vmc/vmc-9999.ebuild                             | 6 ++----
 4 files changed, 8 insertions(+), 18 deletions(-)

diff --git a/sci-physics/vmc/metadata.xml b/sci-physics/vmc/metadata.xml
index e83a4cd24ef5..966a77c37cd6 100644
--- a/sci-physics/vmc/metadata.xml
+++ b/sci-physics/vmc/metadata.xml
@@ -13,10 +13,6 @@
     <email>proxy-maint@gentoo.org</email>
     <name>Proxy Maintainers</name>
   </maintainer>
-  <use>
-    <flag name="c++14">Build using the C++14 standard</flag>
-    <flag name="c++17">Build using the C++17 standard</flag>
-  </use>
   <upstream>
     <remote-id type="github">vmc-project/vmc</remote-id>
   </upstream>

diff --git a/sci-physics/vmc/vmc-1.1_p1.ebuild b/sci-physics/vmc/vmc-1.1_p1-r1.ebuild
similarity index 85%
rename from sci-physics/vmc/vmc-1.1_p1.ebuild
rename to sci-physics/vmc/vmc-1.1_p1-r1.ebuild
index a92dc7f26a5a..8cf9327f72c4 100644
--- a/sci-physics/vmc/vmc-1.1_p1.ebuild
+++ b/sci-physics/vmc/vmc-1.1_p1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -20,11 +20,9 @@ HOMEPAGE="https://vmc-project.github.io/ https://github.com/vmc-project/vmc"
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="c++14 +c++17 doc"
+IUSE="doc"
 
-REQUIRED_USE="^^ ( c++14 c++17 )"
-
-RDEPEND="sci-physics/root:=[c++14?,c++17?,-vmc(-)]"
+RDEPEND="sci-physics/root:="
 DEPEND="${RDEPEND}"
 BDEPEND="doc? ( app-doc/doxygen[dot] )"
 

diff --git a/sci-physics/vmc/vmc-2.0.ebuild b/sci-physics/vmc/vmc-2.0-r1.ebuild
similarity index 85%
rename from sci-physics/vmc/vmc-2.0.ebuild
rename to sci-physics/vmc/vmc-2.0-r1.ebuild
index a92dc7f26a5a..8cf9327f72c4 100644
--- a/sci-physics/vmc/vmc-2.0.ebuild
+++ b/sci-physics/vmc/vmc-2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -20,11 +20,9 @@ HOMEPAGE="https://vmc-project.github.io/ https://github.com/vmc-project/vmc"
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="c++14 +c++17 doc"
+IUSE="doc"
 
-REQUIRED_USE="^^ ( c++14 c++17 )"
-
-RDEPEND="sci-physics/root:=[c++14?,c++17?,-vmc(-)]"
+RDEPEND="sci-physics/root:="
 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 cf26fb07595b..b7d3876a475b 100644
--- a/sci-physics/vmc/vmc-9999.ebuild
+++ b/sci-physics/vmc/vmc-9999.ebuild
@@ -20,11 +20,9 @@ HOMEPAGE="https://vmc-project.github.io/ https://github.com/vmc-project/vmc"
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="c++14 +c++17 doc"
+IUSE="doc"
 
-REQUIRED_USE="^^ ( c++14 c++17 )"
-
-RDEPEND="sci-physics/root:=[c++14?,c++17?,-vmc(-)]"
+RDEPEND="sci-physics/root:="
 DEPEND="${RDEPEND}"
 BDEPEND="doc? ( app-doc/doxygen[dot] )"
 


             reply	other threads:[~2023-12-05 12:16 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-05 12:16 Guilherme Amadio [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-03-18 14:38 [gentoo-commits] repo/gentoo:master commit in: sci-physics/vmc/ Guilherme Amadio
2022-02-11  7:36 Guilherme Amadio
2022-02-11  7:36 Guilherme Amadio
2022-02-11  7:36 Guilherme Amadio
2021-12-14 15:12 Guilherme Amadio
2021-06-28 16:15 Guilherme Amadio
2021-01-20 10:16 David Seifert
2021-01-17 10:16 Joonas Niilola
2021-01-17 10:16 Joonas Niilola
2021-01-17 10:16 Joonas Niilola
2020-05-20 12:37 Guilherme Amadio

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1701778585.c0d4e0e0dcda069e135684405320c69d372c699b.amadio@gentoo \
    --to=amadio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox