diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-09 16:28:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-09 16:28:07 +0000 |
commit | ae044aeba549da343d278a26bb72bac844e5a5e4 (patch) | |
tree | b16ea879113ef2bd09bb78bb00e8338b088d3afb /games-emulation/grustibus | |
parent | New package - rename. (diff) | |
download | gentoo-2-ae044aeba549da343d278a26bb72bac844e5a5e4.tar.gz gentoo-2-ae044aeba549da343d278a26bb72bac844e5a5e4.tar.bz2 gentoo-2-ae044aeba549da343d278a26bb72bac844e5a5e4.zip |
welcome to games-emulation
Diffstat (limited to 'games-emulation/grustibus')
-rw-r--r-- | games-emulation/grustibus/ChangeLog | 45 | ||||
-rw-r--r-- | games-emulation/grustibus/Manifest | 3 | ||||
-rw-r--r-- | games-emulation/grustibus/files/digest-grustibus-0.43-r4 | 1 | ||||
-rw-r--r-- | games-emulation/grustibus/grustibus-0.43-r4.ebuild | 28 |
4 files changed, 77 insertions, 0 deletions
diff --git a/games-emulation/grustibus/ChangeLog b/games-emulation/grustibus/ChangeLog new file mode 100644 index 000000000000..7e4e7ae2db40 --- /dev/null +++ b/games-emulation/grustibus/ChangeLog @@ -0,0 +1,45 @@ +# ChangeLog for app-games/grustibus +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/grustibus/ChangeLog,v 1.1 2003/09/09 16:28:07 vapier Exp $ + + +*grustibus-0.43-r4 (18 Jul 2002) + + 30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> grustibus-0.43-r4.ebuild : + + LFH and NLS issues solved. + + 18 Jul 2002; Spider <spider@gentoo.org> grustibus-0.43-r4.ebuild : + applied the patch from <caleb@webninja.com> Caleb Shay to fix a /usr/etc issue + +*grustibus-0.43-r3 (15 jun 2002) + + 17 jul 2002; Jose Alberto Suárez López <bass@gentoo.org> grustibus-0.43-r3.ebuild : + Added LICENSE, KEYWORDS. + 15 Jun 2002; Gabriele Giorgetti <stroke@gentoo.org> grustibus-0.43-r3.ebuild: + fixes missing dep to gdk-pixbuf (bug #3591) + + +*grustibus-0.43-r2 (7 May 2002) + + 17 jul 2002; Jose Alberto Suárez López <bass@gentoo.org> grustibus-0.43-r2.ebuild : + Added LICENSE, KEYWORDS. + 7 May 2002; Spider <spider@gentoo.org> grustibus-0.43-r2.ebuild: + fix sourceforge mirroring. + + +*grustibus-0.43-r2 (1 Feb 2002) + + 4 Feb 2002; T.Neidt <tod@gentoo.org> ChangeLog : + + Updated DEPEND to reflect xmame nove to app-emulation. + +*grustibus-0.43-r2 (1 Feb 2002) + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/games-emulation/grustibus/Manifest b/games-emulation/grustibus/Manifest new file mode 100644 index 000000000000..f325c745c954 --- /dev/null +++ b/games-emulation/grustibus/Manifest @@ -0,0 +1,3 @@ +MD5 226e786f08a2a387044b6685f600e3e0 ChangeLog 1653 +MD5 712fca7d26a60bb53bf7f60322daf6ee grustibus-0.43-r4.ebuild 798 +MD5 dd4620294ac5183f481b4a0b563d3673 files/digest-grustibus-0.43-r4 66 diff --git a/games-emulation/grustibus/files/digest-grustibus-0.43-r4 b/games-emulation/grustibus/files/digest-grustibus-0.43-r4 new file mode 100644 index 000000000000..3184ba52d657 --- /dev/null +++ b/games-emulation/grustibus/files/digest-grustibus-0.43-r4 @@ -0,0 +1 @@ +MD5 f7c8f57bb4ada4f12b95106484a09dc3 grustibus-0.43.tar.gz 537801 diff --git a/games-emulation/grustibus/grustibus-0.43-r4.ebuild b/games-emulation/grustibus/grustibus-0.43-r4.ebuild new file mode 100644 index 000000000000..6cc0893e81d2 --- /dev/null +++ b/games-emulation/grustibus/grustibus-0.43-r4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/grustibus/grustibus-0.43-r4.ebuild,v 1.1 2003/09/09 16:28:07 vapier Exp $ + +S=${WORKDIR}/${P} +SRC_URI="mirror://sourceforge/grustibus/${P}.tar.gz" +HOMEPAGE="http://grustibus.sourceforge.net" +DESCRIPTION="A GNOME-based front-end for the M.A.M.E. video game emulator" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND=">=app-emulation/xmame-0.56.1 + >=media-libs/gdk-pixbuf-0.17.0 + >=gnome-base/gnome-libs-1.4.1.2" + +src_compile() { + local myconf + export CPPFLAGS=`gdk-pixbuf-config --cflags` + use nls || myconf="--disable-nls" + econf ${myconf} + emake || die +} + +src_install() { + einstall + dodoc README INSTALL ChangeLog ABOUT-NLS TODO NEWS +} |