diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-03-25 07:26:30 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-03-25 07:26:30 +0000 |
commit | df0f5e3cfd5369c5ca4cba1a7874c618613b8c40 (patch) | |
tree | d4a6a82feddb41baf827a4733973bc6a466cb170 /games-emulation/advancescan | |
parent | fix (diff) | |
download | gentoo-2-df0f5e3cfd5369c5ca4cba1a7874c618613b8c40.tar.gz gentoo-2-df0f5e3cfd5369c5ca4cba1a7874c618613b8c40.tar.bz2 gentoo-2-df0f5e3cfd5369c5ca4cba1a7874c618613b8c40.zip |
initial commit for bug #68430
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-emulation/advancescan')
-rw-r--r-- | games-emulation/advancescan/ChangeLog | 10 | ||||
-rw-r--r-- | games-emulation/advancescan/Manifest | 2 | ||||
-rw-r--r-- | games-emulation/advancescan/advancescan-1.13.ebuild | 24 | ||||
-rw-r--r-- | games-emulation/advancescan/files/digest-advancescan-1.13 | 1 | ||||
-rw-r--r-- | games-emulation/advancescan/metadata.xml | 5 |
5 files changed, 42 insertions, 0 deletions
diff --git a/games-emulation/advancescan/ChangeLog b/games-emulation/advancescan/ChangeLog new file mode 100644 index 000000000000..311dbadd0111 --- /dev/null +++ b/games-emulation/advancescan/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for games-emulation/advancescan +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancescan/ChangeLog,v 1.1 2005/03/25 07:26:30 mr_bones_ Exp $ + +*advancescan-1.13 (25 Mar 2005) + + 25 Mar 2005; Michael Sterrett <mr_bones_@gentoo.org> +metadata.xml, + +advancescan-1.13.ebuild: + initial commit for bug #68430 + diff --git a/games-emulation/advancescan/Manifest b/games-emulation/advancescan/Manifest new file mode 100644 index 000000000000..3c50ccecb85b --- /dev/null +++ b/games-emulation/advancescan/Manifest @@ -0,0 +1,2 @@ +MD5 49834cd6872116b1e3dca398bd3f3e56 advancescan-1.13.ebuild 2306 +MD5 3bd93146b4a4f326cbb2fae63321b350 files/digest-advancescan-1.13 68 diff --git a/games-emulation/advancescan/advancescan-1.13.ebuild b/games-emulation/advancescan/advancescan-1.13.ebuild new file mode 100644 index 000000000000..0d76cea3df05 --- /dev/null +++ b/games-emulation/advancescan/advancescan-1.13.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancescan/advancescan-1.13.ebuild,v 1.1 2005/03/25 07:26:30 mr_bones_ Exp $ + +inherit games + +DESCRIPTION="A command line rom manager for MAME, MESS, AdvanceMAME, AdvanceMESS and Raine" +HOMEPAGE="http://advancemame.sourceforge.net/scan-readme.html" +SRC_URI="mirror://sourceforge/advancemame/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +IUSE="" + +DEPEND="sys-libs/zlib" + +src_install() { + dogamesbin advscan advdiff || die "dogamesbin failed" + dodoc AUTHORS HISTORY README doc/*.txt advscan.rc.linux + doman doc/*.1 + dohtml doc/*.html + prepgamesdirs +} diff --git a/games-emulation/advancescan/files/digest-advancescan-1.13 b/games-emulation/advancescan/files/digest-advancescan-1.13 new file mode 100644 index 000000000000..71d0e07c64a3 --- /dev/null +++ b/games-emulation/advancescan/files/digest-advancescan-1.13 @@ -0,0 +1 @@ +MD5 1f2c5b7db63f0e7b6ae117b8da69c168 advancescan-1.13.tar.gz 296675 diff --git a/games-emulation/advancescan/metadata.xml b/games-emulation/advancescan/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-emulation/advancescan/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +</pkgmetadata> |