Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/pinta: ChangeLog pinta-9999.ebuild
Date: Wed, 02 May 2012 18:15:52
Message-Id: 20120502181539.B347E2004B@flycatcher.gentoo.org
1 hasufell 12/05/02 18:15:39
2
3 Modified: ChangeLog
4 Added: pinta-9999.ebuild
5 Log:
6 add live-ebuild
7
8 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 media-gfx/pinta/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pinta/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pinta/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pinta/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/pinta/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 1 May 2012 14:58:23 -0000 1.2
24 +++ ChangeLog 2 May 2012 18:15:39 -0000 1.3
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-gfx/pinta
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pinta/ChangeLog,v 1.2 2012/05/01 14:58:23 hasufell Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pinta/ChangeLog,v 1.3 2012/05/02 18:15:39 hasufell Exp $
30 +
31 +*pinta-9999 (02 May 2012)
32 +
33 + 02 May 2012; Julian Ospald <hasufell@g.o> +pinta-9999.ebuild:
34 + add live-ebuild
35
36 *pinta-1.3 (01 May 2012)
37
38
39
40
41 1.1 media-gfx/pinta/pinta-9999.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pinta/pinta-9999.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pinta/pinta-9999.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pinta-9999.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-gfx/pinta/pinta-9999.ebuild,v 1.1 2012/05/02 18:15:39 hasufell Exp $
51
52 EAPI=4
53
54 inherit autotools fdo-mime git-2 multilib mono
55
56 DESCRIPTION="Simple Painting for Gtk"
57 HOMEPAGE="http://pinta-project.com"
58 SRC_URI=""
59
60 EGIT_REPO_URI="git://github.com/PintaProject/Pinta.git"
61
62 LICENSE="MIT CCPL-Attribution-3.0"
63 SLOT="0"
64 KEYWORDS=""
65 IUSE="jpeg tiff"
66
67 COMMON_DEPEND="dev-dotnet/atk-sharp:2
68 dev-dotnet/gdk-sharp:2
69 dev-dotnet/glib-sharp:2
70 dev-dotnet/gtk-sharp:2
71 dev-dotnet/mono-addins[gtk]
72 dev-dotnet/pango-sharp:2
73 dev-lang/mono"
74 RDEPEND="${COMMON_DEPEND}
75 x11-libs/cairo[X]
76 x11-libs/gdk-pixbuf[X,jpeg=,tiff=]
77 x11-themes/gnome-icon-theme"
78 DEPEND="${COMMON_DEPEND}
79 dev-util/intltool
80 dev-util/pkgconfig
81 sys-devel/gettext"
82
83 src_prepare() {
84 eautoreconf
85 intltoolize --copy --automake --force || die "intltoolize failed"
86 }
87
88 pkg_postinst() {
89 fdo-mime_desktop_database_update
90 fdo-mime_mime_database_update
91 }
92
93 pkg_postrm() {
94 fdo-mime_desktop_database_update
95 fdo-mime_mime_database_update
96 }