From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E8640138E74 for ; Mon, 3 Nov 2014 10:25:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78F9DE089B; Mon, 3 Nov 2014 10:25:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EFDAFE089B for ; Mon, 3 Nov 2014 10:25:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E95E434076B for ; Mon, 3 Nov 2014 10:25:45 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2314) id A02699570; Mon, 3 Nov 2014 10:25:44 +0000 (UTC) From: "Agostino Sarubbo (ago)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ago@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/python-mode: python-mode-6.1.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: python-mode-6.1.2.ebuild ChangeLog X-VCS-Directories: app-emacs/python-mode X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141103102544.A02699570@oystercatcher.gentoo.org> Date: Mon, 3 Nov 2014 10:25:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 95dd8a77-9105-4061-8cf3-4008e0888739 X-Archives-Hash: fee8b92a0884f6114b91f6f18d94594d ago 14/11/03 10:25:44 Modified: python-mode-6.1.2.ebuild ChangeLog Log: Stable for amd64, wrt bug #527502 (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F) Revision Changes Path 1.3 app-emacs/python-mode/python-mode-6.1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/python-mode/python-mode-6.1.2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/python-mode/python-mode-6.1.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/python-mode/python-mode-6.1.2.ebuild?r1=1.2&r2=1.3 Index: python-mode-6.1.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-6.1.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-mode-6.1.2.ebuild 1 Nov 2014 00:14:12 -0000 1.2 +++ python-mode-6.1.2.ebuild 3 Nov 2014 10:25:44 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-6.1.2.ebuild,v 1.2 2014/11/01 00:14:12 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-6.1.2.ebuild,v 1.3 2014/11/03 10:25:44 ago Exp $ EAPI=5 @@ -13,7 +13,7 @@ LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" S="${WORKDIR}/${MY_P}" SITEFILE="50${PN}-gentoo.el" 1.87 app-emacs/python-mode/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/python-mode/ChangeLog?rev=1.87&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/python-mode/ChangeLog?rev=1.87&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/python-mode/ChangeLog?r1=1.86&r2=1.87 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v retrieving revision 1.86 retrieving revision 1.87 diff -u -r1.86 -r1.87 --- ChangeLog 1 Nov 2014 00:14:12 -0000 1.86 +++ ChangeLog 3 Nov 2014 10:25:44 -0000 1.87 @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/python-mode # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.86 2014/11/01 00:14:12 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.87 2014/11/03 10:25:44 ago Exp $ + + 03 Nov 2014; Agostino Sarubbo python-mode-6.1.2.ebuild: + Stable for amd64, wrt bug #527502 01 Nov 2014; Jeroen Roovers python-mode-6.1.2.ebuild: Stable for HPPA (bug #527502).