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 08A291381F3 for ; Thu, 4 Jul 2013 13:34:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EE83E0942; Thu, 4 Jul 2013 13:34:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0181CE08F9 for ; Thu, 4 Jul 2013 13:34:05 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF7C333E746 for ; Thu, 4 Jul 2013 13:34:04 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id A6B512171C; Thu, 4 Jul 2013 13:34:03 +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 dev-python/dbus-python: dbus-python-1.2.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: dbus-python-1.2.0.ebuild ChangeLog X-VCS-Directories: dev-python/dbus-python X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130704133403.A6B512171C@flycatcher.gentoo.org> Date: Thu, 4 Jul 2013 13:34:03 +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: 97ab7067-1640-4d0c-893f-0e93b028e50e X-Archives-Hash: efeb9dcda875da2c46cd0117dd1ecd19 ago 13/07/04 13:34:03 Modified: dbus-python-1.2.0.ebuild ChangeLog Log: Stable for ppc64, wrt bug #453086 (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F) Revision Changes Path 1.12 dev-python/dbus-python/dbus-python-1.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dbus-python/dbus-python-1.2.0.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dbus-python/dbus-python-1.2.0.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dbus-python/dbus-python-1.2.0.ebuild?r1=1.11&r2=1.12 Index: dbus-python-1.2.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-1.2.0.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- dbus-python-1.2.0.ebuild 2 Jun 2013 08:40:39 -0000 1.11 +++ dbus-python-1.2.0.ebuild 4 Jul 2013 13:34:03 -0000 1.12 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-1.2.0.ebuild,v 1.11 2013/06/02 08:40:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-1.2.0.ebuild,v 1.12 2013/07/04 13:34:03 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="doc examples test" # API docs generated with epydoc, which is python2-only REQUIRED_USE="doc? ( || ( python_targets_python2_6 python_targets_python2_7 ) )" 1.136 dev-python/dbus-python/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dbus-python/ChangeLog?rev=1.136&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dbus-python/ChangeLog?rev=1.136&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dbus-python/ChangeLog?r1=1.135&r2=1.136 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v retrieving revision 1.135 retrieving revision 1.136 diff -u -r1.135 -r1.136 --- ChangeLog 2 Jun 2013 08:40:39 -0000 1.135 +++ ChangeLog 4 Jul 2013 13:34:03 -0000 1.136 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/dbus-python # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.135 2013/06/02 08:40:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.136 2013/07/04 13:34:03 ago Exp $ + + 04 Jul 2013; Agostino Sarubbo dbus-python-1.2.0.ebuild: + Stable for ppc64, wrt bug #453086 02 Jun 2013; Agostino Sarubbo dbus-python-1.2.0.ebuild: Stable for sh, wrt bug #453086