Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Net-Google-SafeBrowsing-Blocklist: Net-Google-SafeBrowsing-Blocklist-1.04.ebuild ChangeLog
Date: Sat, 20 Oct 2007 20:44:12
Message-Id: E1IjL0d-00022K-4Z@stork.gentoo.org
1 robbat2 07/10/20 20:33:23
2
3 Modified: Net-Google-SafeBrowsing-Blocklist-1.04.ebuild
4 ChangeLog
5 Log:
6 Fix missing dep found by flameeyes.
7 (Portage version: 2.1.3.14)
8
9 Revision Changes Path
10 1.3 dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.04.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.04.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.04.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.04.ebuild?r1=1.2&r2=1.3
15
16 Index: Net-Google-SafeBrowsing-Blocklist-1.04.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.04.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- Net-Google-SafeBrowsing-Blocklist-1.04.ebuild 17 Oct 2007 16:50:05 -0000 1.2
23 +++ Net-Google-SafeBrowsing-Blocklist-1.04.ebuild 20 Oct 2007 20:33:22 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.04.ebuild,v 1.2 2007/10/17 16:50:05 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.04.ebuild,v 1.3 2007/10/20 20:33:22 robbat2 Exp $
29
30 MODULE_AUTHOR="DANBORN"
31 inherit perl-module
32 @@ -14,6 +14,7 @@
33 KEYWORDS="~amd64 ~x86 ~ppc"
34 RDEPEND="dev-perl/URI
35 >=perl-core/Math-BigInt-1.87
36 + virtual/perl-DB_File
37 || (
38 dev-perl/Math-BigInt-FastCalc
39 dev-perl/Math-BigInt-GMP
40
41
42
43 1.2 dev-perl/Net-Google-SafeBrowsing-Blocklist/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/ChangeLog?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/ChangeLog?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/ChangeLog?r1=1.1&r2=1.2
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/ChangeLog,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- ChangeLog 17 Oct 2007 08:16:45 -0000 1.1
56 +++ ChangeLog 20 Oct 2007 20:33:22 -0000 1.2
57 @@ -1,6 +1,10 @@
58 # ChangeLog for dev-perl/Net-Google-SafeBrowsing-Blocklist
59 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/ChangeLog,v 1.1 2007/10/17 08:16:45 robbat2 Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/ChangeLog,v 1.2 2007/10/20 20:33:22 robbat2 Exp $
62 +
63 + 20 Oct 2007; Robin H. Johnson <robbat2@g.o>
64 + Net-Google-SafeBrowsing-Blocklist-1.04.ebuild:
65 + Fix missing dep found by flameeyes.
66
67 *Net-Google-SafeBrowsing-Blocklist-1.04 (17 Oct 2007)
68
69
70
71
72 --
73 gentoo-commits@g.o mailing list