Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ghostscript-gpl/
Date: Sat, 25 Jun 2016 19:32:21
Message-Id: 1466883116.15c0d408f03ae83b03623038a18edfc4f285ebea.ulm@gentoo
1 commit: 15c0d408f03ae83b03623038a18edfc4f285ebea
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 19:05:24 2016 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 19:31:56 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c0d408
7
8 app-text/ghostscript-gpl: Migrate from LINGUAS to L10N.
9
10 Package-Manager: portage-2.3.0
11
12 .../ghostscript-gpl/ghostscript-gpl-9.10-r2.ebuild | 22 +++++++++++-----------
13 .../ghostscript-gpl/ghostscript-gpl-9.10-r4.ebuild | 22 +++++++++++-----------
14 .../ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild | 22 +++++++++++-----------
15 .../ghostscript-gpl/ghostscript-gpl-9.18.ebuild | 22 +++++++++++-----------
16 4 files changed, 44 insertions(+), 44 deletions(-)
17
18 diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r2.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r2.ebuild
19 index 8625c1a..695e9ac 100644
20 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r2.ebuild
21 +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -20,7 +20,7 @@ SRC_URI="
29 LICENSE="AGPL-3 CPL-1.0"
30 SLOT="0"
31 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
32 -IUSE="cups dbus djvu gtk idn linguas_de static-libs X"
33 +IUSE="cups dbus djvu gtk idn l10n_de static-libs X"
34 RESTRICT="djvu? ( bindist )"
35
36 COMMON_DEPEND="
37 @@ -48,10 +48,10 @@ DEPEND="${COMMON_DEPEND}
38 RDEPEND="${COMMON_DEPEND}
39 >=app-text/poppler-data-0.4.5-r1
40 >=media-fonts/urw-fonts-2.4.9
41 - linguas_ja? ( media-fonts/kochi-substitute )
42 - linguas_ko? ( media-fonts/baekmuk-fonts )
43 - linguas_zh_CN? ( media-fonts/arphicfonts )
44 - linguas_zh_TW? ( media-fonts/arphicfonts )
45 + l10n_ja? ( media-fonts/kochi-substitute )
46 + l10n_ko? ( media-fonts/baekmuk-fonts )
47 + l10n_zh-CN? ( media-fonts/arphicfonts )
48 + l10n_zh-TW? ( media-fonts/arphicfonts )
49 !!media-fonts/gnu-gs-fonts-std
50 !!media-fonts/gnu-gs-fonts-other
51 !<net-print/cups-filters-1.0.36-r2
52 @@ -59,9 +59,9 @@ RDEPEND="${COMMON_DEPEND}
53
54 S="${WORKDIR}/${MY_P}"
55
56 -LANGS="ja ko zh_CN zh_TW"
57 +LANGS="ja ko zh-CN zh-TW"
58 for X in ${LANGS} ; do
59 - IUSE="${IUSE} linguas_${X}"
60 + IUSE="${IUSE} l10n_${X}"
61 done
62
63 pkg_setup() {
64 @@ -206,8 +206,8 @@ src_install() {
65 doins "${WORKDIR}/fontmaps/CIDFnmap"
66 doins "${WORKDIR}/fontmaps/cidfmap"
67 for X in ${LANGS} ; do
68 - if use linguas_${X} ; then
69 - doins "${WORKDIR}/fontmaps/cidfmap.${X}"
70 + if use l10n_${X} ; then
71 + doins "${WORKDIR}/fontmaps/cidfmap.${X/-/_}"
72 fi
73 done
74
75 @@ -216,5 +216,5 @@ src_install() {
76
77 use static-libs || find "${D}" -name '*.la' -delete
78
79 - use linguas_de || rm -r "${D}"/usr/share/man/de
80 + use l10n_de || rm -r "${D}"/usr/share/man/de
81 }
82
83 diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r4.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r4.ebuild
84 index b5afb03..14580db 100644
85 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r4.ebuild
86 +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r4.ebuild
87 @@ -1,4 +1,4 @@
88 -# Copyright 1999-2015 Gentoo Foundation
89 +# Copyright 1999-2016 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 # $Id$
92
93 @@ -20,7 +20,7 @@ SRC_URI="
94 LICENSE="AGPL-3 CPL-1.0"
95 SLOT="0"
96 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
97 -IUSE="cups dbus djvu gtk idn linguas_de static-libs X"
98 +IUSE="cups dbus djvu gtk idn l10n_de static-libs X"
99 RESTRICT="djvu? ( bindist )"
100
101 COMMON_DEPEND="
102 @@ -48,10 +48,10 @@ DEPEND="${COMMON_DEPEND}
103 RDEPEND="${COMMON_DEPEND}
104 >=app-text/poppler-data-0.4.5-r1
105 >=media-fonts/urw-fonts-2.4.9
106 - linguas_ja? ( media-fonts/kochi-substitute )
107 - linguas_ko? ( media-fonts/baekmuk-fonts )
108 - linguas_zh_CN? ( media-fonts/arphicfonts )
109 - linguas_zh_TW? ( media-fonts/arphicfonts )
110 + l10n_ja? ( media-fonts/kochi-substitute )
111 + l10n_ko? ( media-fonts/baekmuk-fonts )
112 + l10n_zh-CN? ( media-fonts/arphicfonts )
113 + l10n_zh-TW? ( media-fonts/arphicfonts )
114 !!media-fonts/gnu-gs-fonts-std
115 !!media-fonts/gnu-gs-fonts-other
116 !<net-print/cups-filters-1.0.36-r2
117 @@ -59,9 +59,9 @@ RDEPEND="${COMMON_DEPEND}
118
119 S="${WORKDIR}/${MY_P}"
120
121 -LANGS="ja ko zh_CN zh_TW"
122 +LANGS="ja ko zh-CN zh-TW"
123 for X in ${LANGS} ; do
124 - IUSE="${IUSE} linguas_${X}"
125 + IUSE="${IUSE} l10n_${X}"
126 done
127
128 pkg_setup() {
129 @@ -206,8 +206,8 @@ src_install() {
130 doins "${WORKDIR}/fontmaps/CIDFnmap"
131 doins "${WORKDIR}/fontmaps/cidfmap"
132 for X in ${LANGS} ; do
133 - if use linguas_${X} ; then
134 - doins "${WORKDIR}/fontmaps/cidfmap.${X}"
135 + if use l10n_${X} ; then
136 + doins "${WORKDIR}/fontmaps/cidfmap.${X/-/_}"
137 fi
138 done
139
140 @@ -216,5 +216,5 @@ src_install() {
141
142 use static-libs || find "${D}" -name '*.la' -delete
143
144 - use linguas_de || rm -r "${D}"/usr/share/man/de
145 + use l10n_de || rm -r "${D}"/usr/share/man/de
146 }
147
148 diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild
149 index 5f175df..f078bd4 100644
150 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild
151 +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild
152 @@ -1,4 +1,4 @@
153 -# Copyright 1999-2015 Gentoo Foundation
154 +# Copyright 1999-2016 Gentoo Foundation
155 # Distributed under the terms of the GNU General Public License v2
156 # $Id$
157
158 @@ -20,7 +20,7 @@ SRC_URI="
159 LICENSE="AGPL-3 CPL-1.0"
160 SLOT="0"
161 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
162 -IUSE="cups dbus djvu gtk idn linguas_de static-libs tiff X"
163 +IUSE="cups dbus djvu gtk idn l10n_de static-libs tiff X"
164 RESTRICT="djvu? ( bindist )"
165
166 COMMON_DEPEND="
167 @@ -48,10 +48,10 @@ DEPEND="${COMMON_DEPEND}
168 RDEPEND="${COMMON_DEPEND}
169 >=app-text/poppler-data-0.4.5-r1
170 >=media-fonts/urw-fonts-2.4.9
171 - linguas_ja? ( media-fonts/kochi-substitute )
172 - linguas_ko? ( media-fonts/baekmuk-fonts )
173 - linguas_zh_CN? ( media-fonts/arphicfonts )
174 - linguas_zh_TW? ( media-fonts/arphicfonts )
175 + l10n_ja? ( media-fonts/kochi-substitute )
176 + l10n_ko? ( media-fonts/baekmuk-fonts )
177 + l10n_zh-CN? ( media-fonts/arphicfonts )
178 + l10n_zh-TW? ( media-fonts/arphicfonts )
179 !!media-fonts/gnu-gs-fonts-std
180 !!media-fonts/gnu-gs-fonts-other
181 !<net-print/cups-filters-1.0.36-r2
182 @@ -59,9 +59,9 @@ RDEPEND="${COMMON_DEPEND}
183
184 S="${WORKDIR}/${MY_P}"
185
186 -LANGS="ja ko zh_CN zh_TW"
187 +LANGS="ja ko zh-CN zh-TW"
188 for X in ${LANGS} ; do
189 - IUSE="${IUSE} linguas_${X}"
190 + IUSE="${IUSE} l10n_${X}"
191 done
192
193 pkg_setup() {
194 @@ -217,8 +217,8 @@ src_install() {
195 doins "${WORKDIR}/fontmaps/CIDFnmap"
196 doins "${WORKDIR}/fontmaps/cidfmap"
197 for X in ${LANGS} ; do
198 - if use linguas_${X} ; then
199 - doins "${WORKDIR}/fontmaps/cidfmap.${X}"
200 + if use l10n_${X} ; then
201 + doins "${WORKDIR}/fontmaps/cidfmap.${X/-/_}"
202 fi
203 done
204
205 @@ -227,5 +227,5 @@ src_install() {
206
207 use static-libs || find "${D}" -name '*.la' -delete
208
209 - use linguas_de || rm -r "${D}"/usr/share/man/de
210 + use l10n_de || rm -r "${D}"/usr/share/man/de
211 }
212
213 diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.18.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.18.ebuild
214 index 1970779..909e82b 100644
215 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.18.ebuild
216 +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.18.ebuild
217 @@ -1,4 +1,4 @@
218 -# Copyright 1999-2015 Gentoo Foundation
219 +# Copyright 1999-2016 Gentoo Foundation
220 # Distributed under the terms of the GNU General Public License v2
221 # $Id$
222
223 @@ -20,7 +20,7 @@ SRC_URI="
224 LICENSE="AGPL-3 CPL-1.0"
225 SLOT="0"
226 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
227 -IUSE="cups dbus djvu gtk idn linguas_de static-libs tiff X"
228 +IUSE="cups dbus djvu gtk idn l10n_de static-libs tiff X"
229 RESTRICT="djvu? ( bindist )"
230
231 COMMON_DEPEND="
232 @@ -48,10 +48,10 @@ DEPEND="${COMMON_DEPEND}
233 RDEPEND="${COMMON_DEPEND}
234 >=app-text/poppler-data-0.4.5-r1
235 >=media-fonts/urw-fonts-2.4.9
236 - linguas_ja? ( media-fonts/kochi-substitute )
237 - linguas_ko? ( media-fonts/baekmuk-fonts )
238 - linguas_zh_CN? ( media-fonts/arphicfonts )
239 - linguas_zh_TW? ( media-fonts/arphicfonts )
240 + l10n_ja? ( media-fonts/kochi-substitute )
241 + l10n_ko? ( media-fonts/baekmuk-fonts )
242 + l10n_zh-CN? ( media-fonts/arphicfonts )
243 + l10n_zh-TW? ( media-fonts/arphicfonts )
244 !!media-fonts/gnu-gs-fonts-std
245 !!media-fonts/gnu-gs-fonts-other
246 !<net-print/cups-filters-1.0.36-r2
247 @@ -59,9 +59,9 @@ RDEPEND="${COMMON_DEPEND}
248
249 S="${WORKDIR}/${MY_P}"
250
251 -LANGS="ja ko zh_CN zh_TW"
252 +LANGS="ja ko zh-CN zh-TW"
253 for X in ${LANGS} ; do
254 - IUSE="${IUSE} linguas_${X}"
255 + IUSE="${IUSE} l10n_${X}"
256 done
257
258 pkg_setup() {
259 @@ -224,8 +224,8 @@ src_install() {
260 "${WORKDIR}/fontmaps/CIDFnmap" \
261 "${WORKDIR}/fontmaps/cidfmap"
262 for X in ${LANGS} ; do
263 - if use linguas_${X} ; then
264 - doins "${WORKDIR}/fontmaps/cidfmap.${X}"
265 + if use l10n_${X} ; then
266 + doins "${WORKDIR}/fontmaps/cidfmap.${X/-/_}"
267 fi
268 done
269
270 @@ -234,7 +234,7 @@ src_install() {
271
272 use static-libs || prune_libtool_files --all
273
274 - if ! use linguas_de; then
275 + if ! use l10n_de; then
276 rm -r "${ED}"/usr/share/man/de || die
277 fi
278 }