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