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/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing: Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0-r1.ebuild ChangeLog Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0.ebuild
Date: Tue, 26 Aug 2014 19:44:08
Message-Id: 20140826194404.5F3FE3EE4@oystercatcher.gentoo.org
1 axs 14/08/26 19:44:04
2
3 Modified: ChangeLog
4 Added:
5 Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0-r1.ebuild
6 Removed:
7 Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0.ebuild
8 Log:
9 bumped EAPI to 5 to help with dev-lang/perl upgrade
10
11 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
12
13 Revision Changes Path
14 1.9 dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/ChangeLog
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/ChangeLog?rev=1.9&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/ChangeLog?rev=1.9&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/ChangeLog?r1=1.8&r2=1.9
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/ChangeLog,v
23 retrieving revision 1.8
24 retrieving revision 1.9
25 diff -u -r1.8 -r1.9
26 --- ChangeLog 4 Aug 2014 17:42:38 -0000 1.8
27 +++ ChangeLog 26 Aug 2014 19:44:04 -0000 1.9
28 @@ -1,6 +1,13 @@
29 # ChangeLog for dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing
30 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/ChangeLog,v 1.8 2014/08/04 17:42:38 zlogene Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/ChangeLog,v 1.9 2014/08/26 19:44:04 axs Exp $
33 +
34 +*Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0-r1 (26 Aug 2014)
35 +
36 + 26 Aug 2014; Ian Stakenvicius (_AxS_) <axs@g.o>
37 + +Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0-r1.ebuild,
38 + -Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0.ebuild:
39 + bumped EAPI to 5 to help with dev-lang/perl upgrade
40
41 04 Aug 2014; Mikle Kolyada <zlogene@g.o>
42 Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0.ebuild:
43
44
45
46 1.1 dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0-r1.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0-r1.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0-r1.ebuild?rev=1.1&content-type=text/plain
50
51 Index: Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0-r1.ebuild
52 ===================================================================
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing/Mail-SpamAssassin-Plugin-GoogleSafeBrowsing-1.30.0-r1.ebuild,v 1.1 2014/08/26 19:44:04 axs Exp $
56
57 EAPI=5
58
59 MODULE_AUTHOR=DANBORN
60 MODULE_VERSION=1.03
61 inherit perl-module
62
63 DESCRIPTION="SpamAssassin plugin to score mail based on Google blocklists"
64
65 LICENSE="Apache-2.0"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86 ~ppc"
68 IUSE="test"
69
70 RDEPEND="dev-perl/Net-Google-SafeBrowsing-Blocklist
71 dev-perl/Net-Google-SafeBrowsing-UpdateRequest
72 mail-filter/spamassassin"
73 DEPEND="${RDEPEND}
74 test? ( dev-perl/Test-Pod )"
75
76 SRC_TEST="do"
77
78 src_install() {
79 perl-module_src_install
80 insinto /etc/mail/spamassassin
81 doins "${FILESDIR}"/init_google_safebrowsing.pre
82 doins "${FILESDIR}"/24_google_safebrowsing.cf
83 insinto /etc/cron.d/
84 newins "${FILESDIR}"/update_google_safebrowsing.cron update_google_safebrowsing
85 dosbin "${FILESDIR}"/update_google_safebrowsing.sh
86 keepdir /var/lib/spamassassin/google_safebrowsing/
87 }
88
89 pkg_postinst() {
90 if [[ -f ${ROOT}/etc/cron.d/update_google_safebrowsing.sh ]]; then
91 ewarn "You MUST remove ${ROOT}/etc/cron.d/update_google_safebrowsing.sh"
92 fi
93 elog "To use this package:"
94 elog "1. You MUST apply for a free apikey at:"
95 elog " http://code.google.com/apis/safebrowsing/key_signup.html"
96 elog "2. Place the key into /etc/mail/spamassassin/24_google_safebrowsing.cf"
97 elog "3. Manually run the script /usr/sbin/update_google_safebrowsing.sh"
98 elog "4. Enable the plugin by uncommenting the loadplugin entry in"
99 elog " /etc/mail/spamassassin/init_google_safebrowsing.pre"
100 elog "5. Restart spamd"
101 }