commit: eb55c7ab97c7a8b5e5f7c7c8c84efac598360b65 Author: François Bissey <francois.bissey <AT> canterbury <DOT> ac <DOT> nz> AuthorDate: Mon May 18 12:22:22 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Mon May 18 12:22:22 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=eb55c7ab
Cosmetic fixes requested by jlec Package-Manager: portage-2.2.18 sci-mathematics/lie/ChangeLog | 4 ++++ sci-mathematics/lie/lie-2.2.2.ebuild | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/sci-mathematics/lie/ChangeLog b/sci-mathematics/lie/ChangeLog index beef4bb..fbed4ec 100644 --- a/sci-mathematics/lie/ChangeLog +++ b/sci-mathematics/lie/ChangeLog @@ -4,6 +4,10 @@ 18 May 2015; François Bissey <[email protected]> lie-2.2.2.ebuild: + Cosmetic fixes requested by jlec + + 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: diff --git a/sci-mathematics/lie/lie-2.2.2.ebuild b/sci-mathematics/lie/lie-2.2.2.ebuild index 4f2d6e1..856ebd1 100644 --- a/sci-mathematics/lie/lie-2.2.2.ebuild +++ b/sci-mathematics/lie/lie-2.2.2.ebuild @@ -8,7 +8,7 @@ inherit eutils toolchain-funcs DESCRIPTION="A Computer algebra package for Lie group computations" HOMEPAGE="http://www-math.univ-poitiers.fr/~maavl/LiE/" -SRC_URI="http://wwwmathlabo.univ-poitiers.fr/~maavl/LiE/conLiE.tar.gz" +SRC_URI="http://wwwmathlabo.univ-poitiers.fr/~maavl/LiE/conLiE.tar.gz -> ${P}.tar.gz" #### Remove the following line when moving this ebuild to the main tree! RESTRICT="mirror" @@ -27,8 +27,8 @@ RDEPEND="sys-libs/readline:= S="${WORKDIR}/LiE" src_prepare() { - epatch "${FILESDIR}"/${P}-make.patch - epatch "${FILESDIR}"/parrallelmake-${P}.patch + epatch "${FILESDIR}"/${P}-make.patch \ + "${FILESDIR}"/parrallelmake-${P}.patch } src_compile() {
