public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-emulation/hugo: hugo-2.12.ebuild ChangeLog
@ 2011-02-22 19:12 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-02-22 19:12 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    11/02/22 19:12:43

  Modified:             hugo-2.12.ebuild ChangeLog
  Log:
  EAPI=2; tidy
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.5                  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.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hugo/hugo-2.12.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hugo/hugo-2.12.ebuild?r1=1.4&r2=1.5

Index: hugo-2.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/hugo/hugo-2.12.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hugo-2.12.ebuild	9 Oct 2006 21:43:56 -0000	1.4
+++ hugo-2.12.ebuild	22 Feb 2011 19:12:43 -0000	1.5
@@ -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 @@
 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"



1.8                  games-emulation/hugo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hugo/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hugo/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hugo/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/hugo/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	9 Oct 2006 21:43:56 -0000	1.7
+++ ChangeLog	22 Feb 2011 19:12:43 -0000	1.8
@@ -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






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-emulation/hugo: hugo-2.12.ebuild ChangeLog
@ 2015-03-16 17:46 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-03-16 17:46 UTC (permalink / raw
  To: gentoo-commits

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 <mr_bones_@gentoo.org> hugo-2.12.ebuild:
+  EAPI=5
 
   22 Feb 2011; Michael Sterrett <mr_bones_@gentoo.org> hugo-2.12.ebuild:
   EAPI=2; tidy





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-16 17:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-16 17:46 [gentoo-commits] gentoo-x86 commit in games-emulation/hugo: hugo-2.12.ebuild ChangeLog Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2011-02-22 19:12 Michael Sterrett (mr_bones_)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox