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 8C4711387FD for ; Sun, 30 Mar 2014 13:59:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5648E0AD8; Sun, 30 Mar 2014 13:59:07 +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 78651E0AD8 for ; Sun, 30 Mar 2014 13:59:07 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D61F33F63D for ; Sun, 30 Mar 2014 13:59:06 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2332) id 1569820054; Sun, 30 Mar 2014 13:59:05 +0000 (UTC) From: "Ian Delaney (idella4)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, idella4@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/flake8: flake8-2.1.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: flake8-2.1.0.ebuild ChangeLog X-VCS-Directories: dev-python/flake8 X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140330135905.1569820054@flycatcher.gentoo.org> Date: Sun, 30 Mar 2014 13:59:05 +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: 50d736c8-e8e8-40ad-8dc3-d0d5d2a81e17 X-Archives-Hash: b02e766170ae0e42f6f9504fd47fa3b8 idella4 14/03/30 13:59:05 Modified: flake8-2.1.0.ebuild ChangeLog Log: minor tidy (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) Revision Changes Path 1.3 dev-python/flake8/flake8-2.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flake8/flake8-2.1.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flake8/flake8-2.1.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flake8/flake8-2.1.0.ebuild?r1=1.2&r2=1.3 Index: flake8-2.1.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.1.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- flake8-2.1.0.ebuild 19 Mar 2014 23:12:42 -0000 1.2 +++ flake8-2.1.0.ebuild 30 Mar 2014 13:59:04 -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/dev-python/flake8/flake8-2.1.0.ebuild,v 1.2 2014/03/19 23:12:42 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.1.0.ebuild,v 1.3 2014/03/30 13:59:04 idella4 Exp $ EAPI=5 @@ -28,5 +28,5 @@ dev-python/mock[${PYTHON_USEDEP}] )" python_test() { - esetup.py test || die "tests failed under ${EPYTHON_}" + esetup.py test } 1.9 dev-python/flake8/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flake8/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flake8/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flake8/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 19 Mar 2014 23:12:42 -0000 1.8 +++ ChangeLog 30 Mar 2014 13:59:04 -0000 1.9 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/flake8 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.8 2014/03/19 23:12:42 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.9 2014/03/30 13:59:04 idella4 Exp $ + + 30 Mar 2014; Ian Delaney flake8-2.1.0.ebuild: + minor tidy 19 Mar 2014; Sébastien Fabbro flake8-2.1.0.ebuild: Keyword ~amd64-linux ~x86-linux