Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@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.40.0-r1.ebuild ChangeLog Net-Google-SafeBrowsing-Blocklist-1.40.0.ebuild
Date: Sat, 23 Aug 2014 21:31:05
Message-Id: 20140823213100.40A823C1C@oystercatcher.gentoo.org
1 axs 14/08/23 21:31:00
2
3 Modified: ChangeLog
4 Added: Net-Google-SafeBrowsing-Blocklist-1.40.0-r1.ebuild
5 Removed: Net-Google-SafeBrowsing-Blocklist-1.40.0.ebuild
6 Log:
7 bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
10
11 Revision Changes Path
12 1.11 dev-perl/Net-Google-SafeBrowsing-Blocklist/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/ChangeLog?rev=1.11&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/ChangeLog?rev=1.11&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/ChangeLog?r1=1.10&r2=1.11
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/ChangeLog,v
21 retrieving revision 1.10
22 retrieving revision 1.11
23 diff -u -r1.10 -r1.11
24 --- ChangeLog 4 Sep 2011 11:23:38 -0000 1.10
25 +++ ChangeLog 23 Aug 2014 21:31:00 -0000 1.11
26 @@ -1,6 +1,14 @@
27 # ChangeLog for dev-perl/Net-Google-SafeBrowsing-Blocklist
28 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/ChangeLog,v 1.10 2011/09/04 11:23:38 tove Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/ChangeLog,v 1.11 2014/08/23 21:31:00 axs Exp $
32 +
33 +*Net-Google-SafeBrowsing-Blocklist-1.40.0-r1 (23 Aug 2014)
34 +
35 + 23 Aug 2014; Ian Stakenvicius (_AxS_) <axs@g.o>
36 + +Net-Google-SafeBrowsing-Blocklist-1.40.0-r1.ebuild,
37 + -Net-Google-SafeBrowsing-Blocklist-1.40.0.ebuild:
38 + bumped EAPI to 5; committed directly to stable as no other changes present and
39 + revbump helps stable systems to keep from dieing on perl-5.18 upgrade
40
41 04 Sep 2011; Torsten Veller <tove@g.o>
42 -Net-Google-SafeBrowsing-Blocklist-1.04.ebuild:
43 @@ -46,4 +54,3 @@
44 +Net-Google-SafeBrowsing-Blocklist-1.04.ebuild:
45 Initial commit. Dep for Mail-SpamAssassin-Plugin-GoogleSafeBrowsing. Ebuild
46 by Robin H. Johnnson <robbat2@g.o>
47 -
48
49
50
51 1.1 dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r1.ebuild
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r1.ebuild?rev=1.1&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r1.ebuild?rev=1.1&content-type=text/plain
55
56 Index: Net-Google-SafeBrowsing-Blocklist-1.40.0-r1.ebuild
57 ===================================================================
58 # Copyright 1999-2014 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r1.ebuild,v 1.1 2014/08/23 21:31:00 axs Exp $
61
62 EAPI=5
63
64 MODULE_AUTHOR=DANBORN
65 MODULE_VERSION=1.04
66 inherit perl-module
67
68 DESCRIPTION="Query a Google SafeBrowsing table"
69
70 SLOT="0"
71 LICENSE="Apache-2.0"
72 KEYWORDS="amd64 ppc x86"
73 IUSE="test"
74
75 RDEPEND="dev-perl/URI
76 >=virtual/perl-Math-BigInt-1.87
77 virtual/perl-DB_File
78 || (
79 virtual/perl-Math-BigInt-FastCalc
80 dev-perl/Math-BigInt-GMP
81 )"
82 DEPEND="${RDEPEND}
83 test? ( dev-perl/Test-Pod )"
84
85 SRC_TEST="do"