From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EEC921393E9 for ; Fri, 16 May 2014 17:27:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB27AE0B8B; Fri, 16 May 2014 17:27:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7328AE0B9C for ; Fri, 16 May 2014 17:27:48 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A36FF3400BA for ; Fri, 16 May 2014 17:27:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 52554182D4 for ; Fri, 16 May 2014 17:27:46 +0000 (UTC) From: "Azamat H. Hackimov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Azamat H. Hackimov" Message-ID: <1400260122.75f391c535bda2d0498e6208afaa46f62e6b67f5.winterheart@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-action/hammerfight/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-action/hammerfight/hammerfight-20110812.ebuild X-VCS-Directories: games-action/hammerfight/ X-VCS-Committer: winterheart X-VCS-Committer-Name: Azamat H. Hackimov X-VCS-Revision: 75f391c535bda2d0498e6208afaa46f62e6b67f5 X-VCS-Branch: master Date: Fri, 16 May 2014 17:27:46 +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: 0d7099ee-72cc-4d33-88d7-788d911a66b3 X-Archives-Hash: 349eb17ea5fff1930739d0baff0b7c22 commit: 75f391c535bda2d0498e6208afaa46f62e6b67f5 Author: Azamat H. Hackimov gmail com> AuthorDate: Fri May 16 17:08:42 2014 +0000 Commit: Azamat H. Hackimov gentoo ru> CommitDate: Fri May 16 17:08:42 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=75f391c5 [games-action/hammerfight] audio -> sound (bug #357661), cleanup. Package-Manager: portage-2.2.8-r1 Manifest-Sign-Key: A018DE8C --- games-action/hammerfight/hammerfight-20110812.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-action/hammerfight/hammerfight-20110812.ebuild b/games-action/hammerfight/hammerfight-20110812.ebuild index 8069317..b63181a 100644 --- a/games-action/hammerfight/hammerfight-20110812.ebuild +++ b/games-action/hammerfight/hammerfight-20110812.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -10,13 +10,13 @@ DESCRIPTION="2D battles of flying machines equipped with various slashing, pierc HOMEPAGE="http://www.koshutin.com/" SRC_URI="hf-linux-${PV:4}${PV:0:4}-bin" -LICENSE="as-is" +LICENSE="HPND" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="linguas_ru" DEPEND="app-arch/unzip" -RDEPEND="media-libs/libsdl[audio,joystick,video] +RDEPEND="media-libs/libsdl[joystick,sound,video] media-libs/openal" RESTRICT="fetch"