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: ChangeLog rednotebook-0.9.3.ebuild rednotebook-0.7.5.ebuild rednotebook-0.8.9-r1.ebuild
Date: Sat, 24 Apr 2010 20:19:49
Message-Id: 20100424201945.192792C043@corvid.gentoo.org
1 hwoarang 10/04/24 20:19:44
2
3 Modified: ChangeLog
4 Added: rednotebook-0.9.3.ebuild
5 Removed: rednotebook-0.7.5.ebuild
6 rednotebook-0.8.9-r1.ebuild
7 Log:
8 Version bump
9 (Portage version: 2.2_rc67/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.28 x11-misc/rednotebook/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.28&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.28&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/ChangeLog?r1=1.27&r2=1.28
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v
21 retrieving revision 1.27
22 retrieving revision 1.28
23 diff -u -r1.27 -r1.28
24 --- ChangeLog 17 Feb 2010 20:41:51 -0000 1.27
25 +++ ChangeLog 24 Apr 2010 20:19:44 -0000 1.28
26 @@ -1,6 +1,13 @@
27 # ChangeLog for x11-misc/rednotebook
28 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.27 2010/02/17 20:41:51 maekke Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.28 2010/04/24 20:19:44 hwoarang Exp $
31 +
32 +*rednotebook-0.9.3 (24 Apr 2010)
33 +
34 + 24 Apr 2010; Markos Chandras <hwoarang@g.o>
35 + -rednotebook-0.7.5.ebuild, -rednotebook-0.8.9-r1.ebuild,
36 + +rednotebook-0.9.3.ebuild, +files/rednotebook-0.9.3-disable-webkit.patch:
37 + Version bump
38
39 17 Feb 2010; Markus Meier <maekke@g.o> rednotebook-0.9.0.ebuild:
40 x86 stable, bug #302352
41
42
43
44 1.1 x11-misc/rednotebook/rednotebook-0.9.3.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.3.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.3.ebuild?rev=1.1&content-type=text/plain
48
49 Index: rednotebook-0.9.3.ebuild
50 ===================================================================
51 # Copyright 1999-2010 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.3.ebuild,v 1.1 2010/04/24 20:19:44 hwoarang Exp $
54
55 EAPI="2"
56
57 PYTHON_DEPEND="2"
58 inherit python eutils distutils
59
60 DESCRIPTION="A graphical journal with calendar, templates, tags, keyword searching, and export functionality"
61 HOMEPAGE="http://rednotebook.sourceforge.net"
62 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE="libyaml spell webkit"
68
69 RDEPEND="dev-python/pyyaml[libyaml?]
70 >=dev-python/pygtk-2.13
71 spell? ( dev-python/gtkspell-python )
72 webkit? ( dev-python/pywebkitgtk )"
73
74 pkg_setup() {
75 python_set_active_version 2
76 }
77
78 src_prepare() {
79 ! use webkit && epatch "${FILESDIR}/${P}-disable-webkit.patch"
80 ! use spell && epatch "${FILESDIR}/${PN}-0.8.9_disable_spell.patch"
81 distutils_src_prepare
82 }