commit:     f3bfb6226b3769d8a814580a9457ec2c25ed8bd5
Author:     François Bissey <francois.bissey <AT> canterbury <DOT> ac <DOT> nz>
AuthorDate: Mon May 18 10:07:04 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon May 18 10:07:04 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=f3bfb622

signing

Package-Manager: portage-2.2.18

 sci-mathematics/lie/ChangeLog        |  7 +++++--
 sci-mathematics/lie/lie-2.2.2.ebuild | 20 ++++++++++----------
 2 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/sci-mathematics/lie/ChangeLog b/sci-mathematics/lie/ChangeLog
index 581a3da..beef4bb 100644
--- a/sci-mathematics/lie/ChangeLog
+++ b/sci-mathematics/lie/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-mathematics/lie
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  18 May 2015; François Bissey <[email protected]>
+  lie-2.2.2.ebuild:
+  Update upstream homepage and source location. Migrate to EAPI 5.
+
   22 Aug 2010; François Bissey <[email protected]> lie-2.2.2.ebuild:
   Keyword lie ~amd64
 
@@ -26,4 +30,3 @@
 
   03 Apr 2009; Francois Bissey <[email protected]> ChangeLog:
   Initial import for the science overlay.
-

diff --git a/sci-mathematics/lie/lie-2.2.2.ebuild 
b/sci-mathematics/lie/lie-2.2.2.ebuild
index b31b6f8..4f2d6e1 100644
--- a/sci-mathematics/lie/lie-2.2.2.ebuild
+++ b/sci-mathematics/lie/lie-2.2.2.ebuild
@@ -1,14 +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="3"
+EAPI=5
 
 inherit eutils toolchain-funcs
 
 DESCRIPTION="A Computer algebra package for Lie group computations"
-HOMEPAGE="http://young.sp2mi.univ-poitiers.fr/~marc/LiE";
-SRC_URI="http://young.sp2mi.univ-poitiers.fr/~marc/LiE/conLiE.tar.gz";
+HOMEPAGE="http://www-math.univ-poitiers.fr/~maavl/LiE/";
+SRC_URI="http://wwwmathlabo.univ-poitiers.fr/~maavl/LiE/conLiE.tar.gz";
 #### Remove the following line when moving this ebuild to the main tree!
 RESTRICT="mirror"
 
@@ -19,24 +19,24 @@ SLOT="0"
 KEYWORDS="~x86 ~amd64"
 IUSE="doc"
 DEPEND="sys-devel/bison
-       sys-libs/readline
+       sys-libs/readline:=
        sys-libs/ncurses"
-RDEPEND="sys-libs/readline
+RDEPEND="sys-libs/readline:=
        sys-libs/ncurses"
 
 S="${WORKDIR}/LiE"
 
 src_prepare() {
-       epatch "${FILESDIR}/${P}-make.patch"
-       epatch "${FILESDIR}/parrallelmake-${P}.patch"
+       epatch "${FILESDIR}"/${P}-make.patch
+       epatch "${FILESDIR}"/parrallelmake-${P}.patch
 }
 
 src_compile() {
-       emake CC=$(tc-getCC) || die "failed to compile"
+       emake CC=$(tc-getCC)
 }
 
 src_install() {
-       emake DESTDIR="${ED}" install || die
+       emake DESTDIR="${ED}" install
        use doc && dodoc "${S}"/manual/*
        dodoc README
 }

Reply via email to