diff options
4 files changed, 6 insertions, 226 deletions
diff --git a/net-mail/cyrus-imap-admin/ChangeLog b/net-mail/cyrus-imap-admin/ChangeLog index 52de8a566b22..ad977ec92ccc 100644 --- a/net-mail/cyrus-imap-admin/ChangeLog +++ b/net-mail/cyrus-imap-admin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/cyrus-imap-admin # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imap-admin/ChangeLog,v 1.77 2009/02/16 18:52:53 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imap-admin/ChangeLog,v 1.78 2009/02/16 18:56:05 dertobi123 Exp $ + + 16 Feb 2009; Tobias Scherbaum <dertobi123@gentoo.org> + -cyrus-imap-admin-2.3.9.ebuild, -cyrus-imap-admin-2.3.11.ebuild, + -cyrus-imap-admin-2.3.12_p2.ebuild: + Cleanup 16 Feb 2009; Tobias Scherbaum <dertobi123@gentoo.org> cyrus-imap-admin-2.3.13.ebuild: diff --git a/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.3.11.ebuild b/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.3.11.ebuild deleted file mode 100644 index 684fa1c99b8a..000000000000 --- a/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.3.11.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.3.11.ebuild,v 1.1 2008/01/02 18:43:07 dertobi123 Exp $ - -inherit autotools perl-app eutils - -PIC_PATCH_VER="2.2" -DESCRIPTION="Utilities and Perl modules to administer a 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 ~amd64 ~sparc ~ppc ~hppa ~ppc64" -IUSE="ssl kerberos" - -RDEPEND=">=sys-libs/db-3.2 - >=dev-lang/perl-5.6.1 - >=dev-libs/cyrus-sasl-2.1.13 - dev-perl/Term-ReadLine-Perl - dev-perl/TermReadKey - ssl? ( >=dev-libs/openssl-0.9.6 ) - kerberos? ( virtual/krb5 )" - -DEPEND="$RDEPEND - sys-devel/libtool - >=sys-devel/autoconf-2.58 - sys-devel/automake - >=sys-apps/sed-4" - -S="${WORKDIR}/cyrus-imapd-${PV}" - -src_unpack() { - unpack ${A} && cd "${S}" - - # Versioned symbols. - epatch "${FILESDIR}/${PN}-${PIC_PATCH_VER}-fPIC.patch" - - # Recreate configure. - 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 ssl openssl`" - myconf="${myconf} `use_with kerberos gssapi`" - - econf \ - --disable-server \ - --enable-murder \ - --enable-listext \ - --enable-netscapehack \ - --with-cyrus-group=mail \ - --with-com_err=yes \ - --with-auth=unix \ - --with-perl=/usr/bin/perl \ - --enable-cyradm \ - ${myconf} || die "econf failed" - - emake -C "${S}/lib" all || die "compile problem" - emake -C "${S}/perl" all || die "compile problem" -} - -src_install () { - make -C "${S}/perl" DESTDIR="${D}" install || die "install problem" - fixlocalpod # bug #98122 -} diff --git a/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.3.12_p2.ebuild b/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.3.12_p2.ebuild deleted file mode 100644 index 47ba7e866190..000000000000 --- a/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.3.12_p2.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.3.12_p2.ebuild,v 1.2 2008/09/29 16:06:20 wrobel Exp $ - -inherit autotools perl-app eutils - -MY_PV=${PV/_/} - -PIC_PATCH_VER="2.2" -DESCRIPTION="Utilities and Perl modules to administer a 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="~x86 ~amd64 ~sparc ~ppc ~hppa ~ppc64" -IUSE="ssl kerberos kolab" - -RDEPEND=">=sys-libs/db-3.2 - >=dev-lang/perl-5.6.1 - >=dev-libs/cyrus-sasl-2.1.13 - dev-perl/Term-ReadLine-Perl - dev-perl/TermReadKey - ssl? ( >=dev-libs/openssl-0.9.6 ) - kerberos? ( virtual/krb5 )" - -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}" - - # Versioned symbols. - epatch "${FILESDIR}/${PN}-${PIC_PATCH_VER}-fPIC.patch" - - # Recreate configure. - 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" - - # Add kolab support. - if use kolab ; then - epatch "${FILESDIR}/KOLAB_cyrus-cyradm_Annotations.patch" || die "epatch failed" - fi -} - -src_compile() { - - local myconf - myconf="${myconf} `use_with ssl openssl`" - myconf="${myconf} `use_with kerberos gssapi`" - - econf \ - --disable-server \ - --enable-murder \ - --enable-listext \ - --enable-netscapehack \ - --with-cyrus-group=mail \ - --with-com_err=yes \ - --with-auth=unix \ - --with-perl=/usr/bin/perl \ - --enable-cyradm \ - ${myconf} || die "econf failed" - - emake -C "${S}/lib" all || die "compile problem" - emake -C "${S}/perl" all || die "compile problem" -} - -src_install () { - make -C "${S}/perl" DESTDIR="${D}" install || die "install problem" - fixlocalpod # bug #98122 -} diff --git a/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.3.9.ebuild b/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.3.9.ebuild deleted file mode 100644 index 819b4d26bc4c..000000000000 --- a/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.3.9.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imap-admin/cyrus-imap-admin-2.3.9.ebuild,v 1.7 2008/01/14 20:30:37 dertobi123 Exp $ - -inherit autotools perl-app eutils - -PIC_PATCH_VER="2.2" -DESCRIPTION="Utilities and Perl modules to administer a 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="amd64 hppa ppc ppc64 sparc x86" -IUSE="ssl kerberos" - -RDEPEND=">=sys-libs/db-3.2 - >=dev-lang/perl-5.6.1 - >=dev-libs/cyrus-sasl-2.1.13 - dev-perl/Term-ReadLine-Perl - dev-perl/TermReadKey - ssl? ( >=dev-libs/openssl-0.9.6 ) - kerberos? ( virtual/krb5 )" - -DEPEND="$RDEPEND - sys-devel/libtool - >=sys-devel/autoconf-2.58 - sys-devel/automake - >=sys-apps/sed-4" - -S="${WORKDIR}/cyrus-imapd-${PV}" - -src_unpack() { - unpack ${A} && cd "${S}" - - # Versioned symbols. - epatch "${FILESDIR}/${PN}-${PIC_PATCH_VER}-fPIC.patch" - - # Recreate configure. - 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 ssl openssl`" - myconf="${myconf} `use_with kerberos gssapi`" - - econf \ - --disable-server \ - --enable-murder \ - --enable-listext \ - --enable-netscapehack \ - --with-cyrus-group=mail \ - --with-com_err=yes \ - --with-auth=unix \ - --with-perl=/usr/bin/perl \ - --enable-cyradm \ - ${myconf} || die "econf failed" - - emake -C "${S}/lib" all || die "compile problem" - emake -C "${S}/perl" all || die "compile problem" -} - -src_install () { - make -C "${S}/perl" DESTDIR="${D}" install || die "install problem" - fixlocalpod # bug #98122 -} |