diff options
Diffstat (limited to 'app-emacs/smtpmail/smtpmail-1.77.ebuild')
-rw-r--r-- | app-emacs/smtpmail/smtpmail-1.77.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app-emacs/smtpmail/smtpmail-1.77.ebuild b/app-emacs/smtpmail/smtpmail-1.77.ebuild new file mode 100644 index 0000000..fca49d6 --- /dev/null +++ b/app-emacs/smtpmail/smtpmail-1.77.ebuild @@ -0,0 +1,23 @@ +# 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" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +DEPEND="virtual/emacs" + +SITEFILE=50smtpmail.el +S="${WORKDIR}" + +src_unpack() { + cd ${S} + cp ${FILESDIR}/*.el . +} + |