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 | fb38bfaa2784d63656b6258c80091cf7b7f82635 (patch) | |
tree | 22aca4dd0026b23bb6ba256a96ff46da8fef6e93 /mail-mta/nbsmtp | |
parent | p.mask nbsmtp-1.00-r1 (diff) | |
download | gentoo-2-fb38bfaa2784d63656b6258c80091cf7b7f82635.tar.gz gentoo-2-fb38bfaa2784d63656b6258c80091cf7b7f82635.tar.bz2 gentoo-2-fb38bfaa2784d63656b6258c80091cf7b7f82635.zip |
mailer.eclass aware ebuild
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'mail-mta/nbsmtp')
-rw-r--r-- | mail-mta/nbsmtp/ChangeLog | 7 | ||||
-rw-r--r-- | mail-mta/nbsmtp/Manifest | 10 | ||||
-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, 62 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..82702baf02b4 100644 --- a/mail-mta/nbsmtp/Manifest +++ b/mail-mta/nbsmtp/Manifest @@ -1,10 +1,12 @@ -MD5 5ed8fefe692b9e646fa6efcc3e0881f9 ChangeLog 5379 -MD5 2fc9863fa18fa7e25fedaa87a92a3c43 metadata.xml 259 MD5 542c744aef06ef42eeb7a5aee6e34cdb nbsmtp-1.00.ebuild 867 MD5 62f07f89b3880777c6876773075fcb33 nbsmtp-0.99-r1.ebuild 1404 +MD5 31d9201db6170dde392f8726e1b69272 nbsmtp-1.00-r1.ebuild 1329 MD5 7117dfb6011515df130151f036f766fc nbsmtp-0.99.ebuild 933 +MD5 5ed8fefe692b9e646fa6efcc3e0881f9 ChangeLog 5379 +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 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 +} |