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-puzzle/atomix: atomix-2.14.0.ebuild ChangeLog
Date: Mon, 04 Nov 2013 19:44:40
Message-Id: 20131104194433.AFD062004B@flycatcher.gentoo.org
1 mr_bones_ 13/11/04 19:44:33
2
3 Modified: atomix-2.14.0.ebuild ChangeLog
4 Log:
5 remove warnings from the desktop file
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.8 games-puzzle/atomix/atomix-2.14.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/atomix/atomix-2.14.0.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/atomix/atomix-2.14.0.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/atomix/atomix-2.14.0.ebuild?r1=1.7&r2=1.8
15
16 Index: atomix-2.14.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/atomix/atomix-2.14.0.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- atomix-2.14.0.ebuild 4 May 2012 04:45:28 -0000 1.7
23 +++ atomix-2.14.0.ebuild 4 Nov 2013 19:44:33 -0000 1.8
24 @@ -1,8 +1,9 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/atomix/atomix-2.14.0.ebuild,v 1.7 2012/05/04 04:45:28 jdhore Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/atomix/atomix-2.14.0.ebuild,v 1.8 2013/11/04 19:44:33 mr_bones_ Exp $
30
31 -EAPI=2
32 +EAPI=5
33 +GNOME_TARBALL_SUFFIX=bz2
34 inherit gnome2
35
36 DESCRIPTION="a game where you build full molecules, from simple inorganic to extremely complex organic ones"
37 @@ -30,3 +31,11 @@
38 >=dev-util/intltool-0.17"
39
40 DOCS="AUTHORS ChangeLog NEWS README"
41 +
42 +src_prepare() {
43 + sed -i \
44 + -e '/Icon/s/\.png//' \
45 + -e '/Categories/s/PuzzleGame;//' \
46 + atomix.desktop.in || die
47 + gnome2_src_prepare
48 +}
49
50
51
52 1.15 games-puzzle/atomix/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/atomix/ChangeLog?rev=1.15&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/atomix/ChangeLog?rev=1.15&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/atomix/ChangeLog?r1=1.14&r2=1.15
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/atomix/ChangeLog,v
61 retrieving revision 1.14
62 retrieving revision 1.15
63 diff -u -r1.14 -r1.15
64 --- ChangeLog 4 May 2012 04:45:28 -0000 1.14
65 +++ ChangeLog 4 Nov 2013 19:44:33 -0000 1.15
66 @@ -1,6 +1,9 @@
67 # ChangeLog for games-puzzle/atomix
68 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/atomix/ChangeLog,v 1.14 2012/05/04 04:45:28 jdhore Exp $
70 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/atomix/ChangeLog,v 1.15 2013/11/04 19:44:33 mr_bones_ Exp $
72 +
73 + 04 Nov 2013; Michael Sterrett <mr_bones_@g.o> atomix-2.14.0.ebuild:
74 + remove warnings from the desktop file
75
76 04 May 2012; Jeff Horelick <jdhore@g.o> atomix-2.14.0.ebuild:
77 dev-util/pkgconfig -> virtual/pkgconfig