ottxor      15/07/12 17:57:48

  Modified:             ChangeLog
  Added:                ispc-1.8.2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  Changes    Path
1.22                 dev-lang/ispc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ispc/ChangeLog?rev=1.22&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ispc/ChangeLog?rev=1.22&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ispc/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   8 Apr 2015 08:22:09 -0000       1.21
+++ ChangeLog   12 Jul 2015 17:57:48 -0000      1.22
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/ispc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v 1.21 2015/04/08 
08:22:09 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v 1.22 2015/07/12 
17:57:48 ottxor Exp $
+
+*ispc-1.8.2 (12 Jul 2015)
+
+  12 Jul 2015; Christoph Junghans <ott...@gentoo.org> +ispc-1.8.2.ebuild:
+  version bump
 
   08 Apr 2015; Michał Górny <mgo...@gentoo.org> ispc-1.8.1.ebuild:
   Drop old Python implementations



1.1                  dev-lang/ispc/ispc-1.8.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ispc/ispc-1.8.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ispc/ispc-1.8.2.ebuild?rev=1.1&content-type=text/plain

Index: ispc-1.8.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ispc-1.8.2.ebuild,v 1.1 
2015/07/12 17:57:48 ottxor Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit toolchain-funcs python-any-r1

DESCRIPTION="Intel SPMD Program Compiler"
HOMEPAGE="http://ispc.github.com/";

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"

RDEPEND="
        >=sys-devel/clang-3.0
        >=sys-devel/llvm-3.0
        "
DEPEND="
        ${RDEPEND}
        ${PYTHON_DEPS}
        sys-devel/bison
        sys-devel/flex
        "

src_compile() {
        sed -i '/^\t@/s/@//' Makefile || die #make all slient commands ("@") 
verbose
        emake LDFLAGS="${LDFLAGS}" OPT="${CXXFLAGS}" CXX="$(tc-getCXX)" 
CPP="$(tc-getCPP)"
}

src_install() {
        dobin ispc
        dodoc README.rst

        if use examples; then
                insinto "/usr/share/doc/${PF}/examples"
                docompress -x "/usr/share/doc/${PF}/examples"
                doins -r examples/*
        fi
}




Reply via email to