public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/tauola/
Date: Fri, 13 Dec 2013 15:31:23 +0000 (UTC)	[thread overview]
Message-ID: <1386948636.477867600ccea86ff49377deda7c68f696f41679.jlec@gentoo> (raw)

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


             reply	other threads:[~2013-12-13 15:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-13 15:31 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-09-23 12:48 [gentoo-commits] proj/sci:master commit in: sci-physics/tauola/ Justin Lecher
2021-03-04 13:53 Andrew Ammerlaan
2024-01-22 12:21 Horea Christian
2025-01-10 14:48 Alexander Puck Neuwirth

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=1386948636.477867600ccea86ff49377deda7c68f696f41679.jlec@gentoo \
    --to=jlec@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