|
|
# Copyright 1999-2004 Gentoo Technologies, Inc. | # Copyright 1999-2004 Gentoo Technologies, Inc. |
# Distributed under the terms of the GNU General Public License v2 | # 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" | DESCRIPTION="Cream is an easy-to-use configuration of the GVim text editor" |
HOMEPAGE="http://cream.sourceforge.net" | HOMEPAGE="http://cream.sourceforge.net" |
|
|
IUSE="" | IUSE="" |
LICENSE="GPL-2" | LICENSE="GPL-2" |
SLOT="0" | SLOT="0" |
KEYWORDS="~x86 sparc ~ppc mips" |
KEYWORDS="~x86" |
| |
DEPEND="" | DEPEND="" |
RDEPEND=">=app-editors/gvim-6.2 | RDEPEND=">=app-editors/gvim-6.2 |
|
|
fi | fi |
done | done |
| |
# apply patches |
# change installation path |
cd ${S} | cd ${S} |
epatch ${FILESDIR}/${PN}-0.29-paths.patch |
sed -i "s:VIMRUNTIME:VIM:" cream |
epatch ${FILESDIR}/${PN}-0.29-desktop.patch |
sed -i "/let \$CREAM/s:VIMRUNTIME:VIM:" creamrc |
epatch ${FILESDIR}/${PN}-0.29-ctags.patch |
|
} | } |
| |
src_install() { | src_install() { |