diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-02-10 19:58:35 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-02-10 19:58:35 +0000 |
commit | 68691ce588d42bdadf852a43fef29873ae80eac6 (patch) | |
tree | d12a078de87ab687a060c471790a60ae0b1ae8de /games-emulation/hugo | |
parent | Added modular X dependencies and closing bug #121618. (diff) | |
download | gentoo-2-68691ce588d42bdadf852a43fef29873ae80eac6.tar.gz gentoo-2-68691ce588d42bdadf852a43fef29873ae80eac6.tar.bz2 gentoo-2-68691ce588d42bdadf852a43fef29873ae80eac6.zip |
Added modular X dependencies and closing bug #121620.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'games-emulation/hugo')
-rw-r--r-- | games-emulation/hugo/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/hugo/files/digest-hugo-2.09 | 1 | ||||
-rw-r--r-- | games-emulation/hugo/hugo-2.09.ebuild | 44 | ||||
-rw-r--r-- | games-emulation/hugo/hugo-2.12.ebuild | 11 |
4 files changed, 12 insertions, 52 deletions
diff --git a/games-emulation/hugo/ChangeLog b/games-emulation/hugo/ChangeLog index 3a3f16c4e41e..f6f7ab20aec1 100644 --- a/games-emulation/hugo/ChangeLog +++ b/games-emulation/hugo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/hugo -# 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 $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hugo/ChangeLog,v 1.5 2006/02/10 19:58:35 wolf31o2 Exp $ + + 10 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> -hugo-2.09.ebuild, + hugo-2.12.ebuild: + Added modular X dependencies and closing bug #121620. *hugo-2.12 (29 Nov 2005) diff --git a/games-emulation/hugo/files/digest-hugo-2.09 b/games-emulation/hugo/files/digest-hugo-2.09 deleted file mode 100644 index d7b8cb24e09f..000000000000 --- a/games-emulation/hugo/files/digest-hugo-2.09 +++ /dev/null @@ -1 +0,0 @@ -MD5 9ea90274a0239cea577d6f7fa984e4b0 hugo_lin_209.tgz 244317 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" -} diff --git a/games-emulation/hugo/hugo-2.12.ebuild b/games-emulation/hugo/hugo-2.12.ebuild index 422292cbe148..0e1c063f069f 100644 --- a/games-emulation/hugo/hugo-2.12.ebuild +++ b/games-emulation/hugo/hugo-2.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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 $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hugo/hugo-2.12.ebuild,v 1.2 2006/02/10 19:58:35 wolf31o2 Exp $ inherit games @@ -13,14 +13,15 @@ SLOT="0" KEYWORDS="x86" IUSE="" -RDEPEND="virtual/x11 - media-libs/libsdl" +RDEPEND="x11-libs/gtk+ + media-libs/libsdl + media-libs/libvorbis" 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" + dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed" dohtml doc/*html prepgamesdirs } |