jlec        15/06/15 17:08:08

  Modified:             tbb-4.3.20141023-r1.ebuild ChangeLog
  Added:                tbb-4.3.20150611.ebuild
  Removed:              tbb-4.2.20131118.ebuild tbb-4.2.20140122.ebuild
  Log:
  Version Bump; drop old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  Changes    Path
1.2                  dev-cpp/tbb/tbb-4.3.20141023-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/tbb/tbb-4.3.20141023-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/tbb/tbb-4.3.20141023-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/tbb/tbb-4.3.20141023-r1.ebuild?r1=1.1&r2=1.2

Index: tbb-4.3.20141023-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/tbb/tbb-4.3.20141023-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tbb-4.3.20141023-r1.ebuild  15 Jun 2015 16:50:40 -0000      1.1
+++ tbb-4.3.20141023-r1.ebuild  15 Jun 2015 17:08:07 -0000      1.2
@@ -1,9 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/tbb-4.3.20141023-r1.ebuild,v 
1.1 2015/06/15 16:50:40 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/tbb-4.3.20141023-r1.ebuild,v 
1.2 2015/06/15 17:08:07 jlec Exp $
 
 EAPI=5
-inherit eutils flag-o-matic versionator toolchain-funcs multilib-minimal
+
+inherit eutils flag-o-matic multilib-minimal toolchain-funcs versionator
 
 PV1="$(get_version_component_range 1)"
 PV2="$(get_version_component_range 2)"
@@ -14,7 +15,6 @@
 HOMEPAGE="http://www.threadingbuildingblocks.org/";
 
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
 LICENSE="GPL-2-with-exceptions"
-
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug doc examples"
@@ -75,15 +75,15 @@
        local comp arch
 
        case ${MULTILIB_ABI_FLAG} in
-       abi_x86_64) arch=x86_64 ;;
-       abi_x86_32) arch=ia32 ;;
+               abi_x86_64) arch=x86_64 ;;
+               abi_x86_32) arch=ia32 ;;
        esac
 
        case "$(tc-getCXX)" in
-       *g++*) comp="gcc" ;;
-       *ic*c) comp="icc" ;;
-       *clang*) comp="clang" ;;
-       *) die "compiler $(tc-getCXX) not supported by build system" ;;
+               *g++*) comp="gcc" ;;
+               *ic*c) comp="icc" ;;
+               *clang*) comp="clang" ;;
+               *) die "compiler $(tc-getCXX) not supported by build system" ;;
        esac
 
        CXX="$(tc-getCXX)" \
@@ -104,7 +104,7 @@
 }
 
 multilib_src_install() {
-       cd "${BUILD_DIR}_release"
+       cd "${BUILD_DIR}_release" || die
        local l
        for l in $(find . -name lib\*.so.\*); do
                dolib.so ${l}
@@ -112,7 +112,7 @@
                dosym ${bl} /usr/$(get_libdir)/${bl%.*}
        done
 
-       cd "${BUILD_DIR}"
+       cd "${BUILD_DIR}" || die
        insinto /usr/$(get_libdir)/pkgconfig
        doins *.pc
 }



1.53                 dev-cpp/tbb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/tbb/ChangeLog?rev=1.53&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/tbb/ChangeLog?rev=1.53&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/tbb/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/tbb/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   15 Jun 2015 16:50:40 -0000      1.52
+++ ChangeLog   15 Jun 2015 17:08:07 -0000      1.53
@@ -1,6 +1,14 @@
 # ChangeLog for dev-cpp/tbb
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/ChangeLog,v 1.52 2015/06/15 
16:50:40 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/ChangeLog,v 1.53 2015/06/15 
17:08:07 jlec Exp $
+
+*tbb-4.3.20150611 (15 Jun 2015)
+
+  15 Jun 2015; Justin Lecher <[email protected]>
+  +files/tbb-4.3.20150611-build.patch, +tbb-4.3.20150611.ebuild,
+  -tbb-4.2.20131118.ebuild, -tbb-4.2.20140122.ebuild,
+  tbb-4.3.20141023-r1.ebuild:
+  Version Bump; drop old
 
 *tbb-4.3.20141023-r1 (15 Jun 2015)
 



1.1                  dev-cpp/tbb/tbb-4.3.20150611.ebuild

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

