Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 53605 Details for
Bug 85414
vimbrowser-1.1.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
modified vimbrowser-1.1.ebuild
vimbrowser-1.1.ebuild (text/plain), 1.10 KB, created by
Moshe Kamensky
on 2005-03-16 01:26:55 UTC
(
hide
)
Description:
modified vimbrowser-1.1.ebuild
Filename:
MIME Type:
Creator:
Moshe Kamensky
Created:
2005-03-16 01:26:55 UTC
Size:
1.10 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit vim-plugin > >DESCRIPTION="vim plugin: use vim as a web browser" >HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1053" >LICENSE="vim" >KEYWORDS="~x86" >IUSE="minimal" >PROVIDES="virtual/textbrowser" > >RDEPEND="|| ( >=app-editors/vim-6.3 >=app-editors/gvim-6.3 ) > >=dev-lang/perl-5.8.0 > >=dev-perl/libwww-perl-5.79 > >=dev-perl/URI-1.35 > >=dev-perl/HTML-Tree-3.17 > >=app-vim/synmark-0.2" > >src_install() { > # install the extras > if ! useq minimal ; then > cp -r ${S}/extra/* ${S} > fi > rm -rf ${S}/extra > # install executables > dobin ${S}/bin/vimbrowse > dosym /usr/bin/{,g}vimbrowse > doman ${S}/bin/vimbrowse.1.gz > dosym /usr/share/man/man1/{,g}vimbrowse.1.gz > rm -rf ${S}/bin > # install the rest > vim-plugin_src_install >} > >pkg_postinst() { > vim-plugin_pkg_postinst > einfo " " > einfo "Scripts for running vim in browser mode are installed as " > einfo "'vimbrowse' and 'gvimbrowse'. See 'man vimbrowse' for details" > einfo " " >} > >VIM_PLUGIN_HELPFILES="browser.txt" >VIM_PLUGIN_MESSAGES="filetype" >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 85414
:
53564
|
53565
| 53605 |
53606
|
53609