Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 191053 - app-vim/vcscommand-0.1_beta19 version bump
Summary: app-vim/vcscommand-0.1_beta19 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Vim Maintainers
URL: http://www.vim.org/scripts/script.php...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-02 13:41 UTC by Elias Pipping (RETIRED)
Modified: 2007-09-06 13:03 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 Elias Pipping (RETIRED) gentoo-dev 2007-09-02 13:41:45 UTC
vcscommand beta19 was released on 2007/07/31.
Comment 1 Steve L 2007-09-02 13:50:18 UTC
Did you try changing the name of the ebuild, running "ebuild path/to/ebuild digest" in a local overlay and then emerging?

Use /usr/local/portage for a local overlay, and please see man 5 emerge and man portage.
Comment 2 Elias Pipping (RETIRED) gentoo-dev 2007-09-02 13:57:37 UTC
Thanks, I'm familiar with ebuild, emerge, etc.

Anything after beta16 is not yet mirrored, though, which is why a trivial move & re-digest is bound to fail.
Comment 3 Steve L 2007-09-05 05:17:12 UTC
(In reply to comment #2)
> Anything after beta16 is not yet mirrored, though, which is why a trivial 
> move & re-digest is bound to fail.
> 
OK, I guess what I'm asking is can you get an ebuild working? SRC_URI can be the project's download link, then if it works it's a lot less for a dev to do (ie just change SRC_URI which doesn't always happen, but I imagine would be sorted before it hit stable if not earlier, and whatever bug fixes come along.)
Comment 4 Elias Pipping (RETIRED) gentoo-dev 2007-09-05 06:14:09 UTC
This works:

% curl -o vcscommand.zip 'http://vim.sourceforge.net/scripts/download_script.php?src_id=7435'
% unzip vcscommand.zip 
% mv vcscommand vcscommand-0.1_beta19
% tar cjf vcscommand-0.1_beta19.tar.bz2 vcscommand-0.1_beta19 
< copy the tarball to distfiles, copy the ebuild & redigest >
Comment 5 Ali Polatel (RETIRED) gentoo-dev 2007-09-06 13:03:33 UTC
vcscommand-0.1_beta19 is in CVS. Thanks for reporting ;)