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: ChangeLog fetchmail-6.3.26.ebuild
Date: Thu, 30 May 2013 07:32:27
Message-Id: 20130530073219.80C682171D@flycatcher.gentoo.org
1 radhermit 13/05/30 07:32:19
2
3 Modified: ChangeLog fetchmail-6.3.26.ebuild
4 Log:
5 Add PYTHON_REQUIRED_USE for python-single-r1.
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
8
9 Revision Changes Path
10 1.251 net-mail/fetchmail/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/ChangeLog?rev=1.251&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/ChangeLog?rev=1.251&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/ChangeLog?r1=1.250&r2=1.251
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v
19 retrieving revision 1.250
20 retrieving revision 1.251
21 diff -u -r1.250 -r1.251
22 --- ChangeLog 26 May 2013 09:46:11 -0000 1.250
23 +++ ChangeLog 30 May 2013 07:32:19 -0000 1.251
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-mail/fetchmail
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.250 2013/05/26 09:46:11 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.251 2013/05/30 07:32:19 radhermit Exp $
29 +
30 + 30 May 2013; Tim Harder <radhermit@g.o> fetchmail-6.3.26.ebuild:
31 + Add PYTHON_REQUIRED_USE for python-single-r1.
32
33 26 May 2013; Tim Harder <radhermit@g.o> -fetchmail-6.3.22.ebuild,
34 -fetchmail-6.3.23.ebuild:
35
36
37
38 1.2 net-mail/fetchmail/fetchmail-6.3.26.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.26.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.26.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.26.ebuild?r1=1.1&r2=1.2
43
44 Index: fetchmail-6.3.26.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.26.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- fetchmail-6.3.26.ebuild 26 May 2013 09:42:58 -0000 1.1
51 +++ fetchmail-6.3.26.ebuild 30 May 2013 07:32:19 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.26.ebuild,v 1.1 2013/05/26 09:42:58 radhermit Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.26.ebuild,v 1.2 2013/05/30 07:32:19 radhermit Exp $
57
58 EAPI=5
59 PYTHON_COMPAT=( python2_{6,7} )
60 @@ -16,6 +16,7 @@
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
63 IUSE="ssl nls kerberos hesiod tk socks"
64 +REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
65
66 RDEPEND="hesiod? ( net-dns/hesiod )
67 ssl? ( >=dev-libs/openssl-0.9.6 )