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 4759813877A for ; Wed, 25 Jun 2014 13:08:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13DF5E0881; Wed, 25 Jun 2014 13:08:52 +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 972CCE0881 for ; Wed, 25 Jun 2014 13:08:51 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91F3E33F7FB for ; Wed, 25 Jun 2014 13:08:50 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2279) id 592162004E; Wed, 25 Jun 2014 13:08:49 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-action/lugaru: lugaru-1.0c-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: lugaru-1.0c-r1.ebuild ChangeLog X-VCS-Directories: games-action/lugaru X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140625130849.592162004E@flycatcher.gentoo.org> Date: Wed, 25 Jun 2014 13:08:49 +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: 9b6a8c3f-3845-4ac0-8c7a-4aa118ebfdda X-Archives-Hash: de58d25a70b16bef27223b063177484a mgorny 14/06/25 13:08:49 Modified: ChangeLog Added: lugaru-1.0c-r1.ebuild Log: Support multilib dependencies aside to emul-linux-x86. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision Changes Path 1.4 games-action/lugaru/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/lugaru/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/lugaru/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/lugaru/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/lugaru/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 26 Apr 2014 18:04:46 -0000 1.3 +++ ChangeLog 25 Jun 2014 13:08:49 -0000 1.4 @@ -1,6 +1,11 @@ # ChangeLog for games-action/lugaru # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru/ChangeLog,v 1.3 2014/04/26 18:04:46 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru/ChangeLog,v 1.4 2014/06/25 13:08:49 mgorny Exp $ + +*lugaru-1.0c-r1 (25 Jun 2014) + + 25 Jun 2014; Michał Górny +lugaru-1.0c-r1.ebuild: + Support multilib dependencies aside to emul-linux-x86. 26 Apr 2014; Ulrich Müller lugaru-1.0c.ebuild: Fix LICENSE, bug 505608. @@ -13,4 +18,3 @@ 12 May 2010; Mike Frysinger +lugaru-1.0c.ebuild, +metadata.xml: Initial ebuild based on current lugaru-demo ebuild. - 1.1 games-action/lugaru/lugaru-1.0c-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/lugaru/lugaru-1.0c-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/lugaru/lugaru-1.0c-r1.ebuild?rev=1.1&content-type=text/plain Index: lugaru-1.0c-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-action/lugaru/lugaru-1.0c-r1.ebuild,v 1.1 2014/06/25 13:08:49 mgorny Exp $ EAPI=5 inherit eutils unpacker games DESCRIPTION="3D arcade with unique fighting system and anthropomorphic characters" HOMEPAGE="http://www.wolfire.com/lugaru" SRC_URI="${PN}-full-linux-x86-${PV}.bin" LICENSE="GPL-2 free-noncomm" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="" RESTRICT="fetch strip" DEPEND="app-arch/unzip" RDEPEND="sys-libs/glibc amd64? ( || ( app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] ( x11-libs/libX11[abi_x86_32(-)] x11-libs/libXext[abi_x86_32(-)] ) ) ) x86? ( x11-libs/libX11 x11-libs/libXext )" S=${WORKDIR}/data src_unpack() { # self unpacking zip archive; unzip warns about the exe stuff unpack_zip ${A} # Duplicate file and can't be handled by portage, bug #14983 rm -f "${S}/Data/Textures/Quit.png " } src_install() { local dir=${GAMES_PREFIX_OPT}/lugaru insinto "${dir}" doins -r Data dodoc *.txt exeinto "${dir}" doexe ${PN} games_make_wrapper ${PN} ./${PN} "${dir}" "${dir}" doicon ${PN}.png make_desktop_entry ${PN} Lugaru ${PN} prepgamesdirs }