public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-emulation/vbam: ChangeLog vbam-9999.ebuild vbam-1.8.0.1149.ebuild
@ 2013-01-18  1:08 Tim Harder (radhermit)
  0 siblings, 0 replies; 3+ messages in thread
From: Tim Harder (radhermit) @ 2013-01-18  1:08 UTC (permalink / raw
  To: gentoo-commits

radhermit    13/01/18 01:08:23

  Modified:             ChangeLog vbam-9999.ebuild vbam-1.8.0.1149.ebuild
  Log:
  Update live ebuild and call games_pkg_(pre|post)inst functions.
  
  (Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.17                 games-emulation/vbam/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/vbam/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	18 Jan 2013 00:59:36 -0000	1.16
+++ ChangeLog	18 Jan 2013 01:08:23 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for games-emulation/vbam
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/ChangeLog,v 1.16 2013/01/18 00:59:36 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/ChangeLog,v 1.17 2013/01/18 01:08:23 radhermit Exp $
+
+  18 Jan 2013; Tim Harder <radhermit@gentoo.org> vbam-1.8.0.1149.ebuild,
+  vbam-9999.ebuild:
+  Update live ebuild and call games_pkg_(pre|post)inst functions.
 
 *vbam-1.8.0.1149 (18 Jan 2013)
 



1.3                  games-emulation/vbam/vbam-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-9999.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-9999.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-9999.ebuild?r1=1.2&r2=1.3

Index: vbam-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vbam-9999.ebuild	9 Sep 2012 22:10:18 -0000	1.2
+++ vbam-9999.ebuild	18 Jan 2013 01:08:23 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-9999.ebuild,v 1.2 2012/09/09 22:10:18 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-9999.ebuild,v 1.3 2013/01/18 01:08:23 radhermit Exp $
 
 EAPI=4
 WX_GTK_VER="2.8"
@@ -44,7 +44,8 @@
 	# Fix issue with zlib-1.2.5.1 macros (bug #383179)
 	sed -i '1i#define OF(x) x' src/common/memgzio.c || die
 
-	sed -i -e "s:\(DESTINATION\) bin:\1 ${GAMES_BINDIR}:" CMakeLists.txt || die
+	sed -i "s:\(DESTINATION\) bin:\1 ${GAMES_BINDIR}:" \
+		CMakeLists.txt src/wx/CMakeLists.txt || die
 }
 
 src_configure() {
@@ -60,7 +61,6 @@
 		$(cmake-utils_use_enable wxwidgets WX)
 		$(cmake-utils_use_enable x86 ASM_CORE)
 		$(cmake-utils_use_enable x86 ASM_SCALERS)
-		-DCMAKE_INSTALL_PREFIX="${GAMES_PREFIX}"
 		-DCMAKE_SKIP_RPATH=ON
 		-DDATA_INSTALL_DIR=share/games/${PN}
 	)
@@ -81,3 +81,25 @@
 
 	prepgamesdirs
 }
+
+pkg_preinst() {
+	games_pkg_preinst
+	if use gtk || use wxwidgets ; then
+		gnome2_icon_savelist
+	fi
+}
+
+pkg_postinst() {
+	games_pkg_postinst
+	if use gtk || use wxwidgets ; then
+		gnome2_icon_cache_update
+	fi
+	use gtk && fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+	if use gtk || use wxwidgets ; then
+		gnome2_icon_cache_update
+	fi
+	use gtk && fdo-mime_desktop_database_update
+}



1.2                  games-emulation/vbam/vbam-1.8.0.1149.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1149.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1149.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1149.ebuild?r1=1.1&r2=1.2

Index: vbam-1.8.0.1149.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1149.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vbam-1.8.0.1149.ebuild	18 Jan 2013 00:59:36 -0000	1.1
+++ vbam-1.8.0.1149.ebuild	18 Jan 2013 01:08:23 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1149.ebuild,v 1.1 2013/01/18 00:59:36 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1149.ebuild,v 1.2 2013/01/18 01:08:23 radhermit Exp $
 
 EAPI=4
 WX_GTK_VER="2.8"
