Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/dovecot-antispam: dovecot-antispam-20071019.ebuild ChangeLog
Date: Sun, 21 Oct 2007 16:41:57
Message-Id: E1Ijdhj-0005ny-QB@stork.gentoo.org
1 hollow 07/10/21 16:31:07
2
3 Modified: dovecot-antispam-20071019.ebuild ChangeLog
4 Log:
5 fix moduledir
6 (Portage version: 2.1.3.13)
7
8 Revision Changes Path
9 1.2 mail-filter/dovecot-antispam/dovecot-antispam-20071019.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/dovecot-antispam/dovecot-antispam-20071019.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/dovecot-antispam/dovecot-antispam-20071019.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/dovecot-antispam/dovecot-antispam-20071019.ebuild?r1=1.1&r2=1.2
14
15 Index: dovecot-antispam-20071019.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/dovecot-antispam-20071019.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- dovecot-antispam-20071019.ebuild 21 Oct 2007 08:38:41 -0000 1.1
22 +++ dovecot-antispam-20071019.ebuild 21 Oct 2007 16:31:07 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/dovecot-antispam-20071019.ebuild,v 1.1 2007/10/21 08:38:41 hollow Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/dovecot-antispam-20071019.ebuild,v 1.2 2007/10/21 16:31:07 hollow Exp $
28
29 inherit eutils autotools flag-o-matic multilib
30
31 @@ -45,7 +45,7 @@
32 use mailtrain && echo BACKEND=mailtrain >> .config
33 use crm114 && echo BACKEND=crm114-exec >> .config
34
35 - use debug && DEBUG=stderr >> .config
36 + use debug && echo DEBUG=stderr >> .config
37
38 emake || die "make failed"
39 }
40 @@ -54,7 +54,7 @@
41 source "${ROOT}"/usr/lib/dovecot/dovecot-config || \
42 die "cannot find dovecot-config"
43
44 - dodir "${moduledir}"/modules/imap/
45 + dodir "${moduledir}"/imap/
46 make DESTDIR="${D}" install || die "make install failed"
47
48 newman antispam.7 dovecot-antispam.7
49
50
51
52 1.2 mail-filter/dovecot-antispam/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/dovecot-antispam/ChangeLog?rev=1.2&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/dovecot-antispam/ChangeLog?rev=1.2&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/dovecot-antispam/ChangeLog?r1=1.1&r2=1.2
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/ChangeLog,v
61 retrieving revision 1.1
62 retrieving revision 1.2
63 diff -u -r1.1 -r1.2
64 --- ChangeLog 21 Oct 2007 08:38:41 -0000 1.1
65 +++ ChangeLog 21 Oct 2007 16:31:07 -0000 1.2
66 @@ -1,6 +1,10 @@
67 # ChangeLog for mail-filter/dovecot-antispam
68 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/ChangeLog,v 1.1 2007/10/21 08:38:41 hollow Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/ChangeLog,v 1.2 2007/10/21 16:31:07 hollow Exp $
71 +
72 + 21 Oct 2007; Benedikt Böhm <hollow@g.o>
73 + dovecot-antispam-20071019.ebuild:
74 + fix moduledir
75
76 *dovecot-antispam-20071019 (21 Oct 2007)
77
78
79
80
81 --
82 gentoo-commits@g.o mailing list