summaryrefslogtreecommitdiff
blob: 7ef23da2fdbc79ff3b1e1bf0d3eab5e7393b78ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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 .
}