Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/spamassassin: spamassassin-3.3.2-r5.ebuild ChangeLog spamassassin-3.4.0.ebuild
Date: Sun, 30 Nov 2014 21:24:48
Message-Id: 20141130212444.99547F88@oystercatcher.gentoo.org
1 dilfridge 14/11/30 21:24:44
2
3 Modified: spamassassin-3.3.2-r5.ebuild ChangeLog
4 spamassassin-3.4.0.ebuild
5 Log:
6 Undo last change, enable berkdb by default, require at least one database to be present, bug 528814. Thanks Guillaume Castagnino
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
9
10 Revision Changes Path
11 1.13 mail-filter/spamassassin/spamassassin-3.3.2-r5.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.3.2-r5.ebuild?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.3.2-r5.ebuild?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.3.2-r5.ebuild?r1=1.12&r2=1.13
16
17 Index: spamassassin-3.3.2-r5.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.3.2-r5.ebuild,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- spamassassin-3.3.2-r5.ebuild 29 Nov 2014 20:41:13 -0000 1.12
24 +++ spamassassin-3.3.2-r5.ebuild 30 Nov 2014 21:24:44 -0000 1.13
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.3.2-r5.ebuild,v 1.12 2014/11/29 20:41:13 dilfridge Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.3.2-r5.ebuild,v 1.13 2014/11/30 21:24:44 dilfridge Exp $
30
31 EAPI=5
32
33 @@ -16,7 +16,9 @@
34 SLOT="0"
35 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
36 # need keyword request for Mail-SPF ppc ppc64
37 -IUSE="qmail ssl doc ldap mysql postgres sqlite ipv6"
38 +IUSE="+berkdb qmail ssl doc ldap mysql postgres sqlite ipv6"
39 +
40 +REQUIRED_USE="|| ( berkdb mysql postgres sqlite )"
41
42 DEPEND=">=dev-lang/perl-5.8.8-r8
43 virtual/perl-MIME-Base64
44 @@ -34,11 +36,13 @@
45 >=dev-util/re2c-0.12.0
46 dev-perl/Mail-SPF
47 dev-perl/NetAddr-IP
48 - virtual/perl-DB_File
49 ssl? (
50 dev-perl/IO-Socket-SSL
51 dev-libs/openssl
52 )
53 + berkdb? (
54 + virtual/perl-DB_File
55 + )
56 ldap? ( dev-perl/perl-ldap )
57 mysql? (
58 dev-perl/DBI
59
60
61
62 1.258 mail-filter/spamassassin/ChangeLog
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?rev=1.258&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?rev=1.258&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?r1=1.257&r2=1.258
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v
71 retrieving revision 1.257
72 retrieving revision 1.258
73 diff -u -r1.257 -r1.258
74 --- ChangeLog 29 Nov 2014 20:41:13 -0000 1.257
75 +++ ChangeLog 30 Nov 2014 21:24:44 -0000 1.258
76 @@ -1,6 +1,11 @@
77 # ChangeLog for mail-filter/spamassassin
78 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.257 2014/11/29 20:41:13 dilfridge Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.258 2014/11/30 21:24:44 dilfridge Exp $
81 +
82 + 30 Nov 2014; Andreas K. Huettel <dilfridge@g.o>
83 + spamassassin-3.3.2-r5.ebuild, spamassassin-3.4.0.ebuild:
84 + Undo last change, enable berkdb by default, require at least one database to
85 + be present, bug 528814. Thanks Guillaume Castagnino
86
87 29 Nov 2014; Andreas K. Huettel <dilfridge@g.o>
88 spamassassin-3.3.2-r5.ebuild, spamassassin-3.4.0.ebuild:
89
90
91
92 1.13 mail-filter/spamassassin/spamassassin-3.4.0.ebuild
93
94 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?rev=1.13&view=markup
95 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?rev=1.13&content-type=text/plain
96 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild?r1=1.12&r2=1.13
97
98 Index: spamassassin-3.4.0.ebuild
99 ===================================================================
100 RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v
101 retrieving revision 1.12
102 retrieving revision 1.13
103 diff -u -r1.12 -r1.13
104 --- spamassassin-3.4.0.ebuild 29 Nov 2014 20:41:13 -0000 1.12
105 +++ spamassassin-3.4.0.ebuild 30 Nov 2014 21:24:44 -0000 1.13
106 @@ -1,6 +1,6 @@
107 # Copyright 1999-2014 Gentoo Foundation
108 # Distributed under the terms of the GNU General Public License v2
109 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v 1.12 2014/11/29 20:41:13 dilfridge Exp $
110 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.0.ebuild,v 1.13 2014/11/30 21:24:44 dilfridge Exp $
111
112 EAPI=5
113
114 @@ -15,7 +15,9 @@
115 LICENSE="Apache-2.0 GPL-2"
116 SLOT="0"
117 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
118 -IUSE="qmail ssl doc ldap mysql postgres sqlite ipv6"
119 +IUSE="+berkdb qmail ssl doc ldap mysql postgres sqlite ipv6"
120 +
121 +REQUIRED_USE="|| ( berkdb mysql postgres sqlite )"
122
123 DEPEND=">=dev-lang/perl-5.8.8-r8
124 virtual/perl-MIME-Base64
125 @@ -36,11 +38,13 @@
126 dev-perl/Geo-IP
127 dev-perl/Encode-Detect
128 dev-perl/Net-Patricia
129 - virtual/perl-DB_File
130 ssl? (
131 dev-perl/IO-Socket-SSL
132 dev-libs/openssl
133 )
134 + berkdb? (
135 + virtual/perl-DB_File
136 + )
137 ldap? ( dev-perl/perl-ldap )
138 mysql? (
139 dev-perl/DBI