diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2005-08-01 13:17:18 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2005-08-01 13:17:18 +0000 |
commit | b1d340dfdddc3b6fa56855755703070929219eb4 (patch) | |
tree | 51aa8a62dbbf7414a4b65b696e6a4124b8d01dc4 | |
parent | p.mask nbsmtp-1.00-r1 (diff) | |
download | historical-b1d340dfdddc3b6fa56855755703070929219eb4.tar.gz historical-b1d340dfdddc3b6fa56855755703070929219eb4.tar.bz2 historical-b1d340dfdddc3b6fa56855755703070929219eb4.zip |
mailer.eclass aware ebuild
Package-Manager: portage-2.0.51.22-r2
-rw-r--r-- | mail-mta/nbsmtp/ChangeLog | 7 | ||||
-rw-r--r-- | mail-mta/nbsmtp/Manifest | 20 | ||||
-rw-r--r-- | mail-mta/nbsmtp/files/digest-nbsmtp-1.00-r1 | 1 | ||||
-rw-r--r-- | mail-mta/nbsmtp/nbsmtp-1.00-r1.ebuild | 49 |
4 files changed, 72 insertions, 5 deletions
diff --git a/mail-mta/nbsmtp/ChangeLog b/mail-mta/nbsmtp/ChangeLog index 7abaea2a4df3..20fb6a9b89e3 100644 --- a/mail-mta/nbsmtp/ChangeLog +++ b/mail-mta/nbsmtp/ChangeLog @@ -1,6 +1,11 @@ # 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.30 2005/07/30 20:48:45 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/ChangeLog,v 1.31 2005/08/01 13:17:18 ferdy Exp $ + +*nbsmtp-1.00-r1 (01 Aug 2005) + + 01 Aug 2005; Fernando J. Pereda <ferdy@gentoo.org> +nbsmtp-1.00-r1.ebuild: + mailer.eclass aware ebuild 30 Jul 2005; Rene Nussbaumer <killerfox@gentoo.org> nbsmtp-1.00.ebuild: Stable on hppa. bug #100274 diff --git a/mail-mta/nbsmtp/Manifest b/mail-mta/nbsmtp/Manifest index ccf9aa0c82bd..92e6ca8ba72e 100644 --- a/mail-mta/nbsmtp/Manifest +++ b/mail-mta/nbsmtp/Manifest @@ -1,10 +1,22 @@ -MD5 5ed8fefe692b9e646fa6efcc3e0881f9 ChangeLog 5379 -MD5 2fc9863fa18fa7e25fedaa87a92a3c43 metadata.xml 259 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 542c744aef06ef42eeb7a5aee6e34cdb nbsmtp-1.00.ebuild 867 MD5 62f07f89b3880777c6876773075fcb33 nbsmtp-0.99-r1.ebuild 1404 +MD5 4e363e9123e29577bdc3ede1dcfc6063 nbsmtp-1.00-r1.ebuild 1329 MD5 7117dfb6011515df130151f036f766fc nbsmtp-0.99.ebuild 933 +MD5 52392a596f050aad4f8dd876cb21e777 ChangeLog 5513 +MD5 2fc9863fa18fa7e25fedaa87a92a3c43 metadata.xml 259 MD5 6649306b0229bcb3e7392bfeed69bed1 files/nbsmtp-CRAM-MD5.diff 679 -MD5 614757dbf694f3253b5ed3865f127ba1 files/digest-nbsmtp-1.00 64 -MD5 3533060b1f277b5d74140ebf8c87a9ad files/digest-nbsmtp-0.99 64 MD5 3533060b1f277b5d74140ebf8c87a9ad files/digest-nbsmtp-0.99-r1 64 +MD5 614757dbf694f3253b5ed3865f127ba1 files/digest-nbsmtp-1.00-r1 64 MD5 02906beafefaf79dd565570de5541a06 files/mailer.conf 348 +MD5 3533060b1f277b5d74140ebf8c87a9ad files/digest-nbsmtp-0.99 64 +MD5 614757dbf694f3253b5ed3865f127ba1 files/digest-nbsmtp-1.00 64 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFC7iFvViELBEf1JB0RAhVnAKCASOmhJ0OInNSBqGVI7T6i4F6LcwCcDQF8 +e/WsqW8w0puBKm82tBgtpJE= +=hvAJ +-----END PGP SIGNATURE----- diff --git a/mail-mta/nbsmtp/files/digest-nbsmtp-1.00-r1 b/mail-mta/nbsmtp/files/digest-nbsmtp-1.00-r1 new file mode 100644 index 000000000000..492499b41cca --- /dev/null +++ b/mail-mta/nbsmtp/files/digest-nbsmtp-1.00-r1 @@ -0,0 +1 @@ +MD5 0c6a200027a6f7f61f44b374261aa52f nbsmtp-1.00.tar.bz2 104090 diff --git a/mail-mta/nbsmtp/nbsmtp-1.00-r1.ebuild b/mail-mta/nbsmtp/nbsmtp-1.00-r1.ebuild new file mode 100644 index 000000000000..ff321a360679 --- /dev/null +++ b/mail-mta/nbsmtp/nbsmtp-1.00-r1.ebuild @@ -0,0 +1,49 @@ +# 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-1.00-r1.ebuild,v 1.1 2005/08/01 13:17:18 ferdy Exp $ + +inherit eutils mailer + +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 ~sparc ~alpha" +LICENSE="GPL-2" +IUSE="ssl ipv6 debug" + +DEPEND="virtual/libc + ssl? ( dev-libs/openssl )" + +src_compile() { + econf $(use_enable ssl) \ + $(use_enable debug) \ + $(use_enable ipv6) \ + || die + + make || die +} + +src_install() { + dodir /usr/{{s,}bin,lib} + dobin nbsmtp + doman nbsmtprc.5 nbsmtp.8 + dodoc INSTALL DOCS Doxyfile + + dobin scripts/wrapper-nbsmtp + dobin scripts/nbqueue + + if use mailwrapper ; then + dohard /usr/bin/wrapper-nbsmtp /usr/bin/sendmail.nbsmtp + dohard /usr/bin/wrapper-nbsmtp /usr/bin/mailq.nbsmtp + dohard /usr/bin/wrapper-nbsmtp /usr/bin/newaliases.nbsmtp + mailer_install_conf + else + dohard /usr/bin/wrapper-nbsmtp /usr/bin/sendmail + dohard /usr/bin/wrapper-nbsmtp /usr/sbin/sendmail + dohard /usr/bin/wrapper-nbsmtp /usr/lib/sendmail + dohard /usr/bin/wrapper-nbsmtp /usr/bin/mailq + dohard /usr/bin/wrapper-nbsmtp /usr/bin/newaliases + fi +} |