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.7.5.ebuild
Date: Wed, 01 Jul 2009 22:49:12
Message-Id: E1MM8c1-0002sM-PK@stork.gentoo.org
1 hwoarang 09/07/01 22:49:09
2
3 Modified: ChangeLog
4 Added: rednotebook-0.7.5.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 x11-misc/rednotebook/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 26 Jun 2009 08:39:04 -0000 1.7
23 +++ ChangeLog 1 Jul 2009 22:49:09 -0000 1.8
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.7 2009/06/26 08:39:04 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.8 2009/07/01 22:49:09 hwoarang Exp $
29 +
30 +*rednotebook-0.7.5 (01 Jul 2009)
31 +
32 + 01 Jul 2009; Markos Chandras <hwoarang@g.o>
33 + +rednotebook-0.7.5.ebuild:
34 + Version bump
35
36 *rednotebook-0.7.4 (26 Jun 2009)
37
38
39
40
41 1.1 x11-misc/rednotebook/rednotebook-0.7.5.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/rednotebook-0.7.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/rednotebook-0.7.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: rednotebook-0.7.5.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.5.ebuild,v 1.1 2009/07/01 22:49:09 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"