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 539D41381F3 for ; Sun, 2 Jun 2013 08:40:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5DE9E08E1; Sun, 2 Jun 2013 08:40:41 +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 63B65E08E1 for ; Sun, 2 Jun 2013 08:40:41 +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 7EE4133E141 for ; Sun, 2 Jun 2013 08:40:40 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id 4BDC52171D; Sun, 2 Jun 2013 08:40:39 +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: <20130602084039.4BDC52171D@flycatcher.gentoo.org> Date: Sun, 2 Jun 2013 08:40:39 +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: d72b641b-8f24-4d1a-8c6d-8b6ed8302c72 X-Archives-Hash: a13b2f8d3727613a8e7d296be811a279 ago 13/06/02 08:40:39 Modified: dbus-python-1.2.0.ebuild ChangeLog Log: Stable for sh, wrt bug #453086 (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sh", signed Manifest commit with key 7194459F) Revision Changes Path 1.11 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.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dbus-python/dbus-python-1.2.0.ebuild?rev=1.11&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.10&r2=1.11 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.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- dbus-python-1.2.0.ebuild 25 May 2013 07:58:08 -0000 1.10 +++ dbus-python-1.2.0.ebuild 2 Jun 2013 08:40:39 -0000 1.11 @@ -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.10 2013/05/25 07:58:08 ago Exp $ +# $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 $ 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.135 dev-python/dbus-python/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dbus-python/ChangeLog?rev=1.135&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dbus-python/ChangeLog?rev=1.135&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dbus-python/ChangeLog?r1=1.134&r2=1.135 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v retrieving revision 1.134 retrieving revision 1.135 diff -u -r1.134 -r1.135 --- ChangeLog 25 May 2013 07:58:08 -0000 1.134 +++ ChangeLog 2 Jun 2013 08:40:39 -0000 1.135 @@ -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.134 2013/05/25 07:58:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.135 2013/06/02 08:40:39 ago Exp $ + + 02 Jun 2013; Agostino Sarubbo dbus-python-1.2.0.ebuild: + Stable for sh, wrt bug #453086 25 May 2013; Agostino Sarubbo dbus-python-1.2.0.ebuild: Stable for sparc, wrt bug #453086