Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 104021 - app-editors/virus (new package)
Summary: app-editors/virus (new package)
Status: RESOLVED WONTFIX
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, REVIEWED
Depends on:
Blocks:
 
Reported: 2005-08-28 05:01 UTC by Adrian Frühwirth
Modified: 2005-09-22 12:12 UTC (History)
0 users

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


Attachments
virus-0.0.6.ebuild (virus-0.0.6.ebuild,576 bytes, text/plain)
2005-08-28 05:02 UTC, Adrian Frühwirth
Details
virus-0.0.6.ebuild (virus-0.0.6.ebuild,675 bytes, text/plain)
2005-08-28 12:55 UTC, Adrian Frühwirth
Details
virus-0.0.6.patch (virus-0.0.6.patch,1.24 KB, text/plain)
2005-08-28 12:57 UTC, Adrian Frühwirth
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Frühwirth 2005-08-28 05:01:36 UTC
"VIrus (VI resembling utility skeleton) was originally taken from busybox and
stripped of most unrelated stuff. The intention is to provide a pure, minimalist
VI implementation that allows you to switch off shell-escaping and other
security risks by default, and allow the admin to offer an interim user to just
have a vi as login-shell on a certain host, while allowing others to work with a
resource-sensitive and small vi implementation for your OS bootdisks."
(see http://freshmeat.net/projects/virus/)
Comment 1 Adrian Frühwirth 2005-08-28 05:02:16 UTC
Created attachment 67060 [details]
virus-0.0.6.ebuild
Comment 2 Ciaran McCreesh 2005-08-28 10:11:46 UTC
Please fix the following and reopen:

* No need to DEPEND upon libc.
* Any reason you're using make over emake? If so, please include a comment
saying why it's necessary.
* You need to switch the makefile to use tc-getCC rather than hard-coding gcc.
Comment 3 Adrian Frühwirth 2005-08-28 12:55:56 UTC
Created attachment 67109 [details]
virus-0.0.6.ebuild

removed libc dependency, made use of emake, tc-getCC
Comment 4 Adrian Frühwirth 2005-08-28 12:57:30 UTC
Created attachment 67110 [details]
virus-0.0.6.patch
Comment 5 Adrian Frühwirth 2005-08-28 12:58:40 UTC
Comment on attachment 67110 [details]
virus-0.0.6.patch

fixed CC and CFLAGS related stuff, removed unnecessary screen output
Comment 6 Adrian Frühwirth 2005-08-28 13:01:25 UTC
Updated ebuild
Comment 7 Ciaran McCreesh 2005-08-31 17:43:38 UTC
Moving this to the Vim herd. Is this segfaulting and dying lots for other people
too? For example, :e ~/.bashrc ...
Comment 8 Ciaran McCreesh 2005-09-22 12:12:01 UTC
Ok, closing this one as WONTFIX for now. I can't use this thing reliably without
getting segfaults.