diff options
author | Nick Hadaway <raker@gentoo.org> | 2003-02-04 18:09:03 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2003-02-04 18:09:03 +0000 |
commit | 37b2c426c85c5f091fcd03d53565f8c6f6bd77b2 (patch) | |
tree | 9128c2d6bfad2eb52f030348846a1b54e566074d /net-mail/anubis | |
parent | Put fontconfig-2.1-r1.ebuild back to ~ppc (diff) | |
download | gentoo-2-37b2c426c85c5f091fcd03d53565f8c6f6bd77b2.tar.gz gentoo-2-37b2c426c85c5f091fcd03d53565f8c6f6bd77b2.tar.bz2 gentoo-2-37b2c426c85c5f091fcd03d53565f8c6f6bd77b2.zip |
New ebuild
Diffstat (limited to 'net-mail/anubis')
-rw-r--r-- | net-mail/anubis/ChangeLog | 9 | ||||
-rw-r--r-- | net-mail/anubis/anubis-3.6.2.ebuild | 39 | ||||
-rw-r--r-- | net-mail/anubis/files/digest-anubis-3.6.2 | 1 |
3 files changed, 49 insertions, 0 deletions
diff --git a/net-mail/anubis/ChangeLog b/net-mail/anubis/ChangeLog new file mode 100644 index 000000000000..996a858ea733 --- /dev/null +++ b/net-mail/anubis/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for net-mail/anubis +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/anubis/ChangeLog,v 1.1 2003/02/04 18:09:03 raker Exp $ + +*anubis-3.6.2 (04 Feb 2003) + + 04 Feb 2003; Nick Hadaway <raker@gentoo.org> anubis-3.6.2.ebuild, + files/digest-anubis-3.6.2 : + New ebuild. Submitted by Clemens Oertel on bug #14572 diff --git a/net-mail/anubis/anubis-3.6.2.ebuild b/net-mail/anubis/anubis-3.6.2.ebuild new file mode 100644 index 000000000000..8d25e00008e8 --- /dev/null +++ b/net-mail/anubis/anubis-3.6.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/anubis/anubis-3.6.2.ebuild,v 1.1 2003/02/04 18:09:03 raker Exp $ + +DESCRIPTION="GNU Anubis is an outgoing mail processor." +HOMEPAGE="http://www.gnu.org/software/anubis/" +SRC_URI="mirror://gnu/anubis/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86" +IUSE="ssl pam tcpd crypt" + +DEPEND="crypt? ( >=app-crypt/gpgme-0.3.13 ) + ssl? ( >=dev-libs/openssl-0.9.6 ) + pam? ( >=sys-libs/pam-0.75 ) + tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) + >=dev-libs/libpcre-3.9" + +S=${WORKDIR}/${P} + +src_compile() { + local myconf + + myconf="--with-pcre" + + use crypt || myconf="${myconf} --without-gpgme" + use ssl && myconf="${myconf} --with-openssl" + use pam && myconf="${myconf} --with-pam" + use tcpd && myconf="${myconf} --with-tcp-wrappers" + + ./configure ${myconf} --prefix=/usr --host=${CHOST} || die + emake || die +} + +src_install() { + einstall +} + diff --git a/net-mail/anubis/files/digest-anubis-3.6.2 b/net-mail/anubis/files/digest-anubis-3.6.2 new file mode 100644 index 000000000000..4e50d3efd5f9 --- /dev/null +++ b/net-mail/anubis/files/digest-anubis-3.6.2 @@ -0,0 +1 @@ +MD5 9e705e38cafe4a57025a6ad89fd73226 anubis-3.6.2.tar.gz 419210 |