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: metadata.xml ChangeLog gnote-3.12.0.ebuild
Date: Sun, 27 Apr 2014 15:48:28
Message-Id: 20140427154821.F0EAB2004B@flycatcher.gentoo.org
1 eva 14/04/27 15:48:21
2
3 Modified: metadata.xml ChangeLog
4 Added: gnote-3.12.0.ebuild
5 Log:
6 Version bump for Gnome 3.12.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.4 app-misc/gnote/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/metadata.xml?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/metadata.xml?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/metadata.xml?r1=1.3&r2=1.4
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-misc/gnote/metadata.xml,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- metadata.xml 24 Dec 2013 15:36:21 -0000 1.3
24 +++ metadata.xml 27 Apr 2014 15:48:21 -0000 1.4
25 @@ -1,5 +1,5 @@
26 <?xml version="1.0" encoding="UTF-8"?>
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 - <herd>gnome</herd>
30 +<herd>gnome</herd>
31 </pkgmetadata>
32
33
34
35 1.46 app-misc/gnote/ChangeLog
36
37 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/ChangeLog?rev=1.46&view=markup
38 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/ChangeLog?rev=1.46&content-type=text/plain
39 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/ChangeLog?r1=1.45&r2=1.46
40
41 Index: ChangeLog
42 ===================================================================
43 RCS file: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v
44 retrieving revision 1.45
45 retrieving revision 1.46
46 diff -u -r1.45 -r1.46
47 --- ChangeLog 23 Apr 2014 20:48:41 -0000 1.45
48 +++ ChangeLog 27 Apr 2014 15:48:21 -0000 1.46
49 @@ -1,6 +1,12 @@
50 # ChangeLog for app-misc/gnote
51 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
52 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.45 2014/04/23 20:48:41 pacho Exp $
53 +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.46 2014/04/27 15:48:21 eva Exp $
54 +
55 +*gnote-3.12.0 (27 Apr 2014)
56 +
57 + 27 Apr 2014; Gilles Dartiguelongue <eva@g.o> +gnote-3.12.0.ebuild,
58 + metadata.xml:
59 + Version bump for Gnome 3.12.
60
61 23 Apr 2014; Pacho Ramos <pacho@g.o>
62 -files/gnote-0.8.2-signal_idle-header.patch, -gnote-3.10.2.ebuild,
63
64
65
66 1.1 app-misc/gnote/gnote-3.12.0.ebuild
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/gnote-3.12.0.ebuild?rev=1.1&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/gnote-3.12.0.ebuild?rev=1.1&content-type=text/plain
70
71 Index: gnote-3.12.0.ebuild
72 ===================================================================
73 # Copyright 1999-2014 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2
75 # $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-3.12.0.ebuild,v 1.1 2014/04/27 15:48:21 eva Exp $
76
77 EAPI="5"
78 GCONF_DEBUG="no"
79
80 inherit gnome2 readme.gentoo
81
82 DESCRIPTION="Desktop note-taking application"
83 HOMEPAGE="https://wiki.gnome.org/Apps/Gnote"
84
85 LICENSE="GPL-3+ FDL-1.1"
86 SLOT="0"
87 KEYWORDS="~amd64 ~x86"
88 IUSE="debug +X"
89
90 # Automagic glib-2.32 dep
91 COMMON_DEPEND="
92 >=app-crypt/libsecret-0.8
93 >=app-text/gtkspell-3.0:3
94 >=dev-cpp/glibmm-2.32:2
95 >=dev-cpp/gtkmm-3.10:3.0
96 >=dev-libs/boost-1.34
97 >=dev-libs/glib-2.32:2
98 >=dev-libs/libxml2-2:2
99 dev-libs/libxslt
100 >=sys-apps/util-linux-2.16:=
101 >=x11-libs/gtk+-3.10:3
102 X? ( x11-libs/libX11 )
103 "
104 RDEPEND="${COMMON_DEPEND}
105 gnome-base/gsettings-desktop-schemas
106 "
107 DEPEND="${DEPEND}
108 app-text/docbook-xml-dtd:4.1.2
109 dev-util/desktop-file-utils
110 >=dev-util/intltool-0.35.0
111 virtual/pkgconfig
112 "
113
114 src_prepare() {
115 # Do not alter CFLAGS
116 sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die
117 gnome2_src_prepare
118
119 if has_version net-fs/wdfs; then
120 DOC_CONTENTS="You have net-fs/wdfs installed. app-misc/gnote will use it to
121 synchronize notes."
122 else
123 DOC_CONTENTS="Gnote can use net-fs/wdfs to synchronize notes.
124 If you want to use that functionality just emerge net-fs/wdfs.
125 Gnote will automatically detect that you did and let you use it."
126 fi
127 }
128
129 src_configure() {
130 gnome2_src_configure \
131 --disable-static \
132 $(use_enable debug) \
133 $(use_with X x11-support) \
134 ITSTOOL=$(type -P true)
135 }
136
137 src_install() {
138 gnome2_src_install
139 readme.gentoo_create_doc
140 }
141
142 pkg_postinst() {
143 gnome2_pkg_postinst
144 readme.gentoo_print_elog
145 }