Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/gnote: gnote-0.6.2.ebuild ChangeLog
Date: Wed, 26 Aug 2009 20:32:01
Message-Id: E1MgQPu-0000hm-Nx@stork.gentoo.org
1 eva 09/08/26 21:52:30
2
3 Modified: ChangeLog
4 Added: gnote-0.6.2.ebuild
5 Log:
6 Version bump. Use mnemonics for toolbar. Update spanish translation.
7 (Portage version: 2.2_rc39/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-misc/gnote/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gnote/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gnote/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gnote/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 2 Aug 2009 22:42:06 -0000 1.1
23 +++ ChangeLog 26 Aug 2009 21:52:30 -0000 1.2
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-misc/gnote
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.1 2009/08/02 22:42:06 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.2 2009/08/26 21:52:30 eva Exp $
29 +
30 +*gnote-0.6.2 (26 Aug 2009)
31 +
32 + 26 Aug 2009; Gilles Dartiguelongue <eva@g.o> +gnote-0.6.2.ebuild:
33 + Version bump. Use mnemonics for toolbar. Update spanish translation.
34
35 *gnote-0.6.1 (02 Aug 2009)
36
37
38
39
40 1.1 app-misc/gnote/gnote-0.6.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gnote/gnote-0.6.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gnote/gnote-0.6.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gnote-0.6.2.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.6.2.ebuild,v 1.1 2009/08/26 21:52:30 eva Exp $
50
51 EAPI="2"
52
53 inherit autotools eutils gnome2
54
55 DESCRIPTION="Desktop note-taking application"
56 HOMEPAGE="http://www.gnome.org/"
57
58 LICENSE="GPL-3"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE="applet debug" # dbus
62
63 RDEPEND=">=x11-libs/gtk+-2.14
64 >=dev-cpp/glibmm-2
65 >=dev-cpp/gtkmm-2.12
66 >=dev-libs/libxml2-2
67 dev-libs/libxslt
68 >=gnome-base/gconf-2
69 >=dev-libs/libpcre-7.8[cxx]
70 >=app-text/gtkspell-2.0.9
71 >=dev-libs/boost-1.34
72 sys-libs/e2fsprogs-libs
73 >=gnome-base/gnome-panel-2
74 applet? ( >=dev-cpp/libpanelappletmm-2.26 )"
75 # Build with dbus is currently not implemented
76 # dbus? ( >=dev-libs/dbus-glib-0.70 )"
77 DEPEND="${DEPEND}
78 dev-util/pkgconfig
79 >=dev-util/intltool-0.35.0
80 app-text/gnome-doc-utils
81 app-text/docbook-xml-dtd:4.1.2"
82
83 DOCS="AUTHORS ChangeLog NEWS README TODO"
84
85 src_prepare() {
86 gnome2_src_prepare
87
88 # Fix intltoolize broken file, see upstream #577133
89 sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in || die "sed failed"
90 }
91
92 pkg_setup() {
93 G2CONF="${G2CONF}
94 --disable-dbus
95 --disable-static
96 $(use_enable applet)
97 $(use_enable debug)"
98 }