Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/gappa/
Date: Mon, 21 Sep 2015 19:06:04
Message-Id: 1442861230.d197317f97b49a2a94aed045dab725d82bce9e7f.jlec@gentoo
1 commit: d197317f97b49a2a94aed045dab725d82bce9e7f
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 18:47:10 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 18:47:10 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d197317f
7
8 sci-mathematics/gappa: Add subslot operators
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-mathematics/gappa/gappa-1.1.1.ebuild | 15 ++++++++-------
14 sci-mathematics/gappa/metadata.xml | 4 ++--
15 2 files changed, 10 insertions(+), 9 deletions(-)
16
17 diff --git a/sci-mathematics/gappa/gappa-1.1.1.ebuild b/sci-mathematics/gappa/gappa-1.1.1.ebuild
18 index 83b353f..e6060f3 100644
19 --- a/sci-mathematics/gappa/gappa-1.1.1.ebuild
20 +++ b/sci-mathematics/gappa/gappa-1.1.1.ebuild
21 @@ -1,10 +1,10 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 +# Copyright 1999-2015 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 EAPI="5"
28
29 -DESCRIPTION="A tool to help verifying and proving properties on floating-point or fixed-point arithmetic"
30 +DESCRIPTION="Verifying and proving properties on floating-point or fixed-point arithmetic"
31 HOMEPAGE="http://gappa.gforge.inria.fr/"
32 SRC_URI="http://gforge.inria.fr/frs/download.php/33486/${P}.tar.gz"
33
34 @@ -13,11 +13,12 @@ SLOT="0"
35 KEYWORDS="~amd64 ~x86"
36 IUSE="doc"
37
38 -RDEPEND="dev-libs/gmp
39 - dev-libs/mpfr
40 - dev-libs/boost"
41 +RDEPEND="
42 + dev-libs/gmp:0=
43 + dev-libs/mpfr:0=
44 + dev-libs/boost"
45 DEPEND="${RDEPEND}
46 - doc? ( app-doc/doxygen )"
47 + doc? ( app-doc/doxygen )"
48
49 src_prepare() {
50 sed -i Remakefile.in \
51 @@ -33,7 +34,7 @@ src_compile() {
52 }
53
54 src_install() {
55 - DESTDIR="${D}" ./remake install || die "emake install failed"
56 + DESTDIR="${D}" ./remake install
57 dodoc NEWS README AUTHORS ChangeLog
58 use doc && dohtml -A png -r doc/html/*
59 }
60
61 diff --git a/sci-mathematics/gappa/metadata.xml b/sci-mathematics/gappa/metadata.xml
62 index 2b01d6b..01e567d 100644
63 --- a/sci-mathematics/gappa/metadata.xml
64 +++ b/sci-mathematics/gappa/metadata.xml
65 @@ -1,8 +1,8 @@
66 <?xml version="1.0" encoding="UTF-8"?>
67 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
68 <pkgmetadata>
69 -<herd>sci-mathematics</herd>
70 -<longdescription>
71 + <herd>sci-mathematics</herd>
72 + <longdescription>
73 Gappa is a tool intended to help verifying and formally proving
74 properties on numerical programs dealing with floating-point or
75 fixed-point arithmetic. It has been used to write robust floating-point