Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 100286 | Differences between
and this patch

Collapse All | Expand All

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

Return to bug 100286