# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Support for arch (tla) version control system for XEmacs. Warning: This is alpha software. " HOMEPAGE="http://xsteve.nit.at/prg/vc_arch/xtla.html" SRC_URI="http://download.gna.org/xtla-el/${P}.tar.gz" IUSE="" DEPEND=">=app-editors/xemacs-21.4.12 >=dev-util/tla-1.2-r2 >=app-xemacs/jde-1.43 " RDEPEND=">=app-editors/xemacs-21.4.12 >=dev-util/tla-1.2-r2 >=app-xemacs/jde-1.43 " S="${WORKDIR}/${P}" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~sparc ~alpha ~ppc" src_compile() { ./configure --with-emacs=xemacs --prefix=${D} || die "./configure failed" emake || die "emake failed" } src_install() { dodir /usr/lib/xemacs || die "dodir failed" emake install-pkg || die "emake install-pkg failed" }