public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-physics/tauola/
@ 2013-12-13 15:31 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2013-12-13 15:31 UTC (permalink / raw
  To: gentoo-commits

commit:     477867600ccea86ff49377deda7c68f696f41679
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 13 15:30:36 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Dec 13 15:30:36 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=47786760

sci-physics/tauola: Some minor formatting improvments

Package-Manager: portage-2.2.7

---
 sci-physics/tauola/ChangeLog           |  4 ++++
 sci-physics/tauola/metadata.xml        | 20 +++++++++-----------
 sci-physics/tauola/tauola-1.1.3.ebuild | 20 +++++++++++---------
 sci-physics/tauola/tauola-1.1.4.ebuild | 20 +++++++++++---------
 sci-physics/tauola/tauola-9999.ebuild  | 19 ++++++++++---------
 5 files changed, 45 insertions(+), 38 deletions(-)

diff --git a/sci-physics/tauola/ChangeLog b/sci-physics/tauola/ChangeLog
index 6bc3c4f..db5d905 100644
--- a/sci-physics/tauola/ChangeLog
+++ b/sci-physics/tauola/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  13 Dec 2013; Justin Lecher <jlec@gentoo.org> tauola-1.1.3.ebuild,
+  tauola-1.1.4.ebuild, tauola-9999.ebuild, metadata.xml:
+  Some minor formatting improvments
+
 *tauola-1.1.4 (13 Dec 2013)
 
   13 Dec 2013; Jauhien Piatlicki <piatlicki@gmail.com> +tauola-1.1.4.ebuild,

diff --git a/sci-physics/tauola/metadata.xml b/sci-physics/tauola/metadata.xml
index b4f9e77..a8bc302 100644
--- a/sci-physics/tauola/metadata.xml
+++ b/sci-physics/tauola/metadata.xml
@@ -1,17 +1,15 @@
 <?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>
   tau decay Monte Carlo generator
 </longdescription>
-<use>
-  <flag name="hepmc">Compile <pkg>sci-physics/hepmc</pkg> interface</flag>
-  <flag name="tau-spinner">Compile with TauSpinner library</flag>
-</use>
+  <use>
+    <flag name="hepmc">Compile <pkg>sci-physics/hepmc</pkg> interface</flag>
+    <flag name="tau-spinner">Compile with TauSpinner library</flag>
+  </use>
 </pkgmetadata>

diff --git a/sci-physics/tauola/tauola-1.1.3.ebuild b/sci-physics/tauola/tauola-1.1.3.ebuild
index 1abb1a4..5e295ab 100644
--- a/sci-physics/tauola/tauola-1.1.3.ebuild
+++ b/sci-physics/tauola/tauola-1.1.3.ebuild
@@ -11,18 +11,20 @@ MYPN=TAUOLA
 DESCRIPTION="tau decay Monte Carlo generator"
 HOMEPAGE="http://tauolapp.web.cern.ch/tauolapp/"
 SRC_URI="http://tauolapp.web.cern.ch/tauolapp/resources/${MYPN}.${PV}/${MYPN}.${PV}.tar.gz"
-LICENSE="CPC GPL-2+"
-#HepMC interface is licensed under GPL, other code under CPC
 
+#HepMC interface is licensed under GPL, other code under CPC
+LICENSE="CPC GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc examples hepmc tau-spinner"
 
-RDEPEND="hepmc? ( sci-physics/hepmc )
+RDEPEND="
+	hepmc? ( sci-physics/hepmc )
 	tau-spinner? ( sci-physics/lhapdf )
 "
 DEPEND="${RDEPEND}
-	doc? ( app-doc/doxygen
+	doc? (
+		app-doc/doxygen
 		app-text/ghostscript-gpl
 		app-text/texlive )
 "
@@ -30,7 +32,9 @@ DEPEND="${RDEPEND}
 S="${WORKDIR}/${MYPN}"
 
 src_prepare() {
-	epatch "${FILESDIR}/${P}-makefile.patch" "${FILESDIR}/${P}-tau-spinner-makefile.patch"
+	epatch \
+		"${FILESDIR}"/${P}-makefile.patch \
+		"${FILESDIR}"/${P}-tau-spinner-makefile.patch
 }
 
 src_configure() {
@@ -44,8 +48,7 @@ src_configure() {
 
 src_compile() {
 	emake
-	if use doc;
-	then
+	if use doc; then
 		cd "${S}/documentation/doxy_documentation" || die
 		emake
 		cd "${S}/documentation/latex_documentation" || die
@@ -61,8 +64,7 @@ src_install() {
 		dodoc documentation/latex_documentation/Tauola_interface_design.pdf
 	fi
 
-	if use examples;
-	then
+	if use examples; then
 		dodoc -r examples
 		use tau-spinner && docinto tau-spinner && dodoc -r TauSpinner/examples
 	fi

diff --git a/sci-physics/tauola/tauola-1.1.4.ebuild b/sci-physics/tauola/tauola-1.1.4.ebuild
index 5967050..dfa931a 100644
--- a/sci-physics/tauola/tauola-1.1.4.ebuild
+++ b/sci-physics/tauola/tauola-1.1.4.ebuild
@@ -11,18 +11,20 @@ MYPN=TAUOLA
 DESCRIPTION="tau decay Monte Carlo generator"
 HOMEPAGE="http://tauolapp.web.cern.ch/tauolapp/"
 SRC_URI="http://tauolapp.web.cern.ch/tauolapp/resources/${MYPN}.${PV}/${MYPN}.${PV}.tar.gz"
-LICENSE="CPC GPL-2+"
-#HepMC interface is licensed under GPL, other code under CPC
 
+#HepMC interface is licensed under GPL, other code under CPC
+LICENSE="CPC GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc examples hepmc tau-spinner"
 
-RDEPEND="hepmc? ( sci-physics/hepmc )
+RDEPEND="
+	hepmc? ( sci-physics/hepmc )
 	tau-spinner? ( sci-physics/lhapdf )
 "
 DEPEND="${RDEPEND}
-	doc? ( app-doc/doxygen
+	doc? (
+		app-doc/doxygen
 		app-text/ghostscript-gpl
 		app-text/texlive )
 "
@@ -30,7 +32,9 @@ DEPEND="${RDEPEND}
 S="${WORKDIR}/${MYPN}"
 
 src_prepare() {
-	epatch "${FILESDIR}/${P}-makefile.patch" "${FILESDIR}/${PN}-1.1.3-tau-spinner-makefile.patch"
+	epatch \
+		"${FILESDIR}"/${P}-makefile.patch \
+		"${FILESDIR}"/${PN}-1.1.3-tau-spinner-makefile.patch
 }
 
 src_configure() {
@@ -44,8 +48,7 @@ src_configure() {
 
 src_compile() {
 	emake -j1
-	if use doc;
-	then
+	if use doc; then
 		cd "${S}/documentation/doxy_documentation" || die
 		emake
 		cd "${S}/documentation/latex_documentation" || die
@@ -61,8 +64,7 @@ src_install() {
 		dodoc documentation/latex_documentation/Tauola_interface_design.pdf
 	fi
 
-	if use examples;
-	then
+	if use examples; then
 		dodoc -r examples
 		use tau-spinner && docinto tau-spinner && dodoc -r TauSpinner/examples
 	fi

diff --git a/sci-physics/tauola/tauola-9999.ebuild b/sci-physics/tauola/tauola-9999.ebuild
index 67bc2b6..79b474c 100644
--- a/sci-physics/tauola/tauola-9999.ebuild
+++ b/sci-physics/tauola/tauola-9999.ebuild
@@ -11,18 +11,21 @@ MYPN=TAUOLA
 DESCRIPTION="tau decay Monte Carlo generator"
 HOMEPAGE="http://tauolapp.web.cern.ch/tauolapp/"
 SRC_URI=""
-LICENSE="CPC GPL-2+"
-#HepMC interface is licensed under GPL, other code under CPC
 
+#HepMC interface is licensed under GPL, other code under CPC
+LICENSE="CPC GPL-2+"
 SLOT="0"
+KEYWORDS=""
 IUSE="doc examples hepmc tau-spinner"
 
-RDEPEND="hepmc? ( sci-physics/hepmc )
+RDEPEND="
+	hepmc? ( sci-physics/hepmc )
 	tau-spinner? ( sci-physics/lhapdf )
 "
 DEPEND="${RDEPEND}
 	net-misc/wget
-	doc? ( app-doc/doxygen
+	doc? (
+		app-doc/doxygen
 		app-text/ghostscript-gpl
 		app-text/texlive )
 "
@@ -49,9 +52,8 @@ src_configure() {
 }
 
 src_compile() {
-	emake
-	if use doc;
-	then
+	emake -j1
+	if use doc; then
 		cd "${S}/documentation/doxy_documentation" || die
 		emake
 		cd "${S}/documentation/latex_documentation" || die
@@ -67,8 +69,7 @@ src_install() {
 		dodoc documentation/latex_documentation/Tauola_interface_design.pdf
 	fi
 
-	if use examples;
-	then
+	if use examples; then
 		dodoc -r examples
 		use tau-spinner && docinto tau-spinner && dodoc -r TauSpinner/examples
 	fi


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

* [gentoo-commits] proj/sci:master commit in: sci-physics/tauola/
@ 2015-09-23 12:48 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2015-09-23 12:48 UTC (permalink / raw
  To: gentoo-commits

commit:     1b34418e4d64b56c8446b690f7d9c3d7a74d2032
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 12:45:53 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 12:45:53 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=1b34418e

sci-physics/tauola: Use default functions

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

 sci-physics/tauola/tauola-1.1.3.ebuild | 8 ++++----
 sci-physics/tauola/tauola-1.1.4.ebuild | 6 +++---
 sci-physics/tauola/tauola-1.1.5.ebuild | 6 +++---
 sci-physics/tauola/tauola-9999.ebuild  | 6 +++---
 4 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/sci-physics/tauola/tauola-1.1.3.ebuild b/sci-physics/tauola/tauola-1.1.3.ebuild
index 28072ce..6c115a2 100644
--- a/sci-physics/tauola/tauola-1.1.3.ebuild
+++ b/sci-physics/tauola/tauola-1.1.3.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$
 
@@ -47,12 +47,12 @@ src_configure() {
 }
 
 src_compile() {
-	emake
+	default
 	if use doc; then
 		cd "${S}/documentation/doxy_documentation" || die
-		emake
+		default
 		cd "${S}/documentation/latex_documentation" || die
-		emake
+		default
 	fi
 }
 

diff --git a/sci-physics/tauola/tauola-1.1.4.ebuild b/sci-physics/tauola/tauola-1.1.4.ebuild
index c7ad81a..67a62f3 100644
--- a/sci-physics/tauola/tauola-1.1.4.ebuild
+++ b/sci-physics/tauola/tauola-1.1.4.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$
 
@@ -50,9 +50,9 @@ src_compile() {
 	emake -j1
 	if use doc; then
 		cd "${S}/documentation/doxy_documentation" || die
-		emake
+		default
 		cd "${S}/documentation/latex_documentation" || die
-		emake
+		default
 	fi
 }
 

diff --git a/sci-physics/tauola/tauola-1.1.5.ebuild b/sci-physics/tauola/tauola-1.1.5.ebuild
index b3245ba..48a2491 100644
--- a/sci-physics/tauola/tauola-1.1.5.ebuild
+++ b/sci-physics/tauola/tauola-1.1.5.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$
 
@@ -51,9 +51,9 @@ src_compile() {
 	emake -j1
 	if use doc; then
 		cd "${S}/documentation/doxy_documentation" || die
-		emake
+		default
 		cd "${S}/documentation/latex_documentation" || die
-		emake
+		default
 	fi
 }
 

diff --git a/sci-physics/tauola/tauola-9999.ebuild b/sci-physics/tauola/tauola-9999.ebuild
index a10c121..4785126 100644
--- a/sci-physics/tauola/tauola-9999.ebuild
+++ b/sci-physics/tauola/tauola-9999.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$
 
@@ -55,9 +55,9 @@ src_compile() {
 	emake -j1
 	if use doc; then
 		cd "${S}/documentation/doxy_documentation" || die
-		emake
+		default
 		cd "${S}/documentation/latex_documentation" || die
-		emake
+		default
 	fi
 }
 


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

* [gentoo-commits] proj/sci:master commit in: sci-physics/tauola/
@ 2021-03-04 13:53 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-03-04 13:53 UTC (permalink / raw
  To: gentoo-commits

commit:     3cbbc088987913dce92f2d1c9379e746ec4f613f
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar  4 13:45:13 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar  4 13:45:13 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=3cbbc088

sci-physics/tauola: remove RedundantLongDescription

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

 sci-physics/tauola/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sci-physics/tauola/metadata.xml b/sci-physics/tauola/metadata.xml
index 1afd606d4..b0f8228f8 100644
--- a/sci-physics/tauola/metadata.xml
+++ b/sci-physics/tauola/metadata.xml
@@ -8,9 +8,6 @@
 		<email>sci-physics@gentoo.org</email>
 		<name>Gentoo Physics Project</name>
 	</maintainer>
-	<longdescription>
-tau decay Monte Carlo generator
-</longdescription>
 	<use>
 		<flag name="hepmc">Compile <pkg>sci-physics/hepmc</pkg> interface</flag>
 		<flag name="tau-spinner">Compile with TauSpinner library</flag>


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

* [gentoo-commits] proj/sci:master commit in: sci-physics/tauola/
@ 2024-01-22 12:21 Horea Christian
  0 siblings, 0 replies; 4+ messages in thread
From: Horea Christian @ 2024-01-22 12:21 UTC (permalink / raw
  To: gentoo-commits

commit:     9cb69c3941c09f0843ee4ab89f2d7020eb42f36a
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Jan 22 12:21:07 2024 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Jan 22 12:21:07 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=9cb69c39

sci-physics/tauola: updated dependency name

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 sci-physics/tauola/tauola-1.1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-physics/tauola/tauola-1.1.8.ebuild b/sci-physics/tauola/tauola-1.1.8.ebuild
index 61ec51d9f..4d4742dd1 100644
--- a/sci-physics/tauola/tauola-1.1.8.ebuild
+++ b/sci-physics/tauola/tauola-1.1.8.ebuild
@@ -21,7 +21,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
 	doc? (
-		app-doc/doxygen[dot]
+		app-text/doxygen[dot]
 		app-text/ghostscript-gpl
 		app-text/texlive
 	)


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

end of thread, other threads:[~2024-01-22 12:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-13 15:31 [gentoo-commits] proj/sci:master commit in: sci-physics/tauola/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2015-09-23 12:48 Justin Lecher
2021-03-04 13:53 Andrew Ammerlaan
2024-01-22 12:21 Horea Christian

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