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:16:59
Message-Id: 20101231171650.3F45F20054@flycatcher.gentoo.org
1 hwoarang 10/12/31 17:16:50
2
3 Modified: mypaint-0.9.0.ebuild ChangeLog
4 Log:
5 Use fdo-mime eclass thanks to Samuli Suominen
6
7 (Portage version: 2.1.9.26/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 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.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/mypaint/mypaint-0.9.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/mypaint/mypaint-0.9.0.ebuild?r1=1.1&r2=1.2
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.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mypaint-0.9.0.ebuild 31 Dec 2010 16:51:18 -0000 1.1
23 +++ mypaint-0.9.0.ebuild 31 Dec 2010 17:16:50 -0000 1.2
24 @@ -1,10 +1,10 @@
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.1 2010/12/31 16:51:18 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/mypaint/mypaint-0.9.0.ebuild,v 1.2 2010/12/31 17:16:50 hwoarang Exp $
29
30 EAPI=2
31
32 -inherit eutils multilib scons-utils toolchain-funcs
33 +inherit eutils fdo-mime multilib scons-utils toolchain-funcs
34
35 DESCRIPTION="fast and easy graphics application for digital painters"
36 HOMEPAGE="http://mypaint.intilinux.com/"
37 @@ -39,5 +39,13 @@
38
39 src_install () {
40 escons prefix="${D}/usr" install || die "scons install failed"
41 - doicon desktop/mypaint_48.png
42 + doicon desktop/${PN}.ico
43 +}
44 +
45 +pkg_postinst() {
46 + fdo-mime_desktop_database_update
47 +}
48 +
49 +pkg_postrm() {
50 + fdo-mime_desktop_database_update
51 }
52
53
54
55 1.2 media-gfx/mypaint/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/mypaint/ChangeLog?rev=1.2&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/mypaint/ChangeLog?rev=1.2&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/mypaint/ChangeLog?r1=1.1&r2=1.2
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/media-gfx/mypaint/ChangeLog,v
64 retrieving revision 1.1
65 retrieving revision 1.2
66 diff -u -r1.1 -r1.2
67 --- ChangeLog 31 Dec 2010 16:51:18 -0000 1.1
68 +++ ChangeLog 31 Dec 2010 17:16:50 -0000 1.2
69 @@ -1,6 +1,9 @@
70 # ChangeLog for media-gfx/mypaint
71 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/mypaint/ChangeLog,v 1.1 2010/12/31 16:51:18 hwoarang Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/mypaint/ChangeLog,v 1.2 2010/12/31 17:16:50 hwoarang Exp $
74 +
75 + 31 Dec 2010; Markos Chandras <hwoarang@g.o> mypaint-0.9.0.ebuild:
76 + Use fdo-mime eclass thanks to Samuli Suominen
77
78 *mypaint-0.9.0 (31 Dec 2010)