Gentoo Archives: gentoo-commits

From: "Ned Ludd (solar)" <solar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gettext: gettext-0.17-r1.ebuild gettext-0.16.1-r1.ebuild ChangeLog gettext-0.17.ebuild
Date: Tue, 30 Mar 2010 23:22:13
Message-Id: E1Nwkl9-0001Lb-2m@stork.gentoo.org
1 solar 10/03/30 23:22:11
2
3 Modified: gettext-0.17-r1.ebuild gettext-0.16.1-r1.ebuild
4 ChangeLog gettext-0.17.ebuild
5 Log:
6 - elibc_glibc has to be defined in IUSE= for profiles that are unable to use.force that flag bug #312085
7 (Portage version: 2.1.8.2/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 sys-devel/gettext/gettext-0.17-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/gettext-0.17-r1.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/gettext-0.17-r1.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/gettext-0.17-r1.ebuild?r1=1.7&r2=1.8
15
16 Index: gettext-0.17-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.17-r1.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- gettext-0.17-r1.ebuild 13 Mar 2010 02:56:11 -0000 1.7
23 +++ gettext-0.17-r1.ebuild 30 Mar 2010 23:22:10 -0000 1.8
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.17-r1.ebuild,v 1.7 2010/03/13 02:56:11 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.17-r1.ebuild,v 1.8 2010/03/30 23:22:10 solar Exp $
29
30 inherit flag-o-matic eutils multilib toolchain-funcs mono libtool
31
32 @@ -11,7 +11,7 @@
33 LICENSE="GPL-3 LGPL-2"
34 SLOT="0"
35 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
36 -IUSE="acl doc emacs nls nocxx openmp"
37 +IUSE="acl doc emacs nls nocxx openmp elibc_glibc"
38
39 DEPEND="virtual/libiconv
40 dev-libs/libxml2
41
42
43
44 1.16 sys-devel/gettext/gettext-0.16.1-r1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/gettext-0.16.1-r1.ebuild?rev=1.16&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/gettext-0.16.1-r1.ebuild?rev=1.16&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/gettext-0.16.1-r1.ebuild?r1=1.15&r2=1.16
49
50 Index: gettext-0.16.1-r1.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.16.1-r1.ebuild,v
53 retrieving revision 1.15
54 retrieving revision 1.16
55 diff -u -r1.15 -r1.16
56 --- gettext-0.16.1-r1.ebuild 11 Nov 2007 19:21:16 -0000 1.15
57 +++ gettext-0.16.1-r1.ebuild 30 Mar 2010 23:22:10 -0000 1.16
58 @@ -1,6 +1,6 @@
59 -# Copyright 1999-2007 Gentoo Foundation
60 +# Copyright 1999-2010 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.16.1-r1.ebuild,v 1.15 2007/11/11 19:21:16 vapier Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.16.1-r1.ebuild,v 1.16 2010/03/30 23:22:10 solar Exp $
64
65 inherit flag-o-matic eutils multilib toolchain-funcs mono libtool
66
67 @@ -11,7 +11,7 @@
68 LICENSE="GPL-2 LGPL-2"
69 SLOT="0"
70 KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
71 -IUSE="emacs nls doc nocxx"
72 +IUSE="emacs nls doc nocxx elibc_glibc"
73
74 DEPEND="virtual/libiconv
75 dev-libs/expat"
76
77
78
79 1.177 sys-devel/gettext/ChangeLog
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/ChangeLog?rev=1.177&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/ChangeLog?rev=1.177&content-type=text/plain
83 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/ChangeLog?r1=1.176&r2=1.177
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v
88 retrieving revision 1.176
89 retrieving revision 1.177
90 diff -u -r1.176 -r1.177
91 --- ChangeLog 13 Mar 2010 02:56:11 -0000 1.176
92 +++ ChangeLog 30 Mar 2010 23:22:10 -0000 1.177
93 @@ -1,6 +1,11 @@
94 # ChangeLog for sys-devel/gettext
95 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.176 2010/03/13 02:56:11 aballier Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.177 2010/03/30 23:22:10 solar Exp $
98 +
99 + 30 Mar 2010; <solar@g.o> gettext-0.16.1-r1.ebuild,
100 + gettext-0.17.ebuild, gettext-0.17-r1.ebuild:
101 + - elibc_glibc has to be defined in IUSE= for profiles that are unable to
102 + use.force that flag bug #312085
103
104 13 Mar 2010; Alexis Ballier <aballier@g.o> gettext-0.17-r1.ebuild:
105 Create unversionned ld script on BSD; otherwise the loader tries (and
106
107
108
109 1.16 sys-devel/gettext/gettext-0.17.ebuild
110
111 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/gettext-0.17.ebuild?rev=1.16&view=markup
112 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/gettext-0.17.ebuild?rev=1.16&content-type=text/plain
113 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/gettext-0.17.ebuild?r1=1.15&r2=1.16
114
115 Index: gettext-0.17.ebuild
116 ===================================================================
117 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.17.ebuild,v
118 retrieving revision 1.15
119 retrieving revision 1.16
120 diff -u -r1.15 -r1.16
121 --- gettext-0.17.ebuild 29 May 2009 19:57:17 -0000 1.15
122 +++ gettext-0.17.ebuild 30 Mar 2010 23:22:10 -0000 1.16
123 @@ -1,6 +1,6 @@
124 -# Copyright 1999-2009 Gentoo Foundation
125 +# Copyright 1999-2010 Gentoo Foundation
126 # Distributed under the terms of the GNU General Public License v2
127 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.17.ebuild,v 1.15 2009/05/29 19:57:17 flameeyes Exp $
128 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.17.ebuild,v 1.16 2010/03/30 23:22:10 solar Exp $
129
130 inherit flag-o-matic eutils multilib toolchain-funcs mono libtool
131
132 @@ -11,7 +11,7 @@
133 LICENSE="GPL-3 LGPL-2"
134 SLOT="0"
135 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
136 -IUSE="acl doc emacs nls nocxx openmp"
137 +IUSE="acl doc emacs nls nocxx openmp elibc_glibc"
138
139 DEPEND="virtual/libiconv
140 dev-libs/libxml2