@@ -87,12 +87,14 @@
 }
 
 pkg_preinst() {
+	games_pkg_preinst
 	if use gtk || use wxwidgets ; then
 		gnome2_icon_savelist
 	fi
 }
 
 pkg_postinst() {
+	games_pkg_postinst
 	if use gtk || use wxwidgets ; then
 		gnome2_icon_cache_update
 	fi





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

* [gentoo-commits] gentoo-x86 commit in games-emulation/vbam: ChangeLog vbam-9999.ebuild vbam-1.8.0.1149.ebuild
@ 2013-01-25 22:48 Tim Harder (radhermit)
  0 siblings, 0 replies; 3+ messages in thread
From: Tim Harder (radhermit) @ 2013-01-25 22:48 UTC (permalink / raw
  To: gentoo-commits

radhermit    13/01/25 22:48:59

  Modified:             ChangeLog vbam-9999.ebuild vbam-1.8.0.1149.ebuild
  Log:
  Inherit gnome2-utils and fdo-mime eclasses.
  
  (Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.18                 games-emulation/vbam/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/vbam/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	18 Jan 2013 01:08:23 -0000	1.17
+++ ChangeLog	25 Jan 2013 22:48:59 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for games-emulation/vbam
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/ChangeLog,v 1.17 2013/01/18 01:08:23 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/ChangeLog,v 1.18 2013/01/25 22:48:59 radhermit Exp $
+
+  25 Jan 2013; Tim Harder <radhermit@gentoo.org> vbam-1.8.0.1149.ebuild,
+  vbam-9999.ebuild:
+  Inherit gnome2-utils and fdo-mime eclasses.
 
   18 Jan 2013; Tim Harder <radhermit@gentoo.org> vbam-1.8.0.1149.ebuild,
   vbam-9999.ebuild:



1.4                  games-emulation/vbam/vbam-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-9999.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-9999.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-9999.ebuild?r1=1.3&r2=1.4

Index: vbam-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vbam-9999.ebuild	18 Jan 2013 01:08:23 -0000	1.3
+++ vbam-9999.ebuild	25 Jan 2013 22:48:59 -0000	1.4
@@ -1,11 +1,11 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-9999.ebuild,v 1.3 2013/01/18 01:08:23 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-9999.ebuild,v 1.4 2013/01/25 22:48:59 radhermit Exp $
 
 EAPI=4
 WX_GTK_VER="2.8"
 
-inherit cmake-utils wxwidgets subversion games
+inherit cmake-utils wxwidgets subversion gnome2-utils fdo-mime games
 
 ESVN_REPO_URI="https://vbam.svn.sourceforge.net/svnroot/vbam/trunk"
 



1.3                  games-emulation/vbam/vbam-1.8.0.1149.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1149.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1149.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1149.ebuild?r1=1.2&r2=1.3

Index: vbam-1.8.0.1149.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1149.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vbam-1.8.0.1149.ebuild	18 Jan 2013 01:08:23 -0000	1.2
+++ vbam-1.8.0.1149.ebuild	25 Jan 2013 22:48:59 -0000	1.3
@@ -1,11 +1,11 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1149.ebuild,v 1.2 2013/01/18 01:08:23 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1149.ebuild,v 1.3 2013/01/25 22:48:59 radhermit Exp $
 
 EAPI=4
 WX_GTK_VER="2.8"
 
-inherit eutils cmake-utils wxwidgets games
+inherit eutils cmake-utils wxwidgets gnome2-utils fdo-mime games
 
 ESVN_REPO_URI="https://vbam.svn.sourceforge.net/svnroot/vbam/trunk"
 





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

* [gentoo-commits] gentoo-x86 commit in games-emulation/vbam: ChangeLog vbam-9999.ebuild vbam-1.8.0.1149.ebuild
@ 2013-06-15  9:26 Tim Harder (radhermit)
  0 siblings, 0 replies; 3+ messages in thread
From: Tim Harder (radhermit) @ 2013-06-15  9:26 UTC (permalink / raw
  To: gentoo-commits

radhermit    13/06/15 09:26:01

  Modified:             ChangeLog vbam-9999.ebuild vbam-1.8.0.1149.ebuild
  Log:
  Add imagemagick/graphicsmagick build dep when wxwidgets support is enabled (bug #465492).
  
  (Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.19                 games-emulation/vbam/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/vbam/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	25 Jan 2013 22:48:59 -0000	1.18
+++ ChangeLog	15 Jun 2013 09:26:01 -0000	1.19
@@ -1,6 +1,11 @@
 # ChangeLog for games-emulation/vbam
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/ChangeLog,v 1.18 2013/01/25 22:48:59 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/ChangeLog,v 1.19 2013/06/15 09:26:01 radhermit Exp $
+
+  15 Jun 2013; Tim Harder <radhermit@gentoo.org> vbam-1.8.0.1149.ebuild,
+  vbam-9999.ebuild:
+  Add imagemagick/graphicsmagick build dep when wxwidgets support is enabled
+  (bug #465492).
 
   25 Jan 2013; Tim Harder <radhermit@gentoo.org> vbam-1.8.0.1149.ebuild,
   vbam-9999.ebuild:



1.5                  games-emulation/vbam/vbam-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-9999.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-9999.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-9999.ebuild?r1=1.4&r2=1.5

Index: vbam-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vbam-9999.ebuild	25 Jan 2013 22:48:59 -0000	1.4
+++ vbam-9999.ebuild	15 Jun 2013 09:26:01 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-9999.ebuild,v 1.4 2013/01/25 22:48:59 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-9999.ebuild,v 1.5 2013/06/15 09:26:01 radhermit Exp $
 
 EAPI=4
 WX_GTK_VER="2.8"
@@ -36,6 +36,7 @@
 		x11-libs/wxGTK:2.8[X,opengl]
 	)"
 DEPEND="${RDEPEND}
+	wxwidgets? ( || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) )
 	x86? ( || ( dev-lang/nasm dev-lang/yasm ) )
 	nls? ( sys-devel/gettext )
 	virtual/pkgconfig"



1.4                  games-emulation/vbam/vbam-1.8.0.1149.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1149.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1149.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1149.ebuild?r1=1.3&r2=1.4

Index: vbam-1.8.0.1149.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1149.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vbam-1.8.0.1149.ebuild	25 Jan 2013 22:48:59 -0000	1.3
+++ vbam-1.8.0.1149.ebuild	15 Jun 2013 09:26:01 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1149.ebuild,v 1.3 2013/01/25 22:48:59 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1149.ebuild,v 1.4 2013/06/15 09:26:01 radhermit Exp $
 
 EAPI=4
 WX_GTK_VER="2.8"
@@ -37,6 +37,7 @@
 		x11-libs/wxGTK:2.8[X,opengl]
 	)"
 DEPEND="${RDEPEND}
+	wxwidgets? ( || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) )
 	x86? ( || ( dev-lang/nasm dev-lang/yasm ) )
 	nls? ( sys-devel/gettext )
 	app-arch/xz-utils





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

end of thread, other threads:[~2013-06-15  9:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-15  9:26 [gentoo-commits] gentoo-x86 commit in games-emulation/vbam: ChangeLog vbam-9999.ebuild vbam-1.8.0.1149.ebuild Tim Harder (radhermit)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-25 22:48 Tim Harder (radhermit)
2013-01-18  1:08 Tim Harder (radhermit)

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