aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/givaro/ChangeLog8
-rw-r--r--sci-libs/givaro/Manifest1
-rw-r--r--sci-libs/givaro/givaro-3.8.0.ebuild21
3 files changed, 28 insertions, 2 deletions
diff --git a/sci-libs/givaro/ChangeLog b/sci-libs/givaro/ChangeLog
index 5d4576dd9..eb8991107 100644
--- a/sci-libs/givaro/ChangeLog
+++ b/sci-libs/givaro/ChangeLog
@@ -2,8 +2,13 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*givaro-3.8.0 (11 Jan 2015)
+
+ 11 Jan 2015; Marius Brehler <marbre@linux.sungazer.de> +givaro-3.8.0.ebuild:
+ Version bump
+
11 Jan 2015; Marius Brehler <marbre@linux.sungazer.de>
- givaro-3.3.0, ivaro-3.2.13:
+ givaro-3.3.0, givaro-3.2.13:
Move to EAPI=5; Cleanup ebuilds, Fix SRC_URI for 3.3.0
*givaro-3.3.0 (09 Nov 2009)
@@ -16,4 +21,3 @@
18 Jul 2008; Francois Bissey <f.r.bissey@massey.ac.nz> ChangeLog:
Initial import, see bug #227803
-
diff --git a/sci-libs/givaro/Manifest b/sci-libs/givaro/Manifest
index d66531816..4100d6544 100644
--- a/sci-libs/givaro/Manifest
+++ b/sci-libs/givaro/Manifest
@@ -1,2 +1,3 @@
DIST givaro-3.2.13.tar.gz 601026 SHA256 cef5972a79038c7fdbbcc80c90917ed0b339614723e9cd12436b55358ef34eb0 SHA512 ba792f00003940aedadbea388ff652bc7df3472a9451a950c0818d5424e2656d479ee32a4cf40c2e91f3437c13882a0067040585f9744f309b77067360a267d7 WHIRLPOOL 6840ee4a39f3b2b1f464dd864128825cbfc6adc6b71bf62a81bb8fccc55ec21cfafee971e59be1e5026d22749f813547f73a412190fb5b68e8bd44533f9a1375
DIST givaro-3.3.0.tar.gz 643288 SHA256 90677ee9af4a33f827dfce48359c2c419302dfb46227fb8cc16de23f18ac757e SHA512 0121917855989b31ce888280229e022fafcdb4f1da4411328d79accac3ce1f057805d4efa23798e3c888b3ddcdcbde8d6e841d415c6509ed4a299287482f5032 WHIRLPOOL ced6bc6ce47e767087feb993922f53e1e160bfa328f9ea12a5b715937bf6aa06ee876abf891f9055da434566642aabb5cd2317dcf302651ec239f65e2f170d53
+DIST givaro-3.8.0.tar.gz 823507 SHA256 d89728d6ae527e80e9cd48fb40daf9b8a16907ed1b7cb621416a1483b69e42a0 SHA512 067a89093501bb4a9627b2141653b4f0636dd2e9323503e6b9c9e6d25e50240d30a6fc9971415ef5c0f227449493a585e4408ebbc4da6f5ee7363faee78f88fb WHIRLPOOL 67ca6f54aa59cab0bae78959ee01bc53486e5b18d6be0649b2447ec30ff588d9026d812757ad85f174d2076caeef64afb6a58c040324f08871e8e991fb61c88f
diff --git a/sci-libs/givaro/givaro-3.8.0.ebuild b/sci-libs/givaro/givaro-3.8.0.ebuild
new file mode 100644
index 000000000..79f1db0b5
--- /dev/null
+++ b/sci-libs/givaro/givaro-3.8.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+DESCRIPTION="C++ library for arithmetic and algebraic computations"
+HOMEPAGE="http://ljk.imag.fr/CASYS/LOGICIELS/givaro/"
+SRC_URI="https://forge.imag.fr/frs/download.php/592/${P}.tar.gz"
+
+LICENSE="CeCILL-B"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~ppc64"
+IUSE=""
+
+RDEPEND=">=dev-libs/gmp-4.1-r1"
+DEPEND="${RDEPEND}"
+
+src_configure(){
+ econf "--enable-shared"
+}