Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/jemalloc: ChangeLog jemalloc-3.6.0.ebuild
Date: Mon, 25 Aug 2014 11:58:50
Message-Id: 20140825115845.195BB3E15@oystercatcher.gentoo.org
1 armin76 14/08/25 11:58:45
2
3 Modified: ChangeLog jemalloc-3.6.0.ebuild
4 Log:
5 Add ~sparc
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF6AD3240)
8
9 Revision Changes Path
10 1.47 dev-libs/jemalloc/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jemalloc/ChangeLog?rev=1.47&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jemalloc/ChangeLog?rev=1.47&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jemalloc/ChangeLog?r1=1.46&r2=1.47
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/ChangeLog,v
19 retrieving revision 1.46
20 retrieving revision 1.47
21 diff -u -r1.46 -r1.47
22 --- ChangeLog 8 Aug 2014 08:44:28 -0000 1.46
23 +++ ChangeLog 25 Aug 2014 11:58:45 -0000 1.47
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-libs/jemalloc
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/ChangeLog,v 1.46 2014/08/08 08:44:28 klausman Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/ChangeLog,v 1.47 2014/08/25 11:58:45 armin76 Exp $
29 +
30 + 25 Aug 2014; Raúl Porcel <armin76@g.o> jemalloc-3.6.0.ebuild:
31 + Add ~sparc
32
33 08 Aug 2014; Tobias Klausmann <klausman@g.o> jemalloc-3.6.0.ebuild:
34 Stable on alpha, bug 512330
35
36
37
38 1.10 dev-libs/jemalloc/jemalloc-3.6.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jemalloc/jemalloc-3.6.0.ebuild?rev=1.10&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jemalloc/jemalloc-3.6.0.ebuild?rev=1.10&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jemalloc/jemalloc-3.6.0.ebuild?r1=1.9&r2=1.10
43
44 Index: jemalloc-3.6.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/jemalloc-3.6.0.ebuild,v
47 retrieving revision 1.9
48 retrieving revision 1.10
49 diff -u -r1.9 -r1.10
50 --- jemalloc-3.6.0.ebuild 8 Aug 2014 08:44:28 -0000 1.9
51 +++ jemalloc-3.6.0.ebuild 25 Aug 2014 11:58:45 -0000 1.10
52 @@ -1,10 +1,10 @@
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/jemalloc-3.6.0.ebuild,v 1.9 2014/08/08 08:44:28 klausman Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/jemalloc-3.6.0.ebuild,v 1.10 2014/08/25 11:58:45 armin76 Exp $
57
58 EAPI=5
59
60 -inherit autotools-multilib eutils
61 +inherit autotools-multilib eutils flag-o-matic
62
63 DESCRIPTION="Jemalloc is a general-purpose scalable concurrent allocator"
64 HOMEPAGE="http://www.canonware.com/jemalloc/"
65 @@ -12,7 +12,7 @@
66
67 LICENSE="BSD"
68 SLOT="0"
69 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 x86 ~amd64-linux ~x86-linux ~x64-macos"
70 +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
71 IUSE="debug static-libs stats"
72 HTML_DOCS=( doc/jemalloc.html )
73 PATCHES=( "${FILESDIR}/${PN}-3.5.1-strip-optimization.patch"
74 @@ -29,6 +29,7 @@
75 $(use_enable debug)
76 $(use_enable stats)
77 )
78 + use sparc && append-cppflags -DLG_QUANTUM=4 -mcpu=ultrasparc
79 autotools-multilib_src_configure
80 }