Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/gnote: gnote-0.6.2.ebuild ChangeLog
Date: Wed, 26 Aug 2009 20:32:03
Message-Id: E1MgQRQ-0000lf-KT@stork.gentoo.org
1 eva 09/08/26 21:54:04
2
3 Modified: gnote-0.6.2.ebuild ChangeLog
4 Log:
5 Removing useless inherits.
6 (Portage version: 2.2_rc39/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 app-misc/gnote/gnote-0.6.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gnote/gnote-0.6.2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gnote/gnote-0.6.2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gnote/gnote-0.6.2.ebuild?r1=1.1&r2=1.2
14
15 Index: gnote-0.6.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.6.2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gnote-0.6.2.ebuild 26 Aug 2009 21:52:30 -0000 1.1
22 +++ gnote-0.6.2.ebuild 26 Aug 2009 21:54:04 -0000 1.2
23 @@ -1,10 +1,10 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.6.2.ebuild,v 1.1 2009/08/26 21:52:30 eva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-0.6.2.ebuild,v 1.2 2009/08/26 21:54:04 eva Exp $
28
29 EAPI="2"
30
31 -inherit autotools eutils gnome2
32 +inherit gnome2
33
34 DESCRIPTION="Desktop note-taking application"
35 HOMEPAGE="http://www.gnome.org/"
36
37
38
39 1.3 app-misc/gnote/ChangeLog
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gnote/ChangeLog?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gnote/ChangeLog?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gnote/ChangeLog?r1=1.2&r2=1.3
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- ChangeLog 26 Aug 2009 21:52:30 -0000 1.2
52 +++ ChangeLog 26 Aug 2009 21:54:04 -0000 1.3
53 @@ -1,6 +1,9 @@
54 # ChangeLog for app-misc/gnote
55 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.2 2009/08/26 21:52:30 eva Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.3 2009/08/26 21:54:04 eva Exp $
58 +
59 + 26 Aug 2009; Gilles Dartiguelongue <eva@g.o> gnote-0.6.2.ebuild:
60 + Removing useless inherits.
61
62 *gnote-0.6.2 (26 Aug 2009)