# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ E_SNAP_DATE="2009-07-29" inherit enlightenment DESCRIPTION="graphical layout and animation library" HOMEPAGE="http://www.enlightenment.org/pages/edje.html" IUSE="vim-syntax" RDEPEND="=x11-libs/evas-0.9.9.062 =x11-libs/ecore-0.9.9.062 >=dev-libs/eet-1.1.0 =dev-libs/embryo-0.9.9.062" DEPEND=">=dev-util/pkgconfig-0.9.0" src_unpack() { enlightenment_src_unpack cd "${S}" epatch "${FILESDIR}"/no_hardcoded_tmp.diff } MY_ECONF="$(use_with vim-syntax vim /usr/share/vim)" src_install() { if use vim-syntax ; then insinto /usr/share/vim/vimfiles/syntax/ doins data/edc.vim edc.vim fi enlightenment_src_install }