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 625B61388C0 for ; Wed, 17 Feb 2016 14:02:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7274C21C069; Wed, 17 Feb 2016 14:02:49 +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 DEF8321C069 for ; Wed, 17 Feb 2016 14:02:48 +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 F18AB340CF7 for ; Wed, 17 Feb 2016 14:02:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C867CCEB for ; Wed, 17 Feb 2016 14:02:44 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1455564928.1520be2cb0aacfc20855d0b1b5472304dd050974.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pydotplus/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/pydotplus/pydotplus-2.0.2.ebuild X-VCS-Directories: dev-python/pydotplus/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 1520be2cb0aacfc20855d0b1b5472304dd050974 X-VCS-Branch: master Date: Wed, 17 Feb 2016 14:02: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: 98bfb267-487b-48f2-90c9-f108192acf37 X-Archives-Hash: a704e55793693c9eef79e50376bd8a85 commit: 1520be2cb0aacfc20855d0b1b5472304dd050974 Author: Horea Christian mail ru> AuthorDate: Mon Feb 15 19:35:28 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Feb 15 19:35:28 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1520be2c dev-python/pydotplus: deleted erroneous source dir Package-Manager: portage-2.2.27 dev-python/pydotplus/pydotplus-2.0.2.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-python/pydotplus/pydotplus-2.0.2.ebuild b/dev-python/pydotplus/pydotplus-2.0.2.ebuild index 6dd4159..d4d8965 100644 --- a/dev-python/pydotplus/pydotplus-2.0.2.ebuild +++ b/dev-python/pydotplus/pydotplus-2.0.2.ebuild @@ -24,8 +24,6 @@ RDEPEND=" dev-python/pyparsing[${PYTHON_USEDEP}] " -S="${WORKDIR}/${PN}-${MY_PV}" - src_test() { ${PYTHON} -m unittest discover || die }