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 1IfFvq-0000xm-NG for garchives@archives.gentoo.org; Tue, 09 Oct 2007 14:19:35 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l99E9u4t005309; Tue, 9 Oct 2007 14:09:56 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 l99E9tLD005302 for ; Tue, 9 Oct 2007 14:09:55 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 0996D654D9 for ; Tue, 9 Oct 2007 14:09:55 +0000 (UTC) Received: from corsair by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1IfFmT-0005Cz-R3 for gentoo-commits@lists.gentoo.org; Tue, 09 Oct 2007 14:09:53 +0000 From: "Markus Rothe (corsair)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, corsair@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Authen-SASL: Authen-SASL-2.10-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: Authen-SASL-2.10-r1.ebuild ChangeLog X-VCS-Directories: dev-perl/Authen-SASL 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: Tue, 09 Oct 2007 14:09:53 +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: 62493fb7-c8dd-4863-9935-997f839e83b2 X-Archives-Hash: fc26c7569ac1785626fc6610ab944445 corsair 07/10/09 14:09:53 Modified: Authen-SASL-2.10-r1.ebuild ChangeLog Log: Added ~ppc64; bug #189441 (Portage version: 2.1.3.9) Revision Changes Path 1.8 dev-perl/Authen-SASL/Authen-SASL-2.10-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Authen-SASL/Authen-SASL-2.10-r1.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Authen-SASL/Authen-SASL-2.10-r1.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Authen-SASL/Authen-SASL-2.10-r1.ebuild?r1=1.7&r2=1.8 Index: Authen-SASL-2.10-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Authen-SASL/Authen-SASL-2.10-r1.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- Authen-SASL-2.10-r1.ebuild 6 Oct 2007 19:51:46 -0000 1.7 +++ Authen-SASL-2.10-r1.ebuild 9 Oct 2007 14:09:53 -0000 1.8 @@ -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/dev-perl/Authen-SASL/Authen-SASL-2.10-r1.ebuild,v 1.7 2007/10/06 19:51:46 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-SASL/Authen-SASL-2.10-r1.ebuild,v 1.8 2007/10/09 14:09:53 corsair Exp $ inherit perl-module @@ -11,7 +11,7 @@ LICENSE="Artistic" SLOT="0" -KEYWORDS="alpha ~amd64 ~hppa ia64 ~ppc sparc x86" +KEYWORDS="alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 sparc x86" IUSE="kerberos" SRC_TEST="do" 1.45 dev-perl/Authen-SASL/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Authen-SASL/ChangeLog?rev=1.45&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Authen-SASL/ChangeLog?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Authen-SASL/ChangeLog?r1=1.44&r2=1.45 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Authen-SASL/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 6 Oct 2007 19:51:46 -0000 1.44 +++ ChangeLog 9 Oct 2007 14:09:53 -0000 1.45 @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Authen-SASL # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-SASL/ChangeLog,v 1.44 2007/10/06 19:51:46 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-SASL/ChangeLog,v 1.45 2007/10/09 14:09:53 corsair Exp $ + + 09 Oct 2007; Markus Rothe Authen-SASL-2.10-r1.ebuild: + Added ~ppc64; bug #189441 06 Oct 2007; Raúl Porcel Authen-SASL-2.10-r1.ebuild: alpha/ia64/sparc/x86 stable -- gentoo-commits@gentoo.org mailing list