Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/icu: icu-4.6.1.ebuild ChangeLog
Date: Wed, 27 Apr 2011 18:49:51
Message-Id: 20110427184931.D269020057@flycatcher.gentoo.org
1 arfrever 11/04/27 18:49:31
2
3 Modified: icu-4.6.1.ebuild ChangeLog
4 Log:
5 Fix parallel installation (bug #272328).
6
7 (Portage version: 2.2.0_alpha30_p6/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-libs/icu/icu-4.6.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild?r1=1.3&r2=1.4
15
16 Index: icu-4.6.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- icu-4.6.1.ebuild 26 Apr 2011 20:17:01 -0000 1.3
23 +++ icu-4.6.1.ebuild 27 Apr 2011 18:49:31 -0000 1.4
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild,v 1.3 2011/04/26 20:17:01 angelos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-4.6.1.ebuild,v 1.4 2011/04/27 18:49:31 arfrever Exp $
29
30 EAPI="3"
31
32 -inherit versionator
33 +inherit eutils versionator
34
35 MAJOR_MINOR_VERSION="$(get_version_component_range 1-2)"
36 MICRO_VERSION="$(get_version_component_range 3)"
37 @@ -49,6 +49,8 @@
38 for variable in ARFLAGS CFLAGS CPPFLAGS CXXFLAGS FFLAGS LDFLAGS; do
39 sed -i -e "/^${variable} =.*/s:@${variable}@::" config/Makefile.inc.in || die "sed failed"
40 done
41 +
42 + epatch "${FILESDIR}/${P}-parallel_installation.patch"
43 }
44
45 src_configure() {
46
47
48
49 1.146 dev-libs/icu/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?rev=1.146&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?rev=1.146&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?r1=1.145&r2=1.146
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v
58 retrieving revision 1.145
59 retrieving revision 1.146
60 diff -u -r1.145 -r1.146
61 --- ChangeLog 26 Apr 2011 20:17:01 -0000 1.145
62 +++ ChangeLog 27 Apr 2011 18:49:31 -0000 1.146
63 @@ -1,6 +1,10 @@
64 # ChangeLog for dev-libs/icu
65 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.145 2011/04/26 20:17:01 angelos Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.146 2011/04/27 18:49:31 arfrever Exp $
68 +
69 + 27 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
70 + icu-4.6.1.ebuild, +files/icu-4.6.1-parallel_installation.patch:
71 + Fix parallel installation (bug #272328).
72
73 26 Apr 2011; Christoph Mende <angelos@g.o> icu-4.6.1.ebuild:
74 Stable on amd64 wrt bug #364409