--- cream-0.29-r1.ebuild 2004-06-15 21:08:15.834191375 +0200 +++ cream-0.30.ebuild 2004-06-15 21:37:18.699294208 +0200 @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/cream/cream-0.29-r1.ebuild,v 1.3 2004/05/12 15:50:23 ciaranm Exp $ +# $Header: $ -inherit vim-plugin eutils +inherit vim-plugin DESCRIPTION="Cream is an easy-to-use configuration of the GVim text editor" HOMEPAGE="http://cream.sourceforge.net" @@ -15,7 +15,7 @@ IUSE="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 sparc ~ppc mips" +KEYWORDS="~x86" DEPEND="" RDEPEND=">=app-editors/gvim-6.2 @@ -36,11 +36,10 @@ fi done - # apply patches + # change installation path cd ${S} - epatch ${FILESDIR}/${PN}-0.29-paths.patch - epatch ${FILESDIR}/${PN}-0.29-desktop.patch - epatch ${FILESDIR}/${PN}-0.29-ctags.patch + sed -i "s:VIMRUNTIME:VIM:" cream + sed -i "/let \$CREAM/s:VIMRUNTIME:VIM:" creamrc } src_install() {