Moving to mail-filter/anubis
authorSeemant Kulleen <seemant@gentoo.org>
Thu, 3 Jun 2004 07:00:01 +0000 (07:00 +0000)
committerSeemant Kulleen <seemant@gentoo.org>
Thu, 3 Jun 2004 07:00:01 +0000 (07:00 +0000)
net-mail/anubis/ChangeLog [deleted file]
net-mail/anubis/Manifest [deleted file]
net-mail/anubis/anubis-3.6.2-r1.ebuild [deleted file]
net-mail/anubis/anubis-3.6.2.ebuild [deleted file]
net-mail/anubis/files/3.6.2-secfixes.patch.gz [deleted file]
net-mail/anubis/files/digest-anubis-3.6.2 [deleted file]
net-mail/anubis/files/digest-anubis-3.6.2-r1 [deleted file]
net-mail/anubis/metadata.xml [deleted file]

diff --git a/net-mail/anubis/ChangeLog b/net-mail/anubis/ChangeLog
deleted file mode 100644 (file)
index 72aa0d0..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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
diff --git a/net-mail/anubis/Manifest b/net-mail/anubis/Manifest
deleted file mode 100644 (file)
index f20b6d7..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-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
diff --git a/net-mail/anubis/anubis-3.6.2-r1.ebuild b/net-mail/anubis/anubis-3.6.2-r1.ebuild
deleted file mode 100644 (file)
index ea6aa37..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-# 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
-}
-
diff --git a/net-mail/anubis/anubis-3.6.2.ebuild b/net-mail/anubis/anubis-3.6.2.ebuild
deleted file mode 100644 (file)
index 7dca391..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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
-}
-
diff --git a/net-mail/anubis/files/3.6.2-secfixes.patch.gz b/net-mail/anubis/files/3.6.2-secfixes.patch.gz
deleted file mode 100644 (file)
index ef0679a..0000000
Binary files a/net-mail/anubis/files/3.6.2-secfixes.patch.gz and /dev/null differ
diff --git a/net-mail/anubis/files/digest-anubis-3.6.2 b/net-mail/anubis/files/digest-anubis-3.6.2
deleted file mode 100644 (file)
index 4e50d3e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9e705e38cafe4a57025a6ad89fd73226 anubis-3.6.2.tar.gz 419210
diff --git a/net-mail/anubis/files/digest-anubis-3.6.2-r1 b/net-mail/anubis/files/digest-anubis-3.6.2-r1
deleted file mode 100644 (file)
index 4e50d3e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9e705e38cafe4a57025a6ad89fd73226 anubis-3.6.2.tar.gz 419210
diff --git a/net-mail/anubis/metadata.xml b/net-mail/anubis/metadata.xml
deleted file mode 100644 (file)
index 51f94e3..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>net-mail</herd>
-</pkgmetadata>