summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-emulation/hugo/hugo-2.09.ebuild')
-rw-r--r--games-emulation/hugo/hugo-2.09.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/games-emulation/hugo/hugo-2.09.ebuild b/games-emulation/hugo/hugo-2.09.ebuild
deleted file mode 100644
index 71969fa40dd2..000000000000
--- a/games-emulation/hugo/hugo-2.09.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/hugo/hugo-2.09.ebuild,v 1.6 2004/09/23 09:24:21 mr_bones_ Exp $
-
-inherit games
-
-DESCRIPTION="PC-Engine (TG16) emulator for linux"
-HOMEPAGE="http://www.zeograd.com/"
-SRC_URI="http://www.zeograd.com/download/hugo_lin_${PV//.}.tgz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-RDEPEND="virtual/x11
- virtual/libc
- media-libs/libsdl"
-
-S="${WORKDIR}/hugo-${PV}"
-
-src_install() {
- local dir="${GAMES_PREFIX_OPT}/${PN}"
-
- exeinto "${dir}"
- doexe hugo || die
-
- insinto "${dir}/roms"
- doins dracx.hcd flipit.pce
-
- insinto "${dir}/cfg"
- doins hugo.ini
-
- dodoc *.fr *.txt *.es changes faq
- games_make_wrapper hugo ./hugo "${dir}"
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
- echo
- einfo "Online Compatibility List:"
- einfo " http://www.zeograd.com/compatibility_list.php"
-}