--- zile-2.0.7.ebuild.orig 2005-07-25 15:58:26.000000000 -0500 +++ zile-2.0.0.ebuild 2005-07-25 15:57:11.000000000 -0500 @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.0.7.ebuild,v 1.1 2005/07/06 19:24:34 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.0.0.ebuild,v 1.2 2005/03/05 14:38:18 usata Exp $ inherit eutils @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~alpha ~ppc ~amd64" -IUSE="" +IUSE="livecd" RDEPEND="sys-libs/libtermcap-compat" DEPEND="${RDEPEND} @@ -41,4 +41,7 @@ install || die dodoc AUTHORS HISTORY KNOWNBUGS NEWS README* TODO + if use livecd; then + dosym /usr/bin/zile /usr/bin/emacs + fi }