From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C7769138330 for ; Sun, 7 Jan 2018 15:52:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A7C8E08D1; Sun, 7 Jan 2018 15:52:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19CBFE08D1 for ; Sun, 7 Jan 2018 15:52:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39B2E335C59 for ; Sun, 7 Jan 2018 15:52:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCE53199 for ; Sun, 7 Jan 2018 15:52:44 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1515340359.c8832c6964ba7ad47a36865bc7c6c2237d8d313f.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/tsmuxer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild X-VCS-Directories: media-video/tsmuxer/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: c8832c6964ba7ad47a36865bc7c6c2237d8d313f X-VCS-Branch: master Date: Sun, 7 Jan 2018 15:52:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9888f69d-a140-44e9-8ecd-3d23db9b2861 X-Archives-Hash: a04ea8ab1a36550d517d9f89a23cf525 commit: c8832c6964ba7ad47a36865bc7c6c2237d8d313f Author: Ulrich Müller gentoo org> AuthorDate: Sun Jan 7 15:52:07 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Jan 7 15:52:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8832c69 media-video/tsmuxer: Migrate from LINGUAS to L10N. Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild b/media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild index f01350190c7..5734f9720e3 100644 --- a/media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild +++ b/media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ LICENSE="SmartLabs" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="qt4 linguas_ru" +IUSE="qt4 l10n_ru" QA_FLAGS_IGNORED="opt/${PN}/bin/tsMuxeR opt/${PN}/bin/tsMuxerGUI" @@ -73,5 +73,5 @@ src_install() { make_desktop_entry tsMuxerGUI "tsMuxeR GUI" "${PN}" "Qt;AudioVideo;Video" fi - use linguas_ru && dodoc readme.rus.txt + use l10n_ru && dodoc readme.rus.txt }