Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/icu: icu-51.1-r1.ebuild icu-51.2-r1.ebuild icu-51.1.ebuild ChangeLog
Date: Sat, 02 Nov 2013 15:21:22
Message-Id: 20131102152115.395B52004B@flycatcher.gentoo.org
1 dilfridge 13/11/02 15:21:15
2
3 Modified: icu-51.1-r1.ebuild icu-51.2-r1.ebuild
4 icu-51.1.ebuild ChangeLog
5 Log:
6 Add comment about subslot, see bug 464876
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
9
10 Revision Changes Path
11 1.2 dev-libs/icu/icu-51.1-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-51.1-r1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-51.1-r1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-51.1-r1.ebuild?r1=1.1&r2=1.2
16
17 Index: icu-51.1-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-51.1-r1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- icu-51.1-r1.ebuild 29 Oct 2013 22:26:13 -0000 1.1
24 +++ icu-51.1-r1.ebuild 2 Nov 2013 15:21:15 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-51.1-r1.ebuild,v 1.1 2013/10/29 22:26:13 dilfridge Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-51.1-r1.ebuild,v 1.2 2013/11/02 15:21:15 dilfridge Exp $
30
31 EAPI=5
32
33 @@ -11,7 +11,13 @@
34 SRC_URI="http://download.icu-project.org/files/icu4c/${PV/_/}/icu4c-${PV//./_}-src.tgz"
35
36 LICENSE="BSD"
37 +
38 SLOT="0/51.1"
39 +# As far as I can remember, icu consumers reacted rather sensitive to icu upgrades in the past.
40 +# Even if revdep-rebuild did not rebuild (i.e. soname did not change), random crashes and
41 +# other irregularities occured until the consumers were rebuilt. So let's rather err on the side
42 +# of caution and more rebuilds here. See also bug 464876. dilfridge
43 +
44 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -amd64-fbsd -x86-fbsd"
45 IUSE="debug doc examples static-libs"
46
47
48
49
50 1.8 dev-libs/icu/icu-51.2-r1.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-51.2-r1.ebuild?rev=1.8&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-51.2-r1.ebuild?rev=1.8&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-51.2-r1.ebuild?r1=1.7&r2=1.8
55
56 Index: icu-51.2-r1.ebuild
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-51.2-r1.ebuild,v
59 retrieving revision 1.7
60 retrieving revision 1.8
61 diff -u -r1.7 -r1.8
62 --- icu-51.2-r1.ebuild 2 Nov 2013 08:03:24 -0000 1.7
63 +++ icu-51.2-r1.ebuild 2 Nov 2013 15:21:15 -0000 1.8
64 @@ -1,6 +1,6 @@
65 # Copyright 1999-2013 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-51.2-r1.ebuild,v 1.7 2013/11/02 08:03:24 ago Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-51.2-r1.ebuild,v 1.8 2013/11/02 15:21:15 dilfridge Exp $
69
70 EAPI=5
71
72 @@ -11,7 +11,13 @@
73 SRC_URI="http://download.icu-project.org/files/icu4c/${PV/_/}/icu4c-${PV//./_}-src.tgz"
74
75 LICENSE="BSD"
76 +
77 SLOT="0/51.2"
78 +# As far as I can remember, icu consumers reacted rather sensitive to icu upgrades in the past.
79 +# Even if revdep-rebuild did not rebuild (i.e. soname did not change), random crashes and
80 +# other irregularities occured until the consumers were rebuilt. So let's rather err on the side
81 +# of caution and more rebuilds here. See also bug 464876. dilfridge
82 +
83 KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
84 IUSE="debug doc examples static-libs"
85
86
87
88
89 1.14 dev-libs/icu/icu-51.1.ebuild
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-51.1.ebuild?rev=1.14&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-51.1.ebuild?rev=1.14&content-type=text/plain
93 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/icu-51.1.ebuild?r1=1.13&r2=1.14
94
95 Index: icu-51.1.ebuild
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-51.1.ebuild,v
98 retrieving revision 1.13
99 retrieving revision 1.14
100 diff -u -r1.13 -r1.14
101 --- icu-51.1.ebuild 20 May 2013 18:03:43 -0000 1.13
102 +++ icu-51.1.ebuild 2 Nov 2013 15:21:15 -0000 1.14
103 @@ -1,6 +1,6 @@
104 # Copyright 1999-2013 Gentoo Foundation
105 # Distributed under the terms of the GNU General Public License v2
106 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-51.1.ebuild,v 1.13 2013/05/20 18:03:43 ago Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-51.1.ebuild,v 1.14 2013/11/02 15:21:15 dilfridge Exp $
108
109 EAPI=5
110
111 @@ -11,7 +11,13 @@
112 SRC_URI="http://download.icu-project.org/files/icu4c/${PV/_/}/icu4c-${PV//./_}-src.tgz"
113
114 LICENSE="BSD"
115 +
116 SLOT="0/51.1"
117 +# As far as I can remember, icu consumers reacted rather sensitive to icu upgrades in the past.
118 +# Even if revdep-rebuild did not rebuild (i.e. soname did not change), random crashes and
119 +# other irregularities occured until the consumers were rebuilt. So let's rather err on the side
120 +# of caution and more rebuilds here. See also bug 464876. dilfridge
121 +
122 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 -amd64-fbsd -x86-fbsd"
123 IUSE="debug doc examples static-libs"
124
125
126
127
128 1.256 dev-libs/icu/ChangeLog
129
130 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?rev=1.256&view=markup
131 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?rev=1.256&content-type=text/plain
132 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?r1=1.255&r2=1.256
133
134 Index: ChangeLog
135 ===================================================================
136 RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v
137 retrieving revision 1.255
138 retrieving revision 1.256
139 diff -u -r1.255 -r1.256
140 --- ChangeLog 2 Nov 2013 08:03:24 -0000 1.255
141 +++ ChangeLog 2 Nov 2013 15:21:15 -0000 1.256
142 @@ -1,6 +1,10 @@
143 # ChangeLog for dev-libs/icu
144 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
145 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.255 2013/11/02 08:03:24 ago Exp $
146 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.256 2013/11/02 15:21:15 dilfridge Exp $
147 +
148 + 02 Nov 2013; Andreas K. Huettel <dilfridge@g.o> icu-51.1.ebuild,
149 + icu-51.1-r1.ebuild, icu-51.2-r1.ebuild:
150 + Add comment about subslot, see bug 464876
151
152 02 Nov 2013; Agostino Sarubbo <ago@g.o> icu-51.2-r1.ebuild:
153 Stable for arm, wrt bug #486948