mr_bones_    14/03/30 05:38:14

  Modified:             vor-0.5.5.ebuild ChangeLog
  Log:
  add underlink patch from Ted Tanberry via bug #505794
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  games-arcade/vor/vor-0.5.5.ebuild

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

Index: vor-0.5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/vor/vor-0.5.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vor-0.5.5.ebuild    18 Feb 2013 20:17:57 -0000      1.4
+++ vor-0.5.5.ebuild    30 Mar 2014 05:38:14 -0000      1.5
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/vor/vor-0.5.5.ebuild,v 1.4 
2013/02/18 20:17:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/vor/vor-0.5.5.ebuild,v 1.5 
2014/03/30 05:38:14 mr_bones_ Exp $
 
 EAPI=5
-inherit eutils games
+inherit autotools eutils gnome2-utils games
 
 DESCRIPTION="Variations on Rockdodger: Dodge the rocks until you die"
 HOMEPAGE="http://jasonwoof.org/vor";
@@ -19,10 +19,29 @@
        media-libs/sdl-mixer[mod]"
 RDEPEND="${DEPEND}"
 
+src_prepare() {
+       epatch "${FILESDIR}/${P}-underlink.patch"
+       eautoreconf
+}
+
 src_install() {
        dodir "${GAMES_BINDIR}"
        DOCS="README* todo" default
-       newicon data/icon.png ${PN}.png
+       newicon -s 48 data/icon.png ${PN}.png
        make_desktop_entry ${PN} VoR
        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-arcade/vor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/vor/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   18 Feb 2013 20:17:57 -0000      1.12
+++ ChangeLog   30 Mar 2014 05:38:14 -0000      1.13
@@ -1,6 +1,10 @@
 # ChangeLog for games-arcade/vor
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/vor/ChangeLog,v 1.12 
2013/02/18 20:17:57 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/vor/ChangeLog,v 1.13 
2014/03/30 05:38:14 mr_bones_ Exp $
+
+  30 Mar 2014; Michael Sterrett <[email protected]>
+  +files/vor-0.5.5-underlink.patch, vor-0.5.5.ebuild:
+  add underlink patch from Ted Tanberry via bug #505794
 
   18 Feb 2013; Agostino Sarubbo <[email protected]> vor-0.5.5.ebuild:
   Stable for ppc, wrt bug #458050




Reply via email to