summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-05 02:45:41 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-05 02:45:41 +0000
commit50fd407cdc95fcef73e913e71b90e7daeebf53b6 (patch)
tree8875ea9189f76fc2a41081412d95313dfa8ffd41 /net-mail/nail
parentheader fix; whitespace cleanup (diff)
downloadhistorical-50fd407cdc95fcef73e913e71b90e7daeebf53b6.tar.gz
historical-50fd407cdc95fcef73e913e71b90e7daeebf53b6.tar.bz2
historical-50fd407cdc95fcef73e913e71b90e7daeebf53b6.zip
whitespace cleanup
Diffstat (limited to 'net-mail/nail')
-rw-r--r--net-mail/nail/Manifest2
-rw-r--r--net-mail/nail/nail-9.30.ebuild61
2 files changed, 31 insertions, 32 deletions
diff --git a/net-mail/nail/Manifest b/net-mail/nail/Manifest
index 0b641837afea..1941b67a412b 100644
--- a/net-mail/nail/Manifest
+++ b/net-mail/nail/Manifest
@@ -1,4 +1,4 @@
-MD5 5ed8f9bdd731fe8bd70df0819ab82157 nail-9.30.ebuild 2298
MD5 ac4682bd16785149304ea36f690eaa09 ChangeLog 846
+MD5 94f35a484f3ea4cf4df5b3f4a422fce7 nail-9.30.ebuild 2178
MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161
MD5 7e34958d8627a2cf4e1097009af12d90 files/digest-nail-9.30 61
diff --git a/net-mail/nail/nail-9.30.ebuild b/net-mail/nail/nail-9.30.ebuild
index 98d847281b3e..31f57eeedce0 100644
--- a/net-mail/nail/nail-9.30.ebuild
+++ b/net-mail/nail/nail-9.30.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/nail/nail-9.30.ebuild,v 1.9 2003/02/13 14:34:47 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/nail/nail-9.30.ebuild,v 1.10 2003/09/05 02:45:39 msterret Exp $
S=${WORKDIR}/${P}
@@ -22,38 +22,37 @@ src_compile() {
}
src_install () {
- #add smtp flag to nail.rc so that it uses smtp by default (making it
- #essentially mailer independent
- echo -e "\n#use smtp on the local system by default. Change" >> nail.rc
- echo -e "#\"localhost\" to your smtp server if you use a remote" >> nail.rc
- echo -e "#smtp server. (Delete this line to use sendmail instead)" >> nail.rc
- echo -e "set smtp=localhost" >> nail.rc
-
- make DESTDIR=${D} install || die "install failed"
- dodoc AUTHORS COPYING I18N INSTALL README
- dodir /bin
- dosym /usr/bin/nail /bin/mail
- dosym /usr/bin/nail /usr/bin/mail
- dosym /usr/bin/nail /usr/bin/Mail
+ #add smtp flag to nail.rc so that it uses smtp by default (making it
+ #essentially mailer independent
+ echo -e "\n#use smtp on the local system by default. Change" >> nail.rc
+ echo -e "#\"localhost\" to your smtp server if you use a remote" >> nail.rc
+ echo -e "#smtp server. (Delete this line to use sendmail instead)" >> nail.rc
+ echo -e "set smtp=localhost" >> nail.rc
+
+ make DESTDIR=${D} install || die "install failed"
+ dodoc AUTHORS COPYING I18N INSTALL README
+ dodir /bin
+ dosym /usr/bin/nail /bin/mail
+ dosym /usr/bin/nail /usr/bin/mail
+ dosym /usr/bin/nail /usr/bin/Mail
}
pkg_postinst () {
- echo -e "\nNOTE: The nail mailer does _not_ support maildir format.\n" \
- " It is best to use nail only for outgoing mail, and\n" \
- " really only use it for scripts that require it.\n\n" \
- "NOTE: This build has ~/.maildir compiled in as the\n" \
- " mail spool directory (for incoming mail).\n" \
- " Nail will work for sending outgoing mail even if\n" \
- " the mail spool directory does not exist.\n\n" \
- "NOTE: When used to send mail via a remote smtp server\n" \
- " nail does not require a local mail transfer agent.\n" \
- " ISP smtp servers tend to have names like\n" \
- " mail.ispname.com\n" \
- " or\n" \
- " smtp.ispname.com.\n" \
- " If you do not wish to use a remote smtp server,\n" \
- " then you WILL have to install a mta such as sendmail,\n" \
- " postfix, exim, etcetera.\n"
-
+ echo -e "\nNOTE: The nail mailer does _not_ support maildir format.\n" \
+ " It is best to use nail only for outgoing mail, and\n" \
+ " really only use it for scripts that require it.\n\n" \
+ "NOTE: This build has ~/.maildir compiled in as the\n" \
+ " mail spool directory (for incoming mail).\n" \
+ " Nail will work for sending outgoing mail even if\n" \
+ " the mail spool directory does not exist.\n\n" \
+ "NOTE: When used to send mail via a remote smtp server\n" \
+ " nail does not require a local mail transfer agent.\n" \
+ " ISP smtp servers tend to have names like\n" \
+ " mail.ispname.com\n" \
+ " or\n" \
+ " smtp.ispname.com.\n" \
+ " If you do not wish to use a remote smtp server,\n" \
+ " then you WILL have to install a mta such as sendmail,\n" \
+ " postfix, exim, etcetera.\n"
}