diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-04-20 23:21:11 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-04-20 23:21:11 +0000 |
commit | d12549565c0408a82df233f9aa20a4a4f373ff28 (patch) | |
tree | ab4c01e722774c935bf270ac3905c103e7871fca /net-mail | |
parent | Removed pmask for gcvs because it has been removed from the tree. (diff) | |
download | historical-d12549565c0408a82df233f9aa20a4a4f373ff28.tar.gz historical-d12549565c0408a82df233f9aa20a4a4f373ff28.tar.bz2 historical-d12549565c0408a82df233f9aa20a4a4f373ff28.zip |
Version bump. Add check and configure switch for UTC clock.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/email/ChangeLog | 10 | ||||
-rw-r--r-- | net-mail/email/Manifest | 20 | ||||
-rw-r--r-- | net-mail/email/email-2.3.3.ebuild | 14 | ||||
-rw-r--r-- | net-mail/email/email-2.3.4.ebuild | 48 | ||||
-rw-r--r-- | net-mail/email/files/digest-email-2.3.4 | 1 |
5 files changed, 81 insertions, 12 deletions
diff --git a/net-mail/email/ChangeLog b/net-mail/email/ChangeLog index dc404bd2bf90..05aa66d55da7 100644 --- a/net-mail/email/ChangeLog +++ b/net-mail/email/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for net-mail/email # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/email/ChangeLog,v 1.8 2005/04/10 23:56:22 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/email/ChangeLog,v 1.9 2005/04/20 23:21:11 ticho Exp $ + +*email-2.3.4 (20 Apr 2005) + + 20 Apr 2005; Andrej Kacian <ticho@gentoo.org> email-2.3.3.ebuild, + +email-2.3.4.ebuild: + Version bump. Added check for CLOCK="UTC" in /etc/rc.conf, in which case we + turn on UTC timestamps (--with-utc). Introduced this to 2.3.3 as well, since + that's the release this feature has been added in. 10 Apr 2005; Marcus D. Hanwell <cryos@gentoo.org> email-2.3.2.ebuild: Stable on amd64, closes bug 87257. diff --git a/net-mail/email/Manifest b/net-mail/email/Manifest index 1f2ee13b44d2..a9cab52ab1e6 100644 --- a/net-mail/email/Manifest +++ b/net-mail/email/Manifest @@ -1,18 +1,20 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 4899e93d9f8615d282e1ad6eef0adea4 email-2.3.3.ebuild 938 -MD5 8eedf4de603f1b16bdc17cb77aa834f0 email-2.3.0.ebuild 962 -MD5 b193a3ce261a0c6626b39c65c0b86fb0 email-2.3.2.ebuild 936 -MD5 0c51373aaa7b11e7c59c61f3e262b511 ChangeLog 1267 +MD5 ff27f9a9659fa8b9a8a01606948f71df ChangeLog 1597 +MD5 9421583ab1e2335641f34e5f356d5c98 email-2.3.4.ebuild 1140 +MD5 8cbf3cdf2f0f3da42c5a0ac818e81aa6 email-2.3.3.ebuild 1140 MD5 850ad3e7c3a77515ca7545c20870b45f metadata.xml 326 -MD5 7d522f333c5db99952f0d5e4a7d3796e files/digest-email-2.3.0 64 -MD5 d8ffee20e1c04fcca266bed7dd3546ad files/digest-email-2.3.2 64 +MD5 b193a3ce261a0c6626b39c65c0b86fb0 email-2.3.2.ebuild 936 +MD5 8eedf4de603f1b16bdc17cb77aa834f0 email-2.3.0.ebuild 962 MD5 a3a13329231f4835c89b9885dcf7079c files/digest-email-2.3.3 64 +MD5 50e6309f5632062f7f20d2e9eb6703c9 files/digest-email-2.3.4 64 +MD5 d8ffee20e1c04fcca266bed7dd3546ad files/digest-email-2.3.2 64 +MD5 7d522f333c5db99952f0d5e4a7d3796e files/digest-email-2.3.0 64 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCWb1TntT9W3vfTuoRAoeCAKC0caaeoFBZW4/FMPaBZepZCkaNCgCeLxI1 -Gozam7maDJWJG86GR6NnCUY= -=vzov +iD8DBQFCZuPyQlM6RnzZP+IRAonKAJ0WXEFfiesarGZeUNKt7AqdvL/6JwCgglWT +8ygT+4AqNR+T6z4kYxUv/H0= +=0OwG -----END PGP SIGNATURE----- diff --git a/net-mail/email/email-2.3.3.ebuild b/net-mail/email/email-2.3.3.ebuild index 1f401d0f62ec..46ebb72f5493 100644 --- a/net-mail/email/email-2.3.3.ebuild +++ b/net-mail/email/email-2.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/email/email-2.3.3.ebuild,v 1.1 2005/04/06 14:02:55 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/email/email-2.3.3.ebuild,v 1.2 2005/04/20 23:21:11 ticho Exp $ DESCRIPTION="Advanced CLI tool for sending email." HOMEPAGE="http://email.cleancode.org" @@ -14,10 +14,20 @@ 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 || die "econf failed" + econf ${myconf} || die "econf failed" emake || die "emake failed" } diff --git a/net-mail/email/email-2.3.4.ebuild b/net-mail/email/email-2.3.4.ebuild new file mode 100644 index 000000000000..7837e60d181a --- /dev/null +++ b/net-mail/email/email-2.3.4.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/email/email-2.3.4.ebuild,v 1.1 2005/04/20 23:21:11 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="~x86 ~amd64" +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.3.4 b/net-mail/email/files/digest-email-2.3.4 new file mode 100644 index 000000000000..222c4aff03f0 --- /dev/null +++ b/net-mail/email/files/digest-email-2.3.4 @@ -0,0 +1 @@ +MD5 6ced0bebeb6897e9bb975bb02b66b5ae email-2.3.4.tar.bz2 133767 |