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 1SQZ49-0002Yj-M1 for garchives@archives.gentoo.org; Sat, 05 May 2012 07:06:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B262CE07BA; Sat, 5 May 2012 07:04:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 857C4E07BA for ; Sat, 5 May 2012 07:04:43 +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 E28261B4004 for ; Sat, 5 May 2012 07:04:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A33D0E5403 for ; Sat, 5 May 2012 07:04:36 +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: <1336201507.25487b4e911def123da6be33d9b50df2e6b19881.frostwork@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: app-emulation/fs-uae/ X-VCS-Repository: proj/gamerlay X-VCS-Files: app-emulation/fs-uae/fs-uae-1.2.0.ebuild X-VCS-Directories: app-emulation/fs-uae/ X-VCS-Committer: frostwork X-VCS-Committer-Name: Marcel Unbehaun X-VCS-Revision: 25487b4e911def123da6be33d9b50df2e6b19881 X-VCS-Branch: master Date: Sat, 5 May 2012 07:04:36 +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: 0b95f98e-3f7a-4d16-8ab9-4c7b78f73db7 X-Archives-Hash: 3f195c1650bd94f6fbe9b1cb4baacd1d commit: 25487b4e911def123da6be33d9b50df2e6b19881 Author: Marcel Unbehaun frostworx de> AuthorDate: Sat May 5 07:05:07 2012 +0000 Commit: Marcel Unbehaun gmx de> CommitDate: Sat May 5 07:05:07 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gamerlay.git;= a=3Dcommit;h=3D25487b4e [app-emulation/fs-uae] added fs-uae-1.2.0.ebuild --- app-emulation/fs-uae/fs-uae-1.2.0.ebuild | 35 ++++++++++++++++++++++++= ++++++ 1 files changed, 35 insertions(+), 0 deletions(-) diff --git a/app-emulation/fs-uae/fs-uae-1.2.0.ebuild b/app-emulation/fs-= uae/fs-uae-1.2.0.ebuild new file mode 100644 index 0000000..25652c3 --- /dev/null +++ b/app-emulation/fs-uae/fs-uae-1.2.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v3 +# $Header: app-emulation/e-uae/fs-uae-1.2.0.ebuild,v 1.0 2012/05/05 9:03= :09 frostwork Exp $ + +EAPI=3D"2" + +inherit eutils games + +DESCRIPTION=3D"a multi-platform Amiga emulator" +HOMEPAGE=3D"http://fengestad.no/"${PN}"" +SRC_URI=3D"http://fengestad.no/"${PN}"/files/"${P}".tar.gz" + +LICENSE=3D"GPL-2" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" + +RDEPEND=3D"virtual/opengl + media-libs/openal + media-libs/libpng + media-libs/libsdl + sys-libs/zlib[minizip]" + +DEPEND=3D"$RDEPEND" + +src_prepare() { + sed -i '1i#define OF(x) x' src/archivers/zip/*.h +} + +pkg_postinst() { + games_pkg_postinst + ewarn "Before you launch fs-uae for the first time you need to create a= nd configure" + ewarn "~/.config/fs-uae/fs-uae.conf" + ewarn "for an example see ${GAMES_DATADIR}/${PN}/example.conf" +}