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/llgal/
Date: Fri, 05 Jan 2018 22:02:31
Message-Id: 1515189641.910d04b7a7e49144057cce934fbfd1209d3dad5b.ulm@gentoo
1 commit: 910d04b7a7e49144057cce934fbfd1209d3dad5b
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 20:43:45 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=910d04b7
7
8 media-gfx/llgal: Remove linguas_* from IUSE.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 media-gfx/llgal/llgal-0.13.17-r2.ebuild | 7 +------
13 media-gfx/llgal/llgal-0.13.18.ebuild | 7 +------
14 2 files changed, 2 insertions(+), 12 deletions(-)
15
16 diff --git a/media-gfx/llgal/llgal-0.13.17-r2.ebuild b/media-gfx/llgal/llgal-0.13.17-r2.ebuild
17 index 7b8763157a2..deae0d90602 100644
18 --- a/media-gfx/llgal/llgal-0.13.17-r2.ebuild
19 +++ b/media-gfx/llgal/llgal-0.13.17-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 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 @@ -15,11 +15,6 @@ KEYWORDS="amd64 ~ppc x86"
27 # Package warrants IUSE doc and possibly examples
28 IUSE="exif"
29
30 -LINS="de en it fr"
31 -for i in ${LINS}; do
32 - IUSE="${IUSE} linguas_${i}"
33 -done
34 -
35 RDEPEND="media-gfx/imagemagick
36 dev-perl/Image-Size
37 dev-perl/URI
38
39 diff --git a/media-gfx/llgal/llgal-0.13.18.ebuild b/media-gfx/llgal/llgal-0.13.18.ebuild
40 index 4f2f61309ae..f1a01aa8d53 100644
41 --- a/media-gfx/llgal/llgal-0.13.18.ebuild
42 +++ b/media-gfx/llgal/llgal-0.13.18.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2016 Gentoo Foundation
45 +# Copyright 1999-2018 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=5
49 @@ -15,11 +15,6 @@ KEYWORDS="~amd64 ~ppc ~x86"
50 # Package warrants IUSE doc and possibly examples
51 IUSE="exif"
52
53 -LINS="de en it fr"
54 -for i in ${LINS}; do
55 - IUSE="${IUSE} linguas_${i}"
56 -done
57 -
58 RDEPEND="media-gfx/imagemagick
59 dev-perl/Image-Size
60 dev-perl/URI