Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
maksbotan 12/06/09 13:30:11
Modified: rrdtool-1.4.7.ebuild ChangeLog
Log:
Return SUPPORT_PYTHON_ABIS to 1.4.7, patch by Arfrever
(Portage version: 2.1.10.64/cvs/Linux x86_64)
Revision Changes Path
1.2 net-analyzer/rrdtool/rrdtool-1.4.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.7.ebuild?r1=1.1&r2=1.2
Index: rrdtool-1.4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rrdtool-1.4.7.ebuild 2 Jun 2012 14:13:16 -0000 1.1
+++ rrdtool-1.4.7.ebuild 9 Jun 2012 13:30:11 -0000 1.2
@@ -1,11 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.7.ebuild,v 1.1 2012/06/02 14:13:16 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.7.ebuild,v 1.2 2012/06/09 13:30:11 maksbotan Exp $
EAPI="4"
GENTOO_DEPEND_ON_PERL="no"
PYTHON_DEPEND="python? 2"
+SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
inherit eutils distutils flag-o-matic multilib perl-module autotools
@@ -40,10 +41,7 @@
DISTUTILS_SETUP_FILES=("bindings/python|setup.py")
pkg_setup() {
- if use python; then
- python_set_active_version 2
- python_pkg_setup
- fi
+ use python && python_pkg_setup
}
src_prepare() {
1.227 net-analyzer/rrdtool/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/ChangeLog?rev=1.227&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/ChangeLog?rev=1.227&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/rrdtool/ChangeLog?r1=1.226&r2=1.227
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -r1.226 -r1.227
--- ChangeLog 2 Jun 2012 14:13:16 -0000 1.226
+++ ChangeLog 9 Jun 2012 13:30:11 -0000 1.227
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/rrdtool
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.226 2012/06/02 14:13:16 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.227 2012/06/09 13:30:11 maksbotan Exp $
+
+ 09 Jun 2012; Maxim Koltsov <maksbotan@g.o> rrdtool-1.4.7.ebuild:
+ Return SUPPORT_PYTHON_ABIS to 1.4.7, patch by Arfrever
*rrdtool-1.4.7 (02 Jun 2012)
|
|