# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ ECVS_SERVER="anoncvs.gnome.org:/cvs/gnome" ECVS_MODULE="nautilus-vcs" inherit eutils inherit cvs DEPEND="$DEPEND dev-util/cvs" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" SRC_URI="" DESCRIPTION="CVS extension for Nautilus." HOMEPAGE="http://www.gnome.org/" IUSE="" src_compile() { ${WORKDIR}/${PN}/autogen.sh emake || die "emake failed" } src_install() { cd ${WORKDIR}/../ einstall || die `pwd` }