Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/pyaim-t: pyaim-t-0.8.0.1.ebuild pyaim-t-0.8a.ebuild ChangeLog
Date: Tue, 28 May 2013 03:39:08
Message-Id: 20130528033905.8C99C2171D@flycatcher.gentoo.org
1 floppym 13/05/28 03:39:05
2
3 Modified: pyaim-t-0.8.0.1.ebuild pyaim-t-0.8a.ebuild
4 ChangeLog
5 Log:
6 Set python active version to 2.
7
8 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
9
10 Revision Changes Path
11 1.4 net-im/pyaim-t/pyaim-t-0.8.0.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pyaim-t/pyaim-t-0.8.0.1.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pyaim-t/pyaim-t-0.8.0.1.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pyaim-t/pyaim-t-0.8.0.1.ebuild?r1=1.3&r2=1.4
16
17 Index: pyaim-t-0.8.0.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-im/pyaim-t/pyaim-t-0.8.0.1.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- pyaim-t-0.8.0.1.ebuild 8 Oct 2011 16:34:54 -0000 1.3
24 +++ pyaim-t-0.8.0.1.ebuild 28 May 2013 03:39:05 -0000 1.4
25 @@ -1,8 +1,9 @@
26 -# Copyright 1999-2011 Gentoo Foundation
27 +# Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-im/pyaim-t/pyaim-t-0.8.0.1.ebuild,v 1.3 2011/10/08 16:34:54 phajdan.jr Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-im/pyaim-t/pyaim-t-0.8.0.1.ebuild,v 1.4 2013/05/28 03:39:05 floppym Exp $
31
32 EAPI="3"
33 +PYTHON_DEPEND="2"
34
35 inherit eutils python
36
37 @@ -25,6 +26,11 @@
38 webinterface? ( >=dev-python/nevow-0.4.1 )
39 >=dev-python/imaging-1.1"
40
41 +pkg_setup() {
42 + python_set_active_version 2
43 + python_pkg_setup
44 +}
45 +
46 src_prepare() {
47 epatch "${FILESDIR}/${P}-python26-warnings.patch"
48 }
49
50
51
52 1.9 net-im/pyaim-t/pyaim-t-0.8a.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pyaim-t/pyaim-t-0.8a.ebuild?rev=1.9&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pyaim-t/pyaim-t-0.8a.ebuild?rev=1.9&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pyaim-t/pyaim-t-0.8a.ebuild?r1=1.8&r2=1.9
57
58 Index: pyaim-t-0.8a.ebuild
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/net-im/pyaim-t/pyaim-t-0.8a.ebuild,v
61 retrieving revision 1.8
62 retrieving revision 1.9
63 diff -u -r1.8 -r1.9
64 --- pyaim-t-0.8a.ebuild 6 Jul 2010 16:06:48 -0000 1.8
65 +++ pyaim-t-0.8a.ebuild 28 May 2013 03:39:05 -0000 1.9
66 @@ -1,6 +1,6 @@
67 -# Copyright 1999-2010 Gentoo Foundation
68 +# Copyright 1999-2013 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 -# $Header: /var/cvsroot/gentoo-x86/net-im/pyaim-t/pyaim-t-0.8a.ebuild,v 1.8 2010/07/06 16:06:48 arfrever Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/net-im/pyaim-t/pyaim-t-0.8a.ebuild,v 1.9 2013/05/28 03:39:05 floppym Exp $
72
73 PYTHON_DEPEND="2"
74
75 @@ -23,6 +23,11 @@
76 webinterface? ( >=dev-python/nevow-0.4.1 )
77 >=dev-python/imaging-1.1"
78
79 +pkg_setup() {
80 + python_set_active_version 2
81 + python_pkg_setup
82 +}
83 +
84 src_unpack() {
85 unpack ${A} && cd "${S}" || die "unpack failed"
86
87
88
89
90 1.14 net-im/pyaim-t/ChangeLog
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pyaim-t/ChangeLog?rev=1.14&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pyaim-t/ChangeLog?rev=1.14&content-type=text/plain
94 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pyaim-t/ChangeLog?r1=1.13&r2=1.14
95
96 Index: ChangeLog
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo-x86/net-im/pyaim-t/ChangeLog,v
99 retrieving revision 1.13
100 retrieving revision 1.14
101 diff -u -r1.13 -r1.14
102 --- ChangeLog 17 Mar 2013 17:40:11 -0000 1.13
103 +++ ChangeLog 28 May 2013 03:39:05 -0000 1.14
104 @@ -1,6 +1,10 @@
105 # ChangeLog for net-im/pyaim-t
106 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
107 -# $Header: /var/cvsroot/gentoo-x86/net-im/pyaim-t/ChangeLog,v 1.13 2013/03/17 17:40:11 hwoarang Exp $
108 +# $Header: /var/cvsroot/gentoo-x86/net-im/pyaim-t/ChangeLog,v 1.14 2013/05/28 03:39:05 floppym Exp $
109 +
110 + 28 May 2013; Mike Gilbert <floppym@g.o> pyaim-t-0.8.0.1.ebuild,
111 + pyaim-t-0.8a.ebuild:
112 + Set python active version to 2.
113
114 17 Mar 2013; Markos Chandras <hwoarang@g.o> metadata.xml:
115 Add proxy-maintainers to metadata.xml