diff options
author | Andrej Kacian <ticho@gentoo.org> | 2004-09-02 18:08:59 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2004-09-02 18:08:59 +0000 |
commit | c9cf72054b4456473dd78bb40f04f7d5e7085acc (patch) | |
tree | aa81d65b4b6e17d63ee3a9b1a709ff8f6d1dd200 /mail-mta/nbsmtp | |
parent | ppc stable profile update (diff) | |
download | historical-c9cf72054b4456473dd78bb40f04f7d5e7085acc.tar.gz historical-c9cf72054b4456473dd78bb40f04f7d5e7085acc.tar.bz2 historical-c9cf72054b4456473dd78bb40f04f7d5e7085acc.zip |
Version bump, closes #60274.
Diffstat (limited to 'mail-mta/nbsmtp')
-rw-r--r-- | mail-mta/nbsmtp/ChangeLog | 8 | ||||
-rw-r--r-- | mail-mta/nbsmtp/Manifest | 10 | ||||
-rw-r--r-- | mail-mta/nbsmtp/files/digest-nbsmtp-0.96 | 1 | ||||
-rw-r--r-- | mail-mta/nbsmtp/nbsmtp-0.96.ebuild | 36 |
4 files changed, 50 insertions, 5 deletions
diff --git a/mail-mta/nbsmtp/ChangeLog b/mail-mta/nbsmtp/ChangeLog index 6e005169923e..e27a1e0830e3 100644 --- a/mail-mta/nbsmtp/ChangeLog +++ b/mail-mta/nbsmtp/ChangeLog @@ -1,6 +1,12 @@ # 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.6 2004/09/01 17:11:06 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/ChangeLog,v 1.7 2004/09/02 18:08:59 ticho Exp $ + +*nbsmtp-0.96 (02 Sep 2004) + + 02 Sep 2004; Andrej Kacian <ticho@gentoo.org> +nbsmtp-0.96.ebuild: + Version bump. Closes #60274, ebuild submitted by Fernando J. Pereda + <ferdy@ferdyx.org>. *nbsmtp-0.92-r1 (01 Sep 2004) diff --git a/mail-mta/nbsmtp/Manifest b/mail-mta/nbsmtp/Manifest index 260a0a253129..d0bf1f45f95b 100644 --- a/mail-mta/nbsmtp/Manifest +++ b/mail-mta/nbsmtp/Manifest @@ -1,18 +1,20 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 6a3f6932e61468d52550909eea45f431 ChangeLog 1989 +MD5 87aa8f6518d247d725669bf0ce4be13a ChangeLog 2179 MD5 61094ffc33a0bacd15f626908873d90f nbsmtp-0.92-r1.ebuild 623 MD5 bd0e70cbb7f76e8927fcf241536bc854 nbsmtp-0.8.ebuild 592 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 MD5 12cf13b3289b587be4d731aa15f02640 nbsmtp-0.92.ebuild 636 +MD5 98a8f8f65d3a3a1f556ab0d60779348e nbsmtp-0.96.ebuild 802 MD5 e428ef7d3bc28b7f487c2eca0dbdf48e files/digest-nbsmtp-0.92-r1 63 MD5 699b53b1a713d738aa1008c6cd0b4f29 files/digest-nbsmtp-0.8 57 +MD5 96b4b06bf606b3d82f0c3121d55aad87 files/digest-nbsmtp-0.96 63 MD5 e428ef7d3bc28b7f487c2eca0dbdf48e files/digest-nbsmtp-0.92 63 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBNgK010xuJSrg3/sRAuB2AJ9eA4CWAz9JKnwcSyVzcHCB8HNyYwCdFLzh -k/g1otoeZ1R4g5l1e0VtrJw= -=Mgof +iD8DBQFBN2HO10xuJSrg3/sRAoTZAJ90BSctTuFRZEZxUJ0zZJxWpSW+NwCfaO3T +FfKzEyP1C4y+Csum8LqoK6g= +=WzCf -----END PGP SIGNATURE----- diff --git a/mail-mta/nbsmtp/files/digest-nbsmtp-0.96 b/mail-mta/nbsmtp/files/digest-nbsmtp-0.96 new file mode 100644 index 000000000000..b933c35e9021 --- /dev/null +++ b/mail-mta/nbsmtp/files/digest-nbsmtp-0.96 @@ -0,0 +1 @@ +MD5 42d65a96119067353423f94e3c89837e nbsmtp-0.96.tar.bz2 82891 diff --git a/mail-mta/nbsmtp/nbsmtp-0.96.ebuild b/mail-mta/nbsmtp/nbsmtp-0.96.ebuild new file mode 100644 index 000000000000..aa42074f0ce2 --- /dev/null +++ b/mail-mta/nbsmtp/nbsmtp-0.96.ebuild @@ -0,0 +1,36 @@ +# 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.1 2004/09/02 18:08:59 ticho 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" +LICENSE="GPL-2" +IUSE="ssl ipv6 debug" + +DEPEND="virtual/glibc + ssl? ( dev-libs/openssl )" + +PROVIDE="virtual/mta" + +src_compile() { + local myconf + + use ipv6 && myconf="${myconf} --enable-inet6" + + econf `use_enable ssl` \ + `use_enable debug` \ + ${myconf} || die + + make || die +} + +src_install() { + dodir /usr/bin + dobin nbsmtp + doman nbsmtprc.5 nbsmtp.8 + dodoc INSTALL DOCS Doxyfile +} |