Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 485852 - app-vim/vimoutliner - fix shebang for /usr/bin/otl2html.py (SyntaxError with python3)
Summary: app-vim/vimoutliner - fix shebang for /usr/bin/otl2html.py (SyntaxError with ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-24 12:46 UTC by kurlovitsch
Modified: 2017-08-25 09:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 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