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 8E0C31381F4 for ; Fri, 17 Aug 2012 15:31:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AEA9E0783; Fri, 17 Aug 2012 15:31:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CEF08E0783 for ; Fri, 17 Aug 2012 15:31:33 +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 CD86A1B401B for ; Fri, 17 Aug 2012 15:31:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 59569E543A for ; Fri, 17 Aug 2012 15:31:30 +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: <1345217470.afe66a9bfa06740525ef19d5969de2e8657e1d5b.winterheart@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-action/psychonauts/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-action/psychonauts/psychonauts-2012.05.31.ebuild games-action/psychonauts/psychonauts-2012.06.04.ebuild games-action/psychonauts/psychonauts-2012.08.15.ebuild X-VCS-Directories: games-action/psychonauts/ X-VCS-Committer: winterheart X-VCS-Committer-Name: Azamat H. Hackimov X-VCS-Revision: afe66a9bfa06740525ef19d5969de2e8657e1d5b X-VCS-Branch: master Date: Fri, 17 Aug 2012 15:31:30 +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: 4fd413aa-2995-4a01-bdb1-ed61e2413037 X-Archives-Hash: db1f38db7423e2c67739db5417d0f807 commit: afe66a9bfa06740525ef19d5969de2e8657e1d5b Author: Azamat H. Hackimov gmail com> AuthorDate: Fri Aug 17 15:31:10 2012 +0000 Commit: Azamat H. Hackimov gentoo ru> CommitDate: Fri Aug 17 15:31:10 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=afe66a9b [games-action/psychonauts] Version bump to 2012.08.15, remove old. This version much better, but still buggy. Enjoy your play! (Portage version: 2.1.11.9/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit) --- .../psychonauts/psychonauts-2012.05.31.ebuild | 49 -------------------- ....06.04.ebuild => psychonauts-2012.08.15.ebuild} | 0 2 files changed, 0 insertions(+), 49 deletions(-) diff --git a/games-action/psychonauts/psychonauts-2012.05.31.ebuild b/games-action/psychonauts/psychonauts-2012.05.31.ebuild deleted file mode 100644 index a444afd..0000000 --- a/games-action/psychonauts/psychonauts-2012.05.31.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -inherit games versionator - -MY_PV=$(version_format_string '${2}${3}${1}') - -DESCRIPTION="A mind-bending platforming adventure from Double Fine Productions." -HOMEPAGE="http://www.psychonauts.com/" -SRC_URI="${PN}-linux-${MY_PV}.zip" - -LICENSE="Psychonauts-EULA" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="" - -DEPEND="app-arch/unzip" -RDEPEND="virtual/opengl - amd64? ( app-emulation/emul-linux-x86-sdl ) - x86? ( media-libs/openal media-libs/libsdl )" - -RESTRICT="fetch strip" - -S="${WORKDIR}/${PN}-linux-installer/data" - -pkg_nofetch() { - einfo "Please download ${A}" - einfo "from your personal page in Humble Indie Bundle V site" - einfo "(http://www.humblebundle.com)" - einfo "and place it to ${DISTDIR}" -} - -src_install() { - local dir="${GAMES_PREFIX_OPT}/${PN}" - dodoc "Psychonauts Manual Win.pdf" - dodoc Documents/Readmes/* - exeinto ${dir} - doexe Psychonauts || die - insinto ${dir} - doins -r DisplaySettings.ini PsychonautsData2.pkg WorkResource || die - doicon ${PN}.png - games_make_wrapper ${PN} ./Psychonauts "${dir}" "${dir}" - make_desktop_entry ${PN} Psychonauts ${PN} - - prepgamesdirs -} diff --git a/games-action/psychonauts/psychonauts-2012.06.04.ebuild b/games-action/psychonauts/psychonauts-2012.08.15.ebuild similarity index 100% rename from games-action/psychonauts/psychonauts-2012.06.04.ebuild rename to games-action/psychonauts/psychonauts-2012.08.15.ebuild