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 332D3138330 for ; Sat, 6 Jan 2018 15:00:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BECE2E0967; Sat, 6 Jan 2018 14:59:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9F0D5E0967 for ; Sat, 6 Jan 2018 14:59:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4C397335C30 for ; Sat, 6 Jan 2018 14:59:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D1381D for ; Sat, 6 Jan 2018 14:59:47 +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: <1515250704.2722821b2bb93c5d7b8c6a83490ae80d895a6f7b.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/mygui/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-games/mygui/metadata.xml dev-games/mygui/mygui-3.2.2.ebuild X-VCS-Directories: dev-games/mygui/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 2722821b2bb93c5d7b8c6a83490ae80d895a6f7b X-VCS-Branch: master Date: Sat, 6 Jan 2018 14:59:47 +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: f77a2e68-89d1-4abb-a77b-9aac6404230e X-Archives-Hash: e4856c0e1cbac9e99d2a3517903b03d4 commit: 2722821b2bb93c5d7b8c6a83490ae80d895a6f7b Author: Ulrich Müller gentoo org> AuthorDate: Sat Jan 6 14:58:24 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jan 6 14:58:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2722821b dev-games/mygui: Migrate from LINGUAS to L10N. Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-games/mygui/metadata.xml | 2 +- dev-games/mygui/mygui-3.2.2.ebuild | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-games/mygui/metadata.xml b/dev-games/mygui/metadata.xml index a86d18089e4..0b17cdd092c 100644 --- a/dev-games/mygui/metadata.xml +++ b/dev-games/mygui/metadata.xml @@ -15,7 +15,7 @@ MyGUI/mygui - Install some additional russian docs if 'doc' useflag enabled + Install some additional russian docs if 'doc' useflag enabled Use the opengl render subsystem. (cannot combine with ogre) Use the ogre render subsystem. (cannot combine with opengl) Build MyGUI plugins diff --git a/dev-games/mygui/mygui-3.2.2.ebuild b/dev-games/mygui/mygui-3.2.2.ebuild index 3755ef1f712..fad4ba2881d 100644 --- a/dev-games/mygui/mygui-3.2.2.ebuild +++ b/dev-games/mygui/mygui-3.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/MyGUI/mygui/archive/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 x86" -IUSE="debug doc +ogre -opengl plugins samples static-libs test tools linguas_ru" +IUSE="debug doc +ogre -opengl plugins samples static-libs test tools l10n_ru" REQUIRED_USE="ogre? ( !opengl ) opengl? ( !ogre )" @@ -119,7 +119,7 @@ src_install() { if use doc ; then dohtml -r "${CMAKE_BUILD_DIR}"/Docs/html/* - if use linguas_ru ; then + if use l10n_ru ; then docompress -x /usr/share/doc/${PF}/Papers dodoc -r Docs/Papers fi