Index: tbb-4.3.20150611.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/tbb-4.3.20150611.ebuild,v 1.1 
2015/06/15 17:08:07 jlec Exp $

EAPI=5

inherit eutils flag-o-matic multilib-minimal toolchain-funcs versionator

PV1="$(get_version_component_range 1)"
PV2="$(get_version_component_range 2)"
PV3="$(get_version_component_range 3)"
MYP="${PN}${PV1}${PV2}_${PV3}oss"

DESCRIPTION="High level abstract threading library"
HOMEPAGE="http://www.threadingbuildingblocks.org/";
SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz";
LICENSE="GPL-2-with-exceptions"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
IUSE="debug doc examples"

DEPEND=""
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MYP}"

src_prepare() {
        epatch \
                "${FILESDIR}"/${PN}-4.0.297-underlinking.patch \
                "${FILESDIR}"/${P}-build.patch

        find include -name \*.html -delete || die

        # Give it a soname on FreeBSD
        echo 'LIB_LINK_FLAGS += -Wl,-soname=$(BUILDING_LIBRARY)' >>     
build/FreeBSD.gcc.inc
        # Set proper versionning on FreeBSD
        sed -i -e '/.DLL =/s/$/.1/' build/FreeBSD.inc || die

        use debug || sed -i -e '/_debug/d' Makefile
}

multilib_src_configure() {
        # pc files are for debian and fedora compatibility
        # some deps use them
        cat <<-EOF > ${PN}.pc.template
                prefix=${EPREFIX}/usr
                libdir=\${prefix}/$(get_libdir)
                includedir=\${prefix}/include
                Name: ${PN}
                Description: ${DESCRIPTION}
                Version: ${PV}
                URL: ${HOMEPAGE}
                Cflags: -I\${includedir}
        EOF
        cp ${PN}.pc.template ${PN}.pc || die
        cat <<-EOF >> ${PN}.pc
                Libs: -L\${libdir} -ltbb
                Libs.private: -lm -lrt
        EOF
        cp ${PN}.pc.template ${PN}malloc.pc || die
        cat <<-EOF >> ${PN}malloc.pc
                Libs: -L\${libdir} -ltbbmalloc
                Libs.private: -lm -lrt
        EOF
        cp ${PN}.pc.template ${PN}malloc_proxy.pc || die
        cat <<-EOF >> ${PN}malloc_proxy.pc
                Libs: -L\${libdir} -ltbbmalloc_proxy
                Libs.private: -lrt
                Requires: tbbmalloc
        EOF
}

local_src_compile() {
        cd "${S}"

        local comp arch

        case ${MULTILIB_ABI_FLAG} in
                abi_x86_64) arch=x86_64 ;;
                abi_x86_32) arch=ia32 ;;
        esac

        case "$(tc-getCXX)" in
                *g++*) comp="gcc" ;;
                *ic*c) comp="icc" ;;
                *clang*) comp="clang" ;;
                *) die "compiler $(tc-getCXX) not supported by build system" ;;
        esac

        CXX="$(tc-getCXX)" \
        CC="$(tc-getCC)" \
        AS="$(tc-getAS)" \
        arch=${arch} \
        CPLUS_FLAGS="${CXXFLAGS}" \
        emake compiler=${comp} work_dir="${BUILD_DIR}" tbb_root="${S}" $@
}

multilib_src_compile() {
        local_src_compile tbb tbbmalloc
}

multilib_src_test() {
        CXXFLAGS="${CXXFLAGS} -fabi-version=4" \
        local_src_compile -j1 test
}

multilib_src_install() {
        cd "${BUILD_DIR}_release" || die
        local l
        for l in $(find . -name lib\*.so.\*); do
                dolib.so ${l}
                local bl=$(basename ${l})
                dosym ${bl} /usr/$(get_libdir)/${bl%.*}
        done

        cd "${BUILD_DIR}" || die
        insinto /usr/$(get_libdir)/pkgconfig
        doins *.pc
}

multilib_src_install_all() {
        doheader -r include/*

        dodoc README CHANGES doc/Release_Notes.txt
        use doc && dohtml -r doc/html/*

        if use examples ; then
                insinto /usr/share/doc/${PF}/examples/build
                doins build/*.inc
                insinto /usr/share/doc/${PF}/examples
                doins -r examples
        fi
}




Reply via email to