Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/fetchmail: fetchmail-6.3.18.ebuild
Date: Sun, 10 Oct 2010 08:03:57
Message-Id: 20101010075925.86D1D2004B@flycatcher.gentoo.org
1 tove 10/10/10 07:59:25
2
3 Modified: fetchmail-6.3.18.ebuild
4 Log:
5 Drop unused autotools eclass and myconf variable
6
7 (Portage version: 2.2_rc91/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-mail/fetchmail/fetchmail-6.3.18.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.18.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.18.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.18.ebuild?r1=1.1&r2=1.2
15
16 Index: fetchmail-6.3.18.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.18.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- fetchmail-6.3.18.ebuild 10 Oct 2010 07:57:03 -0000 1.1
23 +++ fetchmail-6.3.18.ebuild 10 Oct 2010 07:59:25 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 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.18.ebuild,v 1.1 2010/10/10 07:57:03 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.18.ebuild,v 1.2 2010/10/10 07:59:25 tove Exp $
29
30 EAPI=2
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
38
39 DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
40 HOMEPAGE="http://fetchmail.berlios.de"
41 @@ -55,8 +55,7 @@
42 $(use kerberos && echo "--with-ssl" ) \
43 $(use_with kerberos gssapi) \
44 $(use_with kerberos kerberos5) \
45 - $(use_with hesiod) \
46 - ${myconf}
47 + $(use_with hesiod)
48 }
49
50 src_install() {