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-0.7.3.ebuild ChangeLog
Date: Mon, 22 Jun 2009 08:44:36
Message-Id: E1MIf8k-0002UZ-Ef@stork.gentoo.org
1 hwoarang 09/06/22 08:44:34
2
3 Modified: ChangeLog
4 Added: rednotebook-0.7.3.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 x11-misc/rednotebook/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 25 May 2009 19:47:34 -0000 1.5
23 +++ ChangeLog 22 Jun 2009 08:44:34 -0000 1.6
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.5 2009/05/25 19:47:34 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.6 2009/06/22 08:44:34 hwoarang Exp $
29 +
30 +*rednotebook-0.7.3 (22 Jun 2009)
31 +
32 + 22 Jun 2009; Markos Chandras <hwoarang@g.o>
33 + +rednotebook-0.7.3.ebuild:
34 + Version bump
35
36 *rednotebook-0.7.2 (25 May 2009)
37
38
39
40
41 1.1 x11-misc/rednotebook/rednotebook-0.7.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/rednotebook-0.7.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/rednotebook-0.7.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: rednotebook-0.7.3.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.7.3.ebuild,v 1.1 2009/06/22 08:44:34 hwoarang Exp $
51
52 NEED_PYTHON="2.5"
53 inherit distutils
54
55 DESCRIPTION="A graphical journal with calendar, templates, tags, keyword searching, and export functionality"
56 HOMEPAGE="http://digitaldump.wordpress.com/projects/rednotebook/"
57 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 RDEPEND="dev-python/pyyaml
65 >=dev-python/pygtk-2.13"