Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 485852

Summary: app-vim/vimoutliner - fix shebang for /usr/bin/otl2html.py (SyntaxError with python3)
Product: Gentoo Linux Reporter: kurlovitsch
Component: Current packagesAssignee: Vim Maintainers <vim>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description kurlovitsch 2013-09-24 12:46:52 UTC
For Python 3 must be [print ("hello world")], not [print  "hello world"]
Comment 1 Patrice Clement (RETIRED) gentoo-dev 2017-08-25 09:05:17 UTC
commit db40b5d1780cd0d64a0e4c63e2fc06ffc7360d87 (HEAD -> master, origin/master, origin/HEAD)
Author:     Patrice Clement <monsieurp@gentoo.org>
AuthorDate: Fri Aug 25 10:28:46 2017 +0200
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Fri Aug 25 10:30:04 2017 +0200

app-vim/vimoutliner: fix shebangs in multiple python scripts.

Gentoo-Bug: https://bugs.gentoo.org/485852

Package-Manager: Portage-2.3.6, Repoman-2.3.1

.../files/vimoutliner-0.3.6-fix-shebangs.patch     | 21 ++++++++++
app-vim/vimoutliner/vimoutliner-0.3.6-r1.ebuild    | 48 ++++++++++++++++++++++
2 files changed, 69 insertions(+)
create mode 100644 app-vim/vimoutliner/files/vimoutliner-0.3.6-fix-shebangs.patch
create mode 100644 app-vim/vimoutliner/vimoutliner-0.3.6-r1.ebuild