# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit elisp IUSE="" DESCRIPTION="Emacs client API for del.icio.us" HOMEPAGE="http://www.wjsullivan.net/code/delicious-el.html" SRC_URI="http://www.gunnarwrobel.de/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND="virtual/emacs app-emacs/w3 app-emacs/url-cvs" SITEFILE=50delicious-gentoo.el S="${WORKDIR}/${PN}-el" src_compile() { cd ${S} EMACSLOADPATH="/usr/share/emacs/site-lisp/planner/:/usr/share/emacs/site-lisp/muse/:/usr/share/emacs/site-lisp/url/:/usr/share/emacs/21.4/lisp/:${S}" elisp-compile *.el || die } src_install() { cd ${S} dodoc README elisp-install ${PN} *.el *.elc elisp-site-file-install ${FILESDIR}/${SITEFILE} } pkg_postinst() { elisp-site-regen } pkg_postrm() { elisp-site-regen }