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-1.6.2.ebuild ChangeLog
Date: Wed, 21 Nov 2012 20:42:17
Message-Id: 20121121204207.1CF8A20C65@flycatcher.gentoo.org
1 hwoarang 12/11/21 20:42:07
2
3 Modified: ChangeLog
4 Added: rednotebook-1.6.2.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2)
9
10 Revision Changes Path
11 1.66 x11-misc/rednotebook/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.66&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.66&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/ChangeLog?r1=1.65&r2=1.66
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v
20 retrieving revision 1.65
21 retrieving revision 1.66
22 diff -u -r1.65 -r1.66
23 --- ChangeLog 17 Nov 2012 19:38:57 -0000 1.65
24 +++ ChangeLog 21 Nov 2012 20:42:06 -0000 1.66
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-misc/rednotebook
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.65 2012/11/17 19:38:57 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.66 2012/11/21 20:42:06 hwoarang Exp $
30 +
31 +*rednotebook-1.6.2 (21 Nov 2012)
32 +
33 + 21 Nov 2012; Markos Chandras <hwoarang@g.o> +rednotebook-1.6.2.ebuild:
34 + Version bump
35
36 *rednotebook-1.6.1 (17 Nov 2012)
37
38
39
40
41 1.1 x11-misc/rednotebook/rednotebook-1.6.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/rednotebook-1.6.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/rednotebook-1.6.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: rednotebook-1.6.2.ebuild
47 ===================================================================
48 # Copyright 1999-2012 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.6.2.ebuild,v 1.1 2012/11/21 20:42:06 hwoarang Exp $
51
52 EAPI="4"
53
54 PYTHON_DEPEND="2:2.6"
55
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"
66
67 RDEPEND="dev-python/pyyaml[libyaml?]
68 >=dev-python/pygtk-2.13
69 >=dev-python/pywebkitgtk-1.1.5
70 dev-python/chardet
71 spell? ( dev-python/gtkspell-python )"
72
73 pkg_setup() {
74 python_set_active_version 2
75 python_pkg_setup
76 }
77
78 src_prepare() {
79 ! use spell && epatch "${FILESDIR}/${PN}-1.2.0-disable-spell.patch"
80 distutils_src_prepare
81 }