diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-05-31 23:25:18 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-05-31 23:25:18 +0000 |
commit | 6eb2a9dd8ee193fa73e6148bc978ece1c9e4c253 (patch) | |
tree | b977220e5940754692a48902ce58f71206a8f208 /dev-lang/ispc | |
parent | version bump (bug #471786, thx to Ewoud) (diff) | |
download | gentoo-2-6eb2a9dd8ee193fa73e6148bc978ece1c9e4c253.tar.gz gentoo-2-6eb2a9dd8ee193fa73e6148bc978ece1c9e4c253.tar.bz2 gentoo-2-6eb2a9dd8ee193fa73e6148bc978ece1c9e4c253.zip |
version bump (thx to alexxy)
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'dev-lang/ispc')
-rw-r--r-- | dev-lang/ispc/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/ispc/ispc-1.4.1.ebuild (renamed from dev-lang/ispc/ispc-1.3.1.ebuild) | 15 |
2 files changed, 12 insertions, 11 deletions
diff --git a/dev-lang/ispc/ChangeLog b/dev-lang/ispc/ChangeLog index be10656a3ece..9d5e09dfaf04 100644 --- a/dev-lang/ispc/ChangeLog +++ b/dev-lang/ispc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-lang/ispc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v 1.10 2013/01/11 22:33:31 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v 1.11 2013/05/31 23:25:17 ottxor Exp $ + +*ispc-1.4.1 (31 May 2013) + + 31 May 2013; Christoph Junghans <ottxor@gentoo.org> +ispc-1.4.1.ebuild, + -ispc-1.3.1.ebuild: + version bump (thx to alexxy) 11 Jan 2013; Christoph Junghans <ottxor@gentoo.org> ispc-1.3.1.ebuild: update SRC_URI diff --git a/dev-lang/ispc/ispc-1.3.1.ebuild b/dev-lang/ispc/ispc-1.4.1.ebuild index d0953ab86e4b..a9d3c45c1376 100644 --- a/dev-lang/ispc/ispc-1.3.1.ebuild +++ b/dev-lang/ispc/ispc-1.4.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ispc-1.3.1.ebuild,v 1.2 2013/01/11 22:33:31 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ispc-1.4.1.ebuild,v 1.1 2013/05/31 23:25:17 ottxor Exp $ -EAPI=4 +EAPI=5 -PYTHON_DEPEND="2" +PYTHON_COMPAT=( python{2_6,2_7} ) -inherit base toolchain-funcs python +inherit base toolchain-funcs python-any-r1 DESCRIPTION="Intel SPMD Program Compiler" HOMEPAGE="http://ispc.github.com/" @@ -15,8 +15,7 @@ if [[ ${PV} = *9999 ]]; then inherit git-2 EGIT_REPO_URI="git://github.com/ispc/ispc.git" else - inherit vcs-snapshot - SRC_URI="mirror://github/${PN}/${PN}/tarball/v${PV} -> ${P}.tar.gz" + SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" fi LICENSE="BSD BSD-2 UoI-NCSA" @@ -34,10 +33,6 @@ DEPEND=" sys-devel/flex " -pkg_setup() { - python_set_active_version 2 -} - src_compile() { emake LDFLAGS="${LDFLAGS}" OPT="${CXXFLAGS}" CXX="$(tc-getCXX)" CPP="$(tc-getCPP)" } |