diff options
author | 2012-11-06 11:03:37 +0000 | |
---|---|---|
committer | 2012-11-06 11:03:37 +0000 | |
commit | 841149f941b50e9e46183edbddf51e8f8d43c247 (patch) | |
tree | 46b58e4a76f2e806d4a49688080047ecb4629b19 /mail-mta/nbsmtp | |
parent | Stable for amd64, wrt bug #441278 (diff) | |
download | gentoo-2-841149f941b50e9e46183edbddf51e8f8d43c247.tar.gz gentoo-2-841149f941b50e9e46183edbddf51e8f8d43c247.tar.bz2 gentoo-2-841149f941b50e9e46183edbddf51e8f8d43c247.zip |
Remove from the tree - bug #389373
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
Diffstat (limited to 'mail-mta/nbsmtp')
-rw-r--r-- | mail-mta/nbsmtp/ChangeLog | 8 | ||||
-rw-r--r-- | mail-mta/nbsmtp/nbsmtp-1.00-r2.ebuild | 58 | ||||
-rw-r--r-- | mail-mta/nbsmtp/nbsmtp-1.00-r3.ebuild | 63 |
3 files changed, 6 insertions, 123 deletions
diff --git a/mail-mta/nbsmtp/ChangeLog b/mail-mta/nbsmtp/ChangeLog index 65d3466ea80b..243422414ff7 100644 --- a/mail-mta/nbsmtp/ChangeLog +++ b/mail-mta/nbsmtp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-mta/nbsmtp -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/ChangeLog,v 1.46 2011/03/28 09:10:33 eras Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/ChangeLog,v 1.47 2012/11/06 11:03:36 eras Exp $ + + 06 Nov 2012; Eray Aslan <eras@gentoo.org> -nbsmtp-1.00-r2.ebuild, + -nbsmtp-1.00-r3.ebuild: + Remove from the tree - bug #389373 28 Mar 2011; Eray Aslan <eras@gentoo.org> -nbsmtp-1.00.ebuild: remove old version diff --git a/mail-mta/nbsmtp/nbsmtp-1.00-r2.ebuild b/mail-mta/nbsmtp/nbsmtp-1.00-r2.ebuild deleted file mode 100644 index 6cdcd8723be9..000000000000 --- a/mail-mta/nbsmtp/nbsmtp-1.00-r2.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/nbsmtp-1.00-r2.ebuild,v 1.10 2011/03/28 09:15:27 eras Exp $ - -inherit eutils - -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="alpha amd64 hppa ppc sparc x86" -LICENSE="GPL-2" -IUSE="ssl ipv6 debug" - -DEPEND="ssl? ( dev-libs/openssl )" - -RDEPEND="${DEPEND} - !mail-mta/courier - !mail-mta/esmtp - !mail-mta/exim - !mail-mta/mini-qmail - !mail-mta/msmtp - !mail-mta/netqmail - !mail-mta/nullmailer - !mail-mta/postfix - !mail-mta/qmail-ldap - !mail-mta/sendmail - !mail-mta/ssmtp" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-openssl.patch -} - -src_compile() { - econf $(use_enable ssl) \ - $(use_enable debug) \ - $(use_enable ipv6) || die - - emake || die -} - -src_install() { - dodir /usr/{{s,}bin,lib} - dobin nbsmtp - dobin scripts/nbqueue - dobin scripts/wrapper-nbsmtp - doman nbsmtprc.5 nbsmtp.8 - dodoc INSTALL DOCS Doxyfile - - 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 -} diff --git a/mail-mta/nbsmtp/nbsmtp-1.00-r3.ebuild b/mail-mta/nbsmtp/nbsmtp-1.00-r3.ebuild deleted file mode 100644 index 532f3bd1717a..000000000000 --- a/mail-mta/nbsmtp/nbsmtp-1.00-r3.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nbsmtp/nbsmtp-1.00-r3.ebuild,v 1.6 2011/03/28 09:15:27 eras Exp $ - -inherit eutils toolchain-funcs - -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="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" -LICENSE="GPL-2" -IUSE="ssl ipv6 debug" - -DEPEND="ssl? ( dev-libs/openssl )" - -RDEPEND="${DEPEND} - !mail-mta/courier - !mail-mta/esmtp - !mail-mta/exim - !mail-mta/mini-qmail - !mail-mta/msmtp - !mail-mta/netqmail - !mail-mta/nullmailer - !mail-mta/postfix - !mail-mta/qmail-ldap - !mail-mta/sendmail - !mail-mta/ssmtp" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-openssl.patch - sed -i \ - -e '/CFLAGS=/a\LDLIBS=@LIBS@' \ - -e '/$(CC) -o/d' \ - Makefile.in || die 'Failed to sed Makefile.in' -} - -src_compile() { - tc-export CC - econf $(use_enable ssl) \ - $(use_enable debug) \ - $(use_enable ipv6) || die - - emake || die -} - -src_install() { - dodir /usr/{{s,}bin,lib} - dobin nbsmtp - dobin scripts/nbqueue - dobin scripts/wrapper-nbsmtp - doman nbsmtprc.5 nbsmtp.8 - dodoc INSTALL DOCS Doxyfile - - 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 -} |