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: media-gfx/mypaint/
Date: Fri, 05 Jan 2018 22:02:34
Message-Id: 1515189641.9dc02d2e9ba2246988cb81e75e588e5b3fb2ae45.ulm@gentoo
1 commit: 9dc02d2e9ba2246988cb81e75e588e5b3fb2ae45
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 20:45:46 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 22:00:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc02d2e
7
8 media-gfx/mypaint: Remove linguas_* from IUSE.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 media-gfx/mypaint/mypaint-1.1.0-r2.ebuild | 5 +----
13 media-gfx/mypaint/mypaint-1.2.0.ebuild | 5 +----
14 media-gfx/mypaint/mypaint-1.2.1.ebuild | 5 +----
15 3 files changed, 3 insertions(+), 12 deletions(-)
16
17 diff --git a/media-gfx/mypaint/mypaint-1.1.0-r2.ebuild b/media-gfx/mypaint/mypaint-1.1.0-r2.ebuild
18 index e0a166f92e9..5cdf4d15a8f 100644
19 --- a/media-gfx/mypaint/mypaint-1.1.0-r2.ebuild
20 +++ b/media-gfx/mypaint/mypaint-1.1.0-r2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -17,9 +17,6 @@ KEYWORDS="amd64 x86"
28 IUSE=""
29
30 LANGS="cs de en_CA en_GB es fr hu id it ja ko nb nn_NO pl pt_BR ro ru sl sv uk zh_CN zh_TW"
31 -for x in ${LANGS}; do
32 - IUSE+="linguas_${x} "
33 -done
34
35 RDEPEND="
36 dev-python/pygtk:2[${PYTHON_USEDEP}]
37
38 diff --git a/media-gfx/mypaint/mypaint-1.2.0.ebuild b/media-gfx/mypaint/mypaint-1.2.0.ebuild
39 index f95ce3047df..4a465a64cc5 100644
40 --- a/media-gfx/mypaint/mypaint-1.2.0.ebuild
41 +++ b/media-gfx/mypaint/mypaint-1.2.0.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2017 Gentoo Foundation
44 +# Copyright 1999-2018 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=5
48 @@ -17,9 +17,6 @@ KEYWORDS="~amd64 ~x86"
49 IUSE=""
50
51 LANGS="cs de en_CA en_GB es fr hu id it ja ko nb nn_NO pl pt_BR ro ru sl sv uk zh_CN zh_TW"
52 -for x in ${LANGS}; do
53 - IUSE+="linguas_${x} "
54 -done
55
56 RDEPEND="
57 dev-python/pygobject:3[${PYTHON_USEDEP}]
58
59 diff --git a/media-gfx/mypaint/mypaint-1.2.1.ebuild b/media-gfx/mypaint/mypaint-1.2.1.ebuild
60 index 9b65292a4a4..ee5a95e57d0 100644
61 --- a/media-gfx/mypaint/mypaint-1.2.1.ebuild
62 +++ b/media-gfx/mypaint/mypaint-1.2.1.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2017 Gentoo Foundation
65 +# Copyright 1999-2018 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=6
69 @@ -17,9 +17,6 @@ KEYWORDS="~amd64 ~x86"
70 IUSE=""
71
72 LANGS="cs de en_CA en_GB es fr hu id it ja ko nb nn_NO pl pt_BR ro ru sl sv uk zh_CN zh_TW"
73 -for x in ${LANGS}; do
74 - IUSE+="linguas_${x} "
75 -done
76
77 RDEPEND="
78 dev-python/pygobject:3[${PYTHON_USEDEP}]