diff options
author | David Holm <dholm@gentoo.org> | 2004-06-08 19:57:14 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-06-08 19:57:14 +0000 |
commit | 04b8a0ef495c35827e54d66376b85b0ae0415662 (patch) | |
tree | 8bb25b970787bc39bcb925d4e3515e22554ea7cc /games-emulation | |
parent | This works on my sparc. please test so we can move this to stable. (diff) | |
download | historical-04b8a0ef495c35827e54d66376b85b0ae0415662.tar.gz historical-04b8a0ef495c35827e54d66376b85b0ae0415662.tar.bz2 historical-04b8a0ef495c35827e54d66376b85b0ae0415662.zip |
Added to ~ppc
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/yabause/ChangeLog | 10 | ||||
-rw-r--r-- | games-emulation/yabause/Manifest | 4 | ||||
-rw-r--r-- | games-emulation/yabause/files/digest-yabause-0.0.5 | 1 | ||||
-rw-r--r-- | games-emulation/yabause/metadata.xml | 9 | ||||
-rw-r--r-- | games-emulation/yabause/yabause-0.0.5.ebuild | 20 |
5 files changed, 44 insertions, 0 deletions
diff --git a/games-emulation/yabause/ChangeLog b/games-emulation/yabause/ChangeLog new file mode 100644 index 000000000000..55aabfd61cf7 --- /dev/null +++ b/games-emulation/yabause/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for games-emulation/yabause +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v 1.1 2004/06/08 19:57:14 dholm Exp $ + +*yabause-0.0.5 (08 Jun 2004) + + 08 Jun 2004; David Holm <dholm@gentoo.org> +metadata.xml, + +yabause-0.0.5.ebuild: + Initial import. + diff --git a/games-emulation/yabause/Manifest b/games-emulation/yabause/Manifest new file mode 100644 index 000000000000..77bd8d8b2631 --- /dev/null +++ b/games-emulation/yabause/Manifest @@ -0,0 +1,4 @@ +MD5 ec8e236a8ff627438a178a781db306fc yabause-0.0.5.ebuild 576 +MD5 7efefbbe81a05cbc5d4e96203f047fda metadata.xml 245 +MD5 995bfcc1dd3405c5d978cb5f7f288a5a ChangeLog 360 +MD5 f20b9e676d7a2b08d1398122dd0bcd72 files/digest-yabause-0.0.5 65 diff --git a/games-emulation/yabause/files/digest-yabause-0.0.5 b/games-emulation/yabause/files/digest-yabause-0.0.5 new file mode 100644 index 000000000000..b52dc01f7cad --- /dev/null +++ b/games-emulation/yabause/files/digest-yabause-0.0.5 @@ -0,0 +1 @@ +MD5 9d8e1414d208513c64b0877b7ec1992a yabause-0.0.5.tar.gz 123480 diff --git a/games-emulation/yabause/metadata.xml b/games-emulation/yabause/metadata.xml new file mode 100644 index 000000000000..dcdc50e5418e --- /dev/null +++ b/games-emulation/yabause/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +<maintainer> + <email>dholm@gentoo.org</email> + <name>David Holm</name> +</maintainer> +</pkgmetadata> diff --git a/games-emulation/yabause/yabause-0.0.5.ebuild b/games-emulation/yabause/yabause-0.0.5.ebuild new file mode 100644 index 000000000000..957d85f549bb --- /dev/null +++ b/games-emulation/yabause/yabause-0.0.5.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/yabause-0.0.5.ebuild,v 1.1 2004/06/08 19:57:14 dholm Exp $ + +inherit eutils + +DESCRIPTION="A Sega Saturn emulator" +HOMEPAGE="http://yabause.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~ppc" +IUSE="" +DEPEND="media-libs/libsdl + media-libs/sdl-image" + +src_install() { + einstall || die "einstall failed" + dodoc AUTHORS COPYING ChangeLog TODO README +} |