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