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.7.4.ebuild ChangeLog gnote-0.7.2.ebuild
Date: Mon, 02 May 2011 21:03:19
Message-Id: 20110502210238.80E4520054@flycatcher.gentoo.org
1 eva 11/05/02 21:02:38
2
3 Modified: ChangeLog
4 Added: gnote-0.7.4.ebuild
5 Removed: gnote-0.7.2.ebuild
6 Log:
7 Version bump. Minor feature changes. Fix crashers and bugs, updated translations.
8
9 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.11 app-misc/gnote/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/ChangeLog?rev=1.11&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/ChangeLog?rev=1.11&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/ChangeLog?r1=1.10&r2=1.11
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v
21 retrieving revision 1.10
22 retrieving revision 1.11
23 diff -u -r1.10 -r1.11
24 --- ChangeLog 7 Mar 2011 00:18:50 -0000 1.10
25 +++ ChangeLog 2 May 2011 21:02:38 -0000 1.11
26 @@ -1,6 +1,13 @@
27 # ChangeLog for app-misc/gnote
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.10 2011/03/07 00:18:50 nirbheek Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.11 2011/05/02 21:02:38 eva Exp $
31 +
32 +*gnote-0.7.4 (02 May 2011)
33 +
34 + 02 May 2011; Gilles Dartiguelongue <eva@g.o> -gnote-0.7.2.ebuild,
35 + +gnote-0.7.4.ebuild:
36 + Version bump. Minor feature changes. Fix crashers and bugs, updated
37 + translations.
38
39 07 Mar 2011; Nirbheek Chauhan <nirbheek@g.o> gnote-0.7.2.ebuild,
40 gnote-0.7.3.ebuild:
41
42
43
44 1.1 app-misc/gnote/gnote-0.7.4.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/gnote-0.7.4.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/gnote-0.7.4.ebuild?rev=1.1&content-type=text/plain
48
49 Index: gnote-0.7.4.ebuild
50 ===================================================================
51 # Copyright 1999-2011 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.7.4.ebuild,v 1.1 2011/05/02 21:02:38 eva Exp $
54
55 EAPI="3"
56 GNOME2_LA_PUNT="yes"
57
58 inherit gnome2
59
60 DESCRIPTION="Desktop note-taking application"
61 HOMEPAGE="http://live.gnome.org/Gnote"
62
63 LICENSE="GPL-3"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="applet debug" # dbus
67
68 RDEPEND=">=x11-libs/gtk+-2.20:2
69 >=dev-cpp/glibmm-2.18:2
70 >=dev-cpp/gtkmm-2.12:2.4
71 >=dev-libs/libxml2-2:2
72 dev-libs/libxslt
73 >=gnome-base/gconf-2:2
74 >=dev-libs/libpcre-7.8:3[cxx]
75 >=app-text/gtkspell-2.0.9
76 >=dev-libs/boost-1.34
77 sys-libs/e2fsprogs-libs
78 applet? (
79 >=gnome-base/gnome-panel-2
80 <gnome-base/gnome-panel-2.91
81 >=dev-cpp/libpanelappletmm-2.26:2.6 )"
82 # Build with dbus is currently not implemented
83 # dbus? ( >=dev-libs/dbus-glib-0.70 )"
84 DEPEND="${DEPEND}
85 dev-util/pkgconfig
86 >=dev-util/intltool-0.35.0
87 app-text/gnome-doc-utils
88 app-text/docbook-xml-dtd:4.1.2"
89
90 pkg_setup() {
91 DOCS="AUTHORS ChangeLog NEWS README TODO"
92 G2CONF="${G2CONF}
93 --disable-dbus
94 --disable-static
95 $(use_enable applet)
96 $(use_enable debug)"
97 }
98
99 src_prepare() {
100 gnome2_src_prepare
101
102 # Do not set idiotic defines in a released tarball, bug #311979
103 sed 's/-DG.*_DISABLE_DEPRECATED//g' -i libtomboy/Makefile.am \
104 libtomboy/Makefile.in || die "sed failed"
105 }