Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/rednotebook: rednotebook-0.8.9-r1.ebuild ChangeLog rednotebook-0.9.0.ebuild
Date: Mon, 08 Feb 2010 08:54:06
Message-Id: E1NePNc-0005Le-O1@stork.gentoo.org
1 pva 10/02/08 08:54:04
2
3 Modified: rednotebook-0.8.9-r1.ebuild ChangeLog
4 rednotebook-0.9.0.ebuild
5 Log:
6 Add inherit eutils for epatch.
7 (Portage version: 2.1.7.17/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 x11-misc/rednotebook/rednotebook-0.8.9-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/rednotebook-0.8.9-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/rednotebook-0.8.9-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/rednotebook-0.8.9-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: rednotebook-0.8.9-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-0.8.9-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- rednotebook-0.8.9-r1.ebuild 21 Nov 2009 04:52:55 -0000 1.2
23 +++ rednotebook-0.8.9-r1.ebuild 8 Feb 2010 08:54:03 -0000 1.3
24 @@ -1,11 +1,11 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-0.8.9-r1.ebuild,v 1.2 2009/11/21 04:52:55 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-0.8.9-r1.ebuild,v 1.3 2010/02/08 08:54:03 pva Exp $
30
31 EAPI="2"
32
33 NEED_PYTHON="2.6"
34 -inherit distutils
35 +inherit eutils distutils
36
37 DESCRIPTION="A graphical journal with calendar, templates, tags, keyword searching, and export functionality"
38 HOMEPAGE="http://rednotebook.sourceforge.net"
39
40
41
42 1.26 x11-misc/rednotebook/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.26&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.26&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/ChangeLog?r1=1.25&r2=1.26
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v
51 retrieving revision 1.25
52 retrieving revision 1.26
53 diff -u -r1.25 -r1.26
54 --- ChangeLog 6 Feb 2010 15:12:31 -0000 1.25
55 +++ ChangeLog 8 Feb 2010 08:54:03 -0000 1.26
56 @@ -1,6 +1,10 @@
57 # ChangeLog for x11-misc/rednotebook
58 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.25 2010/02/06 15:12:31 hwoarang Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.26 2010/02/08 08:54:03 pva Exp $
61 +
62 + 08 Feb 2010; Peter Volkov <pva@g.o> rednotebook-0.8.9-r1.ebuild,
63 + rednotebook-0.9.0.ebuild:
64 + Add inherit eutils for epatch.
65
66 *rednotebook-0.9.2 (06 Feb 2010)
67
68
69
70
71 1.4 x11-misc/rednotebook/rednotebook-0.9.0.ebuild
72
73 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.0.ebuild?rev=1.4&view=markup
74 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.0.ebuild?rev=1.4&content-type=text/plain
75 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.0.ebuild?r1=1.3&r2=1.4
76
77 Index: rednotebook-0.9.0.ebuild
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.0.ebuild,v
80 retrieving revision 1.3
81 retrieving revision 1.4
82 diff -u -r1.3 -r1.4
83 --- rednotebook-0.9.0.ebuild 31 Jan 2010 16:48:45 -0000 1.3
84 +++ rednotebook-0.9.0.ebuild 8 Feb 2010 08:54:03 -0000 1.4
85 @@ -1,11 +1,11 @@
86 # Copyright 1999-2010 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.0.ebuild,v 1.3 2010/01/31 16:48:45 hwoarang Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.0.ebuild,v 1.4 2010/02/08 08:54:03 pva Exp $
90
91 EAPI="2"
92
93 NEED_PYTHON="2.6"
94 -inherit distutils
95 +inherit eutils distutils
96
97 DESCRIPTION="A graphical journal with calendar, templates, tags, keyword searching, and export functionality"
98 HOMEPAGE="http://rednotebook.sourceforge.net"