Gentoo Archives: gentoo-commits

From: Jauhien Piatlicki <jauhien@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/looptools/
Date: Sun, 30 Aug 2015 18:11:19
Message-Id: 1440957473.5da8f679c50871185b372413edce23dc896966c8.jauhien@gentoo
1 commit: 5da8f679c50871185b372413edce23dc896966c8
2 Author: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 17:57:53 2015 +0000
4 Commit: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 17:57:53 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5da8f679
7
8 sci-physics/looptools: remove versions imported to the tree
9
10 Package-Manager: portage-2.2.20.1
11
12 sci-physics/looptools/ChangeLog | 4 +++
13 sci-physics/looptools/looptools-2.12.ebuild | 39 -----------------------------
14 sci-physics/looptools/looptools-2.8.ebuild | 39 -----------------------------
15 3 files changed, 4 insertions(+), 78 deletions(-)
16
17 diff --git a/sci-physics/looptools/ChangeLog b/sci-physics/looptools/ChangeLog
18 index b4d59d3..b977fdc 100644
19 --- a/sci-physics/looptools/ChangeLog
20 +++ b/sci-physics/looptools/ChangeLog
21 @@ -2,6 +2,10 @@
22 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
23 # $Id$
24
25 + 30 Aug 2015; Jauhien Piatlicki <jauhien@g.o> -looptools-2.8.ebuild,
26 + -looptools-2.12.ebuild:
27 + remove versions imported to the tree
28 +
29 *looptools-2.12 (07 Jun 2015)
30
31 07 Jun 2015; Jauhien Piatlicki <jauhien@g.o> +looptools-2.12.ebuild:
32
33 diff --git a/sci-physics/looptools/looptools-2.12.ebuild b/sci-physics/looptools/looptools-2.12.ebuild
34 deleted file mode 100644
35 index bdc0c78..0000000
36 --- a/sci-physics/looptools/looptools-2.12.ebuild
37 +++ /dev/null
38 @@ -1,39 +0,0 @@
39 -# Copyright 1999-2015 Gentoo Foundation
40 -# Distributed under the terms of the GNU General Public License v2
41 -# $Id$
42 -
43 -EAPI=5
44 -
45 -inherit eutils fortran-2 multilib
46 -
47 -MYP=LoopTools-${PV}
48 -
49 -DESCRIPTION="Tools for evaluation of scalar and tensor one-loop integrals"
50 -HOMEPAGE="http://www.feynarts.de/looptools"
51 -SRC_URI="http://www.feynarts.de/looptools/${MYP}.tar.gz"
52 -
53 -LICENSE="LGPL-3"
54 -
55 -SLOT="0/${PV}"
56 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
57 -IUSE="doc static-libs"
58 -
59 -DEPEND="virtual/fortran"
60 -RDEPEND="${DEPEND}"
61 -
62 -S="${WORKDIR}/${MYP}"
63 -
64 -src_prepare() {
65 - epatch "${FILESDIR}"/${PN}-2.10-makefile.patch
66 - export VER="${PV}"
67 - # necessary fix for prefix
68 - sed -i "s/lib\$(LIBDIRSUFFIX)/$(get_libdir)/" makefile.in || die
69 -}
70 -
71 -src_install() {
72 - default
73 - # another one of these package building archive with pic
74 - # no: ooptools is not a typo
75 - use static-libs || rm "${ED}"/usr/$(get_libdir)/libooptools.a
76 - use doc && dodoc manual/*.pdf
77 -}
78
79 diff --git a/sci-physics/looptools/looptools-2.8.ebuild b/sci-physics/looptools/looptools-2.8.ebuild
80 deleted file mode 100644
81 index 008a5ca..0000000
82 --- a/sci-physics/looptools/looptools-2.8.ebuild
83 +++ /dev/null
84 @@ -1,39 +0,0 @@
85 -# Copyright 1999-2014 Gentoo Foundation
86 -# Distributed under the terms of the GNU General Public License v2
87 -# $Id$
88 -
89 -EAPI=5
90 -
91 -inherit eutils fortran-2 multilib
92 -
93 -MYP=LoopTools-${PV}
94 -
95 -DESCRIPTION="Tools for evaluation of scalar and tensor one-loop integrals"
96 -HOMEPAGE="http://www.feynarts.de/looptools"
97 -SRC_URI="http://www.feynarts.de/looptools/${MYP}.tar.gz"
98 -
99 -LICENSE="LGPL-3"
100 -
101 -SLOT="0/${PV}"
102 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
103 -IUSE="doc static-libs"
104 -
105 -DEPEND="virtual/fortran"
106 -RDEPEND="${DEPEND}"
107 -
108 -S="${WORKDIR}/${MYP}"
109 -
110 -src_prepare() {
111 - epatch "${FILESDIR}"/${P}-makefile.patch
112 - export VER="${PV}"
113 - # necessary fix for prefix
114 - sed -i "s/lib\$(LIBDIRSUFFIX)/$(get_libdir)/" makefile.in || die
115 -}
116 -
117 -src_install() {
118 - default
119 - # another one of these package building archive with pic
120 - # no: ooptools is not a typo
121 - use static-libs || rm "${ED}"/usr/$(get_libdir)/libooptools.a
122 - use doc && dodoc manual/*.pdf
123 -}