Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 142593 - add use flag for "vimgdb" to vim
Summary: add use flag for "vimgdb" to vim
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
: 189432 255486 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-08-02 18:09 UTC by George Nychis
Modified: 2010-09-27 00:32 UTC (History)
4 users (show)

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


Attachments
vimgdb_ebuilds.tar.bz2 (vimgdb_ebuilds.tar.bz2,15.17 KB, application/octet-stream)
2007-09-09 02:56 UTC, Ivan Trombley
Details
gvim-7.2.ebuild (gvim-7.2.ebuild,1.18 KB, text/plain)
2009-10-25 09:43 UTC, Samuel
Details
vim-7.2.ebuild (vim-7.2.ebuild,977 bytes, text/plain)
2009-10-25 09:43 UTC, Samuel
Details
vimgdb-1.14.ebuild (vimgdb-1.14.ebuild,957 bytes, text/plain)
2009-10-25 09:45 UTC, Samuel
Details
vim.eclass (vim.eclass,25.40 KB, text/plain)
2009-10-25 09:45 UTC, Samuel
Details
vimgdb ebuilds tarball (vimgdb.tgz,10.23 KB, text/plain)
2009-10-25 09:46 UTC, Samuel
Details
old vim-core ebuild file (vim-core-7.2.ebuild,345 bytes, text/plain)
2010-01-13 15:26 UTC, Samuel
Details
add to vim-core to tgz file (vimgdb.tgz,10.47 KB, text/plain)
2010-01-13 15:30 UTC, Samuel
Details
vim-core-7.2.ebuild file (vim-core-7.2.ebuild,818 bytes, text/plain)
2010-01-14 12:58 UTC, Samuel
Details
vimgdb ebuilds tarball (vimgdb.tgz,10.39 KB, text/plain)
2010-01-14 13:01 UTC, Samuel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description George Nychis 2006-08-02 18:09:10 UTC
Hi,

I would like to submit a request for an additional use flag for VIM.  I would like the flag to be "vimgdb" and add support for vimgdb to vim when building it.

vimgdb is a source code patch for vim and can be found here:
http://sourceforge.net/project/showfiles.php?group_id=111038&package_id=120238

Either x86 or ~x86 would be great.

Thank you!
George
Comment 1 Mike Kelly (RETIRED) gentoo-dev 2006-09-13 23:33:44 UTC
It isn't exactly clear what this patch does from its webpage. Does it just add some commands and syntax highlighting to vim for running gdb? What does it do that couldn't be done simply with some .vim scripts?

Would any of the scripts found at: http://www.vim.org/scripts/script_search_results.php?keywords=gdb&script_type=&order_by=rating&direction=descending&search=search do the same thing? I'd be much more comfortable with adding an ebuild for one of those to the tree than with adding a patch to the core vim executable.

What do the other vim herd folks think?
Comment 2 Mike Kelly (RETIRED) gentoo-dev 2006-09-22 12:47:46 UTC
Okay, I'm closing this bug, since I don't really see the need for this to be in portage, and the package itself seems rather immature (first release only a few weeks ago), and not very useful to most people (no one else seems to have voiced any interest in it).
Comment 3 Nathan Ekstrom 2007-01-04 13:23:36 UTC
Here is another vote for getting it added as an option.  It may seem immature but it works and is rock solid.  Every one where I work uses it.
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2007-08-19 08:51:59 UTC
*** Bug 189432 has been marked as a duplicate of this bug. ***
Comment 5 Ivan Trombley 2007-09-08 22:09:10 UTC
Here's a better link with more information.

http://clewn.sourceforge.net/

I would also like to have access to this from portage.
Comment 6 Ivan Trombley 2007-09-09 02:56:24 UTC
Created attachment 130388 [details]
vimgdb_ebuilds.tar.bz2

Here's a set of ebuilds I procured from gentleman named Ali Polatel and modified to work with the latest vim and vimGdb.

You can get his original files by executing "svn co svn://svn.nonlogic.org/hawking/hawking-overlay".
Comment 7 hiyuh 2007-09-09 06:59:07 UTC
(In reply to comment #6)
> Created an attachment (id=130388) [edit]
> vimgdb_ebuilds.tar.bz2
>
> Here's a set of ebuilds I procured from gentleman named Ali Polatel and
> modified to work with the latest vim and vimGdb.
>
> You can get his original files by executing "svn co
> svn://svn.nonlogic.org/hawking/hawking-overlay".

THX for let me know.
FYI, see "1.b. Common Ebuild Submission Mistakes" [1]
 "Please please please do not attach ebuilds as tarballs. Attach patches separately as well so we can easily examine them."
-----
[1] http://www.gentoo.org/proj/en/devrel/handbook/hb-guide-common-mistakes.xml
Comment 8 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-01-20 15:54:18 UTC
*** Bug 255486 has been marked as a duplicate of this bug. ***
Comment 9 Samuel 2009-10-25 09:43:19 UTC
Created attachment 208182 [details]
gvim-7.2.ebuild

little fixed for vim-7.2
store in ${OVERLAY}/app-editors/gvim/
Comment 10 Samuel 2009-10-25 09:43:52 UTC
Created attachment 208183 [details]
vim-7.2.ebuild

little fixed for vim-7.2
store in ${OVERLAY}/app-editors/vim/
Comment 11 Samuel 2009-10-25 09:45:05 UTC
Created attachment 208185 [details]
vimgdb-1.14.ebuild

little fixed for vim-7.2
store in ${OVERLAY}/app-vim/vimgdb/
Comment 12 Samuel 2009-10-25 09:45:58 UTC
Created attachment 208187 [details]
vim.eclass

little fixed for vim-7.2
store in ${OVERLAY}/eclass/
Comment 13 Samuel 2009-10-25 09:46:42 UTC
Created attachment 208188 [details]
vimgdb ebuilds tarball

tarball for all files
Comment 14 Samuel 2010-01-13 15:26:11 UTC
Created attachment 216360 [details]
old vim-core ebuild file

add this file to ${OVERLAY}/app-editors/vim-core/
Comment 15 Samuel 2010-01-13 15:30:17 UTC
Created attachment 216363 [details]
add to vim-core to tgz file

update the tarball
Comment 16 Samuel 2010-01-14 12:58:34 UTC
Created attachment 216492 [details]
vim-core-7.2.ebuild file

update failed file
Comment 17 Samuel 2010-01-14 13:01:48 UTC
Created attachment 216493 [details]
vimgdb ebuilds tarball

update the failed vimgdb ebuilds tarball