summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Goodyear <g2boojum@gentoo.org>2004-06-06 18:45:30 +0000
committerGrant Goodyear <g2boojum@gentoo.org>2004-06-06 18:45:30 +0000
commit0335655796f601ece7029040a0296041eb2cc41c (patch)
tree1713fe09f791c7a36f2d7bcd4813aa745b9e83bf /mail-client
parentversion bump (bug #51876) (diff)
downloadhistorical-0335655796f601ece7029040a0296041eb2cc41c.tar.gz
historical-0335655796f601ece7029040a0296041eb2cc41c.tar.bz2
historical-0335655796f601ece7029040a0296041eb2cc41c.zip
Version bump
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/nail/ChangeLog7
-rw-r--r--mail-client/nail/Manifest6
-rw-r--r--mail-client/nail/files/digest-nail-10.71
-rw-r--r--mail-client/nail/nail-10.7.ebuild58
4 files changed, 69 insertions, 3 deletions
diff --git a/mail-client/nail/ChangeLog b/mail-client/nail/ChangeLog
index bf0f429c200e..fd9f225a08af 100644
--- a/mail-client/nail/ChangeLog
+++ b/mail-client/nail/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-mail/nail
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/nail/ChangeLog,v 1.2 2004/06/04 09:07:44 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/nail/ChangeLog,v 1.3 2004/06/06 18:45:30 g2boojum Exp $
+
+*nail-10.7 (06 Jun 2004)
+
+ 06 Jun 2004; Grant Goodyear <g2boojum@gentoo.org> +nail-10.7.ebuild:
+ Version bump, thanks to Steph L and scootersmk (Bug # 53096).
04 Jun 2004; David Holm <dholm@gentoo.org> nail-9.30.ebuild:
Added to ~ppc.
diff --git a/mail-client/nail/Manifest b/mail-client/nail/Manifest
index f41800ce0856..abf3978eb5f3 100644
--- a/mail-client/nail/Manifest
+++ b/mail-client/nail/Manifest
@@ -1,4 +1,6 @@
-MD5 0418fb3b08dd338b4ba2e72eddf9143d ChangeLog 1092
-MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161
+MD5 8d52eee038786dcca3ae2e9ce6b6b253 nail-10.7.ebuild 2147
MD5 3222b7fc818b590fef183749e565d719 nail-9.30.ebuild 2181
+MD5 46311ffcb97264ff30344db2066cf47b ChangeLog 1256
+MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161
+MD5 27d928aaebf2ccd3a13caefad9648ff5 files/digest-nail-10.7 62
MD5 7e34958d8627a2cf4e1097009af12d90 files/digest-nail-9.30 61
diff --git a/mail-client/nail/files/digest-nail-10.7 b/mail-client/nail/files/digest-nail-10.7
new file mode 100644
index 000000000000..24b4d6f44686
--- /dev/null
+++ b/mail-client/nail/files/digest-nail-10.7
@@ -0,0 +1 @@
+MD5 a361b4ab34ce04e0a15ea4fbc8e4a414 nail-10.7.tar.bz2 155312
diff --git a/mail-client/nail/nail-10.7.ebuild b/mail-client/nail/nail-10.7.ebuild
new file mode 100644
index 000000000000..a8835e718011
--- /dev/null
+++ b/mail-client/nail/nail-10.7.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/nail/nail-10.7.ebuild,v 1.1 2004/06/06 18:45:30 g2boojum Exp $
+
+S=${WORKDIR}/${P}
+
+DESCRIPTION="Nail is a mail user agent derived from Berkeley Mail 8.1 and contains builtin support for MIME messages."
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+HOMEPAGE="http://nail.sourceforge.net/"
+DEPEND="virtual/glibc"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~x86 ~sparc ~ppc"
+IUSE=""
+
+src_compile() {
+ econf \
+ --with-mailspool=~/.maildir || die "configure failed"
+
+ emake || die "emake failed"
+}
+
+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
+}
+
+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"
+}