diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-07-04 23:11:37 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-07-04 23:11:37 +0000 |
commit | 7f1ee06c2163a067082bd8b70b1516763e1fbce9 (patch) | |
tree | 93c231cabf7518b69f01fe408b302ca9d89bdc6c /net-mail/mailwrapper | |
parent | - added sendmail-8.13.4-r1 to correct place (diff) | |
download | historical-7f1ee06c2163a067082bd8b70b1516763e1fbce9.tar.gz historical-7f1ee06c2163a067082bd8b70b1516763e1fbce9.tar.bz2 historical-7f1ee06c2163a067082bd8b70b1516763e1fbce9.zip |
Also install as /usr/bin/rmail. Bug #97589.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-mail/mailwrapper')
-rw-r--r-- | net-mail/mailwrapper/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/mailwrapper/Manifest | 16 | ||||
-rw-r--r-- | net-mail/mailwrapper/mailwrapper-0.2.1-r1.ebuild | 3 |
3 files changed, 19 insertions, 5 deletions
diff --git a/net-mail/mailwrapper/ChangeLog b/net-mail/mailwrapper/ChangeLog index 9ee7ab6fefa3..1dd5733cab2b 100644 --- a/net-mail/mailwrapper/ChangeLog +++ b/net-mail/mailwrapper/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/mailwrapper # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailwrapper/ChangeLog,v 1.26 2005/05/16 14:54:58 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailwrapper/ChangeLog,v 1.27 2005/07/04 23:11:37 ticho Exp $ + + 04 Jul 2005; Andrej Kacian <ticho@gentoo.org> mailwrapper-0.2.1-r1.ebuild: + Install also as /usr/bin/rmail. Bug #97589. 16 May 2005; Grant Goodyear <g2boojum@gentoo.org> -mailwrapper-0.1.ebuild: Remove old ebuild. diff --git a/net-mail/mailwrapper/Manifest b/net-mail/mailwrapper/Manifest index 25f90c4cd4f6..77cac55442af 100644 --- a/net-mail/mailwrapper/Manifest +++ b/net-mail/mailwrapper/Manifest @@ -1,7 +1,17 @@ -MD5 5aed5b2f70932ad3ff6ec26726043b34 ChangeLog 3610 -MD5 1cbb27f2ad40f34ab4bf6fcbd808236b mailwrapper-0.2.1-r1.ebuild 939 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 6edaacd9daab647f36e7faf769ff97c2 mailwrapper-0.2.1.ebuild 1065 +MD5 51a87be0653f5ff6d8958864d7771f40 mailwrapper-0.2.1-r1.ebuild 981 +MD5 43be554eb94bc19385864baf919d7504 ChangeLog 3731 MD5 61e0d05b1306513aede2838fa81b05b5 metadata.xml 225 MD5 c4de20bdcd90709893f2ff3f7fb47752 files/digest-mailwrapper-0.2.1 65 -MD5 c4de20bdcd90709893f2ff3f7fb47752 files/digest-mailwrapper-0.2.1-r1 65 MD5 5c939a66d5ab4f20d6c17f35f90e328b files/mailer.conf 1489 +MD5 c4de20bdcd90709893f2ff3f7fb47752 files/digest-mailwrapper-0.2.1-r1 65 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCycI4QlM6RnzZP+IRAgx0AJ92359Zio9ro2ilC6Z14lrYQzUtagCeIErU +k4XMCOv6FEzV8SfdDYaShgE= +=BpxA +-----END PGP SIGNATURE----- diff --git a/net-mail/mailwrapper/mailwrapper-0.2.1-r1.ebuild b/net-mail/mailwrapper/mailwrapper-0.2.1-r1.ebuild index 287fc9722004..95daf38ed614 100644 --- a/net-mail/mailwrapper/mailwrapper-0.2.1-r1.ebuild +++ b/net-mail/mailwrapper/mailwrapper-0.2.1-r1.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/mailwrapper/mailwrapper-0.2.1-r1.ebuild,v 1.5 2005/05/16 09:43:45 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailwrapper/mailwrapper-0.2.1-r1.ebuild,v 1.6 2005/07/04 23:11:37 ticho Exp $ inherit toolchain-funcs @@ -27,6 +27,7 @@ src_install() { newsbin mailwrapper sendmail || die "mailwrapper binary not installed" dohard /usr/sbin/sendmail /usr/bin/newaliases dohard /usr/sbin/sendmail /usr/bin/mailq + dohard /usr/sbin/sendmail /usr/bin/rmail dosym /usr/sbin/sendmail /usr/lib/sendmail doman mailer.conf.5 mailwrapper.8 } |