summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2013-07-04 07:53:00 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2013-07-04 07:53:00 +0000
commit1129f56a943ec3d3cb9411da95030c5f9a924eae (patch)
tree7e1aed85532d44b0ec51e54c516647ac97fbe3df /app-vim/python-mode
parentversion bump, drop old (diff)
downloadgentoo-2-1129f56a943ec3d3cb9411da95030c5f9a924eae.tar.gz
gentoo-2-1129f56a943ec3d3cb9411da95030c5f9a924eae.tar.bz2
gentoo-2-1129f56a943ec3d3cb9411da95030c5f9a924eae.zip
Use bundled rope wrt #475686 by neumond <knifeslaughter@gmail.com>
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 0x5D21B852895192F9)
Diffstat (limited to 'app-vim/python-mode')
-rw-r--r--app-vim/python-mode/ChangeLog8
-rw-r--r--app-vim/python-mode/python-mode-0.6.18-r2.ebuild (renamed from app-vim/python-mode/python-mode-0.6.18-r1.ebuild)5
2 files changed, 10 insertions, 3 deletions
diff --git a/app-vim/python-mode/ChangeLog b/app-vim/python-mode/ChangeLog
index 01ed06e2ddb3..fdf83ec23960 100644
--- a/app-vim/python-mode/ChangeLog
+++ b/app-vim/python-mode/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-vim/python-mode
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/python-mode/ChangeLog,v 1.7 2013/06/30 13:48:23 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/python-mode/ChangeLog,v 1.8 2013/07/04 07:53:00 xarthisius Exp $
+
+*python-mode-0.6.18-r2 (04 Jul 2013)
+
+ 04 Jul 2013; Kacper Kowalik <xarthisius@gentoo.org>
+ +python-mode-0.6.18-r2.ebuild, -python-mode-0.6.18-r1.ebuild:
+ Use bundled rope wrt #475686 by neumond <knifeslaughter@gmail.com>
*python-mode-0.6.18-r1 (30 Jun 2013)
diff --git a/app-vim/python-mode/python-mode-0.6.18-r1.ebuild b/app-vim/python-mode/python-mode-0.6.18-r2.ebuild
index 093373650fd0..b2bfe7c2987b 100644
--- a/app-vim/python-mode/python-mode-0.6.18-r1.ebuild
+++ b/app-vim/python-mode/python-mode-0.6.18-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/python-mode/python-mode-0.6.18-r1.ebuild,v 1.1 2013/06/30 13:48:23 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/python-mode/python-mode-0.6.18-r2.ebuild,v 1.1 2013/07/04 07:53:00 xarthisius Exp $
EAPI=5
@@ -28,7 +28,8 @@ RDEPEND="
src_prepare() {
# debundling fun
- rm -rf pylibs/pylama/{pep8.py,pyflakes} pylibs/{autopep8.py,rope,ropemode}
+ rm -rf pylibs/pylama/{pep8.py,pyflakes} pylibs/{autopep8.py}
+ #rm -rf pylibs/{rope,ropemode} #475686
sed -e 's/from .pep8/from pep8/g' \
-e 's/from .pyflakes/from pyflakes/g' \
-i pylibs/pylama/utils.py || die