diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2004-03-18 18:39:54 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2004-03-18 18:39:54 +0000 |
commit | 86e983e467fc39268abe70c673c24598fdfc29e7 (patch) | |
tree | 7431f93f349ed7e46e3e27a561b5f2d80f2d970a /net-mail | |
parent | (no commit message) (diff) | |
download | historical-86e983e467fc39268abe70c673c24598fdfc29e7.tar.gz historical-86e983e467fc39268abe70c673c24598fdfc29e7.tar.bz2 historical-86e983e467fc39268abe70c673c24598fdfc29e7.zip |
Added ~alpha
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mailwrapper/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/mailwrapper/Manifest | 4 | ||||
-rw-r--r-- | net-mail/mailwrapper/mailwrapper-0.1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-mail/mailwrapper/ChangeLog b/net-mail/mailwrapper/ChangeLog index 65cfc983ab9c..6ecf7962d2c3 100644 --- a/net-mail/mailwrapper/ChangeLog +++ b/net-mail/mailwrapper/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/mailwrapper # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailwrapper/ChangeLog,v 1.5 2004/03/18 12:33:49 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailwrapper/ChangeLog,v 1.6 2004/03/18 18:39:54 g2boojum Exp $ + + 18 Mar 2004; Grant Goodyear <g2boojum@hotmail.com> mailwrapper-0.1.ebuild: + Added ~alpha. My sincere apologies for all of the archs I broke yesterday! 18 Mar 2004; David Holm <dholm@gentoo.org> mailwrapper-0.1.ebuild: Added to ~ppc. diff --git a/net-mail/mailwrapper/Manifest b/net-mail/mailwrapper/Manifest index 4d2e96dcd500..94ca276d7555 100644 --- a/net-mail/mailwrapper/Manifest +++ b/net-mail/mailwrapper/Manifest @@ -1,4 +1,4 @@ -MD5 f7ff43d7b5e1f0140e2bef987286c860 ChangeLog 988 -MD5 771f623fba6a65d254069784f19c6d96 mailwrapper-0.1.ebuild 707 +MD5 da11b1a8f7c89f354e07bc1b8cdd4f7e mailwrapper-0.1.ebuild 717 +MD5 ed3b53f96668964c5b729caafa264e83 ChangeLog 1147 MD5 400acb577753ba81c395228d89ff8d10 metadata.xml 221 MD5 e12f843189ba4a3b6f9a1d94877da1f3 files/digest-mailwrapper-0.1 63 diff --git a/net-mail/mailwrapper/mailwrapper-0.1.ebuild b/net-mail/mailwrapper/mailwrapper-0.1.ebuild index 7e3410702c4d..fac48f331abd 100644 --- a/net-mail/mailwrapper/mailwrapper-0.1.ebuild +++ b/net-mail/mailwrapper/mailwrapper-0.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailwrapper/mailwrapper-0.1.ebuild,v 1.5 2004/03/18 12:33:49 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailwrapper/mailwrapper-0.1.ebuild,v 1.6 2004/03/18 18:39:54 g2boojum Exp $ DESCRIPTION="Program to invoke an appropriate MTA based on a config file" HOMEPAGE="http://www.gentoo.org/" SRC_URI="mirror://gentoo/${P}.tbz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~sparc ~mips ~ppc" +KEYWORDS="~x86 ~sparc ~mips ~ppc ~alpha" IUSE="" DEPEND="" S=${WORKDIR}/${P} |