Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/z3/
Date: Mon, 02 Dec 2013 16:21:43
Message-Id: 1384934737.77fc1711ee8e12865e3bd32d1846696f67af6f2b.jlec@gentoo
1 commit: 77fc1711ee8e12865e3bd32d1846696f67af6f2b
2 Author: Yichao Zhou <broken.zhoug <AT> gmail <DOT> com>
3 AuthorDate: Wed Nov 20 08:05:37 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 20 08:05:37 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=77fc1711
7
8 sci-mathematics/z3-4.3.1: using jlec's snapshot
9
10 ---
11 sci-mathematics/z3/z3-4.3.1.ebuild | 11 +++--------
12 1 file changed, 3 insertions(+), 8 deletions(-)
13
14 diff --git a/sci-mathematics/z3/z3-4.3.1.ebuild b/sci-mathematics/z3/z3-4.3.1.ebuild
15 index 7b5b287..7df4bd5 100644
16 --- a/sci-mathematics/z3/z3-4.3.1.ebuild
17 +++ b/sci-mathematics/z3/z3-4.3.1.ebuild
18 @@ -2,23 +2,18 @@ EAPI=5
19
20 PYTHON_COMPAT=( python2_7 )
21
22 -inherit eutils git-2 autotools python-r1
23 +inherit eutils vcs-snapshot autotools python-r1
24
25 DESCRIPTION="An efficient theorem prover"
26 HOMEPAGE="http://z3.codeplex.com/"
27 -EGIT_REPO_URI="https://git01.codeplex.com/z3"
28 -EGIT_COMMIT="v${PV}"
29 +SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
30 KEYWORDS="~amd64 ~x86"
31
32 SLOT="0"
33 IUSE=""
34 -# A new curl is needed because codeplex has a bug and early version of libcurl
35 -# will cause a failed git clone.
36 -DEPEND=">=net-misc/curl-7.33"
37 +DEPEND=""
38 RDEPEND=""
39
40 -S="${WORKDIR}/z3"
41 -
42 src_prepare() {
43 eautoreconf
44 python-r1_src_prepare