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-video/tsmuxer/
Date: Sun, 07 Jan 2018 15:52:47
Message-Id: 1515340359.c8832c6964ba7ad47a36865bc7c6c2237d8d313f.ulm@gentoo
1 commit: c8832c6964ba7ad47a36865bc7c6c2237d8d313f
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 7 15:52:07 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 7 15:52:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8832c69
7
8 media-video/tsmuxer: Migrate from LINGUAS to L10N.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild b/media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild
16 index f01350190c7..5734f9720e3 100644
17 --- a/media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild
18 +++ b/media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -13,7 +13,7 @@ LICENSE="SmartLabs"
26 SLOT="0"
27
28 KEYWORDS="~amd64 ~x86"
29 -IUSE="qt4 linguas_ru"
30 +IUSE="qt4 l10n_ru"
31
32 QA_FLAGS_IGNORED="opt/${PN}/bin/tsMuxeR opt/${PN}/bin/tsMuxerGUI"
33
34 @@ -73,5 +73,5 @@ src_install() {
35 make_desktop_entry tsMuxerGUI "tsMuxeR GUI" "${PN}" "Qt;AudioVideo;Video"
36 fi
37
38 - use linguas_ru && dodoc readme.rus.txt
39 + use l10n_ru && dodoc readme.rus.txt
40 }