From 141213944060bec201741e16fe6a5083185bc86d Mon Sep 17 00:00:00 2001 From: Jonathan-Christofer Demay Date: Sat, 24 Oct 2009 02:10:15 +0000 Subject: more eapi2 updates --- sci-mathematics/apron/Manifest | 2 +- sci-mathematics/apron/apron-0.9.10.ebuild | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'sci-mathematics/apron') diff --git a/sci-mathematics/apron/Manifest b/sci-mathematics/apron/Manifest index f62d6aa59..b3ec690df 100644 --- a/sci-mathematics/apron/Manifest +++ b/sci-mathematics/apron/Manifest @@ -1,3 +1,3 @@ AUX apron-0.9.10-pkgrid_manager.patch 543 RMD160 36b7ef40e2748781a21275af0e50bfbfd0a4253e SHA1 c636f4837643b3bfe6cc2f9ee7194d9b2a756fc6 SHA256 d62e05fac7f08d2b6ac62a8e8819ce00e55605155869a7d5ad814c399020d6bf DIST apron-0.9.10.tgz 845879 RMD160 ddd621617adfa158ecd1b8cc3371feca29a95538 SHA1 77ac01bad0d5a0dfc702c647e1290b4bd1ff6f11 SHA256 af1f113b455d16b41bba3c3e94274edacfa5a8d8ef12fde2adc26eaa01f900ef -EBUILD apron-0.9.10.ebuild 2386 RMD160 8380979823586038f2f24193d931680f484de4cc SHA1 c512f3691e8eedf71869c2b428c12476565e59bb SHA256 48cd14b9caae325c240bd796897064ccf65f2ec7e49a36d91a8ed0137d4071a8 +EBUILD apron-0.9.10.ebuild 2370 RMD160 37e852c26d18bf09d2c879c7f8fa186f535d44a3 SHA1 c7dd8bb188788583521e2a3c774b888be69ef329 SHA256 a2b8b0776c91c8521717bc5e612b482c4805c520d7cbdd5e45f94f377673f9b3 diff --git a/sci-mathematics/apron/apron-0.9.10.ebuild b/sci-mathematics/apron/apron-0.9.10.ebuild index 1adf692be..284d2132b 100644 --- a/sci-mathematics/apron/apron-0.9.10.ebuild +++ b/sci-mathematics/apron/apron-0.9.10.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: Exp $ +# $Header: $ + +EAPI="2" inherit eutils toolchain-funcs @@ -24,10 +26,7 @@ DEPEND="ocaml? ( >=dev-lang/ocaml-3.09 cxx? ( app-doc/doxygen ) )" RDEPEND="${DEPEND}" -src_unpack() { - unpack ${A} - cd ${S} - +src_prepare() { mv Makefile.config.model Makefile.config #fix compile process -- cgit v1.2.3-65-gdbad