Gentoo Archives: gentoo-commits

From: "Andrej Kacian (ticho)" <ticho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/spamprobe: ChangeLog spamprobe-1.4d.ebuild spamprobe-1.4b.ebuild spamprobe-1.4a.ebuild
Date: Mon, 28 Apr 2008 16:44:41
Message-Id: E1JqWT1-0006Vc-7k@stork.gentoo.org
1 ticho 08/04/28 16:44:39
2
3 Modified: ChangeLog spamprobe-1.4d.ebuild
4 spamprobe-1.4b.ebuild
5 Removed: spamprobe-1.4a.ebuild
6 Log:
7 Add patch to fix building on gcc4.3, bug #219552 by Peter Alfredsen. Remove old ebuild.
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.22 mail-filter/spamprobe/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/spamprobe/ChangeLog?rev=1.22&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/spamprobe/ChangeLog?rev=1.22&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/spamprobe/ChangeLog?r1=1.21&r2=1.22
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamprobe/ChangeLog,v
20 retrieving revision 1.21
21 retrieving revision 1.22
22 diff -u -r1.21 -r1.22
23 --- ChangeLog 22 Feb 2007 01:03:37 -0000 1.21
24 +++ ChangeLog 28 Apr 2008 16:44:38 -0000 1.22
25 @@ -1,6 +1,12 @@
26 # ChangeLog for mail-filter/spamprobe
27 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamprobe/ChangeLog,v 1.21 2007/02/22 01:03:37 peper Exp $
29 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamprobe/ChangeLog,v 1.22 2008/04/28 16:44:38 ticho Exp $
31 +
32 + 28 Apr 2008; Andrej Kacian <ticho@g.o>
33 + +files/spamprobe-1.4b-gcc43.patch, -spamprobe-1.4a.ebuild,
34 + spamprobe-1.4d.ebuild:
35 + Add patch to fix building on gcc4.3, bug #219552 by Peter Alfredsen.
36 + Remove old ebuild.
37
38 22 Feb 2007; Piotr JaroszyƄski <peper@g.o> ChangeLog:
39 Transition to Manifest2.
40
41
42
43 1.2 mail-filter/spamprobe/spamprobe-1.4d.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/spamprobe/spamprobe-1.4d.ebuild?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/spamprobe/spamprobe-1.4d.ebuild?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/spamprobe/spamprobe-1.4d.ebuild?r1=1.1&r2=1.2
48
49 Index: spamprobe-1.4d.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamprobe/spamprobe-1.4d.ebuild,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- spamprobe-1.4d.ebuild 6 Jan 2007 20:56:59 -0000 1.1
56 +++ spamprobe-1.4d.ebuild 28 Apr 2008 16:44:38 -0000 1.2
57 @@ -1,10 +1,10 @@
58 -# Copyright 1999-2007 Gentoo Foundation
59 +# Copyright 1999-2008 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamprobe/spamprobe-1.4d.ebuild,v 1.1 2007/01/06 20:56:59 ticho Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamprobe/spamprobe-1.4d.ebuild,v 1.2 2008/04/28 16:44:38 ticho Exp $
63
64 inherit eutils
65
66 -DESCRIPTION="Fast, intelligent, automatic spam detector using Paul Graham style Bayesian analysis of word counts in spam and non-spam emails."
67 +DESCRIPTION="Fast, intelligent, automatic spam detector using Bayesian analysis."
68 HOMEPAGE="http://spamprobe.sourceforge.net/"
69 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
70
71 @@ -18,6 +18,12 @@
72 jpeg? ( media-libs/jpeg )
73 png? ( media-libs/libpng )"
74
75 +src_unpack() {
76 + unpack ${A}
77 + cd "${S}"
78 + epatch "${FILESDIR}"/${P}-gcc43.patch
79 +}
80 +
81 src_compile() {
82 econf \
83 $(use_with gif) \
84 @@ -29,7 +35,7 @@
85
86 src_install() {
87 dodoc README.txt ChangeLog LICENSE.txt
88 - emake DESTDIR=${D} install || die
89 + emake DESTDIR="${D}" install || die
90
91 insinto /usr/share/${PN}/contrib
92 doins contrib/*
93
94
95
96 1.5 mail-filter/spamprobe/spamprobe-1.4b.ebuild
97
98 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/spamprobe/spamprobe-1.4b.ebuild?rev=1.5&view=markup
99 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/spamprobe/spamprobe-1.4b.ebuild?rev=1.5&content-type=text/plain
100 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/spamprobe/spamprobe-1.4b.ebuild?r1=1.4&r2=1.5
101
102 Index: spamprobe-1.4b.ebuild
103 ===================================================================
104 RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamprobe/spamprobe-1.4b.ebuild,v
105 retrieving revision 1.4
106 retrieving revision 1.5
107 diff -u -r1.4 -r1.5
108 --- spamprobe-1.4b.ebuild 20 Apr 2006 18:11:17 -0000 1.4
109 +++ spamprobe-1.4b.ebuild 28 Apr 2008 16:44:38 -0000 1.5
110 @@ -1,10 +1,10 @@
111 -# Copyright 1999-2006 Gentoo Foundation
112 +# Copyright 1999-2008 Gentoo Foundation
113 # Distributed under the terms of the GNU General Public License v2
114 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamprobe/spamprobe-1.4b.ebuild,v 1.4 2006/04/20 18:11:17 slarti Exp $
115 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamprobe/spamprobe-1.4b.ebuild,v 1.5 2008/04/28 16:44:38 ticho Exp $
116
117 inherit eutils
118
119 -DESCRIPTION="Fast, intelligent, automatic spam detector using Paul Graham style Bayesian analysis of word counts in spam and non-spam emails."
120 +DESCRIPTION="Fast, intelligent, automatic spam detector using Bayesian analysis."
121 HOMEPAGE="http://spamprobe.sourceforge.net/"
122 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
123
124 @@ -28,7 +28,7 @@
125
126 src_install() {
127 dodoc README.txt ChangeLog LICENSE.txt
128 - make DESTDIR=${D} install || die
129 + make DESTDIR="${D}" install || die
130
131 insinto /usr/share/${PN}/contrib
132 doins contrib/*
133
134
135
136 --
137 gentoo-commits@l.g.o mailing list