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/gnote: gnote-3.8.0.ebuild ChangeLog
Date: Thu, 28 Mar 2013 15:53:25
Message-Id: 20130328155322.C28B82171D@flycatcher.gentoo.org
1 pacho 13/03/28 15:53:22
2
3 Modified: ChangeLog
4 Added: gnote-3.8.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.30 app-misc/gnote/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/ChangeLog?rev=1.30&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/ChangeLog?rev=1.30&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/ChangeLog?r1=1.29&r2=1.30
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v
20 retrieving revision 1.29
21 retrieving revision 1.30
22 diff -u -r1.29 -r1.30
23 --- ChangeLog 5 Mar 2013 22:58:09 -0000 1.29
24 +++ ChangeLog 28 Mar 2013 15:53:22 -0000 1.30
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-misc/gnote
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.29 2013/03/05 22:58:09 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.30 2013/03/28 15:53:22 pacho Exp $
30 +
31 +*gnote-3.8.0 (28 Mar 2013)
32 +
33 + 28 Mar 2013; Pacho Ramos <pacho@g.o> +gnote-3.8.0.ebuild:
34 + Version bump
35
36 05 Mar 2013; Gilles Dartiguelongue <eva@g.o> -gnote-3.6.1.ebuild:
37 Clean up old revision.
38 @@ -141,4 +146,3 @@
39 +files/gnote-0.6.1-dbus-switch.patch, +metadata.xml:
40 Initial ebuild by Gilles Dartiguelongue <eva@g.o>, copied and bumped
41 from gnome overlay, closes bug #268015.
42 -
43
44
45
46 1.1 app-misc/gnote/gnote-3.8.0.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/gnote-3.8.0.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/gnote-3.8.0.ebuild?rev=1.1&content-type=text/plain
50
51 Index: gnote-3.8.0.ebuild
52 ===================================================================
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-3.8.0.ebuild,v 1.1 2013/03/28 15:53:22 pacho Exp $
56
57 EAPI="5"
58 GCONF_DEBUG="no"
59
60 inherit gnome2
61
62 DESCRIPTION="Desktop note-taking application"
63 HOMEPAGE="http://live.gnome.org/Gnote"
64
65 LICENSE="GPL-3+ FDL-1.1"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68 IUSE="debug"
69
70 # Automagic glib-2.32 dep
71 COMMON_DEPEND="
72 >=app-crypt/libsecret-0.8
73 >=app-text/gtkspell-3.0:3
74 >=dev-cpp/glibmm-2.28:2
75 >=dev-cpp/gtkmm-3.6:3.0
76 >=dev-libs/boost-1.34
77 >=dev-libs/glib-2.32:2
78 >=dev-libs/libxml2-2:2
79 dev-libs/libxslt
80 >=sys-apps/util-linux-2.16:=
81 >=x11-libs/gtk+-3.6:3
82 x11-libs/libX11
83 "
84 RDEPEND="${COMMON_DEPEND}
85 gnome-base/gsettings-desktop-schemas"
86 DEPEND="${DEPEND}
87 app-text/docbook-xml-dtd:4.1.2
88 >=dev-util/intltool-0.35.0
89 virtual/pkgconfig
90 "
91
92 src_prepare() {
93 G2CONF="${G2CONF}
94 --disable-static
95 $(use_enable debug)
96 ITSTOOL=$(type -P true)"
97
98 # Do not alter CFLAGS
99 sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die
100
101 gnome2_src_prepare
102 }