# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit elisp IUSE="" DESCRIPTION="A major mode for editing C/C++ files" HOMEPAGE="http://cc-mode.sourceforge.net" SRC_URI="http://download.sourceforge.net/cc-mode/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND="" RDEPEND="" SITEFILE="50${PN}-gentoo.el" src_compile() { elisp-comp *.el || die makeinfo ${PN}.texi || die } src_install() { elisp-install ${PN} *.el *.elc || die elisp-site-file-install ${FILESDIR}/${SITEFILE} dodoc README NEWS doinfo ${PN}.info } pkg_postinst() { elisp-site-regen } pkg_postrm() { elisp-site-regen }