Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gettext: metadata.xml gettext-0.18.1.1-r3.ebuild gettext-0.18.1.1-r2.ebuild gettext-0.18.1.1-r1.ebuild ChangeLog
Date: Tue, 05 Jun 2012 03:46:48
Message-Id: 20120605034634.DB56A2004B@flycatcher.gentoo.org
1 vapier 12/06/05 03:46:34
2
3 Modified: metadata.xml gettext-0.18.1.1-r3.ebuild
4 gettext-0.18.1.1-r2.ebuild
5 gettext-0.18.1.1-r1.ebuild ChangeLog
6 Log:
7 Drop USE=git from the default as the overall size of the git package is larger than the space savings of the raw tarballs, and the latest gettext versions no longer require cvs or git but support raw tarballs #339547 by Jared B..
8
9 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.6 sys-devel/gettext/metadata.xml
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/metadata.xml?rev=1.6&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/metadata.xml?rev=1.6&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/metadata.xml?r1=1.5&r2=1.6
17
18 Index: metadata.xml
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/metadata.xml,v
21 retrieving revision 1.5
22 retrieving revision 1.6
23 diff -u -r1.5 -r1.6
24 --- metadata.xml 7 Aug 2010 21:58:29 -0000 1.5
25 +++ metadata.xml 5 Jun 2012 03:46:34 -0000 1.6
26 @@ -3,6 +3,8 @@
27 <pkgmetadata>
28 <herd>base-system</herd>
29 <use>
30 + <flag name="cvs">When running `autopoint`, use cvs to store the internal development files;
31 + this requires cvs at runtime, but will be faster/smaller than raw archives</flag>
32 <flag name="git">When running `autopoint`, use git to store the internal development files;
33 this requires git at runtime, but will be faster/smaller than raw archives</flag>
34 </use>
35
36
37
38 1.5 sys-devel/gettext/gettext-0.18.1.1-r3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1-r3.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1-r3.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1-r3.ebuild?r1=1.4&r2=1.5
43
44 Index: gettext-0.18.1.1-r3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1-r3.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- gettext-0.18.1.1-r3.ebuild 23 May 2012 02:12:54 -0000 1.4
51 +++ gettext-0.18.1.1-r3.ebuild 5 Jun 2012 03:46:34 -0000 1.5
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1-r3.ebuild,v 1.4 2012/05/23 02:12:54 vapier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1-r3.ebuild,v 1.5 2012/06/05 03:46:34 vapier Exp $
57
58 EAPI="2"
59
60 @@ -13,7 +13,7 @@
61 LICENSE="GPL-3 LGPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
64 -IUSE="acl doc emacs +git java nls +cxx openmp static-libs elibc_glibc"
65 +IUSE="acl -cvs doc emacs git java nls +cxx openmp static-libs elibc_glibc"
66
67 DEPEND="virtual/libiconv
68 dev-libs/libxml2
69 @@ -22,6 +22,7 @@
70 acl? ( virtual/acl )
71 java? ( >=virtual/jdk-1.4 )"
72 RDEPEND="${DEPEND}
73 + !git? ( cvs? ( dev-vcs/cvs ) )
74 git? ( dev-vcs/git )
75 java? ( >=virtual/jre-1.4 )"
76 PDEPEND="emacs? ( app-emacs/po-mode )"
77 @@ -51,6 +52,7 @@
78 # --with-included-libunistring will _disable_ libunistring (since
79 # --it's not bundled), see bug #326477
80 econf \
81 + --cache-file="${S}"/config.cache \
82 --docdir="/usr/share/doc/${PF}" \
83 --without-emacs \
84 --without-lispdir \
85 @@ -62,7 +64,7 @@
86 $(use_enable openmp) \
87 $(use_enable static-libs static) \
88 $(use_with git) \
89 - --without-cvs
90 + $(usex git --without-git $(use_with cvs))
91 }
92
93 src_install() {
94
95
96
97 1.5 sys-devel/gettext/gettext-0.18.1.1-r2.ebuild
98
99 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1-r2.ebuild?rev=1.5&view=markup
100 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1-r2.ebuild?rev=1.5&content-type=text/plain
101 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1-r2.ebuild?r1=1.4&r2=1.5
102
103 Index: gettext-0.18.1.1-r2.ebuild
104 ===================================================================
105 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1-r2.ebuild,v
106 retrieving revision 1.4
107 retrieving revision 1.5
108 diff -u -r1.4 -r1.5
109 --- gettext-0.18.1.1-r2.ebuild 13 Nov 2011 19:21:31 -0000 1.4
110 +++ gettext-0.18.1.1-r2.ebuild 5 Jun 2012 03:46:34 -0000 1.5
111 @@ -1,6 +1,6 @@
112 -# Copyright 1999-2011 Gentoo Foundation
113 +# Copyright 1999-2012 Gentoo Foundation
114 # Distributed under the terms of the GNU General Public License v2
115 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1-r2.ebuild,v 1.4 2011/11/13 19:21:31 vapier Exp $
116 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1-r2.ebuild,v 1.5 2012/06/05 03:46:34 vapier Exp $
117
118 EAPI="2"
119
120 @@ -13,7 +13,7 @@
121 LICENSE="GPL-3 LGPL-2"
122 SLOT="0"
123 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
124 -IUSE="acl doc emacs +git java nls +cxx openmp elibc_glibc"
125 +IUSE="acl doc emacs git java nls +cxx openmp elibc_glibc"
126
127 DEPEND="virtual/libiconv
128 dev-libs/libxml2
129
130
131
132 1.12 sys-devel/gettext/gettext-0.18.1.1-r1.ebuild
133
134 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1-r1.ebuild?rev=1.12&view=markup
135 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1-r1.ebuild?rev=1.12&content-type=text/plain
136 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1-r1.ebuild?r1=1.11&r2=1.12
137
138 Index: gettext-0.18.1.1-r1.ebuild
139 ===================================================================
140 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1-r1.ebuild,v
141 retrieving revision 1.11
142 retrieving revision 1.12
143 diff -u -r1.11 -r1.12
144 --- gettext-0.18.1.1-r1.ebuild 23 May 2012 23:19:15 -0000 1.11
145 +++ gettext-0.18.1.1-r1.ebuild 5 Jun 2012 03:46:34 -0000 1.12
146 @@ -1,6 +1,6 @@
147 # Copyright 1999-2012 Gentoo Foundation
148 # Distributed under the terms of the GNU General Public License v2
149 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1-r1.ebuild,v 1.11 2012/05/23 23:19:15 vapier Exp $
150 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1-r1.ebuild,v 1.12 2012/06/05 03:46:34 vapier Exp $
151
152 EAPI="2"
153
154 @@ -13,7 +13,7 @@
155 LICENSE="GPL-3 LGPL-2"
156 SLOT="0"
157 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
158 -IUSE="acl doc emacs +git nls +cxx openmp elibc_glibc"
159 +IUSE="acl doc emacs git nls +cxx openmp elibc_glibc"
160
161 DEPEND="virtual/libiconv
162 dev-libs/libxml2
163
164
165
166 1.201 sys-devel/gettext/ChangeLog
167
168 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/ChangeLog?rev=1.201&view=markup
169 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/ChangeLog?rev=1.201&content-type=text/plain
170 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/ChangeLog?r1=1.200&r2=1.201
171
172 Index: ChangeLog
173 ===================================================================
174 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v
175 retrieving revision 1.200
176 retrieving revision 1.201
177 diff -u -r1.200 -r1.201
178 --- ChangeLog 23 May 2012 23:19:15 -0000 1.200
179 +++ ChangeLog 5 Jun 2012 03:46:34 -0000 1.201
180 @@ -1,6 +1,12 @@
181 # ChangeLog for sys-devel/gettext
182 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
183 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.200 2012/05/23 23:19:15 vapier Exp $
184 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.201 2012/06/05 03:46:34 vapier Exp $
185 +
186 + 05 Jun 2012; Mike Frysinger <vapier@g.o> gettext-0.18.1.1-r1.ebuild,
187 + gettext-0.18.1.1-r2.ebuild, gettext-0.18.1.1-r3.ebuild, metadata.xml:
188 + Drop USE=git from the default as the overall size of the git package is larger
189 + than the space savings of the raw tarballs, and the latest gettext versions no
190 + longer require cvs or git but support raw tarballs #339547 by Jared B..
191
192 23 May 2012; Mike Frysinger <vapier@g.o> gettext-0.18.1.1-r1.ebuild:
193 Call elibtoolize since we inherit libtool eclass.