From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Sj50H-0004iu-I2 for garchives@archives.gentoo.org; Mon, 25 Jun 2012 08:50:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A88BDE0B04; Mon, 25 Jun 2012 08:50:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 79E00E0B04 for ; Mon, 25 Jun 2012 08:50: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 D96051B43F8 for ; Mon, 25 Jun 2012 08:50:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 91727E5432 for ; Mon, 25 Jun 2012 08:50:25 +0000 (UTC) From: "Marcel Unbehaun" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marcel Unbehaun" Message-ID: <1340614316.d45f748ecfb228682f496409e8fee9556bcb4438.frostwork@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-emulation/m64py/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-emulation/m64py/m64py-0.1.0.ebuild X-VCS-Directories: games-emulation/m64py/ X-VCS-Committer: frostwork X-VCS-Committer-Name: Marcel Unbehaun X-VCS-Revision: d45f748ecfb228682f496409e8fee9556bcb4438 X-VCS-Branch: master Date: Mon, 25 Jun 2012 08:50: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 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 7f689ebd-5f88-4938-b5ce-8d2711a8a694 X-Archives-Hash: 39ee0d51bbc0c43ed5736731895c7a14 commit: d45f748ecfb228682f496409e8fee9556bcb4438 Author: Marcel Unbehaun frostworx de> AuthorDate: Mon Jun 25 08:51:56 2012 +0000 Commit: Marcel Unbehaun gmx de> CommitDate: Mon Jun 25 08:51:56 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gamerlay.git;= a=3Dcommit;h=3Dd45f748e [games-emulation/m64py] initial m64py-0.1.0.ebuild --- games-emulation/m64py/m64py-0.1.0.ebuild | 29 ++++++++++++++++++++++++= +++++ 1 files changed, 29 insertions(+), 0 deletions(-) diff --git a/games-emulation/m64py/m64py-0.1.0.ebuild b/games-emulation/m= 64py/m64py-0.1.0.ebuild new file mode 100644 index 0000000..9cfaf38 --- /dev/null +++ b/games-emulation/m64py/m64py-0.1.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: Exp $ + +EAPI=3D3 + +PYTHON_DEPEND=3D"2" +SUPPORT_PYTHON_ABIS=3D"1" +RESTRICT_PYTHON_ABIS=3D"3.*" + +inherit distutils + +DESCRIPTION=3D"A frontend for Mupen64Plus" +HOMEPAGE=3D"http://m64py.sourceforge.net/" +SRC_URI=3D"mirror://sourceforge/m64py/${P}.tar.gz" + +LICENSE=3D"GPL-3" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"7zip rar" + +RDEPEND=3D"media-libs/libsdl + dev-python/PyQt4[opengl] + >=3Dgames-emulation/mupen64plus-1.99.5 + 7zip? ( || ( dev-python/pylzma app-arch/p7zip ) ) + rar? ( || ( app-arch/unrar app-arch/rar ) )" + +DOCS=3D"AUTHORS ChangeLog README" +