summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando J. Pereda <ferdy@gentoo.org>2005-05-09 08:38:05 +0000
committerFernando J. Pereda <ferdy@gentoo.org>2005-05-09 08:38:05 +0000
commit86894086a72a798ccf7303826a72731b487b639f (patch)
treecd014fe753b26c9d443837a471b6df139c848bc2 /mail-mta/nbsmtp
parentStable on ppc64 (diff)
downloadgentoo-2-86894086a72a798ccf7303826a72731b487b639f.tar.gz
gentoo-2-86894086a72a798ccf7303826a72731b487b639f.tar.bz2
gentoo-2-86894086a72a798ccf7303826a72731b487b639f.zip
x86,hppa and alpha stable, remove nbsmtp-0.98-r1
(Portage version: 2.0.51.19)
Diffstat (limited to 'mail-mta/nbsmtp')
-rw-r--r--mail-mta/nbsmtp/ChangeLog6
-rw-r--r--mail-mta/nbsmtp/files/digest-nbsmtp-0.98-r11
-rw-r--r--mail-mta/nbsmtp/nbsmtp-0.98-r1.ebuild51
-rw-r--r--mail-mta/nbsmtp/nbsmtp-0.99.ebuild4
4 files changed, 7 insertions, 55 deletions
diff --git a/mail-mta/nbsmtp/ChangeLog b/mail-mta/nbsmtp/ChangeLog
index 8b10f5db95e7..20c900e8e8e5 100644
--- a/mail-mta/nbsmtp/ChangeLog
+++ b/mail-mta/nbsmtp/ChangeLog
@@ -1,6 +1,10 @@
# 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.21 2005/05/03 11:59:00 ferdy Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/ChangeLog,v 1.22 2005/05/09 08:38:05 ferdy Exp $
+
+ 09 May 2005; Fernando J. Pereda <ferdy@gentoo.org> -nbsmtp-0.98-r1.ebuild,
+ nbsmtp-0.99.ebuild:
+ x86,hppa and alpha stable, remove nbsmtp-0.98-r1
03 May 2005; Fernando J. Pereda <ferdy@gentoo.org> nbsmtp-0.99.ebuild:
keyworded 0.99 ~alpha
diff --git a/mail-mta/nbsmtp/files/digest-nbsmtp-0.98-r1 b/mail-mta/nbsmtp/files/digest-nbsmtp-0.98-r1
deleted file mode 100644
index bc7567ad5158..000000000000
--- a/mail-mta/nbsmtp/files/digest-nbsmtp-0.98-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a3e650aae097d41e326978112918d03e nbsmtp-0.98.tar.bz2 95678
diff --git a/mail-mta/nbsmtp/nbsmtp-0.98-r1.ebuild b/mail-mta/nbsmtp/nbsmtp-0.98-r1.ebuild
deleted file mode 100644
index 86e388758f7e..000000000000
--- a/mail-mta/nbsmtp/nbsmtp-0.98-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# 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.98-r1.ebuild,v 1.3 2005/04/26 18:16:41 ferdy Exp $
-
-inherit 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() {
- local myconf
-
- econf $(use_enable ssl) \
- $(use_enable debug) \
- $(use_enable ipv6) \
- ${myconf} || die
-
- make || die
-}
-
-src_install() {
- dodir /usr/bin /usr/sbin /usr/lib
- dobin nbsmtp
- doman nbsmtprc.5 nbsmtp.8
- dodoc INSTALL DOCS Doxyfile
-
- dobin ${FILESDIR}/wrapper-nbsmtp
- dobin ${FILESDIR}/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
-}
diff --git a/mail-mta/nbsmtp/nbsmtp-0.99.ebuild b/mail-mta/nbsmtp/nbsmtp-0.99.ebuild
index 9836b70ccb08..3808e2afebe0 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.2 2005/05/03 11:59:00 ferdy Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/nbsmtp-0.99.ebuild,v 1.3 2005/05/09 08:38:05 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 ~alpha"
+KEYWORDS="x86 ~ppc hppa ~amd64 ~sparc alpha"
LICENSE="GPL-2"
IUSE="ssl ipv6 debug"