Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/jemalloc: jemalloc-3.3.0.ebuild ChangeLog
Date: Mon, 28 Jan 2013 20:17:32
Message-Id: 20130128201728.620E22171D@flycatcher.gentoo.org
1 vapier 13/01/28 20:17:28
2
3 Modified: jemalloc-3.3.0.ebuild ChangeLog
4 Log:
5 Add s390 love #429708 by Robin Johnson.
6
7 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
8
9 Revision Changes Path
10 1.2 dev-libs/jemalloc/jemalloc-3.3.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jemalloc/jemalloc-3.3.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jemalloc/jemalloc-3.3.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jemalloc/jemalloc-3.3.0.ebuild?r1=1.1&r2=1.2
15
16 Index: jemalloc-3.3.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/jemalloc-3.3.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- jemalloc-3.3.0.ebuild 26 Jan 2013 00:22:14 -0000 1.1
23 +++ jemalloc-3.3.0.ebuild 28 Jan 2013 20:17:28 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/jemalloc-3.3.0.ebuild,v 1.1 2013/01/26 00:22:14 anarchy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/jemalloc-3.3.0.ebuild,v 1.2 2013/01/28 20:17:28 vapier Exp $
29
30 EAPI=4
31
32 @@ -12,18 +12,15 @@
33
34 LICENSE="BSD"
35 SLOT="0"
36 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
37 -
38 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86"
39 IUSE="debug static-libs stats"
40
41 -DEPEND=""
42 -RDEPEND=""
43 -
44 src_prepare() {
45 epatch \
46 "${FILESDIR}/${PN}-3.0.0-strip-optimization.patch" \
47 "${FILESDIR}/${PN}-3.0.0-no-pprof.patch" \
48 - "${FILESDIR}/${PN}-3.0.0_fix_html_install.patch"
49 + "${FILESDIR}/${PN}-3.0.0_fix_html_install.patch" \
50 + "${FILESDIR}/${PN}-3.3.0-s390.patch"
51
52 eautoreconf
53 }
54 @@ -35,9 +32,8 @@
55 }
56
57 src_install() {
58 - emake DESTDIR="${ED}" install || die
59 - dodoc ChangeLog README
60 + default
61 dohtml doc/jemalloc.html
62
63 - use static-libs || find "${ED}" -name '*.a' -exec rm -f {} +
64 + use static-libs || find "${ED}" -name '*.a' -delete
65 }
66
67
68
69 1.27 dev-libs/jemalloc/ChangeLog
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jemalloc/ChangeLog?rev=1.27&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jemalloc/ChangeLog?rev=1.27&content-type=text/plain
73 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jemalloc/ChangeLog?r1=1.26&r2=1.27
74
75 Index: ChangeLog
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/ChangeLog,v
78 retrieving revision 1.26
79 retrieving revision 1.27
80 diff -u -r1.26 -r1.27
81 --- ChangeLog 26 Jan 2013 00:22:14 -0000 1.26
82 +++ ChangeLog 28 Jan 2013 20:17:28 -0000 1.27
83 @@ -1,6 +1,10 @@
84 # ChangeLog for dev-libs/jemalloc
85 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
86 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/ChangeLog,v 1.26 2013/01/26 00:22:14 anarchy Exp $
87 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/ChangeLog,v 1.27 2013/01/28 20:17:28 vapier Exp $
88 +
89 + 28 Jan 2013; Mike Frysinger <vapier@g.o>
90 + +files/jemalloc-3.3.0-s390.patch, jemalloc-3.3.0.ebuild:
91 + Add s390 love #429708 by Robin Johnson.
92
93 *jemalloc-3.3.0 (26 Jan 2013)