mr_bones_ 15/03/16 17:46:01 Modified: hugo-2.12.ebuild ChangeLog Log: EAPI=5 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.6 games-emulation/hugo/hugo-2.12.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hugo/hugo-2.12.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hugo/hugo-2.12.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hugo/hugo-2.12.ebuild?r1=1.5&r2=1.6 Index: hugo-2.12.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/hugo/hugo-2.12.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- hugo-2.12.ebuild 22 Feb 2011 19:12:43 -0000 1.5 +++ hugo-2.12.ebuild 16 Mar 2015 17:46:01 -0000 1.6 @@ -1,9 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2015 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.5 2011/02/22 19:12:43 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hugo/hugo-2.12.ebuild,v 1.6 2015/03/16 17:46:01 mr_bones_ Exp $ -EAPI=2 -inherit eutils games +EAPI=5 +inherit eutils flag-o-matic games DESCRIPTION="PC-Engine (Turbografx16) emulator for linux" HOMEPAGE="http://www.zeograd.com/" @@ -14,17 +14,23 @@ KEYWORDS="x86" IUSE="" -DEPEND="x11-libs/gtk+:2 +RDEPEND="x11-libs/gtk+:2 media-libs/libsdl[video] media-libs/libvorbis" +DEPEND="${RDEPEND} + virtual/pkgconfig" -PATCHES=( "${FILESDIR}/${P}"-gcc41.patch ) +src_prepare() { + epatch "${FILESDIR}/${P}"-gcc41.patch + append-cppflags $(pkg-config sdl --cflags) + +} src_install() { - dogamesbin hugo || die "dogamesbin failed" + dogamesbin hugo insinto "${GAMES_DATADIR}/${PN}" - doins -r pixmaps || die "doins gamedata failed" - dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed" + doins -r pixmaps + dodoc AUTHORS ChangeLog NEWS README TODO dohtml doc/*html prepgamesdirs } 1.9 games-emulation/hugo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hugo/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hugo/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hugo/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/hugo/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 22 Feb 2011 19:12:43 -0000 1.8 +++ ChangeLog 16 Mar 2015 17:46:01 -0000 1.9 @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/hugo -# 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 $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hugo/ChangeLog,v 1.9 2015/03/16 17:46:01 mr_bones_ Exp $ + + 16 Mar 2015; Michael Sterrett <[email protected]> hugo-2.12.ebuild: + EAPI=5 22 Feb 2011; Michael Sterrett <[email protected]> hugo-2.12.ebuild: EAPI=2; tidy
