# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emacs/elscreen/elscreen-1.3.2.ebuild,v 1.3 2005/09/29 05:23:49 josejx Exp $ inherit elisp DESCRIPTION="VM addon by Robert Widhopf-Fenk. Automatically change headers/body of a message depending on the headers of the replied/forwarded/composed message." HOMEPAGE="http://www.robf.de/Hacking/elisp/index.html" SRC_URI="http://www.robf.de/Hacking/elisp/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~sparc" DEPEND="virtual/emacs sys-apps/texinfo app-emacs/vm" IUSE="" SITEFILE=50${PN}-gentoo.el S="${WORKDIR}/${P}" src_install() { doinfo vm-pcrisis.info dodoc vm-pcrisis.texi elisp-install ${PN} *.{el,elc} elisp-site-file-install ${FILESDIR}/${SITEFILE} } src_compile() { elisp-compile *.el } pkg_postinst() { elisp-site-regen einfo "Please see ${PN}.texi for the complete documentation." } pkg_postrm() { elisp-site-regen }