public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/boehm-gc: metadata.xml ChangeLog boehm-gc-7.2_alpha6.ebuild boehm-gc-7.2_alpha4-r1.ebuild
@ 2012-05-29 19:17 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2012-05-29 19:17 UTC (permalink / raw
  To: gentoo-commits

jlec        12/05/29 19:17:13

  Modified:             metadata.xml ChangeLog
                        boehm-gc-7.2_alpha4-r1.ebuild
  Added:                boehm-gc-7.2_alpha6.ebuild
  Log:
  dev-libs/boehm-gc: Version Bump, handling of static libs
  
  (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-libs/boehm-gc/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml	23 Sep 2011 22:41:23 -0000	1.3
+++ metadata.xml	29 May 2012 19:17:13 -0000	1.4
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer>
-  <email>matsuu@gentoo.org</email>
-</maintainer>
+	<maintainer>
+		<email>matsuu@gentoo.org</email>
+	</maintainer>
 </pkgmetadata>



1.80                 dev-libs/boehm-gc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog	10 Jan 2012 19:18:00 -0000	1.79
+++ ChangeLog	29 May 2012 19:17:13 -0000	1.80
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/boehm-gc
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.79 2012/01/10 19:18:00 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.80 2012/05/29 19:17:13 jlec Exp $
+
+*boehm-gc-7.2_alpha6 (29 May 2012)
+
+  29 May 2012; Justin Lecher <jlec@gentoo.org> boehm-gc-7.2_alpha4-r1.ebuild,
+  +boehm-gc-7.2_alpha6.ebuild, metadata.xml:
+  Version Bump, handling of static libs
 
   13 Nov 2011; Mike Frysinger <vapier@gentoo.org> boehm-gc-6.8.ebuild,
   boehm-gc-7.0-r1.ebuild, boehm-gc-7.1-r1.ebuild,



1.3                  dev-libs/boehm-gc/boehm-gc-7.2_alpha4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.2_alpha4-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.2_alpha4-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.2_alpha4-r1.ebuild?r1=1.2&r2=1.3

Index: boehm-gc-7.2_alpha4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.2_alpha4-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- boehm-gc-7.2_alpha4-r1.ebuild	13 Nov 2011 18:56:12 -0000	1.2
+++ boehm-gc-7.2_alpha4-r1.ebuild	29 May 2012 19:17:13 -0000	1.3
@@ -1,11 +1,12 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.2_alpha4-r1.ebuild,v 1.2 2011/11/13 18:56:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.2_alpha4-r1.ebuild,v 1.3 2012/05/29 19:17:13 jlec Exp $
 
-inherit eutils
+EAPI=4
+
+inherit autotools-utils
 
 MY_P="gc-${PV/_/}"
-S="${WORKDIR}/${MY_P}"
 
 DESCRIPTION="The Boehm-Demers-Weiser conservative garbage collector"
 HOMEPAGE="http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
@@ -14,25 +15,34 @@
 LICENSE="as-is"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="cxx threads"
+IUSE="cxx static-libs threads"
 
 DEPEND="dev-libs/libatomic_ops"
 RDEPEND="${DEPEND}"
 
-src_compile() {
+S="${WORKDIR}/${MY_P}"
+
+DOCS=( README.QUICK doc/README{,.environment,.linux,.macros} doc/barrett_diagram )
+
+src_prepare() {
 	sed '/Cflags/s:$:/gc:g' -i bdw-gc.pc.in || die
+	rm -rvf libatomic_ops || die
+	autotools-utils_src_prepare
+}
 
-	econf \
-		--with-libatomic-ops=yes \
-		$(use_enable cxx cplusplus) \
+src_configure() {
+	local myeconfargs=(
+		--with-libatomic-ops=yes
+		$(use_enable cxx cplusplus)
 		$(use threads || echo --disable-threads)
-	emake || die
+		)
+	autotools-utils_src_configure
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die
+	autotools-utils_src_install
 
-	rm -rf "${D}"/usr/share/gc || die
+	rm -rf "${ED}"/usr/share/gc || die
 
 	# dist_noinst_HEADERS
 	insinto /usr/include/gc
@@ -40,7 +50,6 @@
 	insinto /usr/include/gc/private
 	doins include/private/*.h
 
-	dodoc README.QUICK doc/README* doc/barrett_diagram
 	dohtml doc/*.html
 	newman doc/gc.man GC_malloc.1
 }



1.1                  dev-libs/boehm-gc/boehm-gc-7.2_alpha6.ebuild

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

Index: boehm-gc-7.2_alpha6.ebuild
===================================================================
# Copyright 1999-2012 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.2_alpha6.ebuild,v 1.1 2012/05/29 19:17:13 jlec Exp $

EAPI=4

AUTOTOOLS_AUTORECONF=yes

inherit autotools-utils

MY_P="gc-${PV/_/}"

DESCRIPTION="The Boehm-Demers-Weiser conservative garbage collector"
HOMEPAGE="http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
SRC_URI="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/${MY_P}.tar.gz"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="cxx static-libs threads"

DEPEND="dev-libs/libatomic_ops"
RDEPEND="${DEPEND}"

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

DOCS=( README.QUICK doc/README{,.environment,.linux,.macros} doc/barrett_diagram )

src_prepare() {
	sed '/Cflags/s:$:/gc:g' -i bdw-gc.pc.in || die
	sed \
		-e '/gc_allocator.h/d' \
		-i Makefile.am || die
	rm -rf libatomic_ops || die
	autotools-utils_src_prepare
}

src_configure() {
	local myeconfargs=(
		--with-libatomic-ops=yes
		$(use_enable cxx cplusplus)
		$(use threads || echo --disable-threads)
		)
	autotools-utils_src_configure
}

src_install() {
	autotools-utils_src_install

	rm -rf "${ED}"/usr/share/gc || die

	# dist_noinst_HEADERS
	insinto /usr/include/gc
	doins include/{cord.h,ec.h,javaxfc.h}
	insinto /usr/include/gc/private
	doins include/private/*.h

	dohtml doc/*.html
	newman doc/gc.man GC_malloc.1
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-29 19:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-29 19:17 [gentoo-commits] gentoo-x86 commit in dev-libs/boehm-gc: metadata.xml ChangeLog boehm-gc-7.2_alpha6.ebuild boehm-gc-7.2_alpha4-r1.ebuild Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox