mr_bones_    14/09/12 07:00:31

  Modified:             biloba-0.9.3.ebuild ChangeLog
  Log:
  EAPI=5; better icon install; tidy
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.7                  games-board/biloba/biloba-0.9.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/biloba/biloba-0.9.3.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/biloba/biloba-0.9.3.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/biloba/biloba-0.9.3.ebuild?r1=1.6&r2=1.7

Index: biloba-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/biloba/biloba-0.9.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- biloba-0.9.3.ebuild 10 Aug 2014 21:21:32 -0000      1.6
+++ biloba-0.9.3.ebuild 12 Sep 2014 07:00:31 -0000      1.7
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/biloba/biloba-0.9.3.ebuild,v 
1.6 2014/08/10 21:21:32 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/biloba/biloba-0.9.3.ebuild,v 
1.7 2014/09/12 07:00:31 mr_bones_ Exp $
 
-EAPI=2
-inherit autotools eutils games
+EAPI=5
+inherit autotools eutils gnome2-utils games
 
 DESCRIPTION="a board game, up to 4 players, with AI and network"
 HOMEPAGE="http://biloba.sourceforge.net/";
@@ -17,6 +17,7 @@
 DEPEND="media-libs/libsdl:0[X,video,sound]
        media-libs/sdl-image[png]
        media-libs/sdl-mixer"
+RDEPEND=${DEPEND}
 
 src_prepare() {
        # X11 headers are checked but not used, everything is done through SDL
@@ -30,9 +31,22 @@
 }
 
 src_install() {
-       emake DESTDIR="${D}" install || die
-       dodoc AUTHORS ChangeLog README
-       newicon biloba_icon.png ${PN}.png
+       default
+       newicon -s 64 biloba_icon.png ${PN}.png
        make_desktop_entry biloba Biloba
        prepgamesdirs
 }
+
+pkg_preinst() {
+       games_pkg_preinst
+       gnome2_icon_savelist
+}
+
+pkg_postinst() {
+       games_pkg_postinst
+       gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+       gnome2_icon_cache_update
+}



1.13                 games-board/biloba/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/biloba/ChangeLog?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/biloba/ChangeLog?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/biloba/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/biloba/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   10 Aug 2014 21:21:32 -0000      1.12
+++ ChangeLog   12 Sep 2014 07:00:31 -0000      1.13
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/biloba
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/biloba/ChangeLog,v 1.12 
2014/08/10 21:21:32 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/biloba/ChangeLog,v 1.13 
2014/09/12 07:00:31 mr_bones_ Exp $
+
+  12 Sep 2014; Michael Sterrett <[email protected]> biloba-0.9.3.ebuild:
+  EAPI=5; better icon install; tidy
 
   10 Aug 2014; Sergei Trofimovich <[email protected]> biloba-0.9.3.ebuild:
   QA: drop trailing '.' from DESCRIPTION




Reply via email to