aballier    15/04/23 08:10:51

  Modified:             ChangeLog libcxxrt-9999.ebuild
  Added:                libcxxrt-0.0_p20150423.ebuild
  Log:
  bump a new snapshot
  
  Signed-off-by: Alexis Ballier <[email protected]>
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  Changes    Path
1.26                 sys-libs/libcxxrt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxxrt/ChangeLog?rev=1.26&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxxrt/ChangeLog?rev=1.26&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxxrt/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libcxxrt/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   23 Apr 2015 08:01:56 -0000      1.25
+++ ChangeLog   23 Apr 2015 08:10:50 -0000      1.26
@@ -1,6 +1,12 @@
 # ChangeLog for sys-libs/libcxxrt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxxrt/ChangeLog,v 1.25 
2015/04/23 08:01:56 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxxrt/ChangeLog,v 1.26 
2015/04/23 08:10:50 aballier Exp $
+
+*libcxxrt-0.0_p20150423 (23 Apr 2015)
+
+  23 Apr 2015; Alexis Ballier <[email protected]>
+  +libcxxrt-0.0_p20150423.ebuild:
+  bump a new snapshot
 
   23 Apr 2015; Alexis Ballier <[email protected]>
   -libcxxrt-0.0_p20130725.ebuild, -libcxxrt-0.0_p20131222.ebuild:



1.14                 sys-libs/libcxxrt/libcxxrt-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxxrt/libcxxrt-9999.ebuild?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxxrt/libcxxrt-9999.ebuild?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxxrt/libcxxrt-9999.ebuild?r1=1.13&r2=1.14

Index: libcxxrt-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libcxxrt/libcxxrt-9999.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- libcxxrt-9999.ebuild        17 Jan 2015 19:13:19 -0000      1.13
+++ libcxxrt-9999.ebuild        23 Apr 2015 08:10:50 -0000      1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxxrt/libcxxrt-9999.ebuild,v 
1.13 2015/01/17 19:13:19 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxxrt/libcxxrt-9999.ebuild,v 
1.14 2015/04/23 08:10:50 aballier Exp $
 
 EAPI=5
 
@@ -22,7 +22,7 @@
 LICENSE="BSD-2"
 SLOT="0"
 if [ "${PV%9999}" = "${PV}" ] ; then
-       KEYWORDS="~amd64 ~mips ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+       KEYWORDS="~amd64 ~mips ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
 else
        KEYWORDS=""
 fi



1.1                  sys-libs/libcxxrt/libcxxrt-0.0_p20150423.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxxrt/libcxxrt-0.0_p20150423.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxxrt/libcxxrt-0.0_p20150423.ebuild?rev=1.1&content-type=text/plain

Index: libcxxrt-0.0_p20150423.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-libs/libcxxrt/libcxxrt-0.0_p20150423.ebuild,v 1.1 
2015/04/23 08:10:50 aballier Exp $

EAPI=5

EGIT_REPO_URI="git://github.com/pathscale/libcxxrt.git"

[ "${PV%9999}" != "${PV}" ] && SCM="git-2" || SCM=""

inherit flag-o-matic toolchain-funcs portability ${SCM} multilib-minimal

DESCRIPTION="C++ Runtime from PathScale, FreeBSD and NetBSD"
HOMEPAGE="https://github.com/pathscale/libcxxrt 
http://www.pathscale.com/node/265";
if [ "${PV%9999}" = "${PV}" ] ; then
        SRC_URI="mirror://gentoo/${P}.tar.xz"
        DEPEND="app-arch/xz-utils"
else
        SRC_URI=""
fi

LICENSE="BSD-2"
SLOT="0"
if [ "${PV%9999}" = "${PV}" ] ; then
        KEYWORDS="~amd64 ~mips ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
else
        KEYWORDS=""
fi
IUSE="libunwind static-libs"

RDEPEND="libunwind? ( >=sys-libs/libunwind-1.0.1-r1[static-libs?] )"
DEPEND="${RDEPEND}
        ${DEPEND}"

DOCS=( AUTHORS COPYRIGHT README )

src_prepare() {
        cp "${FILESDIR}/Makefile" src/ || die
        cp "${FILESDIR}/Makefile.test" test/Makefile || die
        multilib_copy_sources
}

multilib_src_compile() {
        # Notes: we build -nodefaultlibs to avoid linking to gcc libs.
        # libcxxrt needs: dladdr (dlopen_lib), libunwind or libgcc_s and the 
libc.
        tc-export CC CXX AR
        append-ldflags "-Wl,-z,defs" # make sure we are not underlinked
        cd "${BUILD_DIR}/src"
        LIBS="$(dlopen_lib) -l$(usex libunwind unwind gcc_s) -lc" emake shared
        use static-libs && emake static
}

multilib_src_test() {
        cd "${BUILD_DIR}/test"
        LD_LIBRARY_PATH="${BUILD_DIR}/src:${LD_LIBRARY_PATH}" \
                LIBS="-L${BUILD_DIR}/src -lcxxrt -l$(usex libunwind unwind 
gcc_s) -lc" \
                emake check
}

multilib_src_install() {
        # TODO: See README. Maybe hide it in a subdir and let only libcxx know 
about
        # it. FreeBSD head installs it in /lib
        dolib.so src/${PN}.so*
        use static-libs && dolib.a src/${PN}.a
}

multilib_src_install_all() {
        einstalldocs
        insinto /usr/include/libcxxrt/
        doins src/cxxabi.h src/unwind*.h
}




Reply via email to