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