public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/boehm-gc: boehm-gc-7.4.2.ebuild ChangeLog
@ 2014-06-17  6:11 Patrick Lauer (patrick)
  0 siblings, 0 replies; 10+ messages in thread
From: Patrick Lauer (patrick) @ 2014-06-17  6:11 UTC (permalink / raw
  To: gentoo-commits

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 <patrick@gentoo.org> +boehm-gc-7.4.2.ebuild:
+  Bump
 
   30 May 2014; Anthony G. Basile <blueness@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
}





^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/boehm-gc: boehm-gc-7.4.2.ebuild ChangeLog
@ 2015-02-17  8:46 Jeroen Roovers (jer)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2015-02-17  8:46 UTC (permalink / raw
  To: gentoo-commits

jer         15/02/17 08:46:08

  Modified:             boehm-gc-7.4.2.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #538126).
  
  (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild?r1=1.1&r2=1.2

Index: boehm-gc-7.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- boehm-gc-7.4.2.ebuild	17 Jun 2014 06:11:45 -0000	1.1
+++ boehm-gc-7.4.2.ebuild	17 Feb 2015 08:46:08 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild,v 1.2 2015/02/17 08:46:08 jer Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 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"
+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



1.118                dev-libs/boehm-gc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog	17 Jun 2014 06:11:45 -0000	1.117
+++ ChangeLog	17 Feb 2015 08:46:08 -0000	1.118
@@ -1,6 +1,9 @@
 # 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.117 2014/06/17 06:11:45 patrick Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.118 2015/02/17 08:46:08 jer Exp $
+
+  17 Feb 2015; Jeroen Roovers <jer@gentoo.org> boehm-gc-7.4.2.ebuild:
+  Stable for HPPA (bug #538126).
 
 *boehm-gc-7.4.2 (17 Jun 2014)
 





^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/boehm-gc: boehm-gc-7.4.2.ebuild ChangeLog
@ 2015-02-19  9:03 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-19  9:03 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/19 09:03:19

  Modified:             boehm-gc-7.4.2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #538126
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild?r1=1.2&r2=1.3

Index: boehm-gc-7.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- boehm-gc-7.4.2.ebuild	17 Feb 2015 08:46:08 -0000	1.2
+++ boehm-gc-7.4.2.ebuild	19 Feb 2015 09:03:19 -0000	1.3
@@ -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/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild,v 1.2 2015/02/17 08:46:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild,v 1.3 2015/02/19 09:03:19 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 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"
+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



1.119                dev-libs/boehm-gc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog	17 Feb 2015 08:46:08 -0000	1.118
+++ ChangeLog	19 Feb 2015 09:03:19 -0000	1.119
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/boehm-gc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.118 2015/02/17 08:46:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.119 2015/02/19 09:03:19 ago Exp $
+
+  19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> boehm-gc-7.4.2.ebuild:
+  Stable for amd64, wrt bug #538126
 
   17 Feb 2015; Jeroen Roovers <jer@gentoo.org> boehm-gc-7.4.2.ebuild:
   Stable for HPPA (bug #538126).





^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/boehm-gc: boehm-gc-7.4.2.ebuild ChangeLog
@ 2015-02-21 12:19 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-21 12:19 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/21 12:19:01

  Modified:             boehm-gc-7.4.2.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #538126
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild?r1=1.3&r2=1.4

Index: boehm-gc-7.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- boehm-gc-7.4.2.ebuild	19 Feb 2015 09:03:19 -0000	1.3
+++ boehm-gc-7.4.2.ebuild	21 Feb 2015 12:19:01 -0000	1.4
@@ -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/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild,v 1.3 2015/02/19 09:03:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild,v 1.4 2015/02/21 12:19:01 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 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"
+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



1.120                dev-libs/boehm-gc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog	19 Feb 2015 09:03:19 -0000	1.119
+++ ChangeLog	21 Feb 2015 12:19:01 -0000	1.120
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/boehm-gc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.119 2015/02/19 09:03:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.120 2015/02/21 12:19:01 ago Exp $
+
+  21 Feb 2015; Agostino Sarubbo <ago@gentoo.org> boehm-gc-7.4.2.ebuild:
+  Stable for ppc, wrt bug #538126
 
   19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> boehm-gc-7.4.2.ebuild:
   Stable for amd64, wrt bug #538126





^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/boehm-gc: boehm-gc-7.4.2.ebuild ChangeLog
@ 2015-02-23 11:16 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-23 11:16 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/23 11:16:50

  Modified:             boehm-gc-7.4.2.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #538126
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  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.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild?r1=1.4&r2=1.5

Index: boehm-gc-7.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- boehm-gc-7.4.2.ebuild	21 Feb 2015 12:19:01 -0000	1.4
+++ boehm-gc-7.4.2.ebuild	23 Feb 2015 11:16:50 -0000	1.5
@@ -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/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild,v 1.4 2015/02/21 12:19:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild,v 1.5 2015/02/23 11:16:50 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 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"
+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



1.121                dev-libs/boehm-gc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog	21 Feb 2015 12:19:01 -0000	1.120
+++ ChangeLog	23 Feb 2015 11:16:50 -0000	1.121
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/boehm-gc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.120 2015/02/21 12:19:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.121 2015/02/23 11:16:50 ago Exp $
+
+  23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> boehm-gc-7.4.2.ebuild:
+  Stable for ppc64, wrt bug #538126
 
   21 Feb 2015; Agostino Sarubbo <ago@gentoo.org> boehm-gc-7.4.2.ebuild:
   Stable for ppc, wrt bug #538126





^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/boehm-gc: boehm-gc-7.4.2.ebuild ChangeLog
@ 2015-02-24  8:57 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-24  8:57 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/24 08:57:31

  Modified:             boehm-gc-7.4.2.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #538126
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  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.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild?r1=1.5&r2=1.6

Index: boehm-gc-7.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- boehm-gc-7.4.2.ebuild	23 Feb 2015 11:16:50 -0000	1.5
+++ boehm-gc-7.4.2.ebuild	24 Feb 2015 08:57:31 -0000	1.6
@@ -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/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild,v 1.5 2015/02/23 11:16:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild,v 1.6 2015/02/24 08:57:31 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 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"
+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



1.122                dev-libs/boehm-gc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog	23 Feb 2015 11:16:50 -0000	1.121
+++ ChangeLog	24 Feb 2015 08:57:31 -0000	1.122
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/boehm-gc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.121 2015/02/23 11:16:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.122 2015/02/24 08:57:31 ago Exp $
+
+  24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> boehm-gc-7.4.2.ebuild:
+  Stable for alpha, wrt bug #538126
 
   23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> boehm-gc-7.4.2.ebuild:
   Stable for ppc64, wrt bug #538126





^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/boehm-gc: boehm-gc-7.4.2.ebuild ChangeLog
@ 2015-02-25 15:43 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-25 15:43 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/25 15:43:22

  Modified:             boehm-gc-7.4.2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #538126
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  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.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild?r1=1.6&r2=1.7

Index: boehm-gc-7.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- boehm-gc-7.4.2.ebuild	24 Feb 2015 08:57:31 -0000	1.6
+++ boehm-gc-7.4.2.ebuild	25 Feb 2015 15:43:22 -0000	1.7
@@ -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/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild,v 1.6 2015/02/24 08:57:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild,v 1.7 2015/02/25 15:43:22 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 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"
+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



1.123                dev-libs/boehm-gc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog	24 Feb 2015 08:57:31 -0000	1.122
+++ ChangeLog	25 Feb 2015 15:43:22 -0000	1.123
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/boehm-gc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.122 2015/02/24 08:57:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.123 2015/02/25 15:43:22 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo <ago@gentoo.org> boehm-gc-7.4.2.ebuild:
+  Stable for x86, wrt bug #538126
 
   24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> boehm-gc-7.4.2.ebuild:
   Stable for alpha, wrt bug #538126





^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/boehm-gc: boehm-gc-7.4.2.ebuild ChangeLog
@ 2015-02-26 18:58 Markus Meier (maekke)
  0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2015-02-26 18:58 UTC (permalink / raw
  To: gentoo-commits

maekke      15/02/26 18:58:23

  Modified:             boehm-gc-7.4.2.ebuild ChangeLog
  Log:
  arm stable, bug #538126
  
  (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.8                  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.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild?r1=1.7&r2=1.8

Index: boehm-gc-7.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- boehm-gc-7.4.2.ebuild	25 Feb 2015 15:43:22 -0000	1.7
+++ boehm-gc-7.4.2.ebuild	26 Feb 2015 18:58:23 -0000	1.8
@@ -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/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild,v 1.7 2015/02/25 15:43:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild,v 1.8 2015/02/26 18:58:23 maekke Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 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"
+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



1.124                dev-libs/boehm-gc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog	25 Feb 2015 15:43:22 -0000	1.123
+++ ChangeLog	26 Feb 2015 18:58:23 -0000	1.124
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/boehm-gc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.123 2015/02/25 15:43:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.124 2015/02/26 18:58:23 maekke Exp $
+
+  26 Feb 2015; Markus Meier <maekke@gentoo.org> boehm-gc-7.4.2.ebuild:
+  arm stable, bug #538126
 
   25 Feb 2015; Agostino Sarubbo <ago@gentoo.org> boehm-gc-7.4.2.ebuild:
   Stable for x86, wrt bug #538126





^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/boehm-gc: boehm-gc-7.4.2.ebuild ChangeLog
@ 2015-02-27 11:36 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-27 11:36 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/27 11:36:39

  Modified:             boehm-gc-7.4.2.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #538126
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  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.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild?r1=1.8&r2=1.9

Index: boehm-gc-7.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- boehm-gc-7.4.2.ebuild	26 Feb 2015 18:58:23 -0000	1.8
+++ boehm-gc-7.4.2.ebuild	27 Feb 2015 11:36:39 -0000	1.9
@@ -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/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild,v 1.8 2015/02/26 18:58:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild,v 1.9 2015/02/27 11:36:39 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 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"
+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



1.125                dev-libs/boehm-gc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog	26 Feb 2015 18:58:23 -0000	1.124
+++ ChangeLog	27 Feb 2015 11:36:39 -0000	1.125
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/boehm-gc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.124 2015/02/26 18:58:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.125 2015/02/27 11:36:39 ago Exp $
+
+  27 Feb 2015; Agostino Sarubbo <ago@gentoo.org> boehm-gc-7.4.2.ebuild:
+  Stable for sparc, wrt bug #538126
 
   26 Feb 2015; Markus Meier <maekke@gentoo.org> boehm-gc-7.4.2.ebuild:
   arm stable, bug #538126





^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/boehm-gc: boehm-gc-7.4.2.ebuild ChangeLog
@ 2015-02-28 13:58 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-28 13:58 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/28 13:58:09

  Modified:             boehm-gc-7.4.2.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #538126
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.10                 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.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild?r1=1.9&r2=1.10

Index: boehm-gc-7.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- boehm-gc-7.4.2.ebuild	27 Feb 2015 11:36:39 -0000	1.9
+++ boehm-gc-7.4.2.ebuild	28 Feb 2015 13:58:09 -0000	1.10
@@ -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/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild,v 1.9 2015/02/27 11:36:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild,v 1.10 2015/02/28 13:58:09 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 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"
+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



1.126                dev-libs/boehm-gc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog	27 Feb 2015 11:36:39 -0000	1.125
+++ ChangeLog	28 Feb 2015 13:58:09 -0000	1.126
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/boehm-gc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.125 2015/02/27 11:36:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.126 2015/02/28 13:58:09 ago Exp $
+
+  28 Feb 2015; Agostino Sarubbo <ago@gentoo.org> boehm-gc-7.4.2.ebuild:
+  Stable for ia64, wrt bug #538126
 
   27 Feb 2015; Agostino Sarubbo <ago@gentoo.org> boehm-gc-7.4.2.ebuild:
   Stable for sparc, wrt bug #538126





^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-02-28 13:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-28 13:58 [gentoo-commits] gentoo-x86 commit in dev-libs/boehm-gc: boehm-gc-7.4.2.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-27 11:36 Agostino Sarubbo (ago)
2015-02-26 18:58 Markus Meier (maekke)
2015-02-25 15:43 Agostino Sarubbo (ago)
2015-02-24  8:57 Agostino Sarubbo (ago)
2015-02-23 11:16 Agostino Sarubbo (ago)
2015-02-21 12:19 Agostino Sarubbo (ago)
2015-02-19  9:03 Agostino Sarubbo (ago)
2015-02-17  8:46 Jeroen Roovers (jer)
2014-06-17  6:11 Patrick Lauer (patrick)

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