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: sci-mathematics/maxima/
Date: Sun, 07 Jan 2018 16:57:56
Message-Id: 1515344258.fce3c9c6dae29b079268507c8f680c9244883786.ulm@gentoo
1 commit: fce3c9c6dae29b079268507c8f680c9244883786
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 7 16:56:55 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 7 16:57:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fce3c9c6
7
8 sci-mathematics/maxima: Migrate also the stable ebuild to L10N.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 sci-mathematics/maxima/maxima-5.38.1.ebuild | 6 +++---
13 sci-mathematics/maxima/maxima-5.41.0.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/sci-mathematics/maxima/maxima-5.38.1.ebuild b/sci-mathematics/maxima/maxima-5.38.1.ebuild
17 index af6a58ee435..66c232a18d7 100644
18 --- a/sci-mathematics/maxima/maxima-5.38.1.ebuild
19 +++ b/sci-mathematics/maxima/maxima-5.38.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -27,7 +27,7 @@ IUSE="emacs tk nls unicode X ${LISPS[*]}"
27 # Languages
28 LANGS="de es pt pt_BR"
29 for lang in ${LANGS}; do
30 - IUSE="${IUSE} linguas_${lang}"
31 + IUSE="${IUSE} l10n_${lang/_/-}"
32 done
33
34 # texlive-latexrecommended needed by imaxima for breqn.sty
35 @@ -131,7 +131,7 @@ src_configure() {
36 # enable existing translated doc
37 if use nls; then
38 for lang in ${LANGS}; do
39 - if use "linguas_${lang}"; then
40 + if use "l10n_${lang/_/-}"; then
41 CONFS="${CONFS} --enable-lang-${lang}"
42 use unicode && CONFS="${CONFS} --enable-lang-${lang}-utf8"
43 fi
44
45 diff --git a/sci-mathematics/maxima/maxima-5.41.0.ebuild b/sci-mathematics/maxima/maxima-5.41.0.ebuild
46 index 8bdc377e848..cf8753a2f9e 100644
47 --- a/sci-mathematics/maxima/maxima-5.41.0.ebuild
48 +++ b/sci-mathematics/maxima/maxima-5.41.0.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2017 Gentoo Foundation
51 +# Copyright 1999-2018 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI=5
55 @@ -27,7 +27,7 @@ IUSE="emacs tk nls unicode X ${LISPS[*]}"
56 # Languages
57 LANGS="de es pt pt_BR"
58 for lang in ${LANGS}; do
59 - IUSE="${IUSE} linguas_${lang}"
60 + IUSE="${IUSE} l10n_${lang/_/-}"
61 done
62
63 # texlive-latexrecommended needed by imaxima for breqn.sty
64 @@ -131,7 +131,7 @@ src_configure() {
65 # enable existing translated doc
66 if use nls; then
67 for lang in ${LANGS}; do
68 - if use "linguas_${lang}"; then
69 + if use "l10n_${lang/_/-}"; then
70 CONFS="${CONFS} --enable-lang-${lang}"
71 use unicode && CONFS="${CONFS} --enable-lang-${lang}-utf8"
72 fi