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