* [gentoo-commits] gentoo-x86 commit in dev-lang/ispc: ispc-1.3.0.ebuild ChangeLog ispc-1.2.2.ebuild
@ 2013-01-08 5:43 Christoph Junghans (ottxor)
0 siblings, 0 replies; only message in thread
From: Christoph Junghans (ottxor) @ 2013-01-08 5:43 UTC (permalink / raw
To: gentoo-commits
ottxor 13/01/08 05:43:51
Modified: ispc-1.3.0.ebuild ChangeLog
Removed: ispc-1.2.2.ebuild
Log:
fix llvm deps (bug #450786), python dep, remove old
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Revision Changes Path
1.4 dev-lang/ispc/ispc-1.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ispc/ispc-1.3.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ispc/ispc-1.3.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ispc/ispc-1.3.0.ebuild?r1=1.3&r2=1.4
Index: ispc-1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ispc/ispc-1.3.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ispc-1.3.0.ebuild 26 Aug 2012 18:41:28 -0000 1.3
+++ ispc-1.3.0.ebuild 8 Jan 2013 05:43:51 -0000 1.4
@@ -1,10 +1,12 @@
-# Copyright 1999-2012 Gentoo Foundation
+# 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.0.ebuild,v 1.3 2012/08/26 18:41:28 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ispc-1.3.0.ebuild,v 1.4 2013/01/08 05:43:51 ottxor Exp $
EAPI=4
-inherit base toolchain-funcs
+PYTHON_DEPEND="2"
+
+inherit base toolchain-funcs python
DESCRIPTION="Intel SPMD Program Compiler"
HOMEPAGE="http://ispc.github.com/"
@@ -24,8 +26,8 @@
IUSE="examples"
RDEPEND="
- >=sys-devel/clang-3.0
- >=sys-devel/llvm-3.0
+ || ( =sys-devel/clang-3.0* =sys-devel/clang-3.1* )
+ || ( =sys-devel/llvm-3.0* =sys-devel/llvm-3.1* )
"
DEPEND="
${RDEPEND}
@@ -33,6 +35,10 @@
sys-devel/flex
"
+pkg_setup() {
+ python_set_active_version 2
+}
+
src_compile() {
emake LDFLAGS="${LDFLAGS}" OPT="${CXXFLAGS}" CXX="$(tc-getCXX)" CPP="$(tc-getCPP)"
}
1.8 dev-lang/ispc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ispc/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ispc/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ispc/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 10 Sep 2012 00:07:30 -0000 1.7
+++ ChangeLog 8 Jan 2013 05:43:51 -0000 1.8
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/ispc
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v 1.7 2012/09/10 00:07:30 ottxor Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v 1.8 2013/01/08 05:43:51 ottxor Exp $
+
+ 08 Jan 2013; Christoph Junghans <ottxor@gentoo.org> -ispc-1.2.2.ebuild,
+ ispc-1.3.0.ebuild:
+ fix llvm deps (bug #450786), python dep, remove old
10 Sep 2012; Christoph Junghans <ottxor@gentoo.org> metadata.xml:
updated metadata.xml
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-01-08 5:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-08 5:43 [gentoo-commits] gentoo-x86 commit in dev-lang/ispc: ispc-1.3.0.ebuild ChangeLog ispc-1.2.2.ebuild Christoph Junghans (ottxor)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox