Gentoo Archives: gentoo-commits

From: "Romain Perier (mrpouet)" <mrpouet@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/seahorse-plugins: seahorse-plugins-2.26.2.ebuild ChangeLog
Date: Fri, 04 Sep 2009 11:56:50
Message-Id: E1MjcDv-0006WH-9N@stork.gentoo.org
1 mrpouet 09/09/04 17:05:19
2
3 Modified: seahorse-plugins-2.26.2.ebuild ChangeLog
4 Log:
5 Fix missing inheritance from eutils, per bug #275445.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild?r1=1.2&r2=1.3
14
15 Index: seahorse-plugins-2.26.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- seahorse-plugins-2.26.2.ebuild 31 Aug 2009 20:50:06 -0000 1.2
22 +++ seahorse-plugins-2.26.2.ebuild 4 Sep 2009 17:05:19 -0000 1.3
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-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild,v 1.2 2009/08/31 20:50:06 eva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/seahorse-plugins-2.26.2.ebuild,v 1.3 2009/09/04 17:05:19 mrpouet Exp $
28
29 EAPI="2"
30
31 -inherit gnome2
32 +inherit eutils gnome2
33
34 DESCRIPTION="A GNOME application for managing encryption keys"
35 HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html"
36
37
38
39 1.5 app-crypt/seahorse-plugins/ChangeLog
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog?r1=1.4&r2=1.5
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- ChangeLog 31 Aug 2009 20:50:06 -0000 1.4
52 +++ ChangeLog 4 Sep 2009 17:05:19 -0000 1.5
53 @@ -1,6 +1,10 @@
54 # ChangeLog for app-crypt/seahorse-plugins
55 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v 1.4 2009/08/31 20:50:06 eva Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse-plugins/ChangeLog,v 1.5 2009/09/04 17:05:19 mrpouet Exp $
58 +
59 + 04 Sep 2009; Romain Perier <mrpouet@g.o>
60 + seahorse-plugins-2.26.2.ebuild:
61 + Fix missing inheritance from eutils, per bug #275445.
62
63 31 Aug 2009; Gilles Dartiguelongue <eva@g.o>
64 -seahorse-plugins-2.26.1.ebuild, seahorse-plugins-2.26.2.ebuild,