Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/boehm-gc: ChangeLog boehm-gc-7.2d.ebuild
Date: Thu, 28 Feb 2013 13:41:12
Message-Id: 20130228134104.11C8F2171D@flycatcher.gentoo.org
1 jer 13/02/28 13:41:04
2
3 Modified: ChangeLog boehm-gc-7.2d.ebuild
4 Log:
5 Stable for HPPA (bug #443616).
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.94 dev-libs/boehm-gc/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/ChangeLog?rev=1.94&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/ChangeLog?rev=1.94&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/ChangeLog?r1=1.93&r2=1.94
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v
19 retrieving revision 1.93
20 retrieving revision 1.94
21 diff -u -r1.93 -r1.94
22 --- ChangeLog 15 Feb 2013 22:53:51 -0000 1.93
23 +++ ChangeLog 28 Feb 2013 13:41:03 -0000 1.94
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-libs/boehm-gc
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.93 2013/02/15 22:53:51 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.94 2013/02/28 13:41:03 jer Exp $
29 +
30 + 28 Feb 2013; Jeroen Roovers <jer@g.o> boehm-gc-7.2d.ebuild:
31 + Stable for HPPA (bug #443616).
32
33 15 Feb 2013; Agostino Sarubbo <ago@g.o> boehm-gc-7.2d.ebuild:
34 Stable for alpha, wrt bug #443616
35
36
37
38 1.11 dev-libs/boehm-gc/boehm-gc-7.2d.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.2d.ebuild?rev=1.11&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.2d.ebuild?rev=1.11&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.2d.ebuild?r1=1.10&r2=1.11
43
44 Index: boehm-gc-7.2d.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.2d.ebuild,v
47 retrieving revision 1.10
48 retrieving revision 1.11
49 diff -u -r1.10 -r1.11
50 --- boehm-gc-7.2d.ebuild 15 Feb 2013 22:53:51 -0000 1.10
51 +++ boehm-gc-7.2d.ebuild 28 Feb 2013 13:41:03 -0000 1.11
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.2d.ebuild,v 1.10 2013/02/15 22:53:51 ago Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.2d.ebuild,v 1.11 2013/02/28 13:41:03 jer Exp $
57
58 EAPI=4
59
60 @@ -16,7 +16,7 @@
61
62 LICENSE="boehm-gc"
63 SLOT="0"
64 -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
65 +KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
66 IUSE="cxx static-libs threads"
67
68 RDEPEND=">=dev-libs/libatomic_ops-7.2"