+++ /dev/null
-# ChangeLog for net-mail/anubis
-# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/anubis/ChangeLog,v 1.4 2004/04/27 20:45:02 agriffis Exp $
-
- 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> anubis-3.6.2-r1.ebuild:
- Add inherit eutils
-
- 16 Mar 2004; David Holm <dholm@gentoo.org> anubis-3.6.2-r1.ebuild:
- Added to ~ppc.
-
-*anubis-3.6.2-r1 (15 Mar 2004)
-
- 15 Mar 2004; Lisa Seelye <lisa@gentoo.org> anubis-3.6.2-r1.ebuild,
- files/3.6.2-secfixes.patch.gz:
- Patch to address security issues in bug #43764 on request from cshields. this
- package is maintainerless
-
-*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
+++ /dev/null
-MD5 df4e3d267c928dccb555ec26cf141669 ChangeLog 824
-MD5 bfc8611ba51a6f6c14e68577d792f2e9 anubis-3.6.2.ebuild 1001
-MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161
-MD5 209bf4bebe362316d200b7e918739a74 anubis-3.6.2-r1.ebuild 1102
-MD5 24def86bd1cfb613e6c0dcf55194d449 files/digest-anubis-3.6.2 64
-MD5 a345a52e49034f67fe700e0464804933 files/3.6.2-secfixes.patch.gz 1455
-MD5 24def86bd1cfb613e6c0dcf55194d449 files/digest-anubis-3.6.2-r1 64
+++ /dev/null
-# Copyright 1999-2004 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-r1.ebuild,v 1.3 2004/04/27 20:45:02 agriffis Exp $
-
-inherit eutils
-
-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 ~ppc"
-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_unpack() {
- unpack ${A}
- epatch ${FILESDIR}/3.6.2-secfixes.patch.gz
-
-}
-
-
-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
-}
-
+++ /dev/null
-# Copyright 1999-2004 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.5 2004/04/27 20:45:02 agriffis 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
-}
-
+++ /dev/null
-MD5 9e705e38cafe4a57025a6ad89fd73226 anubis-3.6.2.tar.gz 419210
+++ /dev/null
-MD5 9e705e38cafe4a57025a6ad89fd73226 anubis-3.6.2.tar.gz 419210
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>net-mail</herd>
-</pkgmetadata>