# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit elisp IUSE="" DESCRIPTION="CVS version of the smtp library for emaces" HOMEPAGE="http://josefsson.org/emacs-rfc2554.html" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND="virtual/emacs" SITEFILE=50smtpmail.el S="${WORKDIR}" src_unpack() { cd ${S} cp ${FILESDIR}/{smtpmail,netrc}.el . }