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