diff options
author | Nick Hadaway <raker@gentoo.org> | 2003-01-31 06:14:55 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2003-01-31 06:14:55 +0000 |
commit | 0996992d83ab4ff0369c18dc0da9dddeaf6703de (patch) | |
tree | 4915ed6fdd7d5fd139a47e0b60f814469d5826be /dev-libs | |
parent | upstream files are gone in favor of 2.1.11 (diff) | |
download | gentoo-2-0996992d83ab4ff0369c18dc0da9dddeaf6703de.tar.gz gentoo-2-0996992d83ab4ff0369c18dc0da9dddeaf6703de.tar.bz2 gentoo-2-0996992d83ab4ff0369c18dc0da9dddeaf6703de.zip |
removed in favor of 2.1.11 upstream
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.10.ebuild | 84 | ||||
-rw-r--r-- | dev-libs/cyrus-imap-dev/files/digest-cyrus-imap-dev-2.1.10 | 1 |
2 files changed, 0 insertions, 85 deletions
diff --git a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.10.ebuild b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.10.ebuild deleted file mode 100644 index 9c3b545ea9bf..000000000000 --- a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.10.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.10.ebuild,v 1.2 2002/12/09 04:21:02 manson Exp $ - -DESCRIPTION="Developer support for the Cyrus IMAP Server" -HOMEPAGE="http://asg.web.cmu.edu/cyrus/imapd/" -SRC_URI="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-imapd-${PV}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~x86 -ppc -sparc " - -DEPEND="virtual/glibc - afs? ( >=net-fs/openafs-1.2.2 ) - snmp? ( >=net-analyzer/ucd-snmp-4.2.3 ) - ssl? ( >=dev-libs/openssl-0.9.6 ) - kerberos? ( >=app-crypt/krb5-1.2.5 ) - >=sys-libs/db-3.2 - >=sys-libs/pam-0.75 - >=dev-libs/cyrus-sasl-2.1.2 - >=sys-apps/tcp-wrappers-7.6" - -S=${WORKDIR}/cyrus-imapd-${PV} - -src_unpack() { - unpack ${A} - cd ${S} - - patch < ${FILESDIR}/config.diff || die "patch failed" - - # Kerberos libraries have changed - cp configure configure.orig - sed -e "s:-ldes:-ldes425:" \ - < configure.orig > configure || die "patch failed" - - # libsieve buffer overflow fix - bug #11537 - patch -p1 < ${FILESDIR}/libsieve-overflow.diff || die "patch failed" - - # imap buffer overflow fix - bug #11537 - patch -p1 < ${FILESDIR}/imap-overflow.diff || die "patch failed" - -} - -src_compile() { - local myconf - - use afs && myconf="--with-afs" \ - || myconf="--without-afs" - - use snmp && myconf="${myconf} --with-ucdsnmp=/usr" \ - || myconf="${myconf} --without-ucdsnmp" - - use ssl && myconf="${myconf} --with-openssl=/usr" \ - || myconf="${myconf} --without-openssl" - - use kerberos && myconf="${myconf} --with-krb --with-auth=krb" \ - || myconf="${myconf} --without-krb --with-auth=unix" - - econf \ - --enable-listext \ - --with-cyrus-group=mail \ - --enable-netscapehack \ - --with-com_err=yes \ - --without-perl \ - --disable-cyradm \ - ${myconf} - - # make depends break with -f... in CFLAGS - make depend CFLAGS="" || die "make depend problem" - - cd ${S}/lib - make || die "compile problem" - cd ${S}/acap - make || die "compile problem" -} - -src_install() { - dodoc COPYRIGHT README* - cd ${S}/lib - dodir /usr/include/cyrus - emake DESTDIR=${D} install || die "compile problem" - cd ${S}/acap - emake DESTDIR=${D} install || die "compile problem" -} diff --git a/dev-libs/cyrus-imap-dev/files/digest-cyrus-imap-dev-2.1.10 b/dev-libs/cyrus-imap-dev/files/digest-cyrus-imap-dev-2.1.10 deleted file mode 100644 index 58264e839b62..000000000000 --- a/dev-libs/cyrus-imap-dev/files/digest-cyrus-imap-dev-2.1.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 5c7a6d97a472263aa8ade28c0d3c55cc cyrus-imapd-2.1.10.tar.gz 1636863 |