diff options
author | 2003-09-09 16:28:07 +0000 | |
---|---|---|
committer | 2003-09-09 16:28:07 +0000 | |
commit | 4449c749e4d0a531f4dffcd6bd11772e59ecbf81 (patch) | |
tree | 47ac23a46562d1736503b9b2447f81b34199c04e /games-emulation/gnomame | |
parent | New package - rename. (diff) | |
download | historical-4449c749e4d0a531f4dffcd6bd11772e59ecbf81.tar.gz historical-4449c749e4d0a531f4dffcd6bd11772e59ecbf81.tar.bz2 historical-4449c749e4d0a531f4dffcd6bd11772e59ecbf81.zip |
welcome to games-emulation
Diffstat (limited to 'games-emulation/gnomame')
-rw-r--r-- | games-emulation/gnomame/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/gnomame/Manifest | 3 | ||||
-rw-r--r-- | games-emulation/gnomame/files/digest-gnomame-1.00_beta6 | 1 | ||||
-rw-r--r-- | games-emulation/gnomame/gnomame-1.00_beta6.ebuild | 25 |
4 files changed, 37 insertions, 0 deletions
diff --git a/games-emulation/gnomame/ChangeLog b/games-emulation/gnomame/ChangeLog new file mode 100644 index 000000000000..bd73443af70b --- /dev/null +++ b/games-emulation/gnomame/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-emulation/gnomame +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gnomame/ChangeLog,v 1.1 2003/09/09 16:26:50 vapier Exp $ + +*gnomame-1.00_beta6 (11 Nov 2002) + + 11 Nov 2002; L. Boshell <leonardop@gentoo.org> ChangeLog : Initial + import. Thanks to Paulo Ferreira for his contribution on bug #7829. diff --git a/games-emulation/gnomame/Manifest b/games-emulation/gnomame/Manifest new file mode 100644 index 000000000000..ecc3248c6568 --- /dev/null +++ b/games-emulation/gnomame/Manifest @@ -0,0 +1,3 @@ +MD5 c002fdc24635c593f10ce02d62963da6 files/digest-gnomame-1.00_beta6 66 +MD5 5b0f973ac89ed286dcb9f57946592345 gnomame-1.00_beta6.ebuild 660 +MD5 fe424c62d60d9d8e4d2f55b36a643089 ChangeLog 398 diff --git a/games-emulation/gnomame/files/digest-gnomame-1.00_beta6 b/games-emulation/gnomame/files/digest-gnomame-1.00_beta6 new file mode 100644 index 000000000000..781ab69d3650 --- /dev/null +++ b/games-emulation/gnomame/files/digest-gnomame-1.00_beta6 @@ -0,0 +1 @@ +MD5 da00ca5546b2ef8a03c1c1c38b7bfd08 gnomame-1.00b6.tar.gz 172887 diff --git a/games-emulation/gnomame/gnomame-1.00_beta6.ebuild b/games-emulation/gnomame/gnomame-1.00_beta6.ebuild new file mode 100644 index 000000000000..017cc6da9612 --- /dev/null +++ b/games-emulation/gnomame/gnomame-1.00_beta6.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gnomame/gnomame-1.00_beta6.ebuild,v 1.1 2003/09/09 16:26:50 vapier Exp $ + +MY_P="${P/_beta/b}" +S=${WORKDIR}/${MY_P} +DESCRIPTION="GTK+ xmame catalog and frontend" +SRC_URI="http://gnomame.sourceforge.net/files/${MY_P}.tar.gz" +HOMEPAGE="http://gnomame.sourceforge.net/" + +LICENSE="GPL-2" +KEYWORDS="x86" +SLOT="0" + +DEPEND="=x11-libs/gtk+-1.2* + media-libs/gdk-pixbuf" + +src_compile() { + econf || die + emake || die "Compilation failed" +} +src_install() { + einstall || die + dodoc AUTHORS ChangeLog README +} |