From d737101418e34b74c0737a704eaaa467e4441b13 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Sun, 21 Aug 2005 21:35:36 +0000 Subject: Added smtpmail ebuild svn path=/; revision=310 --- app-emacs/smtpmail/smtpmail-1.77.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 app-emacs/smtpmail/smtpmail-1.77.ebuild (limited to 'app-emacs/smtpmail/smtpmail-1.77.ebuild') 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 . +} + -- cgit v1.2.3-65-gdbad