summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-01-24 13:56:22 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-01-24 13:56:22 +0000
commit73b5a43b5e9ff1b631592965f359f19dae18187e (patch)
tree5f60a1d10a46e55416117653fe394451262e78c2 /games-emulation
parentcleanups following the other OOo-variants (diff)
downloadhistorical-73b5a43b5e9ff1b631592965f359f19dae18187e.tar.gz
historical-73b5a43b5e9ff1b631592965f359f19dae18187e.tar.bz2
historical-73b5a43b5e9ff1b631592965f359f19dae18187e.zip
header fix; tidy
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/grustibus/ChangeLog7
-rw-r--r--games-emulation/grustibus/Manifest5
-rw-r--r--games-emulation/grustibus/grustibus-0.43-r4.ebuild25
-rw-r--r--games-emulation/grustibus/metadata.xml9
4 files changed, 29 insertions, 17 deletions
diff --git a/games-emulation/grustibus/ChangeLog b/games-emulation/grustibus/ChangeLog
index 848b2a403f14..9f1563350b3a 100644
--- a/games-emulation/grustibus/ChangeLog
+++ b/games-emulation/grustibus/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for games-emulation/grustibus
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/grustibus/ChangeLog,v 1.2 2003/09/10 16:02:30 vapier Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/grustibus/ChangeLog,v 1.3 2004/01/24 13:56:16 mr_bones_ Exp $
+ 24 Jan 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ grustibus-0.43-r4.ebuild:
+ header fix; tidy
*grustibus-0.43-r4 (18 Jul 2002)
diff --git a/games-emulation/grustibus/Manifest b/games-emulation/grustibus/Manifest
index 9cfa688a2c55..d38b7d5a837c 100644
--- a/games-emulation/grustibus/Manifest
+++ b/games-emulation/grustibus/Manifest
@@ -1,3 +1,4 @@
+MD5 74de1763d6c360046b6180692c829499 ChangeLog 1770
+MD5 cdbc994afbae9e72372cceaf1ac25c99 grustibus-0.43-r4.ebuild 800
+MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241
MD5 dd4620294ac5183f481b4a0b563d3673 files/digest-grustibus-0.43-r4 66
-MD5 ca7e267ad23def4b80fa8d3e22348535 grustibus-0.43-r4.ebuild 806
-MD5 99a2b1945eaa886363d8c16875450377 ChangeLog 1665
diff --git a/games-emulation/grustibus/grustibus-0.43-r4.ebuild b/games-emulation/grustibus/grustibus-0.43-r4.ebuild
index 5e9d1708c337..6d1f01aa641e 100644
--- a/games-emulation/grustibus/grustibus-0.43-r4.ebuild
+++ b/games-emulation/grustibus/grustibus-0.43-r4.ebuild
@@ -1,28 +1,27 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 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.2 2003/09/09 23:33:23 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/grustibus/grustibus-0.43-r4.ebuild,v 1.3 2004/01/24 13:56:16 mr_bones_ 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"
+HOMEPAGE="http://grustibus.sourceforge.net"
+SRC_URI="mirror://sourceforge/grustibus/${P}.tar.gz"
+
KEYWORDS="x86"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="nls"
DEPEND=">=games-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
+ econf `use_enable nls` || die
+ emake || die "emake failed"
}
src_install() {
- einstall
- dodoc README INSTALL ChangeLog ABOUT-NLS TODO NEWS
+ einstall || die
+ dodoc README INSTALL ChangeLog TODO NEWS || die "dodoc failed"
}
diff --git a/games-emulation/grustibus/metadata.xml b/games-emulation/grustibus/metadata.xml
new file mode 100644
index 000000000000..1cef6e243af3
--- /dev/null
+++ b/games-emulation/grustibus/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>games@gentoo.org</email>
+<name>Games Team</name>
+</maintainer>
+</pkgmetadata>