commit: 8c6cdf75fa1e6e9aa4b84b18c978d1d908e650db Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org> AuthorDate: Mon May 12 02:17:23 2014 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Mon May 12 02:17:23 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8c6cdf75
sync with gx86 Package-Manager: portage-2.2.8-r1 --- dev-lang/ispc/ChangeLog | 3 +++ dev-lang/ispc/ispc-9999.ebuild | 14 ++++++++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/dev-lang/ispc/ChangeLog b/dev-lang/ispc/ChangeLog index 6a9e82e..e81a159 100644 --- a/dev-lang/ispc/ChangeLog +++ b/dev-lang/ispc/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 12 May 2014; Christoph Junghans <[email protected]> ispc-9999.ebuild: + sync with gx86 + 06 Jan 2014; Justin Lecher <[email protected]> ispc-9999.ebuild: Switch from git-2 to git-r3 diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-9999.ebuild index afb92c3..c859a81 100644 --- a/dev-lang/ispc/ispc-9999.ebuild +++ b/dev-lang/ispc/ispc-9999.ebuild @@ -6,17 +6,23 @@ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) -inherit git-r3 toolchain-funcs python-any-r1 +inherit toolchain-funcs python-any-r1 DESCRIPTION="Intel SPMD Program Compiler" HOMEPAGE="http://ispc.github.com/" -SRC_URI="" -EGIT_REPO_URI="git://github.com/ispc/ispc.git" + +if [[ ${PV} = *9999 ]]; then + inherit git-r3 + 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 LICENSE="BSD BSD-2 UoI-NCSA" SLOT="0" IUSE="examples" -KEYWORDS="" RDEPEND=" >=sys-devel/clang-3.0
