diff options
author | Jason Wever <weeve@gentoo.org> | 2004-10-23 19:11:20 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-10-23 19:11:20 +0000 |
commit | fa351310277b2a52cc4e0be7cdf8e99b3254f651 (patch) | |
tree | 870f9d2b20347f6683e979e5ea44a260a2d72613 /mail-mta/nbsmtp | |
parent | Marked ~amd64, see #68633. (diff) | |
download | historical-fa351310277b2a52cc4e0be7cdf8e99b3254f651.tar.gz historical-fa351310277b2a52cc4e0be7cdf8e99b3254f651.tar.bz2 historical-fa351310277b2a52cc4e0be7cdf8e99b3254f651.zip |
Added ~sparc keyword.
Diffstat (limited to 'mail-mta/nbsmtp')
-rw-r--r-- | mail-mta/nbsmtp/ChangeLog | 5 | ||||
-rw-r--r-- | mail-mta/nbsmtp/Manifest | 22 | ||||
-rw-r--r-- | mail-mta/nbsmtp/nbsmtp-0.96.ebuild | 4 |
3 files changed, 12 insertions, 19 deletions
diff --git a/mail-mta/nbsmtp/ChangeLog b/mail-mta/nbsmtp/ChangeLog index bc113a541ec6..918972b775f7 100644 --- a/mail-mta/nbsmtp/ChangeLog +++ b/mail-mta/nbsmtp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-mta/nbsmtp # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/ChangeLog,v 1.9 2004/09/12 15:38:42 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/ChangeLog,v 1.10 2004/10/23 19:11:20 weeve Exp $ + + 23 Oct 2004; Jason Wever <weeve@gentoo.org> nbsmtp-0.96.ebuild: + Added ~sparc keyword. 12 Sep 2004; Tom Martin <slarti@gentoo.org> nbsmtp-0.96.ebuild: Marked ~amd64, resolves bug 59160. Thanks to Fernando J. Pereda diff --git a/mail-mta/nbsmtp/Manifest b/mail-mta/nbsmtp/Manifest index d6a28be1e576..9377b1c1aa5d 100644 --- a/mail-mta/nbsmtp/Manifest +++ b/mail-mta/nbsmtp/Manifest @@ -1,20 +1,10 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 61094ffc33a0bacd15f626908873d90f nbsmtp-0.92-r1.ebuild 623 +MD5 c4551756a998651ae49a606670841749 ChangeLog 2549 +MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 MD5 bd0e70cbb7f76e8927fcf241536bc854 nbsmtp-0.8.ebuild 592 MD5 12cf13b3289b587be4d731aa15f02640 nbsmtp-0.92.ebuild 636 -MD5 81b166eb3eb9d93ee45fc7f451752480 ChangeLog 2458 -MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 -MD5 f6bf23a3e9c63cc88d3f73f1740de096 nbsmtp-0.96.ebuild 809 -MD5 e428ef7d3bc28b7f487c2eca0dbdf48e files/digest-nbsmtp-0.92-r1 63 +MD5 61094ffc33a0bacd15f626908873d90f nbsmtp-0.92-r1.ebuild 623 +MD5 364d4d119a60ff5c696bae97f2c32bef nbsmtp-0.96.ebuild 815 +MD5 699b53b1a713d738aa1008c6cd0b4f29 files/digest-nbsmtp-0.8 57 MD5 e428ef7d3bc28b7f487c2eca0dbdf48e files/digest-nbsmtp-0.92 63 +MD5 e428ef7d3bc28b7f487c2eca0dbdf48e files/digest-nbsmtp-0.92-r1 63 MD5 96b4b06bf606b3d82f0c3121d55aad87 files/digest-nbsmtp-0.96 63 -MD5 699b53b1a713d738aa1008c6cd0b4f29 files/digest-nbsmtp-0.8 57 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBRG2SCHk4+ZoBpvsRAiKdAJ0f2YcqTgLSLSCw+ypV9+Zltq9oMACfbRDH -7tEIaSl0hF3oYb875llfpXs= -=p06g ------END PGP SIGNATURE----- diff --git a/mail-mta/nbsmtp/nbsmtp-0.96.ebuild b/mail-mta/nbsmtp/nbsmtp-0.96.ebuild index a48e4af9c1fd..ee0b0bded231 100644 --- a/mail-mta/nbsmtp/nbsmtp-0.96.ebuild +++ b/mail-mta/nbsmtp/nbsmtp-0.96.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/nbsmtp-0.96.ebuild,v 1.3 2004/09/12 15:38:42 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/nbsmtp-0.96.ebuild,v 1.4 2004/10/23 19:11:20 weeve Exp $ DESCRIPTION="Extremely simple MTA to get mail off the system to a relayhost" SRC_URI="http://www.gentoo-es.org/~ferdy/${P}.tar.bz2" HOMEPAGE="http://nbsmtp.ferdyx.org" SLOT="0" -KEYWORDS="~x86 ~ppc ~hppa ~amd64" +KEYWORDS="~x86 ~ppc ~hppa ~amd64 ~sparc" LICENSE="GPL-2" IUSE="ssl ipv6 debug" |