Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7586 - updated KVim ebuild (KVim-6.1-141_rc2)
Summary: updated KVim ebuild (KVim-6.1-141_rc2)
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Hannes Mehnert (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-06 14:56 UTC by David Nielsen
Modified: 2011-10-30 22:38 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 David Nielsen 2002-09-06 14:56:45 UTC
# Copyright 2002 Thomas Capricelli <orzel@freehackers.org> 
# Distributed under the terms of the GNU General Public License, v2 or later 
# $Header: /home/cvsroot/gentoo-x86/app-editors/kvim/kvim-6.1.141_rc2.ebuild,v 
1.2 2002/08/14 18:36:02 murphy Exp $ 
 
inherit kde-base 
need-kde 3 
 
S="${WORKDIR}/${P//_}" 
DESCRIPTION="KDE editor based on vim" 
SRC_URI="http://www.freehackers.org/kvim/dl/kvim-6.1.141rc2.tar.bz2" 
HOMEPAGE="http://www.freehackers.org/kvim/" 
LICENSE="GPL-2" 
KEYWORDS="x86 sparc sparc64" 
 
myconf="$myconf --enable-gui=kde" 
 
src_compile() { 
 
    kde_src_compile myconf configure 
    cd $S 
    # emake does not work 
    make || die  
 
} 
 
src_install () { 
    kde_src_install 
    dodoc BUGS README.txt README_src.txt TODO kvim.lsm IDEAS README.kvim 
README_lang.txt README_unix.txt 
 
}
Comment 1 Dan Armak (RETIRED) gentoo-dev 2002-09-07 15:20:14 UTC
Hannes is handling kvim. 
Comment 2 Hannes Mehnert (RETIRED) gentoo-dev 2002-09-08 10:17:33 UTC
currently working on [gk ]vim, take a look at 
http://gentoo.org/~hannes/app-editors/ 
Comment 3 Hannes Mehnert (RETIRED) gentoo-dev 2002-09-13 04:32:29 UTC
committed kvim-6.1.141_rc2 (currently masked).  
thanks for submission.