Gentoo Archives: gentoo-commits

From: "Maxim Koltsov (maksbotan)" <maksbotan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/rrdtool: rrdtool-1.4.7.ebuild ChangeLog
Date: Sat, 09 Jun 2012 13:30:21
Message-Id: 20120609133011.C5A032004B@flycatcher.gentoo.org
1 maksbotan 12/06/09 13:30:11
2
3 Modified: rrdtool-1.4.7.ebuild ChangeLog
4 Log:
5 Return SUPPORT_PYTHON_ABIS to 1.4.7, patch by Arfrever
6
7 (Portage version: 2.1.10.64/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-analyzer/rrdtool/rrdtool-1.4.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.7.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.7.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.7.ebuild?r1=1.1&r2=1.2
15
16 Index: rrdtool-1.4.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.7.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- rrdtool-1.4.7.ebuild 2 Jun 2012 14:13:16 -0000 1.1
23 +++ rrdtool-1.4.7.ebuild 9 Jun 2012 13:30:11 -0000 1.2
24 @@ -1,11 +1,12 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.7.ebuild,v 1.1 2012/06/02 14:13:16 maksbotan Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.7.ebuild,v 1.2 2012/06/09 13:30:11 maksbotan Exp $
29
30 EAPI="4"
31
32 GENTOO_DEPEND_ON_PERL="no"
33 PYTHON_DEPEND="python? 2"
34 +SUPPORT_PYTHON_ABIS="1"
35 RESTRICT_PYTHON_ABIS="3.* *-jython"
36
37 inherit eutils distutils flag-o-matic multilib perl-module autotools
38 @@ -40,10 +41,7 @@
39 DISTUTILS_SETUP_FILES=("bindings/python|setup.py")
40
41 pkg_setup() {
42 - if use python; then
43 - python_set_active_version 2
44 - python_pkg_setup
45 - fi
46 + use python && python_pkg_setup
47 }
48
49 src_prepare() {
50
51
52
53 1.227 net-analyzer/rrdtool/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/ChangeLog?rev=1.227&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/ChangeLog?rev=1.227&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/ChangeLog?r1=1.226&r2=1.227
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v
62 retrieving revision 1.226
63 retrieving revision 1.227
64 diff -u -r1.226 -r1.227
65 --- ChangeLog 2 Jun 2012 14:13:16 -0000 1.226
66 +++ ChangeLog 9 Jun 2012 13:30:11 -0000 1.227
67 @@ -1,6 +1,9 @@
68 # ChangeLog for net-analyzer/rrdtool
69 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.226 2012/06/02 14:13:16 maksbotan Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.227 2012/06/09 13:30:11 maksbotan Exp $
72 +
73 + 09 Jun 2012; Maxim Koltsov <maksbotan@g.o> rrdtool-1.4.7.ebuild:
74 + Return SUPPORT_PYTHON_ABIS to 1.4.7, patch by Arfrever
75
76 *rrdtool-1.4.7 (02 Jun 2012)