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: www-client/uget/
Date: Fri, 05 Jan 2018 22:02:46
Message-Id: 1515189647.8f44d5ca366b253c5a8a73064b5fecbc2da04bac.ulm@gentoo
1 commit: 8f44d5ca366b253c5a8a73064b5fecbc2da04bac
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 21:56:39 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 22:00:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f44d5ca
7
8 www-client/uget: Remove linguas_* from IUSE.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 www-client/uget/uget-1.10.4.ebuild | 9 ++-------
13 www-client/uget/uget-9999.ebuild | 9 ++-------
14 2 files changed, 4 insertions(+), 14 deletions(-)
15
16 diff --git a/www-client/uget/uget-1.10.4.ebuild b/www-client/uget/uget-1.10.4.ebuild
17 index a97936bffd3..2c275fa113b 100644
18 --- a/www-client/uget/uget-1.10.4.ebuild
19 +++ b/www-client/uget/uget-1.10.4.ebuild
20 @@ -1,16 +1,11 @@
21 -# Copyright 1999-2014 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 inherit autotools eutils
28
29 -LANGUAGES="linguas_ar linguas_be linguas_bn_BD linguas_cs linguas_da linguas_de
30 - linguas_es linguas_fr linguas_hu linguas_id linguas_it linguas_ka_GE linguas_pl
31 - linguas_pt_BR linguas_ru linguas_tr linguas_uk linguas_vi linguas_zh_CN
32 - linguas_zh_TW"
33 -
34 -IUSE="aria2 +curl gnutls gstreamer hide-temp-files libnotify nls ${LANGUAGES}"
35 +IUSE="aria2 +curl gnutls gstreamer hide-temp-files libnotify nls"
36
37 if [[ ${PV} == *9999* ]]; then
38 inherit git-2
39
40 diff --git a/www-client/uget/uget-9999.ebuild b/www-client/uget/uget-9999.ebuild
41 index 7598c7b77c4..806352bda5a 100644
42 --- a/www-client/uget/uget-9999.ebuild
43 +++ b/www-client/uget/uget-9999.ebuild
44 @@ -1,16 +1,11 @@
45 -# Copyright 1999-2014 Gentoo Foundation
46 +# Copyright 1999-2018 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI="5"
50
51 inherit autotools eutils
52
53 -LANGUAGES="linguas_ar linguas_be linguas_bn_BD linguas_cs linguas_da linguas_de
54 - linguas_es linguas_fr linguas_hu linguas_id linguas_it linguas_ka_GE linguas_pl
55 - linguas_pt_BR linguas_ru linguas_tr linguas_uk linguas_vi linguas_zh_CN
56 - linguas_zh_TW"
57 -
58 -IUSE="aria2 +curl gnutls gstreamer hide-temp-files libnotify nls ${LANGUAGES}"
59 +IUSE="aria2 +curl gnutls gstreamer hide-temp-files libnotify nls"
60
61 if [[ ${PV} == *9999* ]]; then
62 inherit git-2