patrick     14/06/17 06:11:45

  Modified:             ChangeLog
  Added:                boehm-gc-7.4.2.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.117                dev-libs/boehm-gc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/ChangeLog?rev=1.117&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/ChangeLog?rev=1.117&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/ChangeLog?r1=1.116&r2=1.117

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog   30 May 2014 20:34:00 -0000      1.116
+++ ChangeLog   17 Jun 2014 06:11:45 -0000      1.117
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/boehm-gc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.116 
2014/05/30 20:34:00 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.117 
2014/06/17 06:11:45 patrick Exp $
+
+*boehm-gc-7.4.2 (17 Jun 2014)
+
+  17 Jun 2014; Patrick Lauer <patr...@gentoo.org> +boehm-gc-7.4.2.ebuild:
+  Bump
 
   30 May 2014; Anthony G. Basile <bluen...@gentoo.org> boehm-gc-7.4.0.ebuild:
   Keyword ~mips



1.1                  dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild?rev=1.1&content-type=text/plain

Index: boehm-gc-7.4.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild,v 
1.1 2014/06/17 06:11:45 patrick Exp $

EAPI=5

inherit eutils

MY_P="gc-${PV}"

DESCRIPTION="The Boehm-Demers-Weiser conservative garbage collector"
HOMEPAGE="http://www.hboehm.info/gc/";
SRC_URI="http://www.hboehm.info/gc/gc_source/${MY_P}.tar.gz";

LICENSE="boehm-gc"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="cxx static-libs threads"

DEPEND=">=dev-libs/libatomic_ops-7.4
        virtual/pkgconfig"

S="${WORKDIR}/${MY_P}"

src_configure() {
        local config=(
                --with-libatomic-ops
                $(use_enable cxx cplusplus)
                $(use_enable static-libs static)
                $(use threads || echo --disable-threads)
        )
        econf "${config[@]}"
}

src_install() {
        default
        use static-libs || prune_libtool_files

        rm -r "${ED}"/usr/share/gc || die
        dodoc README.QUICK doc/README{.environment,.linux,.macros}
        dohtml doc/*.html
        newman doc/gc.man GC_malloc.1
}




Reply via email to