Gentoo Archives: gentoo-commits

From: "Saleem Abdulrasool (compnerd)" <compnerd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/tomboy: ChangeLog tomboy-0.10.0.ebuild
Date: Mon, 10 Mar 2008 16:31:08
Message-Id: E1JYku2-0003K8-0c@stork.gentoo.org
1 compnerd 08/03/10 16:31:06
2
3 Modified: ChangeLog
4 Added: tomboy-0.10.0.ebuild
5 Log:
6 version bump from upstream
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.64 app-misc/tomboy/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/tomboy/ChangeLog?rev=1.64&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/tomboy/ChangeLog?rev=1.64&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/tomboy/ChangeLog?r1=1.63&r2=1.64
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-misc/tomboy/ChangeLog,v
19 retrieving revision 1.63
20 retrieving revision 1.64
21 diff -u -r1.63 -r1.64
22 --- ChangeLog 2 Feb 2008 15:53:23 -0000 1.63
23 +++ ChangeLog 10 Mar 2008 16:31:05 -0000 1.64
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-misc/tomboy
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tomboy/ChangeLog,v 1.63 2008/02/02 15:53:23 wolf31o2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-misc/tomboy/ChangeLog,v 1.64 2008/03/10 16:31:05 compnerd Exp $
29 +
30 +*tomboy-0.10.0 (10 Mar 2008)
31 +
32 + 10 Mar 2008; Saleem Abdulrasool <compnerd@g.o>
33 + +tomboy-0.10.0.ebuild:
34 + Version bump from upstream
35
36 02 Feb 2008; Chris Gianelloni <wolf31o2@g.o> tomboy-0.8.2.ebuild:
37 Stable on amd64 wrt bug #208366.
38
39
40
41 1.1 app-misc/tomboy/tomboy-0.10.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/tomboy/tomboy-0.10.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/tomboy/tomboy-0.10.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: tomboy-0.10.0.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-misc/tomboy/tomboy-0.10.0.ebuild,v 1.1 2008/03/10 16:31:05 compnerd Exp $
51
52 inherit gnome2 mono eutils
53
54 DESCRIPTION="Desktop note-taking application"
55 HOMEPAGE="http://www.beatniksoftware.com/tomboy/"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 -ppc ~x86"
60 IUSE="doc eds galago"
61
62 RDEPEND=">=dev-lang/mono-1.2
63 >=dev-dotnet/gtk-sharp-2
64 >=dev-dotnet/gconf-sharp-2
65 >=dev-dotnet/gnome-sharp-2
66 >=dev-dotnet/dbus-sharp-0.4
67 >=dev-dotnet/dbus-glib-sharp-0.3
68 >=dev-dotnet/mono-addins-0.3
69 >=x11-libs/gtk+-2.6.0
70 >=dev-libs/atk-1.2.4
71 >=gnome-base/gconf-2
72 >=app-text/gtkspell-2.0.9
73 >=gnome-base/gnome-panel-2.8.2
74 >=gnome-base/libgnomeprint-2.2
75 >=gnome-base/libgnomeprintui-2.2
76 eds? ( dev-libs/gmime )
77 galago? ( =dev-dotnet/galago-sharp-0.5* )"
78 DEPEND="${RDEPEND}
79 dev-libs/libxml2
80 sys-devel/gettext
81 dev-util/pkgconfig
82 >=dev-util/intltool-0.35"
83
84 DOCS="AUTHORS ChangeLog INSTALL NEWS README"
85
86 pkg_setup() {
87 if ! built_with_use 'dev-libs/libxml2' 'python' ; then
88 eerror "Please build libxml2 with the python USE-flag"
89 einfo "echo \"dev-libs/libxml2 python\" >> /etc/portage/package.use"
90 die "dev-libs/libxml2 without python bindings detected"
91 fi
92
93 if use eds && ! built_with_use 'dev-libs/gmime' mono ; then
94 eerror "Please build gmime with the mono USE-flag"
95 einfo "echo \"dev-libs/gmime mono\" >> /etc/portage/package.use"
96 die "gmime without mono support detected"
97 fi
98
99 G2CONF="${G2CONF} $(use_enable galago) $(use_enable eds evolution) --with-mono-addins=system"
100 }
101
102
103
104 --
105 gentoo-commits@l.g.o mailing list