aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin <jlec@gentoo.org>2015-01-12 11:05:51 +0100
committerJustin <jlec@gentoo.org>2015-01-12 11:05:51 +0100
commited941a8691edac365a5c260451a671564d8775ad (patch)
tree63a24f5e99e4528ed7bcec146cbfbaef89a8df16 /sci-libs/givaro/givaro-3.3.0.ebuild
parentMerge pull request #328 from marbre/quicktree (diff)
parentBump givaro to version 3.8.0 (diff)
downloadsci-ed941a8691edac365a5c260451a671564d8775ad.tar.gz
sci-ed941a8691edac365a5c260451a671564d8775ad.tar.bz2
sci-ed941a8691edac365a5c260451a671564d8775ad.zip
Merge pull request #323 from marbre/givaro
Fix and clean sci-libs/givaro ebuilds; Bump version
Diffstat (limited to 'sci-libs/givaro/givaro-3.3.0.ebuild')
-rw-r--r--sci-libs/givaro/givaro-3.3.0.ebuild20
1 files changed, 5 insertions, 15 deletions
diff --git a/sci-libs/givaro/givaro-3.3.0.ebuild b/sci-libs/givaro/givaro-3.3.0.ebuild
index fb965a0ec..02a9f2745 100644
--- a/sci-libs/givaro/givaro-3.3.0.ebuild
+++ b/sci-libs/givaro/givaro-3.3.0.ebuild
@@ -1,20 +1,14 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=2
-
-inherit versionator
+EAPI=5
DESCRIPTION="C++ library for arithmetic and algebraic computations"
HOMEPAGE="http://ljk.imag.fr/CASYS/LOGICIELS/givaro/"
-MY_P=${PN}-$(get_version_component_range 1-2)
-SRC_URI="http://ljk.imag.fr/CASYS/LOGICIELS/givaro/Downloads/${MY_P}.tar.gz"
-
-#### Remove the following line when moving this ebuild to the main tree!
-RESTRICT="mirror"
+SRC_URI="http://ljk.imag.fr/CASYS/LOGICIELS/givaro/Downloads/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~ppc64"
IUSE=""
@@ -23,11 +17,7 @@ RDEPEND=">=dev-libs/gmp-4.1-r1"
DEPEND="${RDEPEND}"
src_configure(){
- econf "--enable-shared" || die "Configure failed!"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "Install failed"
+ econf "--enable-shared"
}
pkg_postinst() {