summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2004-11-12 20:22:51 +0000
committerAndrej Kacian <ticho@gentoo.org>2004-11-12 20:22:51 +0000
commit5c69d66a62d5ea24b64bbcc6a482e1cebd26861b (patch)
treedb2b9981e81086869130e7dcdbede4e47ef8f104 /net-mail/email
parent~amd64 (diff)
downloadhistorical-5c69d66a62d5ea24b64bbcc6a482e1cebd26861b.tar.gz
historical-5c69d66a62d5ea24b64bbcc6a482e1cebd26861b.tar.bz2
historical-5c69d66a62d5ea24b64bbcc6a482e1cebd26861b.zip
Install some more docs.
Diffstat (limited to 'net-mail/email')
-rw-r--r--net-mail/email/Manifest8
-rw-r--r--net-mail/email/email-2.3.0.ebuild3
2 files changed, 6 insertions, 5 deletions
diff --git a/net-mail/email/Manifest b/net-mail/email/Manifest
index c50102c10b9e..7ba46668354a 100644
--- a/net-mail/email/Manifest
+++ b/net-mail/email/Manifest
@@ -3,12 +3,12 @@ Hash: SHA1
MD5 6a166f5231a79ede75af78a613e02199 ChangeLog 355
MD5 8de99b994044666acebad8cf68a645b4 metadata.xml 326
-MD5 71c4d0d3dbf595e1faf571c21f300209 email-2.3.0.ebuild 915
+MD5 30c082c0b459719d6f50b9356e35e532 email-2.3.0.ebuild 963
MD5 7d522f333c5db99952f0d5e4a7d3796e files/digest-email-2.3.0 64
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
-iD8DBQFBlTZD10xuJSrg3/sRAtjOAJ9vJ7fTAgJi99T38TgmRJhHH19y5gCcC9HV
-MPBUph5n/t7TZV9HEawiD6U=
-=6u5Z
+iD8DBQFBlTfG10xuJSrg3/sRAiScAJ4vMFPSPuows5VJ7E4qeNDH8mhuswCbBYER
+GZE6HbgemzHXv/8ZXmxDELs=
+=aNU6
-----END PGP SIGNATURE-----
diff --git a/net-mail/email/email-2.3.0.ebuild b/net-mail/email/email-2.3.0.ebuild
index 25be95326562..32a743195395 100644
--- a/net-mail/email/email-2.3.0.ebuild
+++ b/net-mail/email/email-2.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/email/email-2.3.0.ebuild,v 1.1 2004/11/12 20:16:22 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/email/email-2.3.0.ebuild,v 1.2 2004/11/12 20:22:51 ticho Exp $
DESCRIPTION="Advanced CLI tool for sending email."
HOMEPAGE="http://email.cleancode.org"
@@ -23,6 +23,7 @@ src_compile() {
src_install() {
doman email.1
+ dodoc INSTALL quoted-printable.rfc RFC821 TODO
make DEST_DIR=${D} install || die "install failed"
}