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 67A25138247 for ; Mon, 6 Jan 2014 19:27:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16C05E0B7B; Mon, 6 Jan 2014 19:27:13 +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 6B8F7E0B67 for ; Mon, 6 Jan 2014 19:27:12 +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 952DA33F74A for ; Mon, 6 Jan 2014 19:27:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id EC9DBE553D for ; Mon, 6 Jan 2014 19:27:08 +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: <1389035483.66601918f54b9a870d8e436d77c4fdefd046f264.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/ispc/ X-VCS-Repository: proj/sci X-VCS-Files: dev-lang/ispc/ChangeLog dev-lang/ispc/ispc-9999.ebuild X-VCS-Directories: dev-lang/ispc/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 66601918f54b9a870d8e436d77c4fdefd046f264 X-VCS-Branch: master Date: Mon, 6 Jan 2014 19:27:08 +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: 0ed927bc-b7fb-48cb-b4af-cc7678a83d1c X-Archives-Hash: eed2425db19870eee89845353907a95d commit: 66601918f54b9a870d8e436d77c4fdefd046f264 Author: Justin Lecher gentoo org> AuthorDate: Mon Jan 6 19:11:23 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jan 6 19:11:23 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=66601918 dev-lang/ispc: Switch from git-2 to git-r3 Package-Manager: portage-2.2.8 --- dev-lang/ispc/ChangeLog | 3 +++ dev-lang/ispc/ispc-9999.ebuild | 14 ++++---------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/dev-lang/ispc/ChangeLog b/dev-lang/ispc/ChangeLog index 32b0b18..6a9e82e 100644 --- a/dev-lang/ispc/ChangeLog +++ b/dev-lang/ispc/ChangeLog @@ -3,6 +3,9 @@ # $Header: $ 06 Jan 2014; Justin Lecher ispc-9999.ebuild: + Switch from git-2 to git-r3 + + 06 Jan 2014; Justin Lecher ispc-9999.ebuild: Punt base.eclass 26 Jun 2013; Christoph Junghans ispc-9999.ebuild: diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-9999.ebuild index a0ee3b0..afb92c3 100644 --- a/dev-lang/ispc/ispc-9999.ebuild +++ b/dev-lang/ispc/ispc-9999.ebuild @@ -6,23 +6,17 @@ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) -inherit toolchain-funcs python-any-r1 +inherit git-r3 toolchain-funcs python-any-r1 DESCRIPTION="Intel SPMD Program Compiler" HOMEPAGE="http://ispc.github.com/" - -if [[ ${PV} = *9999 ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/ispc/ispc.git" - KEYWORDS="" -else - SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi +SRC_URI="" +EGIT_REPO_URI="git://github.com/ispc/ispc.git" LICENSE="BSD BSD-2 UoI-NCSA" SLOT="0" IUSE="examples" +KEYWORDS="" RDEPEND=" >=sys-devel/clang-3.0