summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2006-12-19 19:51:10 +0000
committerAndrej Kacian <ticho@gentoo.org>2006-12-19 19:51:10 +0000
commite4fcecdf658a997629466f1aecd3b6ecf7166e92 (patch)
treec884fd5de51b3e31829853217b0ece8289bb7754 /net-mail/email
parentremove an unresponsive debian mirror (diff)
downloadgentoo-2-e4fcecdf658a997629466f1aecd3b6ecf7166e92.tar.gz
gentoo-2-e4fcecdf658a997629466f1aecd3b6ecf7166e92.tar.bz2
gentoo-2-e4fcecdf658a997629466f1aecd3b6ecf7166e92.zip
Version bump.
(Portage version: 2.1.2_rc3-r7)
Diffstat (limited to 'net-mail/email')
-rw-r--r--net-mail/email/ChangeLog7
-rw-r--r--net-mail/email/email-2.5.1.ebuild48
-rw-r--r--net-mail/email/files/digest-email-2.5.13
3 files changed, 57 insertions, 1 deletions
diff --git a/net-mail/email/ChangeLog b/net-mail/email/ChangeLog
index ef7b463138c8..45278b4dc0b3 100644
--- a/net-mail/email/ChangeLog
+++ b/net-mail/email/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-mail/email
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/email/ChangeLog,v 1.18 2006/10/12 01:28:45 ferdy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/email/ChangeLog,v 1.19 2006/12/19 19:51:10 ticho Exp $
+
+*email-2.5.1 (19 Dec 2006)
+
+ 19 Dec 2006; Andrej Kacian <ticho@gentoo.org> +email-2.5.1.ebuild:
+ Version bump.
12 Oct 2006; Fernando J. Pereda <ferdy@gentoo.org> email-2.5.0.ebuild:
Stable on alpha as per bug #149932
diff --git a/net-mail/email/email-2.5.1.ebuild b/net-mail/email/email-2.5.1.ebuild
new file mode 100644
index 000000000000..4d9569b31c2e
--- /dev/null
+++ b/net-mail/email/email-2.5.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/email/email-2.5.1.ebuild,v 1.1 2006/12/19 19:51:10 ticho Exp $
+
+DESCRIPTION="Advanced CLI tool for sending email."
+HOMEPAGE="http://email.cleancode.org"
+SRC_URI="http://email.cleancode.org/download/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="~alpha ~amd64 ~x86"
+IUSE=""
+
+DEPEND="virtual/libc"
+
+src_compile() {
+ local myconf=""
+
+ if [ -f /etc/rc.conf ]; then
+ . /etc/rc.conf
+ if [ x$CLOCK = "xUTC" ]; then
+ einfo "Using UTC timestamps (from /etc/rc.conf)"
+ myconf="${myconf} --with-utc"
+ fi
+ fi
+
+ sed -i -e "s:/doc/email-\${version}:/share/doc:" configure
+ sed -i -e "s:DIVIDER = '---':DIVIDER = '-- ':" email.conf
+
+ econf ${myconf} || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ doman email.1
+ dodoc INSTALL quoted-printable.rfc RFC821 TODO
+ make DESTDIR=${D} install || die "install failed"
+}
+
+pkg_preinst() {
+ rm ${D}/usr/share/doc/${P}/email.1
+}
+
+pkg_postinst() {
+ echo
+ einfo "Do not forget to edit /etc/email/email.conf file before using email."
+ echo
+}
diff --git a/net-mail/email/files/digest-email-2.5.1 b/net-mail/email/files/digest-email-2.5.1
new file mode 100644
index 000000000000..bdd3b77c18a3
--- /dev/null
+++ b/net-mail/email/files/digest-email-2.5.1
@@ -0,0 +1,3 @@
+MD5 efaa46a4cc4429819f5b9d413e385a41 email-2.5.1.tar.bz2 133143
+RMD160 08e159864b370bb3f35bd15e296884e7e3f05763 email-2.5.1.tar.bz2 133143
+SHA256 9b78d629df622cb01d90589a827357a7a518bdc4742b34a7c31f012620dcc51a email-2.5.1.tar.bz2 133143