Gentoo Archives: gentoo-commits

From: Aric Belsito <lluixhi@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: media-gfx/exiv2/
Date: Sun, 07 Jan 2018 20:19:17
Message-Id: 1515356319.48e6f591c6debd41ba1831bc5cafff3fb60e49c0.lluixhi@gentoo
1 commit: 48e6f591c6debd41ba1831bc5cafff3fb60e49c0
2 Author: Aric Belsito <lluixhi <AT> gmail <DOT> com>
3 AuthorDate: Sun Jan 7 20:18:39 2018 +0000
4 Commit: Aric Belsito <lluixhi <AT> gmail <DOT> com>
5 CommitDate: Sun Jan 7 20:18:39 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=48e6f591
7
8 media-gfx/exiv2: remove LINGUAS
9
10 media-gfx/exiv2/exiv2-0.26_p20171104-r1.ebuild | 8 ++++----
11 media-gfx/exiv2/exiv2-0.26_p20171104.ebuild | 8 ++++----
12 2 files changed, 8 insertions(+), 8 deletions(-)
13
14 diff --git a/media-gfx/exiv2/exiv2-0.26_p20171104-r1.ebuild b/media-gfx/exiv2/exiv2-0.26_p20171104-r1.ebuild
15 index e002cd0..b24112d 100644
16 --- a/media-gfx/exiv2/exiv2-0.26_p20171104-r1.ebuild
17 +++ b/media-gfx/exiv2/exiv2-0.26_p20171104-r1.ebuild
18 @@ -1,9 +1,8 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24
25 -LINGUAS="bs de es fi fr gl ms pl pt ru sk sv ug uk vi"
26 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
27 if [[ ${PV} = *9999 ]]; then
28 EGIT_REPO_URI="https://github.com/Exiv2/exiv2.git"
29 @@ -21,7 +20,7 @@ HOMEPAGE="http://www.exiv2.org/"
30
31 LICENSE="GPL-2"
32 SLOT="0/26"
33 -IUSE="doc examples nls png webready xmp $(printf 'linguas_%s ' ${LINGUAS})"
34 +IUSE="doc examples nls png webready xmp"
35
36 RDEPEND="
37 >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
38 @@ -64,7 +63,8 @@ src_prepare() {
39 pushd po > /dev/null || die
40 local lang
41 for lang in *.po; do
42 - if [[ -e ${lang} ]] && ! has ${lang/.po/} ${LINGUAS} ; then
43 + if [[ -e ${lang} ]] \
44 + && ! has ${lang/.po/} ${LINGUAS-${lang/.po/}} ; then
45 case ${lang} in
46 CMakeLists.txt | \
47 ${PN}.pot) ;;
48
49 diff --git a/media-gfx/exiv2/exiv2-0.26_p20171104.ebuild b/media-gfx/exiv2/exiv2-0.26_p20171104.ebuild
50 index 0e9987c..bf5fb24 100644
51 --- a/media-gfx/exiv2/exiv2-0.26_p20171104.ebuild
52 +++ b/media-gfx/exiv2/exiv2-0.26_p20171104.ebuild
53 @@ -1,9 +1,8 @@
54 -# Copyright 1999-2017 Gentoo Foundation
55 +# Copyright 1999-2018 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57
58 EAPI=6
59
60 -LINGUAS="bs de es fi fr gl ms pl pt ru sk sv ug uk vi"
61 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
62 if [[ ${PV} = *9999 ]]; then
63 EGIT_REPO_URI="https://github.com/Exiv2/exiv2.git"
64 @@ -21,7 +20,7 @@ HOMEPAGE="http://www.exiv2.org/"
65
66 LICENSE="GPL-2"
67 SLOT="0/26"
68 -IUSE="doc examples nls png webready xmp $(printf 'linguas_%s ' ${LINGUAS})"
69 +IUSE="doc examples nls png webready xmp"
70
71 RDEPEND="
72 >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
73 @@ -63,7 +62,8 @@ src_prepare() {
74 pushd po > /dev/null || die
75 local lang
76 for lang in *.po; do
77 - if [[ -e ${lang} ]] && ! has ${lang/.po/} ${LINGUAS} ; then
78 + if [[ -e ${lang} ]] \
79 + && ! has ${lang/.po/} ${LINGUAS-${lang/.po/}} ; then
80 case ${lang} in
81 CMakeLists.txt | \
82 ${PN}.pot) ;;