Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/tomboy: ChangeLog tomboy-1.8.0.ebuild tomboy-1.6.0.ebuild
Date: Mon, 26 Sep 2011 17:23:54
Message-Id: 20110926172341.9703E20036@flycatcher.gentoo.org
1 pacho 11/09/26 17:23:41
2
3 Modified: ChangeLog
4 Added: tomboy-1.8.0.ebuild
5 Removed: tomboy-1.6.0.ebuild
6 Log:
7 Version bump, remove old.
8
9 (Portage version: 2.1.10.19/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.123 app-misc/tomboy/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tomboy/ChangeLog?rev=1.123&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tomboy/ChangeLog?rev=1.123&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tomboy/ChangeLog?r1=1.122&r2=1.123
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-misc/tomboy/ChangeLog,v
21 retrieving revision 1.122
22 retrieving revision 1.123
23 diff -u -r1.122 -r1.123
24 --- ChangeLog 30 Jun 2011 14:13:02 -0000 1.122
25 +++ ChangeLog 26 Sep 2011 17:23:41 -0000 1.123
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-misc/tomboy
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tomboy/ChangeLog,v 1.122 2011/06/30 14:13:02 angelos Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-misc/tomboy/ChangeLog,v 1.123 2011/09/26 17:23:41 pacho Exp $
31 +
32 +*tomboy-1.8.0 (26 Sep 2011)
33 +
34 + 26 Sep 2011; Pacho Ramos <pacho@g.o> -tomboy-1.6.0.ebuild,
35 + +tomboy-1.8.0.ebuild:
36 + Version bump, remove old.
37
38 30 Jun 2011; Christoph Mende <angelos@g.o> tomboy-1.6.1.ebuild:
39 Stable on amd64 wrt bug #371163
40
41
42
43 1.1 app-misc/tomboy/tomboy-1.8.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tomboy/tomboy-1.8.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tomboy/tomboy-1.8.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: tomboy-1.8.0.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-misc/tomboy/tomboy-1.8.0.ebuild,v 1.1 2011/09/26 17:23:41 pacho Exp $
53
54 EAPI="4"
55 GCONF_DEBUG="no"
56 GNOME2_LA_PUNT="yes"
57
58 inherit gnome2 mono
59
60 DESCRIPTION="Desktop note-taking application"
61 HOMEPAGE="http://projects.gnome.org/tomboy/"
62
63 LICENSE="LGPL-2.1"
64 SLOT="0"
65 KEYWORDS="~amd64 ~ppc ~x86"
66 IUSE="+applet eds galago test"
67
68 RDEPEND="app-text/gtkspell
69 dev-dotnet/gconf-sharp:2
70 dev-dotnet/gtk-sharp:2
71 dev-dotnet/mono-addins[gtk]
72 dev-dotnet/dbus-sharp
73 dev-dotnet/dbus-sharp-glib
74 dev-lang/mono
75 dev-libs/atk
76 gnome-base/gconf:2
77 x11-libs/gtk+:2
78 applet? ( dev-dotnet/gnome-sharp:2
79 dev-dotnet/gnome-panel-sharp:2
80 gnome-base/gnome-panel[bonobo] )
81 eds? ( dev-libs/gmime:2.4[mono] )
82 galago? ( dev-dotnet/galago-sharp )"
83 DEPEND="${RDEPEND}
84 app-text/gnome-doc-utils
85 app-text/rarian
86 dev-util/intltool
87 dev-util/pkgconfig
88 sys-devel/gettext"
89
90 pkg_setup() {
91 G2CONF="${G2CONF}
92 $(use_enable applet panel-applet)
93 $(use_enable eds evolution)
94 $(use_enable galago)
95 $(use_enable test tests)
96 --disable-update-mimedb"
97 DOCS="AUTHORS ChangeLog NEWS README"
98 }
99
100 src_compile() {
101 # Not parallel build safe due upstream bug #631546
102 MAKEOPTS="${MAKEOPTS} -j1" gnome2_src_compile
103 }