Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/vor: vor-0.5.5.ebuild ChangeLog
Date: Sun, 30 Mar 2014 05:38:18
Message-Id: 20140330053814.B6DAB20057@flycatcher.gentoo.org
1 mr_bones_ 14/03/30 05:38:14
2
3 Modified: vor-0.5.5.ebuild ChangeLog
4 Log:
5 add underlink patch from Ted Tanberry via bug #505794
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.5 games-arcade/vor/vor-0.5.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/vor/vor-0.5.5.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/vor/vor-0.5.5.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/vor/vor-0.5.5.ebuild?r1=1.4&r2=1.5
15
16 Index: vor-0.5.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-arcade/vor/vor-0.5.5.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- vor-0.5.5.ebuild 18 Feb 2013 20:17:57 -0000 1.4
23 +++ vor-0.5.5.ebuild 30 Mar 2014 05:38:14 -0000 1.5
24 @@ -1,9 +1,9 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/vor/vor-0.5.5.ebuild,v 1.4 2013/02/18 20:17:57 ago Exp $
29 +# $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 $
30
31 EAPI=5
32 -inherit eutils games
33 +inherit autotools eutils gnome2-utils games
34
35 DESCRIPTION="Variations on Rockdodger: Dodge the rocks until you die"
36 HOMEPAGE="http://jasonwoof.org/vor"
37 @@ -19,10 +19,29 @@
38 media-libs/sdl-mixer[mod]"
39 RDEPEND="${DEPEND}"
40
41 +src_prepare() {
42 + epatch "${FILESDIR}/${P}-underlink.patch"
43 + eautoreconf
44 +}
45 +
46 src_install() {
47 dodir "${GAMES_BINDIR}"
48 DOCS="README* todo" default
49 - newicon data/icon.png ${PN}.png
50 + newicon -s 48 data/icon.png ${PN}.png
51 make_desktop_entry ${PN} VoR
52 prepgamesdirs
53 }
54 +
55 +pkg_preinst() {
56 + games_pkg_preinst
57 + gnome2_icon_savelist
58 +}
59 +
60 +pkg_postinst() {
61 + games_pkg_postinst
62 + gnome2_icon_cache_update
63 +}
64 +
65 +pkg_postrm() {
66 + gnome2_icon_cache_update
67 +}
68
69
70
71 1.13 games-arcade/vor/ChangeLog
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/vor/ChangeLog?rev=1.13&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/vor/ChangeLog?rev=1.13&content-type=text/plain
75 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/vor/ChangeLog?r1=1.12&r2=1.13
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/games-arcade/vor/ChangeLog,v
80 retrieving revision 1.12
81 retrieving revision 1.13
82 diff -u -r1.12 -r1.13
83 --- ChangeLog 18 Feb 2013 20:17:57 -0000 1.12
84 +++ ChangeLog 30 Mar 2014 05:38:14 -0000 1.13
85 @@ -1,6 +1,10 @@
86 # ChangeLog for games-arcade/vor
87 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/vor/ChangeLog,v 1.12 2013/02/18 20:17:57 ago Exp $
89 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
90 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/vor/ChangeLog,v 1.13 2014/03/30 05:38:14 mr_bones_ Exp $
91 +
92 + 30 Mar 2014; Michael Sterrett <mr_bones_@g.o>
93 + +files/vor-0.5.5-underlink.patch, vor-0.5.5.ebuild:
94 + add underlink patch from Ted Tanberry via bug #505794
95
96 18 Feb 2013; Agostino Sarubbo <ago@g.o> vor-0.5.5.ebuild:
97 Stable for ppc, wrt bug #458050