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-sound/herrie/
Date: Fri, 05 Jan 2018 22:02:34
Message-Id: 1515189642.65071a078d4f6f18a77b0f1afeb29fce34062daa.ulm@gentoo
1 commit: 65071a078d4f6f18a77b0f1afeb29fce34062daa
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 20:55:06 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 22:00:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65071a07
7
8 media-sound/herrie: Remove linguas_* from IUSE.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 media-sound/herrie/herrie-2.2-r1.ebuild | 6 +-----
13 media-sound/herrie/herrie-2.2.ebuild | 7 +------
14 2 files changed, 2 insertions(+), 11 deletions(-)
15
16 diff --git a/media-sound/herrie/herrie-2.2-r1.ebuild b/media-sound/herrie/herrie-2.2-r1.ebuild
17 index c745c0dd24c..38f92a684ac 100644
18 --- a/media-sound/herrie/herrie-2.2-r1.ebuild
19 +++ b/media-sound/herrie/herrie-2.2-r1.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=6
26 @@ -13,10 +13,6 @@ LICENSE="BSD-2 GPL-2"
27 SLOT="0"
28 KEYWORDS="~amd64 ~ppc ~x86"
29 IUSE="ao +alsa pulseaudio oss http modplug mp3 sndfile vorbis xspf unicode nls"
30 -APP_LINGUAS="ca da de es fi ga nl pl pt_BR ru sv tr vi zh_CN"
31 -for X in ${APP_LINGUAS}; do
32 - IUSE="${IUSE} linguas_${X}"
33 -done
34 REQUIRED_USE="|| ( ao alsa pulseaudio oss )"
35
36 RDEPEND="sys-libs/ncurses:0=[unicode?]
37
38 diff --git a/media-sound/herrie/herrie-2.2.ebuild b/media-sound/herrie/herrie-2.2.ebuild
39 index 8e02ca647f7..49e752b97c9 100644
40 --- a/media-sound/herrie/herrie-2.2.ebuild
41 +++ b/media-sound/herrie/herrie-2.2.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2014 Gentoo Foundation
44 +# Copyright 1999-2018 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=2
48 @@ -13,11 +13,6 @@ SLOT="0"
49 KEYWORDS="amd64 ppc x86"
50 IUSE="ao alsa pulseaudio oss http modplug mp3 sndfile vorbis xspf unicode nls"
51
52 -APP_LINGUAS="ca da de es fi ga nl pl pt_BR ru sv tr vi zh_CN"
53 -for X in ${APP_LINGUAS}; do
54 - IUSE="${IUSE} linguas_${X}"
55 -done
56 -
57 RDEPEND="sys-libs/ncurses[unicode?]
58 >=dev-libs/glib-2:2
59 ao? ( media-libs/libao )