diff options
author | Andrey Grozin <grozin@gentoo.org> | 2011-01-17 14:57:48 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2011-01-17 14:57:48 +0000 |
commit | db6c4c92d83de328966eff4a2b31081ed8ff44f2 (patch) | |
tree | 422afd6a25fa8efc1d924dd5d2c1ded0ae0c43f6 /sci-mathematics/nestedsums | |
parent | Version bump (diff) | |
download | gentoo-2-db6c4c92d83de328966eff4a2b31081ed8ff44f2.tar.gz gentoo-2-db6c4c92d83de328966eff4a2b31081ed8ff44f2.tar.bz2 gentoo-2-db6c4c92d83de328966eff4a2b31081ed8ff44f2.zip |
Downgrade to EAPI 3
(Portage version: 2.2.0_alpha15/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics/nestedsums')
-rw-r--r-- | sci-mathematics/nestedsums/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild | 12 |
2 files changed, 13 insertions, 4 deletions
diff --git a/sci-mathematics/nestedsums/ChangeLog b/sci-mathematics/nestedsums/ChangeLog index 3956250493a0..a9faa2dbf3f7 100644 --- a/sci-mathematics/nestedsums/ChangeLog +++ b/sci-mathematics/nestedsums/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/nestedsums # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nestedsums/ChangeLog,v 1.1 2011/01/16 12:27:49 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nestedsums/ChangeLog,v 1.2 2011/01/17 14:57:48 grozin Exp $ + + 17 Jan 2011; Andrey Grozin <grozin@gentoo.org> nestedsums-1.4.12.ebuild: + Downgrade to EAPI 3 *nestedsums-1.4.12 (16 Jan 2011) diff --git a/sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild b/sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild index 1f6304c96ff2..a6147135c0dc 100644 --- a/sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild +++ b/sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild,v 1.1 2011/01/16 12:27:49 grozin Exp $ -EAPI="4" -DESCRIPTION="A GiNaC-based library for symbolic expansion of certain transcendental functions." +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild,v 1.2 2011/01/17 14:57:48 grozin Exp $ +EAPI="3" +DESCRIPTION="A GiNaC-based library for symbolic expansion of certain transcendental functions" HOMEPAGE="http://wwwthep.physik.uni-mainz.de/~stefanw/nestedsums/" IUSE="" SRC_URI="http://wwwthep.physik.uni-mainz.de/~stefanw/download/${P}.tar.gz" @@ -11,3 +11,9 @@ SLOT="0" KEYWORDS="~x86" RDEPEND=">=sci-mathematics/ginac-1.5" DEPEND="${RDEPEND}" + +src_install() { + emake DESTDIR="${D}" install + rm -f "${D}"usr/lib/*.la + dodoc AUTHORS ChangeLog +} |