Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 336437 - app-vim/tasklist new package
Summary: app-vim/tasklist new package
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Patrice Clement
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-08 12:57 UTC by Dirk Tilger
Modified: 2016-08-22 08:57 UTC (History)
2 users (show)

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


Attachments
vim tasklist (tasklist-1.0.1.ebuild,769 bytes, text/plain)
2010-09-08 12:59 UTC, Dirk Tilger
Details
tasklist-1.0.1.ebuild (tasklist-1.0.1.ebuild,443 bytes, text/plain)
2013-05-29 17:42 UTC, Michael Mair-Keimberger (iamnr3)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Tilger 2010-09-08 12:57:33 UTC
Tasklist is neat if you're dealing with very unprofessional code, since it greps out all the TODO and FIXME things that other people have noted in it.
Comment 1 Dirk Tilger 2010-09-08 12:59:55 UTC
Created attachment 246453 [details]
vim tasklist 

This is the official site:
http://www.vim.org/scripts/script.php?script_id=2607

This is where it has been recommended (for use cases):
http://blog.dispatched.ch/2009/05/24/vim-as-python-ide/
Comment 2 Michael Mair-Keimberger (iamnr3) 2013-05-29 17:42:19 UTC
Created attachment 349570 [details]
tasklist-1.0.1.ebuild

I've updated the ebuild: Shorter description, using github as source, eapi 5 and removed src_unpack()
Comment 3 Patrice Clement gentoo-dev 2016-08-22 08:57:23 UTC
commit ce00a82679eed3e5773f68587d5f6ab7bd3cc84b (HEAD -> master, origin/master, origin/HEAD)
Author:     Patrice Clement <monsieurp@gentoo.org>
AuthorDate: Mon Aug 22 10:55:28 2016 +0200
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Mon Aug 22 10:56:28 2016 +0200

app-vim/tasklist: Add tasklist vim plugin to the tree.

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

Package-Manager: portage-2.2.28

app-vim/tasklist/Manifest              |  1 +
app-vim/tasklist/metadata.xml          | 12 ++++++++++++
app-vim/tasklist/tasklist-1.0.1.ebuild | 20 ++++++++++++++++++++
3 files changed, 33 insertions(+)
create mode 100644 app-vim/tasklist/Manifest
create mode 100644 app-vim/tasklist/metadata.xml
create mode 100644 app-vim/tasklist/tasklist-1.0.1.ebuild

Enjoy!