Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/rednotebook: rednotebook-0.9.2.ebuild metadata.xml ChangeLog
Date: Sat, 06 Feb 2010 15:12:36
Message-Id: E1NdmKm-0005no-Gu@stork.gentoo.org
1 hwoarang 10/02/06 15:12:32
2
3 Modified: metadata.xml ChangeLog
4 Added: rednotebook-0.9.2.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 x11-misc/rednotebook/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/metadata.xml?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/metadata.xml?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/metadata.xml?r1=1.3&r2=1.4
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/metadata.xml,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- metadata.xml 15 Jul 2009 18:44:14 -0000 1.3
23 +++ metadata.xml 6 Feb 2010 15:12:31 -0000 1.4
24 @@ -4,6 +4,7 @@
25 <herd>no-herd</herd>
26 <use>
27 <flag name='libyaml'>enable libyaml support</flag>
28 + <flag name='webkit'>enable previews using webkit engine</flag>
29 </use>
30 <maintainer>
31 <email>hwoarang@g.o</email>
32
33
34
35 1.25 x11-misc/rednotebook/ChangeLog
36
37 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.25&view=markup
38 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.25&content-type=text/plain
39 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/ChangeLog?r1=1.24&r2=1.25
40
41 Index: ChangeLog
42 ===================================================================
43 RCS file: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v
44 retrieving revision 1.24
45 retrieving revision 1.25
46 diff -u -r1.24 -r1.25
47 --- ChangeLog 31 Jan 2010 16:48:45 -0000 1.24
48 +++ ChangeLog 6 Feb 2010 15:12:31 -0000 1.25
49 @@ -1,6 +1,12 @@
50 # ChangeLog for x11-misc/rednotebook
51 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
52 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.24 2010/01/31 16:48:45 hwoarang Exp $
53 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.25 2010/02/06 15:12:31 hwoarang Exp $
54 +
55 +*rednotebook-0.9.2 (06 Feb 2010)
56 +
57 + 06 Feb 2010; Markos Chandras <hwoarang@g.o>
58 + +rednotebook-0.9.2.ebuild, +files/disable_webkit.patch, metadata.xml:
59 + Version bump
60
61 31 Jan 2010; <hwoarang@g.o> rednotebook-0.9.0.ebuild:
62 Stable on amd64 wrt bug #302352
63
64
65
66 1.1 x11-misc/rednotebook/rednotebook-0.9.2.ebuild
67
68 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.2.ebuild?rev=1.1&view=markup
69 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.2.ebuild?rev=1.1&content-type=text/plain
70
71 Index: rednotebook-0.9.2.ebuild
72 ===================================================================
73 # Copyright 1999-2010 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2
75 # $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.2.ebuild,v 1.1 2010/02/06 15:12:31 hwoarang Exp $
76
77 EAPI="2"
78
79 NEED_PYTHON="2.6"
80 inherit eutils distutils
81
82 DESCRIPTION="A graphical journal with calendar, templates, tags, keyword searching, and export functionality"
83 HOMEPAGE="http://rednotebook.sourceforge.net"
84 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
85
86 LICENSE="GPL-2"
87 SLOT="0"
88 KEYWORDS="~amd64 ~x86"
89 IUSE="libyaml spell webkit"
90
91 RDEPEND="dev-python/pyyaml[libyaml?]
92 >=dev-python/pygtk-2.13
93 spell? ( dev-python/gtkspell-python )
94 webkit? ( dev-python/pywebkitgtk )"
95
96 src_prepare() {
97 ! use webkit && epatch "${FILESDIR}/disable_webkit.patch"
98 ! use spell && epatch "${FILESDIR}/${PN}-0.8.9_disable_spell.patch"
99 distutils_src_prepare
100 }