diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2005-05-03 11:59:00 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2005-05-03 11:59:00 +0000 |
commit | 11044a72a5d8d5803ac63f3b64a1f6cd37071a38 (patch) | |
tree | ec11d40aaccd46c0142b2eab0df40662db6ee34d /mail-mta | |
parent | Apply changes (doc fixes) previously made to 2.4.7-r1 to the 2.6.1 ebuild. (diff) | |
download | historical-11044a72a5d8d5803ac63f3b64a1f6cd37071a38.tar.gz historical-11044a72a5d8d5803ac63f3b64a1f6cd37071a38.tar.bz2 historical-11044a72a5d8d5803ac63f3b64a1f6cd37071a38.zip |
keyworded 0.99 ~alpha
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/nbsmtp/ChangeLog | 5 | ||||
-rw-r--r-- | mail-mta/nbsmtp/Manifest | 10 | ||||
-rw-r--r-- | mail-mta/nbsmtp/nbsmtp-0.99.ebuild | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/mail-mta/nbsmtp/ChangeLog b/mail-mta/nbsmtp/ChangeLog index 3f1d2d5e7d04..8b10f5db95e7 100644 --- a/mail-mta/nbsmtp/ChangeLog +++ b/mail-mta/nbsmtp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-mta/nbsmtp # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/ChangeLog,v 1.20 2005/05/02 23:43:45 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/ChangeLog,v 1.21 2005/05/03 11:59:00 ferdy Exp $ + + 03 May 2005; Fernando J. Pereda <ferdy@gentoo.org> nbsmtp-0.99.ebuild: + keyworded 0.99 ~alpha *nbsmtp-0.99-r1 (02 May 2005) *nbsmtp-0.99 (02 May 2005) diff --git a/mail-mta/nbsmtp/Manifest b/mail-mta/nbsmtp/Manifest index 10532302e24e..2b06802fe733 100644 --- a/mail-mta/nbsmtp/Manifest +++ b/mail-mta/nbsmtp/Manifest @@ -4,8 +4,8 @@ Hash: SHA1 MD5 62a08f03f2896feac3b7547606c7ddf4 nbsmtp-0.98.ebuild 849 MD5 9dd2e50dc83a84f395ea49d77562ca65 nbsmtp-0.99-r1.ebuild 1356 MD5 d0974b01a66d78f685f38dcffbd0144f nbsmtp-0.98-r1.ebuild 1364 -MD5 1e1cbe100e36e2cae045805c6f29974a nbsmtp-0.99.ebuild 874 -MD5 bc7944d88302be0728abb7885dc59c38 ChangeLog 4193 +MD5 3375d094fd32d69efc9baf3c94106413 nbsmtp-0.99.ebuild 881 +MD5 6e1b6bd11aa1c2fe8455c2bab0c2291c ChangeLog 4291 MD5 2fc9863fa18fa7e25fedaa87a92a3c43 metadata.xml 259 MD5 961b6dc8a63bc79755fec60255097c0e files/wrapper-nbsmtp 380 MD5 58c75e9e9d9e915802e95794f16c2f32 files/nbqueue 1756 @@ -17,7 +17,7 @@ MD5 3533060b1f277b5d74140ebf8c87a9ad files/digest-nbsmtp-0.99 64 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCdrtAViELBEf1JB0RAs5eAJ4ntLnOdzfV7YzGx1JO0ygJSQQlWwCfZGDS -Jv2ZJl2eeR9NDCVPm/RRUds= -=Q/pC +iD8DBQFCd2ecViELBEf1JB0RAt1QAJ9AUyPcfLOggvXdV32GC3bp6hmb7ACeIEDd +emIE1BgwrZXWm7K6NAHKlHk= +=FeIG -----END PGP SIGNATURE----- diff --git a/mail-mta/nbsmtp/nbsmtp-0.99.ebuild b/mail-mta/nbsmtp/nbsmtp-0.99.ebuild index 67fdbc430ae0..9836b70ccb08 100644 --- a/mail-mta/nbsmtp/nbsmtp-0.99.ebuild +++ b/mail-mta/nbsmtp/nbsmtp-0.99.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/mail-mta/nbsmtp/nbsmtp-0.99.ebuild,v 1.1 2005/05/02 23:43:45 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/nbsmtp-0.99.ebuild,v 1.2 2005/05/03 11:59:00 ferdy 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" @@ -8,7 +8,7 @@ SRC_URI="http://www.gentoo-es.org/~ferdy/${P}.tar.bz2" HOMEPAGE="http://nbsmtp.ferdyx.org" SLOT="0" -KEYWORDS="~x86 ~ppc ~hppa ~amd64 ~sparc" +KEYWORDS="~x86 ~ppc ~hppa ~amd64 ~sparc ~alpha" LICENSE="GPL-2" IUSE="ssl ipv6 debug" |