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.8.2.ebuild
Date: Fri, 31 Jul 2009 06:28:02
Message-Id: E1MWlay-0000nt-Ql@stork.gentoo.org
1 hwoarang 09/07/31 06:28:00
2
3 Modified: ChangeLog
4 Added: rednotebook-0.8.2.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.15 x11-misc/rednotebook/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 27 Jul 2009 12:20:43 -0000 1.14
23 +++ ChangeLog 31 Jul 2009 06:28:00 -0000 1.15
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-misc/rednotebook
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.14 2009/07/27 12:20:43 chainsaw Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.15 2009/07/31 06:28:00 hwoarang Exp $
29 +
30 +*rednotebook-0.8.2 (31 Jul 2009)
31 +
32 + 31 Jul 2009; Markos Chandras <hwoarang@g.o>
33 + +rednotebook-0.8.2.ebuild:
34 + Version bump
35
36 27 Jul 2009; <chainsaw@g.o> rednotebook-0.7.5.ebuild:
37 Marked stable on AMD64 as requested by Markos Chandras
38
39
40
41 1.1 x11-misc/rednotebook/rednotebook-0.8.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/rednotebook-0.8.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/rednotebook-0.8.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: rednotebook-0.8.2.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-0.8.2.ebuild,v 1.1 2009/07/31 06:28:00 hwoarang Exp $
51
52 EAPI="2"
53
54 NEED_PYTHON="2.5"
55 inherit distutils
56
57 DESCRIPTION="A graphical journal with calendar, templates, tags, keyword searching, and export functionality"
58 HOMEPAGE="http://digitaldump.wordpress.com/projects/rednotebook/"
59 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="libyaml"
65
66 RDEPEND="dev-python/pyyaml[libyaml?]
67 >=dev-python/pygtk-2.13"