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: Sun, 29 Mar 2015 10:24:59
Message-Id: 1427623714.ed1c7c5be1952d32dcaa81d116c2092cc331a6e5.jlec@gentoo
1 commit: ed1c7c5be1952d32dcaa81d116c2092cc331a6e5
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 10:08:34 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 10:08:34 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ed1c7c5b
7
8 sci-mathematics/z3: Correct license to MIT, thanks Daniel GOUJOT
9
10 Package-Manager: portage-2.2.18
11
12 sci-mathematics/z3/ChangeLog | 6 ++++--
13 sci-mathematics/z3/z3-4.3.1.ebuild | 6 +++---
14 sci-mathematics/z3/z3-9999.ebuild | 6 +++---
15 3 files changed, 10 insertions(+), 8 deletions(-)
16
17 diff --git a/sci-mathematics/z3/ChangeLog b/sci-mathematics/z3/ChangeLog
18 index ea8b48b..0df768f 100644
19 --- a/sci-mathematics/z3/ChangeLog
20 +++ b/sci-mathematics/z3/ChangeLog
21 @@ -1,7 +1,10 @@
22 # ChangeLog for sci-mathematics/z3
23 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 + 29 Mar 2015; Justin Lecher <jlec@g.o> z3-4.3.1.ebuild, z3-9999.ebuild:
28 + sci-mathematics/z3: Correct license to MIT, thanks Daniel GOUJOT
29 +
30 06 Mar 2014; Justin Lecher <jlec@g.o> z3-9999.ebuild:
31 Adopt to recent changes in git-r3.eclass
32
33 @@ -13,4 +16,3 @@
34 Make build verbose; respect CXX, CXXFLAGS, LDFLAGS; use EPYTHON instead of a
35 direct python call; check for openmp compatibility of the c++ compiler; add
36 USE=gmp; drop unnecessary eclass; add missing metadata.xml
37 -
38
39 diff --git a/sci-mathematics/z3/z3-4.3.1.ebuild b/sci-mathematics/z3/z3-4.3.1.ebuild
40 index 041a2c2..d4a1523 100644
41 --- a/sci-mathematics/z3/z3-4.3.1.ebuild
42 +++ b/sci-mathematics/z3/z3-4.3.1.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2014 Gentoo Foundation
45 +# Copyright 1999-2015 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47 # $Header: $
48
49 @@ -13,14 +13,14 @@ HOMEPAGE="http://z3.codeplex.com/"
50 SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
51
52 SLOT="0"
53 -LICENSE="MSR-LA"
54 +LICENSE="MIT"
55 KEYWORDS="~amd64 ~x86"
56 IUSE="gmp"
57
58 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
59
60 RDEPEND="${PYTHON_DEPS}
61 - gmp? ( dev-libs/gmp )"
62 + gmp? ( dev-libs/gmp:0 )"
63 DEPEND="${RDEPEND}"
64
65 pkg_setup() {
66
67 diff --git a/sci-mathematics/z3/z3-9999.ebuild b/sci-mathematics/z3/z3-9999.ebuild
68 index a9b9d90..590ef54 100644
69 --- a/sci-mathematics/z3/z3-9999.ebuild
70 +++ b/sci-mathematics/z3/z3-9999.ebuild
71 @@ -1,4 +1,4 @@
72 -# Copyright 1999-2014 Gentoo Foundation
73 +# Copyright 1999-2015 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2
75 # $Header: $
76
77 @@ -15,14 +15,14 @@ EGIT_REPO_URI="https://git01.codeplex.com/z3"
78 EGIT_MIN_CLONE_TYPE=single
79
80 SLOT="0"
81 -LICENSE="MSR-LA"
82 +LICENSE="MIT"
83 KEYWORDS=""
84 IUSE="gmp"
85
86 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
87
88 RDEPEND="${PYTHON_DEPS}
89 - gmp? ( dev-libs/gmp )"
90 + gmp? ( dev-libs/gmp:0 )"
91 # A new curl is needed because codeplex has a bug and early version of libcurl
92 # will cause a failed git clone.
93 DEPEND="${RDEPEND}