From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7C20E138247 for ; Mon, 2 Dec 2013 16:21:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FE23E08D1; Mon, 2 Dec 2013 16:21:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69BADE087D for ; Mon, 2 Dec 2013 16:21:41 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C35633F340 for ; Mon, 2 Dec 2013 16:21:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 04F38110006 for ; Mon, 2 Dec 2013 16:21:39 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1384934737.77fc1711ee8e12865e3bd32d1846696f67af6f2b.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/z3/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/z3/z3-4.3.1.ebuild X-VCS-Directories: sci-mathematics/z3/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 77fc1711ee8e12865e3bd32d1846696f67af6f2b X-VCS-Branch: master Date: Mon, 2 Dec 2013 16:21:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a8448040-3251-4fc1-8056-4e2e1b32c5d5 X-Archives-Hash: c09670719e2566608c81273a5b6d92b1 commit: 77fc1711ee8e12865e3bd32d1846696f67af6f2b Author: Yichao Zhou gmail com> AuthorDate: Wed Nov 20 08:05:37 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Nov 20 08:05:37 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=77fc1711 sci-mathematics/z3-4.3.1: using jlec's snapshot --- sci-mathematics/z3/z3-4.3.1.ebuild | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/sci-mathematics/z3/z3-4.3.1.ebuild b/sci-mathematics/z3/z3-4.3.1.ebuild index 7b5b287..7df4bd5 100644 --- a/sci-mathematics/z3/z3-4.3.1.ebuild +++ b/sci-mathematics/z3/z3-4.3.1.ebuild @@ -2,23 +2,18 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) -inherit eutils git-2 autotools python-r1 +inherit eutils vcs-snapshot autotools python-r1 DESCRIPTION="An efficient theorem prover" HOMEPAGE="http://z3.codeplex.com/" -EGIT_REPO_URI="https://git01.codeplex.com/z3" -EGIT_COMMIT="v${PV}" +SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="" -# A new curl is needed because codeplex has a bug and early version of libcurl -# will cause a failed git clone. -DEPEND=">=net-misc/curl-7.33" +DEPEND="" RDEPEND="" -S="${WORKDIR}/z3" - src_prepare() { eautoreconf python-r1_src_prepare