summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2009-02-16 18:55:09 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2009-02-16 18:55:09 +0000
commitffdc80a9f05487f54f4b8c4dbef5b6625c808625 (patch)
treefff580dd6462153fbf4623b1b0cc5fce5432ba3f
parentHPPA stable, #253027 (diff)
downloadgentoo-2-ffdc80a9f05487f54f4b8c4dbef5b6625c808625.tar.gz
gentoo-2-ffdc80a9f05487f54f4b8c4dbef5b6625c808625.tar.bz2
gentoo-2-ffdc80a9f05487f54f4b8c4dbef5b6625c808625.zip
Cleanup
(Portage version: 2.2_rc23/cvs/Linux x86_64)
-rw-r--r--dev-libs/cyrus-imap-dev/ChangeLog6
-rw-r--r--dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.3.11.ebuild79
-rw-r--r--dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.3.9.ebuild79
3 files changed, 5 insertions, 159 deletions
diff --git a/dev-libs/cyrus-imap-dev/ChangeLog b/dev-libs/cyrus-imap-dev/ChangeLog
index e0076efa4846..47767b275591 100644
--- a/dev-libs/cyrus-imap-dev/ChangeLog
+++ b/dev-libs/cyrus-imap-dev/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/cyrus-imap-dev
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-imap-dev/ChangeLog,v 1.54 2009/01/07 15:17:48 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-imap-dev/ChangeLog,v 1.55 2009/02/16 18:55:09 dertobi123 Exp $
+
+ 16 Feb 2009; Tobias Scherbaum <dertobi123@gentoo.org>
+ -cyrus-imap-dev-2.3.9.ebuild, -cyrus-imap-dev-2.3.11.ebuild:
+ Cleanup
07 Jan 2009; Brent Baude <ranger@gentoo.org> cyrus-imap-dev-2.3.13.ebuild:
Marking cyrus-imap-dev-2.3.13 ppc64 for bug 253027
diff --git a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.3.11.ebuild b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.3.11.ebuild
deleted file mode 100644
index 5b17bfe28b29..000000000000
--- a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.3.11.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/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.3.11.ebuild,v 1.1 2008/01/02 18:48:02 dertobi123 Exp $
-
-inherit eutils autotools
-
-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 ~amd64 ~ppc ~sparc ~ppc64"
-IUSE="afs kerberos snmp ssl tcpd"
-
-RDEPEND="virtual/libc
- >=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-${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 \
- --with-auth=unix \
- --without-perl \
- --disable-cyradm \
- ${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.9.ebuild b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.3.9.ebuild
deleted file mode 100644
index 4f1d2534472b..000000000000
--- a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.3.9.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/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.3.9.ebuild,v 1.5 2008/01/14 20:02:45 dertobi123 Exp $
-
-inherit eutils autotools
-
-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="amd64 ppc ppc64 ~sparc x86"
-IUSE="afs kerberos snmp ssl tcpd"
-
-RDEPEND="virtual/libc
- >=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-${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 \
- --with-auth=unix \
- --without-perl \
- --disable-cyradm \
- ${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*
-}