Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/looptools/
Date: Fri, 27 Nov 2015 10:09:07
Message-Id: 1448618936.41a163b84341d4e593f6297c929da1d31665443f.jlec@gentoo
1 commit: 41a163b84341d4e593f6297c929da1d31665443f
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 27 09:43:06 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 27 10:08:56 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41a163b8
7
8 sci-physics/looptools: Drop obsolete virtual/fortran in *DEPEND
9
10 fortran-2.eclass handles this
11
12 Package-Manager: portage-2.2.25
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 sci-physics/looptools/looptools-2.12.ebuild | 7 +++----
16 sci-physics/looptools/looptools-2.8.ebuild | 7 +++----
17 sci-physics/looptools/metadata.xml | 4 ++--
18 3 files changed, 8 insertions(+), 10 deletions(-)
19
20 diff --git a/sci-physics/looptools/looptools-2.12.ebuild b/sci-physics/looptools/looptools-2.12.ebuild
21 index bdc0c78..f4c8454 100644
22 --- a/sci-physics/looptools/looptools-2.12.ebuild
23 +++ b/sci-physics/looptools/looptools-2.12.ebuild
24 @@ -18,9 +18,6 @@ SLOT="0/${PV}"
25 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
26 IUSE="doc static-libs"
27
28 -DEPEND="virtual/fortran"
29 -RDEPEND="${DEPEND}"
30 -
31 S="${WORKDIR}/${MYP}"
32
33 src_prepare() {
34 @@ -34,6 +31,8 @@ src_install() {
35 default
36 # another one of these package building archive with pic
37 # no: ooptools is not a typo
38 - use static-libs || rm "${ED}"/usr/$(get_libdir)/libooptools.a
39 + if use static-libs; then
40 + rm "${ED}"/usr/$(get_libdir)/libooptools.a || die
41 + fi
42 use doc && dodoc manual/*.pdf
43 }
44
45 diff --git a/sci-physics/looptools/looptools-2.8.ebuild b/sci-physics/looptools/looptools-2.8.ebuild
46 index efe9166..943d29e 100644
47 --- a/sci-physics/looptools/looptools-2.8.ebuild
48 +++ b/sci-physics/looptools/looptools-2.8.ebuild
49 @@ -18,9 +18,6 @@ SLOT="0/${PV}"
50 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
51 IUSE="doc static-libs"
52
53 -DEPEND="virtual/fortran"
54 -RDEPEND="${DEPEND}"
55 -
56 S="${WORKDIR}/${MYP}"
57
58 src_prepare() {
59 @@ -34,6 +31,8 @@ src_install() {
60 default
61 # another one of these package building archive with pic
62 # no: ooptools is not a typo
63 - use static-libs || rm "${ED}"/usr/$(get_libdir)/libooptools.a
64 + if use static-libs; then
65 + rm "${ED}"/usr/$(get_libdir)/libooptools.a || die
66 + fi
67 use doc && dodoc manual/*.pdf
68 }
69
70 diff --git a/sci-physics/looptools/metadata.xml b/sci-physics/looptools/metadata.xml
71 index f9564d3..12b8dbc 100644
72 --- a/sci-physics/looptools/metadata.xml
73 +++ b/sci-physics/looptools/metadata.xml
74 @@ -1,8 +1,8 @@
75 <?xml version="1.0" encoding="UTF-8"?>
76 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
77 <pkgmetadata>
78 -<herd>sci-physics</herd>
79 -<longdescription>
80 + <herd>sci-physics</herd>
81 + <longdescription>
82 A package for evaluation of scalar and tensor one-loop integrals
83 based on the FF package by G.J. van Oldenborgh.
84 It features an easy Fortran, C++, and Mathematica interface