From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Ij1oK-0001YI-AF for garchives@archives.gentoo.org; Sat, 20 Oct 2007 00:03:24 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l9JNqmsE025556; Fri, 19 Oct 2007 23:52:48 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l9JNqlZ0025551 for ; Fri, 19 Oct 2007 23:52:48 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 11D1765264 for ; Fri, 19 Oct 2007 23:52:47 +0000 (UTC) Received: from philantrop by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1Ij1e1-0001i7-Us for gentoo-commits@lists.gentoo.org; Fri, 19 Oct 2007 23:52:46 +0000 From: "Wulf Krueger (philantrop)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, philantrop@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in kde-base/libksieve: ChangeLog libksieve-3.5.8.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog libksieve-3.5.8.ebuild X-VCS-Directories: kde-base/libksieve X-VCS-Committer: philantrop X-VCS-Committer-Name: Wulf Krueger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Wulf Krueger Date: Fri, 19 Oct 2007 23:52:45 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: 3de22f1b-f849-473e-8a94-1d0bc36dac6f X-Archives-Hash: fc21134284ba601d8ea649ccf7f40d7e philantrop 07/10/19 23:52:45 Modified: ChangeLog Added: libksieve-3.5.8.ebuild Log: Bump to KDE 3.5.8. (Portage version: 2.1.3.15) Revision Changes Path 1.52 kde-base/libksieve/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libksieve/ChangeLog?rev=1.52&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libksieve/ChangeLog?rev=1.52&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libksieve/ChangeLog?r1=1.51&r2=1.52 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-base/libksieve/ChangeLog,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- ChangeLog 15 Aug 2007 22:37:03 -0000 1.51 +++ ChangeLog 19 Oct 2007 23:52:45 -0000 1.52 @@ -1,6 +1,12 @@ # ChangeLog for kde-base/libksieve # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libksieve/ChangeLog,v 1.51 2007/08/15 22:37:03 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libksieve/ChangeLog,v 1.52 2007/10/19 23:52:45 philantrop Exp $ + +*libksieve-3.5.8 (19 Oct 2007) + + 19 Oct 2007; Wulf C. Krueger + +libksieve-3.5.8.ebuild: + Bump to KDE 3.5.8. 15 Aug 2007; Wulf C. Krueger libksieve-3.5.7.ebuild: 1.1 kde-base/libksieve/libksieve-3.5.8.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libksieve/libksieve-3.5.8.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libksieve/libksieve-3.5.8.ebuild?rev=1.1&content-type=text/plain Index: libksieve-3.5.8.ebuild =================================================================== # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-base/libksieve/libksieve-3.5.8.ebuild,v 1.1 2007/10/19 23:52:45 philantrop Exp $ KMNAME=kdepim MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta eutils DESCRIPTION="library enable support for sieve (imap server-side filtering standard) in kde apps, used by kmail" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" # The tests are broken. Fixes bug 188946. RESTRICT="test" -- gentoo-commits@gentoo.org mailing list