Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/spambayes: spambayes-1.0.4-r1.ebuild ChangeLog
Date: Mon, 08 Feb 2010 08:54:42
Message-Id: E1NePOC-0005Mi-6h@stork.gentoo.org
1 pva 10/02/08 08:54:40
2
3 Modified: spambayes-1.0.4-r1.ebuild ChangeLog
4 Log:
5 Add inherit eutils for epatch.
6 (Portage version: 2.1.7.17/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 mail-filter/spambayes/spambayes-1.0.4-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/spambayes/spambayes-1.0.4-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/spambayes/spambayes-1.0.4-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/spambayes/spambayes-1.0.4-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: spambayes-1.0.4-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-filter/spambayes/spambayes-1.0.4-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- spambayes-1.0.4-r1.ebuild 26 Jul 2008 02:35:14 -0000 1.1
22 +++ spambayes-1.0.4-r1.ebuild 8 Feb 2010 08:54:39 -0000 1.2
23 @@ -1,8 +1,8 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/spambayes/spambayes-1.0.4-r1.ebuild,v 1.1 2008/07/26 02:35:14 pythonhead Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spambayes/spambayes-1.0.4-r1.ebuild,v 1.2 2010/02/08 08:54:39 pva Exp $
29
30 -inherit distutils
31 +inherit eutils distutils
32
33 DESCRIPTION="An anti-spam filter using on Bayesian filtering"
34 HOMEPAGE="http://spambayes.sourceforge.net"
35
36
37
38 1.14 mail-filter/spambayes/ChangeLog
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/spambayes/ChangeLog?rev=1.14&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/spambayes/ChangeLog?rev=1.14&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/spambayes/ChangeLog?r1=1.13&r2=1.14
43
44 Index: ChangeLog
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/mail-filter/spambayes/ChangeLog,v
47 retrieving revision 1.13
48 retrieving revision 1.14
49 diff -u -r1.13 -r1.14
50 --- ChangeLog 26 Jul 2008 02:35:14 -0000 1.13
51 +++ ChangeLog 8 Feb 2010 08:54:39 -0000 1.14
52 @@ -1,6 +1,9 @@
53 # ChangeLog for mail-filter/spambayes
54 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
55 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/spambayes/ChangeLog,v 1.13 2008/07/26 02:35:14 pythonhead Exp $
56 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
57 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spambayes/ChangeLog,v 1.14 2010/02/08 08:54:39 pva Exp $
58 +
59 + 08 Feb 2010; Peter Volkov <pva@g.o> spambayes-1.0.4-r1.ebuild:
60 + Add inherit eutils for epatch.
61
62 *spambayes-1.0.4-r1 (26 Jul 2008)