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.11-r1.ebuild ChangeLog
Date: Sun, 23 Aug 2009 20:17:36
Message-Id: E1MfJVO-00024F-IG@stork.gentoo.org
1 tove 09/08/23 20:17:34
2
3 Modified: fetchmail-6.3.11-r1.ebuild ChangeLog
4 Log:
5 Add full path to python_mod_optimize.
6 (Portage version: 2.2_rc39/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 net-mail/fetchmail/fetchmail-6.3.11-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.11-r1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.11-r1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.11-r1.ebuild?r1=1.2&r2=1.3
14
15 Index: fetchmail-6.3.11-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.11-r1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- fetchmail-6.3.11-r1.ebuild 19 Aug 2009 11:25:24 -0000 1.2
22 +++ fetchmail-6.3.11-r1.ebuild 23 Aug 2009 20:17:34 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.11-r1.ebuild,v 1.2 2009/08/19 11:25:24 tove Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.11-r1.ebuild,v 1.3 2009/08/23 20:17:34 tove Exp $
28
29 EAPI=2
30
31 @@ -87,7 +87,7 @@
32
33 pkg_postinst() {
34 python_version
35 - python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages
36 + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/fetchmailconf.py
37
38 if ! python -c "import Tkinter" >/dev/null 2>&1
39 then
40
41
42
43 1.169 net-mail/fetchmail/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/fetchmail/ChangeLog?rev=1.169&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/fetchmail/ChangeLog?rev=1.169&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/fetchmail/ChangeLog?r1=1.168&r2=1.169
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v
52 retrieving revision 1.168
53 retrieving revision 1.169
54 diff -u -r1.168 -r1.169
55 --- ChangeLog 19 Aug 2009 11:29:47 -0000 1.168
56 +++ ChangeLog 23 Aug 2009 20:17:34 -0000 1.169
57 @@ -1,6 +1,9 @@
58 # ChangeLog for net-mail/fetchmail
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.168 2009/08/19 11:29:47 tove Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.169 2009/08/23 20:17:34 tove Exp $
62 +
63 + 23 Aug 2009; Torsten Veller <tove@g.o> fetchmail-6.3.11-r1.ebuild:
64 + Add full path to python_mod_optimize.
65
66 19 Aug 2009; Torsten Veller <tove@g.o> -fetchmail-6.3.8-r1.ebuild,
67 -files/fetchmail-6.3.8-null-msg-pointer.patch,