summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-02-22 19:12:43 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-02-22 19:12:43 +0000
commit479de9fc8e03256c0a6bc3621e51b483cdd74004 (patch)
tree5b94f47a283a14f34c0f96bdbbc44503f50905dc /games-emulation/hugo
parentppc stable #352744 (diff)
downloadgentoo-2-479de9fc8e03256c0a6bc3621e51b483cdd74004.tar.gz
gentoo-2-479de9fc8e03256c0a6bc3621e51b483cdd74004.tar.bz2
gentoo-2-479de9fc8e03256c0a6bc3621e51b483cdd74004.zip
EAPI=2; tidy
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'games-emulation/hugo')
-rw-r--r--games-emulation/hugo/ChangeLog7
-rw-r--r--games-emulation/hugo/hugo-2.12.ebuild15
2 files changed, 11 insertions, 11 deletions
diff --git a/games-emulation/hugo/ChangeLog b/games-emulation/hugo/ChangeLog
index 6153ce0068af..c8dbec396494 100644
--- a/games-emulation/hugo/ChangeLog
+++ b/games-emulation/hugo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/hugo
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/hugo/ChangeLog,v 1.7 2006/10/09 21:43:56 nyhm Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/hugo/ChangeLog,v 1.8 2011/02/22 19:12:43 mr_bones_ Exp $
+
+ 22 Feb 2011; Michael Sterrett <mr_bones_@gentoo.org> hugo-2.12.ebuild:
+ EAPI=2; tidy
09 Oct 2006; Tristan Heaven <nyhm@gentoo.org> hugo-2.12.ebuild:
Add gtk+-2 to DEPEND
diff --git a/games-emulation/hugo/hugo-2.12.ebuild b/games-emulation/hugo/hugo-2.12.ebuild
index 5af9542195ea..f34eba36958e 100644
--- a/games-emulation/hugo/hugo-2.12.ebuild
+++ b/games-emulation/hugo/hugo-2.12.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2011 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.4 2006/10/09 21:43:56 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/hugo/hugo-2.12.ebuild,v 1.5 2011/02/22 19:12:43 mr_bones_ Exp $
+EAPI=2
inherit eutils games
DESCRIPTION="PC-Engine (Turbografx16) emulator for linux"
@@ -13,15 +14,11 @@ SLOT="0"
KEYWORDS="x86"
IUSE=""
-DEPEND=">=x11-libs/gtk+-2
- media-libs/libsdl
+DEPEND="x11-libs/gtk+:2
+ media-libs/libsdl[video]
media-libs/libvorbis"
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}"-gcc41.patch
-}
+PATCHES=( "${FILESDIR}/${P}"-gcc41.patch )
src_install() {
dogamesbin hugo || die "dogamesbin failed"