Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/dovecot-antispam: ChangeLog dovecot-antispam-2.0_pre20101222.ebuild
Date: Sat, 03 Mar 2012 20:00:55
Message-Id: 20120303200043.C13C12004B@flycatcher.gentoo.org
1 radhermit 12/03/03 20:00:43
2
3 Modified: ChangeLog dovecot-antispam-2.0_pre20101222.ebuild
4 Log:
5 Restrict to working versions.
6
7 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.25 mail-filter/dovecot-antispam/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dovecot-antispam/ChangeLog?rev=1.25&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dovecot-antispam/ChangeLog?rev=1.25&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dovecot-antispam/ChangeLog?r1=1.24&r2=1.25
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/ChangeLog,v
19 retrieving revision 1.24
20 retrieving revision 1.25
21 diff -u -r1.24 -r1.25
22 --- ChangeLog 3 Mar 2012 19:51:09 -0000 1.24
23 +++ ChangeLog 3 Mar 2012 20:00:43 -0000 1.25
24 @@ -1,6 +1,10 @@
25 # ChangeLog for mail-filter/dovecot-antispam
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/ChangeLog,v 1.24 2012/03/03 19:51:09 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/ChangeLog,v 1.25 2012/03/03 20:00:43 radhermit Exp $
29 +
30 + 03 Mar 2012; Tim Harder <radhermit@g.o>
31 + dovecot-antispam-2.0_pre20101222.ebuild:
32 + Restrict to working versions.
33
34 *dovecot-antispam-2.0_pre20120226 (03 Mar 2012)
35
36
37
38
39 1.2 mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20101222.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20101222.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20101222.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20101222.ebuild?r1=1.1&r2=1.2
44
45 Index: dovecot-antispam-2.0_pre20101222.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20101222.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- dovecot-antispam-2.0_pre20101222.ebuild 24 Oct 2011 09:36:08 -0000 1.1
52 +++ dovecot-antispam-2.0_pre20101222.ebuild 3 Mar 2012 20:00:43 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2011 Gentoo Foundation
55 +# Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20101222.ebuild,v 1.1 2011/10/24 09:36:08 radhermit Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20101222.ebuild,v 1.2 2012/03/03 20:00:43 radhermit Exp $
59
60 EAPI="4"
61
62 @@ -15,7 +15,7 @@
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 -DEPEND=">=net-mail/dovecot-2"
67 +DEPEND="=net-mail/dovecot-2.0*"
68 RDEPEND="${DEPEND}"
69
70 DOCS=( README )