Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/fetchmail: fetchmail-6.3.21.ebuild ChangeLog
Date: Thu, 30 Aug 2012 17:32:45
Message-Id: 20120830173234.98FBA20CA2@flycatcher.gentoo.org
1 radhermit 12/08/30 17:32:34
2
3 Modified: fetchmail-6.3.21.ebuild ChangeLog
4 Log:
5 Inherit user eclass and add quotes to appease repoman.
6
7 (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 net-mail/fetchmail/fetchmail-6.3.21.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.21.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.21.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.21.ebuild?r1=1.8&r2=1.9
15
16 Index: fetchmail-6.3.21.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.21.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- fetchmail-6.3.21.ebuild 16 Jun 2012 11:06:27 -0000 1.8
23 +++ fetchmail-6.3.21.ebuild 30 Aug 2012 17:32:34 -0000 1.9
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.21.ebuild,v 1.8 2012/06/16 11:06:27 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.21.ebuild,v 1.9 2012/08/30 17:32:34 radhermit Exp $
29
30 EAPI=3
31
32 @@ -8,7 +8,7 @@
33 PYTHON_USE_WITH_OPT="tk"
34 PYTHON_USE_WITH="tk"
35
36 -inherit python eutils autotools
37 +inherit python eutils autotools user
38
39 DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
40 HOMEPAGE="http://fetchmail.berlios.de"
41 @@ -56,7 +56,7 @@
42 --enable-NTLM \
43 --enable-SDPS \
44 $(use_enable nls) \
45 - $(use_with ssl ssl ${EPREFIX}/usr) \
46 + $(use_with ssl ssl "${EPREFIX}/usr") \
47 $(use kerberos && echo "--with-ssl=${EPREFIX}/usr" ) \
48 $(use_with kerberos gssapi) \
49 $(use_with kerberos kerberos5) \
50
51
52
53 1.227 net-mail/fetchmail/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/ChangeLog?rev=1.227&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/ChangeLog?rev=1.227&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/ChangeLog?r1=1.226&r2=1.227
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v
62 retrieving revision 1.226
63 retrieving revision 1.227
64 diff -u -r1.226 -r1.227
65 --- ChangeLog 30 Aug 2012 17:27:23 -0000 1.226
66 +++ ChangeLog 30 Aug 2012 17:32:34 -0000 1.227
67 @@ -1,6 +1,9 @@
68 # ChangeLog for net-mail/fetchmail
69 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.226 2012/08/30 17:27:23 radhermit Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.227 2012/08/30 17:32:34 radhermit Exp $
72 +
73 + 30 Aug 2012; Tim Harder <radhermit@g.o> fetchmail-6.3.21.ebuild:
74 + Inherit user eclass and add quotes to appease repoman.
75
76 *fetchmail-6.3.22 (30 Aug 2012)