Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119176 - app-vim/vim-spell-ru ebuild
Summary: app-vim/vim-spell-ru ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-01-16 02:26 UTC by Evgeniy Dushistov
Modified: 2006-01-17 16:07 UTC (History)
1 user (show)

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


Attachments
vim-spell-ru-20060116.ebuild (vim-spell-ru-20060116.ebuild,362 bytes, text/plain)
2006-01-16 02:27 UTC, Evgeniy Dushistov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Evgeniy Dushistov 2006-01-16 02:26:14 UTC
Ebuild for vim-spell-ru package in attachment,

to create distfile for it you  can use such script

#!/bin/sh

SPELL_RU=vim-spell-ru-20060116

mkdir /tmp/${SPELL_RU}
cd /tmp/${SPELL_RU}
wget -c --proxy=off ftp://ftp.vim.org/pub/vim/unstable/runtime/spell/README_ru.txt
wget -c --proxy=off ftp://ftp.vim.org/pub/vim/unstable/runtime/spell/ru*.spl
cd ..
tar cjvf ${SPELL_RU}.tar.bz2 ${SPELL_RU}
rm -fr ${SPELL_RU}
Comment 1 Evgeniy Dushistov 2006-01-16 02:27:29 UTC
Created attachment 77240 [details]
vim-spell-ru-20060116.ebuild
Comment 2 Ciaran McCreesh 2006-01-16 06:20:35 UTC
Hrm, do we have any Russian speaking developers or am I going to end up maintaining this one?
Comment 3 Peter Volkov (RETIRED) gentoo-dev 2006-01-17 12:43:05 UTC
If nobody objects, I'll take it. I'll commit it today or tomorrow...
Comment 4 Ciaran McCreesh 2006-01-17 12:48:03 UTC
All yours.
Comment 5 Peter Volkov (RETIRED) gentoo-dev 2006-01-17 16:07:33 UTC
vim-spell-ru is in cvs.