Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/vmailmgr: vmailmgr-0.97.ebuild ChangeLog
Date: Sun, 22 Jun 2008 22:18:11
Message-Id: E1KAXsr-0001lb-Ja@stork.gentoo.org
1 mrness 08/06/22 22:18:05
2
3 Modified: vmailmgr-0.97.ebuild ChangeLog
4 Log:
5 Sanitize patches (#226797).
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.9 net-mail/vmailmgr/vmailmgr-0.97.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/vmailmgr/vmailmgr-0.97.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/vmailmgr/vmailmgr-0.97.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/vmailmgr/vmailmgr-0.97.ebuild?r1=1.8&r2=1.9
14
15 Index: vmailmgr-0.97.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-mail/vmailmgr/vmailmgr-0.97.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- vmailmgr-0.97.ebuild 26 Sep 2007 04:54:46 -0000 1.8
22 +++ vmailmgr-0.97.ebuild 22 Jun 2008 22:18:05 -0000 1.9
23 @@ -1,8 +1,8 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-mail/vmailmgr/vmailmgr-0.97.ebuild,v 1.8 2007/09/26 04:54:46 mrness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-mail/vmailmgr/vmailmgr-0.97.ebuild,v 1.9 2008/06/22 22:18:05 mrness Exp $
29
30 -inherit toolchain-funcs eutils
31 +inherit toolchain-funcs eutils autotools
32
33 DESCRIPTION="virtual domains for qmail"
34 HOMEPAGE="http://www.vmailmgr.org/"
35 @@ -21,12 +21,9 @@
36 src_unpack() {
37 unpack ${A}
38
39 + cd "${S}" || die "source dir not found"
40 epatch "${FILESDIR}/${P}-gentoo.patch"
41 -
42 - #Remove support for courier-imap authentication
43 - #since it is incompatible with the latest version of courier-authlib
44 - epatch "${FILESDIR}/${P}-no-authvmailmgr.patch"
45 - rm -rf "${S}/lib/courier-authlib"
46 + eautoreconf
47 }
48
49 src_install() {
50
51
52
53 1.30 net-mail/vmailmgr/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/vmailmgr/ChangeLog?rev=1.30&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/vmailmgr/ChangeLog?rev=1.30&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/vmailmgr/ChangeLog?r1=1.29&r2=1.30
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/net-mail/vmailmgr/ChangeLog,v
62 retrieving revision 1.29
63 retrieving revision 1.30
64 diff -u -r1.29 -r1.30
65 --- ChangeLog 26 Sep 2007 04:54:46 -0000 1.29
66 +++ ChangeLog 22 Jun 2008 22:18:05 -0000 1.30
67 @@ -1,6 +1,11 @@
68 # ChangeLog for net-mail/vmailmgr
69 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/net-mail/vmailmgr/ChangeLog,v 1.29 2007/09/26 04:54:46 mrness Exp $
71 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
72 +# $Header: /var/cvsroot/gentoo-x86/net-mail/vmailmgr/ChangeLog,v 1.30 2008/06/22 22:18:05 mrness Exp $
73 +
74 + 22 Jun 2008; Alin Năstac <mrness@g.o>
75 + files/vmailmgr-0.97-gentoo.patch,
76 + -files/vmailmgr-0.97-no-authvmailmgr.patch, vmailmgr-0.97.ebuild:
77 + Sanitize patches (#226797).
78
79 26 Sep 2007; Alin Năstac <mrness@g.o> vmailmgr-0.97.ebuild:
80 Sanitize ebuild code.
81
82
83
84 --
85 gentoo-commits@l.g.o mailing list