Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/pidgin: ChangeLog pidgin-2.10.8-r1.ebuild pidgin-2.10.8.ebuild
Date: Tue, 28 Jan 2014 17:56:50
Message-Id: 20140128175646.B5FD62004C@flycatcher.gentoo.org
1 polynomial-c 14/01/28 17:56:46
2
3 Modified: ChangeLog pidgin-2.10.8-r1.ebuild
4 pidgin-2.10.8.ebuild
5 Log:
6 Added python3 support
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
9
10 Revision Changes Path
11 1.318 net-im/pidgin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pidgin/ChangeLog?rev=1.318&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pidgin/ChangeLog?rev=1.318&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pidgin/ChangeLog?r1=1.317&r2=1.318
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v
20 retrieving revision 1.317
21 retrieving revision 1.318
22 diff -u -r1.317 -r1.318
23 --- ChangeLog 28 Jan 2014 17:05:37 -0000 1.317
24 +++ ChangeLog 28 Jan 2014 17:56:46 -0000 1.318
25 @@ -1,6 +1,10 @@
26 # ChangeLog for net-im/pidgin
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.317 2014/01/28 17:05:37 polynomial-c Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.318 2014/01/28 17:56:46 polynomial-c Exp $
30 +
31 + 28 Jan 2014; Lars Wendler <polynomial-c@g.o> pidgin-2.10.8.ebuild,
32 + pidgin-2.10.8-r1.ebuild:
33 + Added python3 support.
34
35 *pidgin-2.10.8-r1 (28 Jan 2014)
36 *pidgin-2.10.8 (28 Jan 2014)
37
38
39
40 1.2 net-im/pidgin/pidgin-2.10.8-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pidgin/pidgin-2.10.8-r1.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pidgin/pidgin-2.10.8-r1.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pidgin/pidgin-2.10.8-r1.ebuild?r1=1.1&r2=1.2
45
46 Index: pidgin-2.10.8-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.10.8-r1.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- pidgin-2.10.8-r1.ebuild 28 Jan 2014 17:05:37 -0000 1.1
53 +++ pidgin-2.10.8-r1.ebuild 28 Jan 2014 17:56:46 -0000 1.2
54 @@ -1,11 +1,11 @@
55 # Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.10.8-r1.ebuild,v 1.1 2014/01/28 17:05:37 polynomial-c Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.10.8-r1.ebuild,v 1.2 2014/01/28 17:56:46 polynomial-c Exp $
59
60 EAPI=5
61
62 GENTOO_DEPEND_ON_PERL=no
63 -PYTHON_COMPAT=( python2_7 )
64 +PYTHON_COMPAT=( python2_7 python3_2 python3_3 )
65 inherit autotools flag-o-matic eutils toolchain-funcs multilib perl-app gnome2 python-single-r1
66
67 DESCRIPTION="GTK Instant Messenger client"
68 @@ -231,6 +231,11 @@
69 fi
70 use perl && fixlocalpod
71
72 + if use python || use dbus ; then
73 + python-optimize
74 + python_fix_shebang "${D}"
75 + fi
76 +
77 dodoc finch/plugins/pietray.py
78 docompress -x /usr/share/doc/${PF}/pietray.py
79
80
81
82
83 1.2 net-im/pidgin/pidgin-2.10.8.ebuild
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pidgin/pidgin-2.10.8.ebuild?rev=1.2&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pidgin/pidgin-2.10.8.ebuild?rev=1.2&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pidgin/pidgin-2.10.8.ebuild?r1=1.1&r2=1.2
88
89 Index: pidgin-2.10.8.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.10.8.ebuild,v
92 retrieving revision 1.1
93 retrieving revision 1.2
94 diff -u -r1.1 -r1.2
95 --- pidgin-2.10.8.ebuild 28 Jan 2014 17:05:37 -0000 1.1
96 +++ pidgin-2.10.8.ebuild 28 Jan 2014 17:56:46 -0000 1.2
97 @@ -1,11 +1,11 @@
98 # Copyright 1999-2014 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.10.8.ebuild,v 1.1 2014/01/28 17:05:37 polynomial-c Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.10.8.ebuild,v 1.2 2014/01/28 17:56:46 polynomial-c Exp $
102
103 EAPI=5
104
105 GENTOO_DEPEND_ON_PERL=no
106 -PYTHON_COMPAT=( python2_7 )
107 +PYTHON_COMPAT=( python2_7 python3_2 python3_3 )
108 inherit autotools flag-o-matic eutils toolchain-funcs multilib perl-app gnome2 python-single-r1
109
110 DESCRIPTION="GTK Instant Messenger client"
111 @@ -229,6 +229,11 @@
112 fi
113 use perl && fixlocalpod
114
115 + if use python || use dbus ; then
116 + python_optimize
117 + python_fix_shebang "${D}"
118 + fi
119 +
120 dodoc finch/plugins/pietray.py
121 docompress -x /usr/share/doc/${PF}/pietray.py