diff options
author | Eray Aslan <eras@gentoo.org> | 2012-01-05 16:06:11 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2012-01-05 16:06:11 +0000 |
commit | 0afb0c37f150142337d8f41ecc737bde3ec5d3f9 (patch) | |
tree | f0edab0db58422eacc32230b7ea2bdef9419636c /mail-filter/anubis | |
parent | Prerelease version working with fltk-1.3.0 as well as fltk-1.1.10. See bug #3... (diff) | |
download | gentoo-2-0afb0c37f150142337d8f41ecc737bde3ec5d3f9.tar.gz gentoo-2-0afb0c37f150142337d8f41ecc737bde3ec5d3f9.tar.bz2 gentoo-2-0afb0c37f150142337d8f41ecc737bde3ec5d3f9.zip |
remove old
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'mail-filter/anubis')
-rw-r--r-- | mail-filter/anubis/ChangeLog | 9 | ||||
-rw-r--r-- | mail-filter/anubis/anubis-3.9.95.ebuild | 80 | ||||
-rw-r--r-- | mail-filter/anubis/files/3.9.95-authmode.c.patch | 11 | ||||
-rw-r--r-- | mail-filter/anubis/files/3.9.95-transmode.c.patch | 12 |
4 files changed, 8 insertions, 104 deletions
diff --git a/mail-filter/anubis/ChangeLog b/mail-filter/anubis/ChangeLog index c6ba8db76cf0..1732cfce0da8 100644 --- a/mail-filter/anubis/ChangeLog +++ b/mail-filter/anubis/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for mail-filter/anubis # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/anubis/ChangeLog,v 1.18 2012/01/04 22:21:44 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/anubis/ChangeLog,v 1.19 2012/01/05 16:06:11 eras Exp $ + + 05 Jan 2012; Eray Aslan <eras@gentoo.org> -files/3.9.95-authmode.c.patch, + -files/3.9.95-transmode.c.patch, -anubis-3.9.95.ebuild: + remove unused patches + + 05 Jan 2012; Eray Aslan <eras@gentoo.org> -anubis-3.9.95.ebuild: + remove old 04 Jan 2012; Brent Baude <ranger@gentoo.org> anubis-4.1.1.ebuild: Marking anubis-4.1.1 ppc for bug 391111 diff --git a/mail-filter/anubis/anubis-3.9.95.ebuild b/mail-filter/anubis/anubis-3.9.95.ebuild deleted file mode 100644 index a3d9aaa33a10..000000000000 --- a/mail-filter/anubis/anubis-3.9.95.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/anubis/anubis-3.9.95.ebuild,v 1.9 2010/06/17 21:35:44 patrick Exp $ - -inherit eutils - -DESCRIPTION="GNU Anubis is an outgoing mail processor." -HOMEPAGE="http://www.gnu.org/software/anubis/" - -SRC_URI="ftp://mirddin.farlep.net/pub/alpha/anubis/${P}.tar.gz" - -# Hasn't propergated much at time of commit. -# SRC_URI="mirror://gnu/anubis/${P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="x86 ppc" -IUSE="crypt dbm guile mysql postgres nls pam pcre sasl socks5 ssl tcpd" - -DEPEND="crypt? ( >=app-crypt/gpgme-0.9.0 ) - dbm? ( sys-libs/gdbm ) - guile? ( >=dev-scheme/guile-1.6 ) - mysql? ( virtual/mysql ) - pam? ( virtual/pam ) - postgres? ( dev-db/postgresql-server ) - nls? ( sys-devel/gettext ) - pcre? ( >=dev-libs/libpcre-3.9 ) - sasl? ( virtual/gsasl ) - ssl? ( >=dev-libs/openssl-0.9.6 ) - tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" - -# has gnutls=1.0.0 option that is incompatible with ssl - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PV}-transmode.c.patch - epatch ${FILESDIR}/${PV}-authmode.c.patch -} - -src_compile() { - local myconf="--with-unprivileged-user=anubis" - - use crypt || myconf="${myconf} --without-gpgme" - if [ -x ${ROOT}/usr/bin/gpg2 ]; - then - GPG=${ROOT}/usr/bin/gpg2 - else - GPG=${ROOT}/usr/bin/gpg - fi - - use ssl && myconf="${myconf} --with-openssl" - use tcpd && myconf="${myconf} --with-tcp-wrappers" - use socks5 && myconf="${myconf} --with-socks-proxy" - - econf ${myconf} `use_with mysql` `use_with postgres` \ - `use_with pam` `use_with pcre` `use_with nls` \ - `use_with guile` `use_with dbm` `use_with sasl gsasl` \ - || die - - emake -j1 || die - # parallel make fails in testsuite -} - -pkg_setup() { - enewuser anubis -} - -pkg_preinst() { - enewuser anubis -} - -src_test() { - cd ${S}/testsuite - emake -j1 -} - -src_install() { - emake DESTDIR=${D} install -} diff --git a/mail-filter/anubis/files/3.9.95-authmode.c.patch b/mail-filter/anubis/files/3.9.95-authmode.c.patch deleted file mode 100644 index b2c745c6b2fa..000000000000 --- a/mail-filter/anubis/files/3.9.95-authmode.c.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/authmode.c.orig 2004-08-29 16:37:43.050245536 +0930 -+++ src/authmode.c 2004-08-29 16:37:57.351751200 +0930 -@@ -619,7 +619,7 @@ - info (NORMAL, _("Connection closed successfully.")); - - #ifdef HAVE_PAM -- pam_retval = pam_close_session (pamh, 0); -+ int pam_retval = pam_close_session (pamh, 0); - if (pam_retval == PAM_SUCCESS) - info (VERBOSE, _("PAM: Session closed.")); - if (pam_end (pamh, pam_retval) != PAM_SUCCESS) diff --git a/mail-filter/anubis/files/3.9.95-transmode.c.patch b/mail-filter/anubis/files/3.9.95-transmode.c.patch deleted file mode 100644 index 08f329dbb541..000000000000 --- a/mail-filter/anubis/files/3.9.95-transmode.c.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- src/transmode.c.orig 2004-08-29 15:17:31.818177248 +0930 -+++ src/transmode.c 2004-08-29 15:18:19.032723360 +0930 -@@ -31,6 +31,9 @@ - int rs = 0; - int cs = 0; - NET_STREAM sd_server = NULL; -+#ifdef HAVE_PAM -+ int pam_retval; -+#endif - - rs = auth_ident (addr, session.clientname, sizeof (session.clientname)); - |