public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-physics/mc-tester/
@ 2015-09-23 12:48 Justin Lecher
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2015-09-23 12:48 UTC (permalink / raw
  To: gentoo-commits

commit:     f1a5a86dc4fa9ede4ddad920162694bb0d5ef9b3
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 12:47:20 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 12:47:20 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=f1a5a86d

sci-physics/mc-tester: Use default functions

Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-physics/mc-tester/mc-tester-1.25.0.ebuild |  6 +++---
 sci-physics/mc-tester/metadata.xml            | 18 ++++++++----------
 2 files changed, 11 insertions(+), 13 deletions(-)

diff --git a/sci-physics/mc-tester/mc-tester-1.25.0.ebuild b/sci-physics/mc-tester/mc-tester-1.25.0.ebuild
index f196349..78eff0e 100644
--- a/sci-physics/mc-tester/mc-tester-1.25.0.ebuild
+++ b/sci-physics/mc-tester/mc-tester-1.25.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -38,8 +38,8 @@ src_configure() {
 }
 
 src_compile() {
-	emake
-	use doc && cd doc && emake
+	default
+	use doc && cd doc && default
 }
 
 src_install() {

diff --git a/sci-physics/mc-tester/metadata.xml b/sci-physics/mc-tester/metadata.xml
index 2edb7b2..d5e96a2 100644
--- a/sci-physics/mc-tester/metadata.xml
+++ b/sci-physics/mc-tester/metadata.xml
@@ -1,16 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-
-<herd>sci-physics</herd>
-<maintainer>
-  <email>piatlicki@gmail.com</email>
-</maintainer>
-
-<longdescription>
+  <herd>sci-physics</herd>
+  <maintainer>
+    <email>piatlicki@gmail.com</email>
+  </maintainer>
+  <longdescription>
   A universal tool for comparisons of Monte Carlo predictions in High Energy Physics
 </longdescription>
-<use>
-  <flag name="hepmc">Compile <pkg>sci-physics/hepmc</pkg> interface</flag>
-</use>
+  <use>
+    <flag name="hepmc">Compile <pkg>sci-physics/hepmc</pkg> interface</flag>
+  </use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-physics/mc-tester/
@ 2019-04-13 20:39 Martin Mokrejs
  0 siblings, 0 replies; 3+ messages in thread
From: Martin Mokrejs @ 2019-04-13 20:39 UTC (permalink / raw
  To: gentoo-commits

commit:     55b203149488709cd3f2e362e3560c9ec614e2c9
Author:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sat Apr 13 20:39:49 2019 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sat Apr 13 20:39:49 2019 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=55b20314

sci-physics/mc-tester: add missing SLOT (non-maintainer commit)

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Martin Mokrejs <mmokrejs <AT> fold.natur.cuni.cz>

 sci-physics/mc-tester/mc-tester-1.25.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-physics/mc-tester/mc-tester-1.25.0.ebuild b/sci-physics/mc-tester/mc-tester-1.25.0.ebuild
index 6126cde65..d651961b9 100644
--- a/sci-physics/mc-tester/mc-tester-1.25.0.ebuild
+++ b/sci-physics/mc-tester/mc-tester-1.25.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,7 +17,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc examples hepmc"
 
-RDEPEND="sci-physics/root
+RDEPEND="sci-physics/root:=
 	hepmc? ( sci-physics/hepmc )
 "
 DEPEND="${RDEPEND}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-physics/mc-tester/
@ 2021-03-03 15:41 Andrew Ammerlaan
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2021-03-03 15:41 UTC (permalink / raw
  To: gentoo-commits

commit:     495887d18f6f7f583843c623008ce3fb68d6f4c7
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Mar  3 15:41:56 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Mar  3 15:41:56 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=495887d1

sci-physics/mc-tester: fix typo

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-physics/mc-tester/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-physics/mc-tester/metadata.xml b/sci-physics/mc-tester/metadata.xml
index 521dff098..7d0535abc 100644
--- a/sci-physics/mc-tester/metadata.xml
+++ b/sci-physics/mc-tester/metadata.xml
@@ -10,6 +10,6 @@
 	</maintainer>
 	<use>
 		<flag name="hepmc">Compile <pkg>sci-physics/hepmc</pkg> interface</flag>
-		<flag name="pythia">Compile <pkg>sci-physics/pythiac</pkg> interface</flag>
+		<flag name="pythia">Compile <pkg>sci-physics/pythia</pkg> interface</flag>
 	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-03 15:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-13 20:39 [gentoo-commits] proj/sci:master commit in: sci-physics/mc-tester/ Martin Mokrejs
  -- strict thread matches above, loose matches on Subject: below --
2021-03-03 15:41 Andrew Ammerlaan
2015-09-23 12:48 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox