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-UpdateRequest: Net-Google-SafeBrowsing-UpdateRequest-1.60.0-r1.ebuild ChangeLog Net-Google-SafeBrowsing-UpdateRequest-1.60.0.ebuild
Date: Sun, 24 Aug 2014 02:06:06
Message-Id: 20140824020602.7BA293C3F@oystercatcher.gentoo.org
1 axs 14/08/24 02:06:02
2
3 Modified: ChangeLog
4 Added:
5 Net-Google-SafeBrowsing-UpdateRequest-1.60.0-r1.ebuild
6 Removed: Net-Google-SafeBrowsing-UpdateRequest-1.60.0.ebuild
7 Log:
8 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
9
10 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
11
12 Revision Changes Path
13 1.10 dev-perl/Net-Google-SafeBrowsing-UpdateRequest/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-UpdateRequest/ChangeLog?rev=1.10&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-UpdateRequest/ChangeLog?rev=1.10&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-UpdateRequest/ChangeLog?r1=1.9&r2=1.10
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-UpdateRequest/ChangeLog,v
22 retrieving revision 1.9
23 retrieving revision 1.10
24 diff -u -r1.9 -r1.10
25 --- ChangeLog 24 Jun 2012 12:59:56 -0000 1.9
26 +++ ChangeLog 24 Aug 2014 02:06:02 -0000 1.10
27 @@ -1,6 +1,14 @@
28 # ChangeLog for dev-perl/Net-Google-SafeBrowsing-UpdateRequest
29 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-UpdateRequest/ChangeLog,v 1.9 2012/06/24 12:59:56 tove Exp $
31 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
32 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-UpdateRequest/ChangeLog,v 1.10 2014/08/24 02:06:02 axs Exp $
33 +
34 +*Net-Google-SafeBrowsing-UpdateRequest-1.60.0-r1 (24 Aug 2014)
35 +
36 + 24 Aug 2014; Ian Stakenvicius (_AxS_) <axs@g.o>
37 + +Net-Google-SafeBrowsing-UpdateRequest-1.60.0-r1.ebuild,
38 + -Net-Google-SafeBrowsing-UpdateRequest-1.60.0.ebuild:
39 + bumped EAPI to 5; committed directly to stable as no other changes present and
40 + revbump helps stable systems to keep from dieing on perl-5.18 upgrade
41
42 24 Jun 2012; Torsten Veller <tove@g.o> metadata.xml:
43 Update CPAN upstream info
44
45
46
47 1.1 dev-perl/Net-Google-SafeBrowsing-UpdateRequest/Net-Google-SafeBrowsing-UpdateRequest-1.60.0-r1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-UpdateRequest/Net-Google-SafeBrowsing-UpdateRequest-1.60.0-r1.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-UpdateRequest/Net-Google-SafeBrowsing-UpdateRequest-1.60.0-r1.ebuild?rev=1.1&content-type=text/plain
51
52 Index: Net-Google-SafeBrowsing-UpdateRequest-1.60.0-r1.ebuild
53 ===================================================================
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-UpdateRequest/Net-Google-SafeBrowsing-UpdateRequest-1.60.0-r1.ebuild,v 1.1 2014/08/24 02:06:02 axs Exp $
57
58 EAPI=5
59
60 MODULE_AUTHOR=DANBORN
61 MODULE_VERSION=1.06
62 inherit perl-module
63
64 DESCRIPTION="Update a Google SafeBrowsing table"
65
66 SLOT="0"
67 LICENSE="Apache-2.0"
68 KEYWORDS="amd64 ppc x86"
69 IUSE="test"
70
71 RDEPEND="dev-perl/libwww-perl
72 >=dev-perl/Net-Google-SafeBrowsing-Blocklist-1.04"
73 DEPEND="${RDEPEND}
74 test? ( dev-perl/Test-Pod )"
75
76 SRC_TEST="do"