Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/mypaint: mypaint-0.9.0.ebuild ChangeLog
Date: Fri, 31 Dec 2010 17:23:10
Message-Id: 20101231172300.870A220054@flycatcher.gentoo.org
1 hwoarang 10/12/31 17:23:00
2
3 Modified: mypaint-0.9.0.ebuild ChangeLog
4 Log:
5 Use a png icon instead of .ico
6
7 (Portage version: 2.1.9.26/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 media-gfx/mypaint/mypaint-0.9.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/mypaint/mypaint-0.9.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/mypaint/mypaint-0.9.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/mypaint/mypaint-0.9.0.ebuild?r1=1.2&r2=1.3
15
16 Index: mypaint-0.9.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/mypaint/mypaint-0.9.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- mypaint-0.9.0.ebuild 31 Dec 2010 17:16:50 -0000 1.2
23 +++ mypaint-0.9.0.ebuild 31 Dec 2010 17:23:00 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/mypaint/mypaint-0.9.0.ebuild,v 1.2 2010/12/31 17:16:50 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/mypaint/mypaint-0.9.0.ebuild,v 1.3 2010/12/31 17:23:00 hwoarang Exp $
29
30 EAPI=2
31
32 @@ -39,7 +39,7 @@
33
34 src_install () {
35 escons prefix="${D}/usr" install || die "scons install failed"
36 - doicon desktop/${PN}.ico
37 + newicon pixmaps/${PN}_logo.png ${PN}.png
38 }
39
40 pkg_postinst() {
41
42
43
44 1.3 media-gfx/mypaint/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/mypaint/ChangeLog?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/mypaint/ChangeLog?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/mypaint/ChangeLog?r1=1.2&r2=1.3
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-gfx/mypaint/ChangeLog,v
53 retrieving revision 1.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- ChangeLog 31 Dec 2010 17:16:50 -0000 1.2
57 +++ ChangeLog 31 Dec 2010 17:23:00 -0000 1.3
58 @@ -1,6 +1,9 @@
59 # ChangeLog for media-gfx/mypaint
60 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/mypaint/ChangeLog,v 1.2 2010/12/31 17:16:50 hwoarang Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/mypaint/ChangeLog,v 1.3 2010/12/31 17:23:00 hwoarang Exp $
63 +
64 + 31 Dec 2010; Markos Chandras <hwoarang@g.o> mypaint-0.9.0.ebuild:
65 + Use a png icon instead of .ico
66
67 31 Dec 2010; Markos Chandras <hwoarang@g.o> mypaint-0.9.0.ebuild:
68 Use fdo-mime eclass thanks to Samuli Suominen