aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-01-06 20:11:23 +0100
committerJustin Lecher <jlec@gentoo.org>2014-01-06 20:11:23 +0100
commit66601918f54b9a870d8e436d77c4fdefd046f264 (patch)
tree08531eb7a7e6cc2048b8efcd05e2af0a5c148e0c /dev-lang/ispc
parentdev-tex/pythontex: Switch from git-2 to git-r3 (diff)
downloadsci-66601918f54b9a870d8e436d77c4fdefd046f264.tar.gz
sci-66601918f54b9a870d8e436d77c4fdefd046f264.tar.bz2
sci-66601918f54b9a870d8e436d77c4fdefd046f264.zip
dev-lang/ispc: Switch from git-2 to git-r3
Package-Manager: portage-2.2.8
Diffstat (limited to 'dev-lang/ispc')
-rw-r--r--dev-lang/ispc/ChangeLog3
-rw-r--r--dev-lang/ispc/ispc-9999.ebuild14
2 files changed, 7 insertions, 10 deletions
diff --git a/dev-lang/ispc/ChangeLog b/dev-lang/ispc/ChangeLog
index 32b0b1818..6a9e82ee1 100644
--- a/dev-lang/ispc/ChangeLog
+++ b/dev-lang/ispc/ChangeLog
@@ -3,6 +3,9 @@
# $Header: $
06 Jan 2014; Justin Lecher <jlec@gentoo.org> ispc-9999.ebuild:
+ Switch from git-2 to git-r3
+
+ 06 Jan 2014; Justin Lecher <jlec@gentoo.org> ispc-9999.ebuild:
Punt base.eclass
26 Jun 2013; Christoph Junghans <ottxor@gentoo.org> ispc-9999.ebuild:
diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-9999.ebuild
index a0ee3b06f..afb92c36e 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