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 18181138386 for ; Thu, 6 Aug 2015 09:59:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8952141D4; Thu, 6 Aug 2015 09:59:10 +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 71B8A141D4 for ; Thu, 6 Aug 2015 09:59:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C190C340A36 for ; Thu, 6 Aug 2015 09:59:09 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2314) id A410811E; Thu, 6 Aug 2015 09:59:08 +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-util/a8: a8-0.11-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: a8-0.11-r2.ebuild ChangeLog X-VCS-Directories: dev-util/a8 X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150806095908.A410811E@oystercatcher.gentoo.org> Date: Thu, 6 Aug 2015 09:59:08 +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: 3f781400-026d-4ce0-bdac-ee14a2671805 X-Archives-Hash: 2ccaf73c4095ea8f16626a26f74c92c5 ago 15/08/06 09:59:08 Modified: a8-0.11-r2.ebuild ChangeLog Log: Stable for amd64, wrt bug #521046 (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F) Revision Changes Path 1.6 dev-util/a8/a8-0.11-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/a8/a8-0.11-r2.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/a8/a8-0.11-r2.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/a8/a8-0.11-r2.ebuild?r1=1.5&r2=1.6 Index: a8-0.11-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/a8/a8-0.11-r2.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- a8-0.11-r2.ebuild 25 Dec 2014 12:44:54 -0000 1.5 +++ a8-0.11-r2.ebuild 6 Aug 2015 09:59:08 -0000 1.6 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/a8/a8-0.11-r2.ebuild,v 1.5 2014/12/25 12:44:54 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/a8/a8-0.11-r2.ebuild,v 1.6 2015/08/06 09:59:08 ago Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -13,7 +13,7 @@ LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND=">=dev-python/dbus-python-1[${PYTHON_USEDEP}] 1.20 dev-util/a8/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/a8/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/a8/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/a8/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/a8/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 25 Dec 2014 12:44:54 -0000 1.19 +++ ChangeLog 6 Aug 2015 09:59:08 -0000 1.20 @@ -1,6 +1,9 @@ # ChangeLog for dev-util/a8 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/a8/ChangeLog,v 1.19 2014/12/25 12:44:54 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/a8/ChangeLog,v 1.20 2015/08/06 09:59:08 ago Exp $ + + 06 Aug 2015; Agostino Sarubbo a8-0.11-r2.ebuild: + Stable for amd64, wrt bug #521046 25 Dec 2014; Michał Górny a8-0.11-r2.ebuild: Add missing PYTHON_USEDEP.