From 7a1043b5a68a7ea8356609a1da66d24b147ce032 Mon Sep 17 00:00:00 2001 From: Eray Aslan Date: Sun, 4 Mar 2012 11:31:52 +0000 Subject: remove old (Portage version: 2.1.10.49/cvs/Linux x86_64) --- dev-libs/cyrus-imap-dev/ChangeLog | 9 ++- .../cyrus-imap-dev/cyrus-imap-dev-2.3.14.ebuild | 78 ---------------------- .../cyrus-imap-dev/cyrus-imap-dev-2.3.15.ebuild | 78 ---------------------- .../cyrus-imap-dev/cyrus-imap-dev-2.3.16.ebuild | 74 -------------------- .../cyrus-imap-dev/cyrus-imap-dev-2.4.10.ebuild | 70 ------------------- .../cyrus-imap-dev/cyrus-imap-dev-2.4.11.ebuild | 70 ------------------- .../cyrus-imap-dev/cyrus-imap-dev-2.4.8.ebuild | 67 ------------------- .../cyrus-imap-dev/cyrus-imap-dev-2.4.9.ebuild | 69 ------------------- .../files/cyrus-imapd-2.3.16+db-5.0.patch | 49 -------------- .../cyrus-imap-dev/files/cyrus-imapd-libwrap.patch | 14 ---- 10 files changed, 8 insertions(+), 570 deletions(-) delete mode 100644 dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.3.14.ebuild delete mode 100644 dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.3.15.ebuild delete mode 100644 dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.3.16.ebuild delete mode 100644 dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.4.10.ebuild delete mode 100644 dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.4.11.ebuild delete mode 100644 dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.4.8.ebuild delete mode 100644 dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.4.9.ebuild delete mode 100644 dev-libs/cyrus-imap-dev/files/cyrus-imapd-2.3.16+db-5.0.patch delete mode 100644 dev-libs/cyrus-imap-dev/files/cyrus-imapd-libwrap.patch (limited to 'dev-libs/cyrus-imap-dev') diff --git a/dev-libs/cyrus-imap-dev/ChangeLog b/dev-libs/cyrus-imap-dev/ChangeLog index 48c4efcbf5e8..606b85b3f4e9 100644 --- a/dev-libs/cyrus-imap-dev/ChangeLog +++ b/dev-libs/cyrus-imap-dev/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-libs/cyrus-imap-dev # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-imap-dev/ChangeLog,v 1.77 2012/03/02 21:20:18 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-imap-dev/ChangeLog,v 1.78 2012/03/04 11:31:50 eras Exp $ + + 04 Mar 2012; Eray Aslan -cyrus-imap-dev-2.3.14.ebuild, + -cyrus-imap-dev-2.3.15.ebuild, -cyrus-imap-dev-2.3.16.ebuild, + -files/cyrus-imapd-2.3.16+db-5.0.patch, -cyrus-imap-dev-2.4.8.ebuild, + -cyrus-imap-dev-2.4.9.ebuild, -cyrus-imap-dev-2.4.10.ebuild, + -cyrus-imap-dev-2.4.11.ebuild, -files/cyrus-imapd-libwrap.patch: + remove old 02 Mar 2012; Brent Baude cyrus-imap-dev-2.4.12.ebuild: Marking cyrus-imap-dev-2.4.12 ppc64 for bug 388341 diff --git a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.3.14.ebuild b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.3.14.ebuild deleted file mode 100644 index 57a81a432afb..000000000000 --- a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.3.14.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.3.14.ebuild,v 1.6 2009/09/23 17:17:50 patrick Exp $ - -inherit eutils autotools - -MY_PV="${PV/_/}" - -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-${MY_PV}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 sparc x86" -IUSE="afs kerberos snmp ssl tcpd" - -RDEPEND=">=sys-libs/db-3.2 - >=dev-libs/cyrus-sasl-2.1.12 - afs? ( >=net-fs/openafs-1.2.2 ) - kerberos? ( >=app-crypt/mit-krb5-1.2.6 ) - snmp? ( net-analyzer/net-snmp ) - ssl? ( >=dev-libs/openssl-0.9.6 ) - tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" - -DEPEND="${RDEPEND} - sys-devel/libtool - >=sys-devel/autoconf-2.58 - sys-devel/automake - >=sys-apps/sed-4" - -S="${WORKDIR}/cyrus-imapd-${MY_PV}" - -src_unpack() { - unpack ${A} && cd "${S}" - - # Add libwrap defines as we don't have a dynamicly linked library. - if use tcpd ; then - epatch "${FILESDIR}/cyrus-imapd-libwrap.patch" || die "patch failed" - fi - - # DB4 detection and versioned symbols. - #epatch "${FILESDIR}/cyrus-imapd-${PV}-db4.patch" || die "patch failed." - - # Recreate configure. - export WANT_AUTOCONF="2.5" - eautoreconf - - # When linking with rpm, you need to link with more libraries. - sed -e "s:lrpm:lrpm -lrpmio -lrpmdb:" -i configure || die "sed failed" -} - -src_compile() { - local myconf - myconf="${myconf} `use_with afs`" - myconf="${myconf} `use_with ssl openssl`" - myconf="${myconf} `use_with snmp ucdsnmp`" - myconf="${myconf} `use_with tcpd libwrap`" - myconf="${myconf} `use_enable kerberos gssapi`" - - econf \ - --enable-murder \ - --enable-listext \ - --enable-netscapehack \ - --with-cyrus-group=mail \ - --with-com_err=yes \ - --without-perl \ - ${myconf} || die "econf failed" - - emake -C "${S}/lib" all || die "compile problem" -} - -src_install() { - dodir /usr/include/cyrus - - make -C "${S}/lib" DESTDIR="${D}" install || die "make install failed" - dodoc COPYRIGHT README* -} diff --git a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.3.15.ebuild b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.3.15.ebuild deleted file mode 100644 index aa288450838e..000000000000 --- a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.3.15.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.3.15.ebuild,v 1.1 2009/11/22 14:04:03 dertobi123 Exp $ - -inherit eutils autotools - -MY_PV="${PV/_/}" - -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-${MY_PV}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="afs kerberos snmp ssl tcpd" - -RDEPEND=">=sys-libs/db-3.2 - >=dev-libs/cyrus-sasl-2.1.12 - afs? ( >=net-fs/openafs-1.2.2 ) - kerberos? ( >=app-crypt/mit-krb5-1.2.6 ) - snmp? ( net-analyzer/net-snmp ) - ssl? ( >=dev-libs/openssl-0.9.6 ) - tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" - -DEPEND="${RDEPEND} - sys-devel/libtool - >=sys-devel/autoconf-2.58 - sys-devel/automake - >=sys-apps/sed-4" - -S="${WORKDIR}/cyrus-imapd-${MY_PV}" - -src_unpack() { - unpack ${A} && cd "${S}" - - # Add libwrap defines as we don't have a dynamicly linked library. - if use tcpd ; then - epatch "${FILESDIR}/cyrus-imapd-libwrap.patch" || die "patch failed" - fi - - # DB4 detection and versioned symbols. - #epatch "${FILESDIR}/cyrus-imapd-${PV}-db4.patch" || die "patch failed." - - # Recreate configure. - export WANT_AUTOCONF="2.5" - eautoreconf - - # When linking with rpm, you need to link with more libraries. - sed -e "s:lrpm:lrpm -lrpmio -lrpmdb:" -i configure || die "sed failed" -} - -src_compile() { - local myconf - myconf="${myconf} `use_with afs`" - myconf="${myconf} `use_with ssl openssl`" - myconf="${myconf} `use_with snmp ucdsnmp`" - myconf="${myconf} `use_with tcpd libwrap`" - myconf="${myconf} `use_enable kerberos gssapi`" - - econf \ - --enable-murder \ - --enable-listext \ - --enable-netscapehack \ - --with-cyrus-group=mail \ - --with-com_err=yes \ - --without-perl \ - ${myconf} || die "econf failed" - - emake -C "${S}/lib" all || die "compile problem" -} - -src_install() { - dodir /usr/include/cyrus - - make -C "${S}/lib" DESTDIR="${D}" install || die "make install failed" - dodoc COPYRIGHT README* -} diff --git a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.3.16.ebuild b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.3.16.ebuild deleted file mode 100644 index 63ae05f6ffb5..000000000000 --- a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.3.16.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.3.16.ebuild,v 1.2 2011/01/10 18:25:34 flameeyes Exp $ - -inherit eutils autotools - -MY_PV="${PV/_/}" - -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-${MY_PV}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="afs kerberos snmp ssl tcpd" - -RDEPEND=">=sys-libs/db-3.2 - >=dev-libs/cyrus-sasl-2.1.12 - afs? ( >=net-fs/openafs-1.2.2 ) - kerberos? ( >=app-crypt/mit-krb5-1.2.6 ) - snmp? ( net-analyzer/net-snmp ) - ssl? ( >=dev-libs/openssl-0.9.6 ) - tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" - -DEPEND="${RDEPEND} - >=sys-apps/sed-4" - -S="${WORKDIR}/cyrus-imapd-${MY_PV}" - -src_unpack() { - unpack ${A} && cd "${S}" - - # Add libwrap defines as we don't have a dynamicly linked library. - if use tcpd ; then - epatch "${FILESDIR}/cyrus-imapd-libwrap.patch" || die "patch failed" - fi - - epatch "${FILESDIR}"/cyrus-imapd-2.3.16+db-5.0.patch - - # Recreate configure. - export WANT_AUTOCONF="2.5" - eautoreconf - - # When linking with rpm, you need to link with more libraries. - sed -e "s:lrpm:lrpm -lrpmio -lrpmdb:" -i configure || die "sed failed" -} - -src_compile() { - local myconf - myconf="${myconf} `use_with afs`" - myconf="${myconf} `use_with ssl openssl`" - myconf="${myconf} `use_with snmp ucdsnmp`" - myconf="${myconf} `use_with tcpd libwrap`" - myconf="${myconf} `use_enable kerberos gssapi`" - - econf \ - --enable-murder \ - --enable-listext \ - --enable-netscapehack \ - --with-cyrus-group=mail \ - --with-com_err=yes \ - --without-perl \ - ${myconf} || die "econf failed" - - emake -C "${S}/lib" all || die "compile problem" -} - -src_install() { - dodir /usr/include/cyrus - - make -C "${S}/lib" DESTDIR="${D}" install || die "make install failed" - dodoc COPYRIGHT README* -} diff --git a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.4.10.ebuild b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.4.10.ebuild deleted file mode 100644 index 8a1411d9490a..000000000000 --- a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.4.10.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.4.10.ebuild,v 1.3 2011/09/19 13:41:27 eras Exp $ - -EAPI=4 -inherit eutils db-use multilib - -MY_PV="${PV/_/}" - -DESCRIPTION="Developer support for the Cyrus IMAP Server." -HOMEPAGE="http://www.cyrusimap.org/" -SRC_URI="ftp://ftp.cyrusimap.org/cyrus-imapd/cyrus-imapd-${MY_PV}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="afs berkdb kerberos snmp ssl tcpd" - -RDEPEND=">=dev-libs/cyrus-sasl-2.1.13 - afs? ( net-fs/openafs ) - berkdb? ( >=sys-libs/db-3.2 ) - kerberos? ( virtual/krb5 ) - snmp? ( net-analyzer/net-snmp ) - ssl? ( >=dev-libs/openssl-0.9.6 ) - tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) - !net-mail/cyrus-imapd" - -DEPEND="${RDEPEND}" - -S="${WORKDIR}/cyrus-imapd-${MY_PV}" - -src_configure() { - local myconf - if use afs ; then - myconf=" --with-afs-libdir=/usr/$(get_libdir)" - myconf+=" --with-afs-incdir=/usr/include/afs" - fi - if use berkdb ; then - myconf+="--with-bdb-incdir=$(db_includedir)" - fi - - econf \ - --enable-murder \ - --enable-netscapehack \ - --enable-idled \ - --with-cyrus-group=mail \ - --with-com_err=yes \ - --without-perl \ - --without-krb \ - --without-krbdes \ - $(use_enable afs) \ - $(use_enable afs krb5afspts) \ - $(use_with berkdb bdb) \ - $(use_with ssl openssl) \ - $(use_with snmp) \ - $(use_with tcpd libwrap) \ - $(use_enable kerberos gssapi) \ - ${myconf} -} - -src_compile() { - emake -C "${S}/lib" all -} - -src_install() { - dodir /usr/include/cyrus - - emake -C "${S}/lib" DESTDIR="${D}" install - dodoc README* -} diff --git a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.4.11.ebuild b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.4.11.ebuild deleted file mode 100644 index d0bcb9ee12e4..000000000000 --- a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.4.11.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.4.11.ebuild,v 1.2 2011/09/19 13:41:27 eras Exp $ - -EAPI=4 -inherit eutils db-use multilib - -MY_PV="${PV/_/}" - -DESCRIPTION="Developer support for the Cyrus IMAP Server." -HOMEPAGE="http://www.cyrusimap.org/" -SRC_URI="ftp://ftp.cyrusimap.org/cyrus-imapd/cyrus-imapd-${MY_PV}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="afs berkdb kerberos snmp ssl tcpd" - -RDEPEND=">=dev-libs/cyrus-sasl-2.1.13 - afs? ( net-fs/openafs ) - berkdb? ( >=sys-libs/db-3.2 ) - kerberos? ( virtual/krb5 ) - snmp? ( net-analyzer/net-snmp ) - ssl? ( >=dev-libs/openssl-0.9.6 ) - tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) - !net-mail/cyrus-imapd" - -DEPEND="${RDEPEND}" - -S="${WORKDIR}/cyrus-imapd-${MY_PV}" - -src_configure() { - local myconf - if use afs ; then - myconf=" --with-afs-libdir=/usr/$(get_libdir)" - myconf+=" --with-afs-incdir=/usr/include/afs" - fi - if use berkdb ; then - myconf+="--with-bdb-incdir=$(db_includedir)" - fi - - econf \ - --enable-murder \ - --enable-netscapehack \ - --enable-idled \ - --with-cyrus-group=mail \ - --with-com_err=yes \ - --without-perl \ - --without-krb \ - --without-krbdes \ - $(use_enable afs) \ - $(use_enable afs krb5afspts) \ - $(use_with berkdb bdb) \ - $(use_with ssl openssl) \ - $(use_with snmp) \ - $(use_with tcpd libwrap) \ - $(use_enable kerberos gssapi) \ - ${myconf} -} - -src_compile() { - emake -C "${S}/lib" all -} - -src_install() { - dodir /usr/include/cyrus - - emake -C "${S}/lib" DESTDIR="${D}" install - dodoc README* -} diff --git a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.4.8.ebuild b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.4.8.ebuild deleted file mode 100644 index 691ad7e5fe3c..000000000000 --- a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.4.8.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.4.8.ebuild,v 1.1 2011/06/21 06:19:00 eras Exp $ - -EAPI=4 -inherit eutils db-use multilib - -MY_PV="${PV/_/}" - -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-${MY_PV}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="afs kerberos snmp ssl tcpd" - -RDEPEND=">=sys-libs/db-3.2 - >=dev-libs/cyrus-sasl-2.1.13 - afs? ( net-fs/openafs ) - kerberos? ( virtual/krb5 ) - snmp? ( net-analyzer/net-snmp ) - ssl? ( >=dev-libs/openssl-0.9.6 ) - tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" - -DEPEND="${RDEPEND}" - -S="${WORKDIR}/cyrus-imapd-${MY_PV}" - -src_configure() { - local myconf - if use afs ; then - myconf=" --with-afs-libdir=/usr/$(get_libdir)" - myconf+=" --with-afs-incdir=/usr/include/afs" - fi - - econf \ - --enable-murder \ - --enable-netscapehack \ - --enable-idled \ - --with-cyrus-group=mail \ - --with-com_err=yes \ - --without-perl \ - --without-krb \ - --without-krbdes \ - --with-bdb \ - --with-bdb-incdir=$(db_includedir) \ - $(use_enable afs) \ - $(use_enable afs krb5afspts) \ - $(use_with ssl openssl) \ - $(use_with snmp) \ - $(use_with tcpd libwrap) \ - $(use_enable kerberos gssapi) \ - ${myconf} -} - -src_compile() { - emake -C "${S}/lib" all -} - -src_install() { - dodir /usr/include/cyrus - - emake -C "${S}/lib" DESTDIR="${D}" install - dodoc README* -} diff --git a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.4.9.ebuild b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.4.9.ebuild deleted file mode 100644 index 82957a1f1b6b..000000000000 --- a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.4.9.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.4.9.ebuild,v 1.1 2011/06/22 11:03:09 eras Exp $ - -EAPI=4 -inherit eutils db-use multilib - -MY_PV="${PV/_/}" - -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-${MY_PV}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="afs berkdb kerberos snmp ssl tcpd" - -RDEPEND=">=dev-libs/cyrus-sasl-2.1.13 - afs? ( net-fs/openafs ) - berkdb? ( >=sys-libs/db-3.2 ) - kerberos? ( virtual/krb5 ) - snmp? ( net-analyzer/net-snmp ) - ssl? ( >=dev-libs/openssl-0.9.6 ) - tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" - -DEPEND="${RDEPEND}" - -S="${WORKDIR}/cyrus-imapd-${MY_PV}" - -src_configure() { - local myconf - if use afs ; then - myconf=" --with-afs-libdir=/usr/$(get_libdir)" - myconf+=" --with-afs-incdir=/usr/include/afs" - fi - if use berkdb ; then - myconf+="--with-bdb-incdir=$(db_includedir)" - fi - - econf \ - --enable-murder \ - --enable-netscapehack \ - --enable-idled \ - --with-cyrus-group=mail \ - --with-com_err=yes \ - --without-perl \ - --without-krb \ - --without-krbdes \ - $(use_enable afs) \ - $(use_enable afs krb5afspts) \ - $(use_with berkdb bdb) \ - $(use_with ssl openssl) \ - $(use_with snmp) \ - $(use_with tcpd libwrap) \ - $(use_enable kerberos gssapi) \ - ${myconf} -} - -src_compile() { - emake -C "${S}/lib" all -} - -src_install() { - dodir /usr/include/cyrus - - emake -C "${S}/lib" DESTDIR="${D}" install - dodoc README* -} diff --git a/dev-libs/cyrus-imap-dev/files/cyrus-imapd-2.3.16+db-5.0.patch b/dev-libs/cyrus-imap-dev/files/cyrus-imapd-2.3.16+db-5.0.patch deleted file mode 100644 index 319abf1f6bb7..000000000000 --- a/dev-libs/cyrus-imap-dev/files/cyrus-imapd-2.3.16+db-5.0.patch +++ /dev/null @@ -1,49 +0,0 @@ -Index: cyrus-imapd-2.3.16/lib/cyrusdb_berkeley.c -=================================================================== ---- cyrus-imapd-2.3.16.orig/lib/cyrusdb_berkeley.c -+++ cyrus-imapd-2.3.16/lib/cyrusdb_berkeley.c -@@ -108,7 +108,7 @@ static void db_panic(DB_ENV *dbenv __att - exit(EC_TEMPFAIL); - } - --#if (DB_VERSION_MAJOR == 4) && (DB_VERSION_MINOR >= 3) -+#if ((DB_VERSION_MAJOR == 4) && (DB_VERSION_MINOR >= 3)) || (DB_VERSION_MAJOR >= 5) - static void db_err(const DB_ENV *dbenv __attribute__((unused)), - const char *db_prfx, const char *buffer) - #else -@@ -164,7 +164,7 @@ static int init(const char *dbdir, int m - #endif - } - --#if (DB_VERSION_MAJOR == 4) && (DB_VERSION_MINOR >= 3) -+#if ((DB_VERSION_MAJOR == 4) && (DB_VERSION_MINOR >= 3)) || (DB_VERSION_MAJOR >= 5) - dbenv->set_msgcall(dbenv, db_msg); - #endif - dbenv->set_errcall(dbenv, db_err); -@@ -282,7 +282,7 @@ static int mysync(void) - - assert(dbinit); - --#if !(DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 1) -+#if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 1) || DB_VERSION_MAJOR >= 5) - do { - #endif - #if (DB_VERSION_MAJOR > 3) || ((DB_VERSION_MAJOR == 3) && (DB_VERSION_MINOR > 0)) -@@ -290,7 +290,7 @@ static int mysync(void) - #else - r = txn_checkpoint(dbenv, 0, 0); - #endif --#if !(DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 1) -+#if !((DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 1) || DB_VERSION_MAJOR >= 5) - } while (r == DB_INCOMPLETE); /* Never returned by BDB 4.1 */ - #endif - if (r) { -@@ -413,7 +413,7 @@ static int myopen(const char *fname, DBT - /* xxx set comparator! */ - if (flags & CYRUSDB_MBOXSORT) db->set_bt_compare(db, mbox_compar); - --#if DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 1 -+#if (DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 1) || (DB_VERSION_MAJOR >= 5) - r = (db->open)(db, NULL, fname, NULL, type, dbflags | DB_AUTO_COMMIT, 0664); - #else - r = (db->open)(db, fname, NULL, type, dbflags, 0664); diff --git a/dev-libs/cyrus-imap-dev/files/cyrus-imapd-libwrap.patch b/dev-libs/cyrus-imap-dev/files/cyrus-imapd-libwrap.patch deleted file mode 100644 index ee800779f5e4..000000000000 --- a/dev-libs/cyrus-imap-dev/files/cyrus-imapd-libwrap.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -urN cyrus-imapd-2.1.11/master/master.c cyrus-imapd-2.1.11-modified/master/master.c ---- cyrus-imapd-2.1.11/master/master.c 2002-11-01 10:44:33.000000000 -0600 -+++ cyrus-imapd-2.1.11-modified/master/master.c 2002-12-07 18:21:41.000000000 -0600 -@@ -103,6 +103,10 @@ - static int verbose = 0; - static int listen_queue_backlog = 32; - -+int allow_severity = LOG_DEBUG; -+int deny_severity = LOG_ERR; -+int hosts_ctl; -+ - struct service *Services = NULL; - int allocservices = 0; - int nservices = 0; -- cgit v1.2.3-65-gdbad