From 1122bb5e0aa64384a050c85793b1e7a164513698 Mon Sep 17 00:00:00 2001 From: Tobias Scherbaum Date: Sun, 22 Nov 2009 14:04:03 +0000 Subject: Version bump, #285491 (Portage version: 2.2_rc50/cvs/Linux x86_64) --- dev-libs/cyrus-imap-dev/ChangeLog | 8 ++- .../cyrus-imap-dev/cyrus-imap-dev-2.3.13.ebuild | 78 ---------------------- .../cyrus-imap-dev/cyrus-imap-dev-2.3.15.ebuild | 78 ++++++++++++++++++++++ 3 files changed, 85 insertions(+), 79 deletions(-) delete mode 100644 dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.3.13.ebuild create mode 100644 dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.3.15.ebuild (limited to 'dev-libs') diff --git a/dev-libs/cyrus-imap-dev/ChangeLog b/dev-libs/cyrus-imap-dev/ChangeLog index 5924a931a30a..7055c37b4742 100644 --- a/dev-libs/cyrus-imap-dev/ChangeLog +++ b/dev-libs/cyrus-imap-dev/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/cyrus-imap-dev # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-imap-dev/ChangeLog,v 1.61 2009/09/23 17:17:50 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-imap-dev/ChangeLog,v 1.62 2009/11/22 14:04:03 dertobi123 Exp $ + +*cyrus-imap-dev-2.3.15 (22 Nov 2009) + + 22 Nov 2009; Tobias Scherbaum + -cyrus-imap-dev-2.3.13.ebuild, +cyrus-imap-dev-2.3.15.ebuild: + Version bump, #285491 23 Sep 2009; Patrick Lauer cyrus-imap-dev-2.3.13.ebuild, cyrus-imap-dev-2.3.14.ebuild: diff --git a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.3.13.ebuild b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.3.13.ebuild deleted file mode 100644 index df93a8f3ae68..000000000000 --- a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.3.13.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.13.ebuild,v 1.7 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 new file mode 100644 index 000000000000..aa288450838e --- /dev/null +++ b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.3.15.ebuild @@ -0,0 +1,78 @@ +# 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* +} -- cgit v1.2.3-65-gdbad