Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing: ChangeLog Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.03-r1.ebuild
Date: Fri, 23 Apr 2010 11:47:37
Message-Id: 20100423114733.106FD317E1@corvid.gentoo.org
1 tove 10/04/23 11:47:31
2
3 Modified: ChangeLog
4 Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.03-r1.ebuild
5 Log:
6 Fix quoting
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 3 Jun 2009 15:57:26 -0000 1.3
23 +++ ChangeLog 23 Apr 2010 11:47:31 -0000 1.4
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/ChangeLog,v 1.3 2009/06/03 15:57:26 tove Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/ChangeLog,v 1.4 2010/04/23 11:47:31 tove Exp $
30 +
31 + 23 Apr 2010; Torsten Veller <tove@g.o>
32 + Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.03-r1.ebuild:
33 + Fix quoting
34
35 03 Jun 2009; Torsten Veller <tove@g.o>
36 -Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.03.ebuild:
37
38
39
40 1.2 dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.03-r1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.03-r1.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.03-r1.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.03-r1.ebuild?r1=1.1&r2=1.2
45
46 Index: Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.03-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.03-r1.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.03-r1.ebuild 5 Jul 2008 09:46:27 -0000 1.1
53 +++ Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.03-r1.ebuild 23 Apr 2010 11:47:31 -0000 1.2
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2008 Gentoo Foundation
56 +# Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.03-r1.ebuild,v 1.1 2008/07/05 09:46:27 robbat2 Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.03-r1.ebuild,v 1.2 2010/04/23 11:47:31 tove Exp $
60
61 MODULE_AUTHOR="DANBORN"
62 inherit perl-module
63 @@ -32,7 +32,7 @@
64 }
65
66 pkg_postinst() {
67 - if [ -f ${ROOT}/etc/cron.d/update_google_safebrowsing.sh ]; then
68 + if [[ -f ${ROOT}/etc/cron.d/update_google_safebrowsing.sh ]]; then
69 ewarn "You MUST remove ${ROOT}/etc/cron.d/update_google_safebrowsing.sh"
70 fi
71 elog "To use this package:"