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 47D30138010 for ; Sun, 23 Sep 2012 19:04:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3B02E055C; Sun, 23 Sep 2012 19:03:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B45F9E055C for ; Sun, 23 Sep 2012 19:03:36 +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 DB3C533C5AF for ; Sun, 23 Sep 2012 19:03:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AFFD0E544B for ; Sun, 23 Sep 2012 19:03:32 +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: <1348426998.57d360aca724a68153da71ed86e3ba6a6fc95b79.winterheart@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-arcade/dustforce/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-arcade/dustforce/dustforce-1.0.20120917.ebuild games-arcade/dustforce/metadata.xml X-VCS-Directories: games-arcade/dustforce/ X-VCS-Committer: winterheart X-VCS-Committer-Name: Azamat H. Hackimov X-VCS-Revision: 57d360aca724a68153da71ed86e3ba6a6fc95b79 X-VCS-Branch: master Date: Sun, 23 Sep 2012 19:03:32 +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: 6e2617da-aa39-46ac-89f1-4d7b704c03fb X-Archives-Hash: c47b0f08a5c92e568e30a8704ee78b80 commit: 57d360aca724a68153da71ed86e3ba6a6fc95b79 Author: Azamat H. Hackimov gmail com> AuthorDate: Sun Sep 23 19:03:18 2012 +0000 Commit: Azamat H. Hackimov gentoo ru> CommitDate: Sun Sep 23 19:03:18 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=57d360ac [games-arcade/dustforce] Dustforce from HIB 6. (Portage version: 2.1.11.9/git/Linux x86_64, unsigned Manifest commit) --- .../dustforce/dustforce-1.0.20120917.ebuild | 81 ++++++++++++++++++++ games-arcade/dustforce/metadata.xml | 12 +++ 2 files changed, 93 insertions(+), 0 deletions(-) diff --git a/games-arcade/dustforce/dustforce-1.0.20120917.ebuild b/games-arcade/dustforce/dustforce-1.0.20120917.ebuild new file mode 100644 index 0000000..9021b64 --- /dev/null +++ b/games-arcade/dustforce/dustforce-1.0.20120917.ebuild @@ -0,0 +1,81 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +inherit games multilib unpacker-nixstaller + +DESCRIPTION="An acrobatic janitor 2d platformer" +HOMEPAGE="http://dustforce.com" +SRC_URI="dustforce-linux-1347954459.sh" + +RESTRICT="fetch" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="virtual/opengl + app-arch/bzip2 + dev-libs/expat + media-libs/fontconfig + media-libs/freealut + media-libs/freetype:2 + media-libs/libsdl + media-libs/libogg + media-libs/openal + media-libs/libvorbis + net-dns/libidn + sys-libs/zlib + x11-libs/libX11 + x11-libs/libXau + x11-libs/libXdmcp + x11-libs/libXext + x11-libs/libXrender + x11-libs/libxcb" + +S="${WORKDIR}" +MY_PN=Dustforce + +pkg_nofetch() { + ewarn + ewarn "Place ${A} to ${DISTDIR}" + ewarn +} + +src_unpack() { + nixstaller_unpack \ + instarchive_all \ + instarchive_linux_x86 \ + instarchive_linux_x86_64 \ + subarch \ + deps/cURL/cURL_files_linux_x86{,_64} # We need this for broken dependency +} + +src_install() { + local dir="${GAMES_PREFIX_OPT}/${PN}" + insinto ${dir} + doins -r content + exeinto ${dir} + + local exe + if use amd64 ; then + exe=${MY_PN}.bin.x86_64 + fi + if use x86 ; then + exe=${MY_PN}.bin.x86 + fi + doexe ${exe} + + # Broken dep + exeinto ${dir}/$(get_libdir) + doexe $(get_libdir)/libcurl.so.3 + doicon ${MY_PN}.png + make_desktop_entry ${PN} ${MY_PN} ${MY_PN} + games_make_wrapper ${PN} ./${exe} ${dir} ${dir} + + dodoc README.linux +} diff --git a/games-arcade/dustforce/metadata.xml b/games-arcade/dustforce/metadata.xml new file mode 100644 index 0000000..2726855 --- /dev/null +++ b/games-arcade/dustforce/metadata.xml @@ -0,0 +1,12 @@ + + + + +azamat.hackimov@gmail.com +Azamat H. Hackimov + + +Clean up the world with style! As an acrobatic janitor, you are an adept force against dust and disorder. Leap and dash off walls and ceilings, and deftly traverse precarious environments. Cleanse each level swiftly and thoroughly to achieve mastery in this 2D sweep-em-up. + + +