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