summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-09-05 18:47:18 +0000
committerMichał Górny <mgorny@gentoo.org>2013-09-05 18:47:18 +0000
commit3bb57f82aa57bfc5715bc94f8a5f3da49819679b (patch)
treefa993e0746f787e750d16f99761d3d5de34753c5 /dev-python/ipython
parentadd threads useflag by backporting upstream fix (diff)
downloadgentoo-2-3bb57f82aa57bfc5715bc94f8a5f3da49819679b.tar.gz
gentoo-2-3bb57f82aa57bfc5715bc94f8a5f3da49819679b.tar.bz2
gentoo-2-3bb57f82aa57bfc5715bc94f8a5f3da49819679b.zip
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/ipython')
-rw-r--r--dev-python/ipython/ChangeLog6
-rw-r--r--dev-python/ipython/ipython-0.13.2.ebuild4
-rw-r--r--dev-python/ipython/ipython-1.0.0.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog
index d66e5182f34f..826f3189a953 100644
--- a/dev-python/ipython/ChangeLog
+++ b/dev-python/ipython/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/ipython
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.121 2013/08/28 08:07:42 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.122 2013/09/05 18:47:03 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> ipython-0.13.2.ebuild,
+ ipython-1.0.0.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
28 Aug 2013; Kacper Kowalik <xarthisius@gentoo.org> ipython-1.0.0.ebuild:
Use pure ln to fix path for PREFIX
diff --git a/dev-python/ipython/ipython-0.13.2.ebuild b/dev-python/ipython/ipython-0.13.2.ebuild
index cf94c2956023..7c8b3bc82b33 100644
--- a/dev-python/ipython/ipython-0.13.2.ebuild
+++ b/dev-python/ipython/ipython-0.13.2.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.13.2.ebuild,v 1.7 2013/08/27 20:00:41 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.13.2.ebuild,v 1.8 2013/09/05 18:47:03 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
PYTHON_REQ_USE='readline,sqlite'
inherit distutils-r1 elisp-common eutils virtualx
diff --git a/dev-python/ipython/ipython-1.0.0.ebuild b/dev-python/ipython/ipython-1.0.0.ebuild
index 1ac8e67280c8..9cb83f826bc9 100644
--- a/dev-python/ipython/ipython-1.0.0.ebuild
+++ b/dev-python/ipython/ipython-1.0.0.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-1.0.0.ebuild,v 1.8 2013/08/28 08:07:42 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-1.0.0.ebuild,v 1.9 2013/09/05 18:47:03 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
PYTHON_REQ_USE='readline,sqlite'
inherit distutils-r1 elisp-common eutils virtualx