From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6FA881381F3 for ; Fri, 31 May 2013 21:45:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39802E0831; Fri, 31 May 2013 21:45:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE868E0831 for ; Fri, 31 May 2013 21:45:27 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93A9633DF13 for ; Fri, 31 May 2013 21:45:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1B603E5309 for ; Fri, 31 May 2013 21:45:25 +0000 (UTC) From: "Vadim A. Misbakh-Soloviov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vadim A. Misbakh-Soloviov" Message-ID: <1370036712.219856b204725ab7f7a05cd455cb5e7079928fa5.mva@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-arcade/capsized/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-arcade/capsized/capsized-05302013.ebuild X-VCS-Directories: games-arcade/capsized/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim A. Misbakh-Soloviov X-VCS-Revision: 219856b204725ab7f7a05cd455cb5e7079928fa5 X-VCS-Branch: master Date: Fri, 31 May 2013 21:45:25 +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: 7777fd50-760d-406c-9698-5fb5a7111530 X-Archives-Hash: e6c523cf6305117d355cebe3a0a538ee commit: 219856b204725ab7f7a05cd455cb5e7079928fa5 Author: Vadim A. Misbakh-Soloviov mva name> AuthorDate: Fri May 31 21:45:12 2013 +0000 Commit: Vadim A. Misbakh-Soloviov mva name> CommitDate: Fri May 31 21:45:12 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=219856b2 [games-arcade/capsized] linguas-related fix Signed-off-by: Vadim A. Misbakh-Soloviov mva.name> --- games-arcade/capsized/capsized-05302013.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/games-arcade/capsized/capsized-05302013.ebuild b/games-arcade/capsized/capsized-05302013.ebuild index 45b0328..eef8689 100644 --- a/games-arcade/capsized/capsized-05302013.ebuild +++ b/games-arcade/capsized/capsized-05302013.ebuild @@ -13,7 +13,7 @@ SRC_URI="${PN}-${PV}-bin" LICENSE="as-is" SLOT="0" KEYWORDS="-* ~amd64 ~x86" -IUSE="" +IUSE="linguas_de linguas_es linguas_fr linguas_it" RESTRICT="fetch" @@ -61,12 +61,15 @@ src_install() { mono \ "${MY_PN}.bmp" \ NePlusUltra.exe \ - fr it es de \ *.dll *.config + for lang in fr it es de; do + use "linguas_${lang}" && doins "${lang}" + done + + # Installing bundled sdl2-mixer, since it is still not released [hg only] insinto "${GAMEDIR}/$(get_libdir)" doins "$(get_libdir)/libSDL2_mixer-2.0.so.0" -# doins "$(get_libdir)/libtheoraplay.so" exeinto "${GAMEDIR}" doexe "NePlusUltra.bin.${arch}"