summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-11-29 17:25:15 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-11-29 17:25:15 +0000
commit251bdeccca7b286b314fcaabf8ad7d7b465189d8 (patch)
tree91961d203e873e346492da7e9a103f7571151701 /games-emulation/hugo
parentAdding upgrade warning (diff)
downloadgentoo-2-251bdeccca7b286b314fcaabf8ad7d7b465189d8.tar.gz
gentoo-2-251bdeccca7b286b314fcaabf8ad7d7b465189d8.tar.bz2
gentoo-2-251bdeccca7b286b314fcaabf8ad7d7b465189d8.zip
version bump - ebuild submitted by Steve Carlson via bug #113871
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-emulation/hugo')
-rw-r--r--games-emulation/hugo/ChangeLog9
-rw-r--r--games-emulation/hugo/Manifest4
-rw-r--r--games-emulation/hugo/files/digest-hugo-2.121
-rw-r--r--games-emulation/hugo/hugo-2.12.ebuild26
4 files changed, 37 insertions, 3 deletions
diff --git a/games-emulation/hugo/ChangeLog b/games-emulation/hugo/ChangeLog
index 70ed49a351b9..3a3f16c4e41e 100644
--- a/games-emulation/hugo/ChangeLog
+++ b/games-emulation/hugo/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-emulation/hugo
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/hugo/ChangeLog,v 1.3 2004/07/01 11:15:10 eradicator Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/hugo/ChangeLog,v 1.4 2005/11/29 17:25:15 mr_bones_ Exp $
+
+*hugo-2.12 (29 Nov 2005)
+
+ 29 Nov 2005; Michael Sterrett <mr_bones_@gentoo.org> +hugo-2.12.ebuild:
+ version bump - ebuild submitted by Steve Carlson via bug #113871
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> hugo-2.09.ebuild:
virtual/glibc -> virtual/libc
diff --git a/games-emulation/hugo/Manifest b/games-emulation/hugo/Manifest
index 8c72b4c7e77b..0e5fd6903897 100644
--- a/games-emulation/hugo/Manifest
+++ b/games-emulation/hugo/Manifest
@@ -1,4 +1,6 @@
-MD5 a28aacf794942a64f5ba6c471eca2b11 ChangeLog 485
MD5 ee827b330998074f7c094ccfa8bbe19d hugo-2.09.ebuild 940
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
+MD5 dbacb515c82b212853afcf780a10653d hugo-2.12.ebuild 616
+MD5 a28aacf794942a64f5ba6c471eca2b11 ChangeLog 485
MD5 fa502e1b91f90cb5e840984c396a0866 files/digest-hugo-2.09 61
+MD5 eadefbe27e1e46626ed8a6018c137bc3 files/digest-hugo-2.12 61
diff --git a/games-emulation/hugo/files/digest-hugo-2.12 b/games-emulation/hugo/files/digest-hugo-2.12
new file mode 100644
index 000000000000..30c791139451
--- /dev/null
+++ b/games-emulation/hugo/files/digest-hugo-2.12
@@ -0,0 +1 @@
+MD5 1256ab47592413d12789166da23c00fc hugo-2.12.tar.gz 456991
diff --git a/games-emulation/hugo/hugo-2.12.ebuild b/games-emulation/hugo/hugo-2.12.ebuild
new file mode 100644
index 000000000000..422292cbe148
--- /dev/null
+++ b/games-emulation/hugo/hugo-2.12.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/hugo/hugo-2.12.ebuild,v 1.1 2005/11/29 17:25:15 mr_bones_ Exp $
+
+inherit games
+
+DESCRIPTION="PC-Engine (Turbografx16) emulator for linux"
+HOMEPAGE="http://www.zeograd.com/"
+SRC_URI="http://www.zeograd.com/download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+IUSE=""
+
+RDEPEND="virtual/x11
+ media-libs/libsdl"
+
+src_install() {
+ dogamesbin hugo || die "dogamesbin failed"
+ insinto "${GAMES_DATADIR}/${PN}"
+ doins -r pixmaps || die "doins gamedata failed"
+ dodoc AUTHORS Changlog NEWS README TODO || die "dodoc failed"
+ dohtml doc/*html
+ prepgamesdirs
+}