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-crypt/seahorse: seahorse-2.28.1.ebuild ChangeLog
Date: Thu, 29 Oct 2009 21:15:41
Message-Id: E1N3cLL-0006MV-OE@stork.gentoo.org
1 eva 09/10/29 21:15:39
2
3 Modified: seahorse-2.28.1.ebuild ChangeLog
4 Log:
5 Fix missing - in find statement.
6 (Portage version: 2.2_rc46/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 app-crypt/seahorse/seahorse-2.28.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse/seahorse-2.28.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse/seahorse-2.28.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse/seahorse-2.28.1.ebuild?r1=1.1&r2=1.2
14
15 Index: seahorse-2.28.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.28.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- seahorse-2.28.1.ebuild 29 Oct 2009 21:04:49 -0000 1.1
22 +++ seahorse-2.28.1.ebuild 29 Oct 2009 21:15:39 -0000 1.2
23 @@ -1,6 +1,6 @@
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/seahorse-2.28.1.ebuild,v 1.1 2009/10/29 21:04:49 eva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.28.1.ebuild,v 1.2 2009/10/29 21:15:39 eva Exp $
28
29 EAPI="2"
30
31 @@ -73,7 +73,7 @@
32
33 src_install() {
34 gnome2_src_install
35 - find "${D}" name "*.la" -delete || die "remove of la files failed"
36 + find "${D}" -name "*.la" -delete || die "remove of la files failed"
37 }
38
39 pkg_postinst() {
40
41
42
43 1.122 app-crypt/seahorse/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse/ChangeLog?rev=1.122&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse/ChangeLog?rev=1.122&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse/ChangeLog?r1=1.121&r2=1.122
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v
52 retrieving revision 1.121
53 retrieving revision 1.122
54 diff -u -r1.121 -r1.122
55 --- ChangeLog 29 Oct 2009 21:04:49 -0000 1.121
56 +++ ChangeLog 29 Oct 2009 21:15:39 -0000 1.122
57 @@ -1,6 +1,10 @@
58 # ChangeLog for app-crypt/seahorse
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.121 2009/10/29 21:04:49 eva Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.122 2009/10/29 21:15:39 eva Exp $
62 +
63 + 29 Oct 2009; Gilles Dartiguelongue <eva@g.o>
64 + seahorse-2.28.1.ebuild:
65 + Fix missing - in find statement.
66
67 *seahorse-2.28.1 (29 Oct 2009)