Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 105265 Details for
Bug 159815
app-vim/vim-ris-1.2.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-vim/vim-ris-1.2 ebuild
vim-ris-1.2.ebuild (text/plain), 866 bytes, created by
Gour
on 2007-01-03 00:12:20 UTC
(
hide
)
Description:
app-vim/vim-ris-1.2 ebuild
Filename:
MIME Type:
Creator:
Gour
Created:
2007-01-03 00:12:20 UTC
Size:
866 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-vim/vimoutliner/vimoutliner-0.3.4.ebuild,v 1.1 2005/12/17 03:47:49 ciaranm Exp $ > >inherit vim-plugin > >DESCRIPTION="vim plugin: editing RIS files" >HOMEPAGE="http://refdb.sourceforge.net/vim.html/" >SRC_URI="http://refdb.sourceforge.net/source/${P}.tar.gz" >LICENSE="GPL-2" >KEYWORDS="~amd64" >IUSE="" > >VIM_PLUGIN_HELPFILES="vim-ris" >VIM_PLUGIN_MESSAGES="filetype" > >src_unpack() { > unpack ${A} > cd ${S} > find ${S} -type f | xargs chmod a+r >} > >src_compile() { > local myconf="--with-vim-dir=/usr/share/vim/vim70" > econf ${myconf} || "Configure failed" > emake || "make failed" >} > >src_install() { > > cd ${S} > p=/usr/share/vim/vimfiles > for d in doc ftdetect ftplugin syntax ; do > dodir ${p}/${d} > cp -R ${d} ${D}/${p}/ > done >} >
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 159815
: 105265