Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/tomboy: ChangeLog tomboy-1.1.1.ebuild
Date: Wed, 10 Feb 2010 16:59:31
Message-Id: E1NfFuT-0000uk-RZ@stork.gentoo.org
1 flameeyes 10/02/10 16:59:29
2
3 Modified: ChangeLog
4 Added: tomboy-1.1.1.ebuild
5 Log:
6 Version bump to 1.1.1.
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.95 app-misc/tomboy/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/tomboy/ChangeLog?rev=1.95&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/tomboy/ChangeLog?rev=1.95&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/tomboy/ChangeLog?r1=1.94&r2=1.95
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-misc/tomboy/ChangeLog,v
19 retrieving revision 1.94
20 retrieving revision 1.95
21 diff -u -r1.94 -r1.95
22 --- ChangeLog 17 Oct 2009 09:55:43 -0000 1.94
23 +++ ChangeLog 10 Feb 2010 16:59:29 -0000 1.95
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-misc/tomboy
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tomboy/ChangeLog,v 1.94 2009/10/17 09:55:43 loki_val Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-misc/tomboy/ChangeLog,v 1.95 2010/02/10 16:59:29 flameeyes Exp $
30 +
31 +*tomboy-1.1.1 (10 Feb 2010)
32 +
33 + 10 Feb 2010; Diego E. Pettenò <flameeyes@g.o>
34 + +tomboy-1.1.1.ebuild:
35 + Version bump to 1.1.1.
36
37 17 Oct 2009; Peter Alfredsen <loki_val@g.o> -tomboy-0.15.7.ebuild:
38 Old
39
40
41
42 1.1 app-misc/tomboy/tomboy-1.1.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/tomboy/tomboy-1.1.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/tomboy/tomboy-1.1.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: tomboy-1.1.1.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-misc/tomboy/tomboy-1.1.1.ebuild,v 1.1 2010/02/10 16:59:29 flameeyes Exp $
52
53 EAPI=2
54
55 inherit eutils gnome2 mono
56
57 DESCRIPTION="Desktop note-taking application"
58 HOMEPAGE="http://www.beatniksoftware.com/tomboy/"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86"
63 IUSE="eds galago"
64
65 RDEPEND=">=dev-lang/mono-2
66 >=dev-dotnet/gtk-sharp-2.12.6-r1
67 >=dev-dotnet/gconf-sharp-2.24.0
68 >=dev-dotnet/gnome-sharp-2.24.0
69 >=dev-dotnet/gnome-panel-sharp-2.24.0
70 >=dev-dotnet/gnome-desktop-sharp-2.24.0
71 >=dev-dotnet/dbus-sharp-0.4
72 >=dev-dotnet/dbus-glib-sharp-0.3
73 >=dev-dotnet/mono-addins-0.3
74 >=x11-libs/gtk+-2.12.0
75 >=dev-libs/atk-1.2.4
76 >=gnome-base/gconf-2
77 >=app-text/gtkspell-2.0.9
78 >=gnome-base/gnome-panel-2.24.0
79 eds? ( dev-libs/gmime:0[mono] )
80 galago? ( =dev-dotnet/galago-sharp-0.5* )"
81 DEPEND="${RDEPEND}
82 app-text/gnome-doc-utils
83 dev-libs/libxml2[python]
84 sys-devel/gettext
85 dev-util/pkgconfig
86 >=dev-util/intltool-0.35"
87
88 DOCS="AUTHORS ChangeLog INSTALL NEWS README"
89
90 src_prepare() {
91 sed -i -e '/DISABLE_DEPRECATED/d' $(find . -name 'Makefile.in') || die
92 }
93
94 src_configure() {
95 gnome2_src_configure $(use_enable galago) $(use_enable eds evolution)
96 }