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 1IVvYW-0000VL-HB for garchives@archives.gentoo.org; Thu, 13 Sep 2007 20:44:57 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l8DKbYN1023646; Thu, 13 Sep 2007 20:37:34 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l8DKb48V022773 for ; Thu, 13 Sep 2007 20:37:29 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 E99E1BC0FC for ; Thu, 13 Sep 2007 20:21:44 +0000 (UTC) Received: from corsair by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1IVvC4-0003a5-H9 for gentoo-commits@lists.gentoo.org; Thu, 13 Sep 2007 20:21:44 +0000 From: "Markus Rothe (corsair)" To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-gtkhtml: claws-mail-gtkhtml-0.15.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: claws-mail-gtkhtml-0.15.2.ebuild ChangeLog X-VCS-Directories: mail-client/claws-mail-gtkhtml X-VCS-Committer: corsair X-VCS-Committer-Name: Markus Rothe Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Markus Rothe Date: Thu, 13 Sep 2007 20:21:44 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org Reply-To: gentoo-dev@lists.gentoo.org X-Archives-Salt: 0072bc3d-998d-4b4a-b00e-31af9a9921aa X-Archives-Hash: 1ef34f8074ee18fd5ff9307be13d3179 corsair 07/09/13 20:21:44 Modified: claws-mail-gtkhtml-0.15.2.ebuild ChangeLog Log: Stable on ppc64; bug #192373 (Portage version: 2.1.2.12) Revision Changes Path 1.3 mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.15.2.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.15.2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.15.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.15.2.ebuild?r1=1.2&r2=1.3 Index: claws-mail-gtkhtml-0.15.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.15.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- claws-mail-gtkhtml-0.15.2.ebuild 13 Sep 2007 18:34:42 -0000 1.2 +++ claws-mail-gtkhtml-0.15.2.ebuild 13 Sep 2007 20:21:44 -0000 1.3 @@ -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/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.15.2.ebuild,v 1.2 2007/09/13 18:34:42 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.15.2.ebuild,v 1.3 2007/09/13 20:21:44 corsair Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 x86" +KEYWORDS="~amd64 ~ppc ppc64 x86" IUSE="" DEPEND=">=mail-client/claws-mail-3.0.0 =gnome-extra/gtkhtml-2* 1.16 mail-client/claws-mail-gtkhtml/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 13 Sep 2007 18:34:42 -0000 1.15 +++ ChangeLog 13 Sep 2007 20:21:44 -0000 1.16 @@ -1,6 +1,10 @@ # ChangeLog for mail-client/claws-mail-gtkhtml # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.15 2007/09/13 18:34:42 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.16 2007/09/13 20:21:44 corsair Exp $ + + 13 Sep 2007; Markus Rothe + claws-mail-gtkhtml-0.15.2.ebuild: + Stable on ppc64; bug #192373 13 Sep 2007; Christian Faulhammer claws-mail-gtkhtml-0.15.2.ebuild: -- gentoo-commits@gentoo.org mailing list