diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-09-03 19:47:05 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-09-03 19:47:05 +0000 |
commit | 481feaf8bee1ef2f7dcc0563c959ae0b1d83cb18 (patch) | |
tree | 6f80d24a2e6605c49eb181b8f7ad2fad5673a253 /net-mail/cyrus-imapd | |
parent | Version bump. (diff) | |
download | gentoo-2-481feaf8bee1ef2f7dcc0563c959ae0b1d83cb18.tar.gz gentoo-2-481feaf8bee1ef2f7dcc0563c959ae0b1d83cb18.tar.bz2 gentoo-2-481feaf8bee1ef2f7dcc0563c959ae0b1d83cb18.zip |
Version bump
(Portage version: 2.1.2.12)
Diffstat (limited to 'net-mail/cyrus-imapd')
-rw-r--r-- | net-mail/cyrus-imapd/ChangeLog | 9 | ||||
-rw-r--r-- | net-mail/cyrus-imapd/cyrus-imapd-2.3.9.ebuild (renamed from net-mail/cyrus-imapd/cyrus-imapd-2.3.8.ebuild) | 13 | ||||
-rw-r--r-- | net-mail/cyrus-imapd/files/cyrus-imapd-2.3.8-pts.patch | 21 | ||||
-rw-r--r-- | net-mail/cyrus-imapd/files/digest-cyrus-imapd-2.3.8 | 6 | ||||
-rw-r--r-- | net-mail/cyrus-imapd/files/digest-cyrus-imapd-2.3.9 | 6 |
5 files changed, 16 insertions, 39 deletions
diff --git a/net-mail/cyrus-imapd/ChangeLog b/net-mail/cyrus-imapd/ChangeLog index 8a2c38e9ae6d..111fc41edd15 100644 --- a/net-mail/cyrus-imapd/ChangeLog +++ b/net-mail/cyrus-imapd/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-mail/cyrus-imapd # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v 1.103 2007/09/02 07:48:33 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v 1.104 2007/09/03 19:47:05 dertobi123 Exp $ + +*cyrus-imapd-2.3.9 (03 Sep 2007) + + 03 Sep 2007; Tobias Scherbaum <dertobi123@gentoo.org> + -files/cyrus-imapd-2.3.8-pts.patch, -cyrus-imapd-2.3.8.ebuild, + +cyrus-imapd-2.3.9.ebuild: + Version bump 02 Sep 2007; Christian Faulhammer <opfer@gentoo.org> cyrus-imapd-2.2.13-r1.ebuild: diff --git a/net-mail/cyrus-imapd/cyrus-imapd-2.3.8.ebuild b/net-mail/cyrus-imapd/cyrus-imapd-2.3.9.ebuild index e67a26333dbe..7df2bc8adbd5 100644 --- a/net-mail/cyrus-imapd/cyrus-imapd-2.3.8.ebuild +++ b/net-mail/cyrus-imapd/cyrus-imapd-2.3.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.3.8.ebuild,v 1.3 2007/08/20 13:18:24 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.3.9.ebuild,v 1.1 2007/09/03 19:47:05 dertobi123 Exp $ inherit autotools eutils ssl-cert fixheadtails pam @@ -16,12 +16,11 @@ AUTOSIEVE_PATCH_VER="0.6.0" LICENSE="as-is" SLOT="0" KEYWORDS="~x86 ~sparc ~amd64 ~ppc ~hppa ~ppc64" -IUSE="afs autocreate autosieve drac idled kerberos nntp pam replication snmp ssl tcpd" +IUSE="autocreate autosieve drac idled kerberos nntp pam replication snmp ssl tcpd" PROVIDE="virtual/imapd" RDEPEND=">=sys-libs/db-3.2 >=dev-libs/cyrus-sasl-2.1.13 - afs? ( >=net-fs/openafs-1.2.2 ) pam? ( virtual/pam >=net-mail/mailbase-1 @@ -99,9 +98,6 @@ src_unpack() { ht_fix_file ${S}/imap/xversion.sh - # db-4.5 fix - epatch "${FILESDIR}/${PN}-2.2-db45.patch" - # Unsupported UoA patch. Bug #112912 . # http://email.uoa.gr/projects/cyrus/autocreate/ if use autocreate ; then @@ -117,10 +113,6 @@ src_unpack() { # http://email.uoa.gr/projects/cyrus/autosievefolder/ use autosieve && epatch "${WORKDIR}/${P}-autosieve-${AUTOSIEVE_PATCH_VER}.diff" - # fix undefine symbols. - use afs && epatch "${FILESDIR}/cyrus-imapd-2.3.6-afs.patch" \ - && epatch "${FILESDIR}/${P}-pts.patch" - # Add libwrap defines as we don't have a dynamicly linked library. use tcpd && epatch "${FILESDIR}/${PN}-${LIBWRAP_PATCH_VER}-libwrap.patch" @@ -146,7 +138,6 @@ src_unpack() { src_compile() { local myconf - use afs && myconf="${myconf} -with-afs=/usr" myconf="${myconf} $(use_with drac)" myconf="${myconf} $(use_with ssl openssl)" myconf="${myconf} $(use_with snmp ucdsnmp)" diff --git a/net-mail/cyrus-imapd/files/cyrus-imapd-2.3.8-pts.patch b/net-mail/cyrus-imapd/files/cyrus-imapd-2.3.8-pts.patch deleted file mode 100644 index a7bd4287a72b..000000000000 --- a/net-mail/cyrus-imapd/files/cyrus-imapd-2.3.8-pts.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- configure.in.old 2007-07-28 13:02:41.505734616 +0200 -+++ configure.in 2007-07-28 13:04:37.431049483 +0200 -@@ -563,12 +563,12 @@ - LDFLAGS=$save_LDFLAGS - fi - --if test "x$with_afs" != "xno" -o "x$with_ldap" != "xno"; then -- EXTRA_SUBDIRS="${EXTRA_SUBDIRS} ptclient" -- EXTRA_OUTPUT="${EXTRA_OUTPUT} ptclient/Makefile" -- -- AC_DEFINE(WITH_PTS,[],[Build in PTS support?]) --fi -+#if test "x$with_afs" != "xno" -o "x$with_ldap" != "xno"; then -+# EXTRA_SUBDIRS="${EXTRA_SUBDIRS} ptclient" -+# EXTRA_OUTPUT="${EXTRA_OUTPUT} ptclient/Makefile" -+# -+# AC_DEFINE(WITH_PTS,[],[Build in PTS support?]) -+#fi - - - diff --git a/net-mail/cyrus-imapd/files/digest-cyrus-imapd-2.3.8 b/net-mail/cyrus-imapd/files/digest-cyrus-imapd-2.3.8 deleted file mode 100644 index 79a11d5a29b5..000000000000 --- a/net-mail/cyrus-imapd/files/digest-cyrus-imapd-2.3.8 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 13e519dec6d0c7b8a4f41170d38c3942 cyrus-imapd-2.3.8-uoa.tbz2 17894 -RMD160 c824671df6b36aadf9c6d76131bd467a407a5e5e cyrus-imapd-2.3.8-uoa.tbz2 17894 -SHA256 dfe6d498991335c2c9f06bf2dd2c716ce865c043f857f5633650c029e17c3549 cyrus-imapd-2.3.8-uoa.tbz2 17894 -MD5 ac03b02c1ae08d52f807b58c488b204f cyrus-imapd-2.3.8.tar.gz 2207366 -RMD160 e89054f75f106c26f497bc37f7d514b0bf80bfe0 cyrus-imapd-2.3.8.tar.gz 2207366 -SHA256 0f5c04a7de2da737e5ca0b4f8df8647175188b22972000192bbc7cd87ffda7fe cyrus-imapd-2.3.8.tar.gz 2207366 diff --git a/net-mail/cyrus-imapd/files/digest-cyrus-imapd-2.3.9 b/net-mail/cyrus-imapd/files/digest-cyrus-imapd-2.3.9 new file mode 100644 index 000000000000..69290b05354e --- /dev/null +++ b/net-mail/cyrus-imapd/files/digest-cyrus-imapd-2.3.9 @@ -0,0 +1,6 @@ +MD5 416025d721671c546bac1652c89b218e cyrus-imapd-2.3.9-uoa.tbz2 17935 +RMD160 1e46f17972552ed94496d1dfee8671332844775b cyrus-imapd-2.3.9-uoa.tbz2 17935 +SHA256 3ca66f3ec992416276daca9e43dd159797d2838ff9efd118139495a86e070f5d cyrus-imapd-2.3.9-uoa.tbz2 17935 +MD5 113433c1fdc777e3b0466b5ce643b8bc cyrus-imapd-2.3.9.tar.gz 2272004 +RMD160 c9aae3476108c0face06dfe304a136015370b166 cyrus-imapd-2.3.9.tar.gz 2272004 +SHA256 27e6476789788b7c72f09711103f7c4bd0136dbd33ceadd0ae2dc776a17ab437 cyrus-imapd-2.3.9.tar.gz 2272004 |