From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 044FA139085 for ; Fri, 20 Jan 2017 12:04:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A5AB21C0A3; Fri, 20 Jan 2017 12:04:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3695821C0A3 for ; Fri, 20 Jan 2017 12:04:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6EB153412CB for ; Fri, 20 Jan 2017 12:04:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38F5B2A2A for ; Fri, 20 Jan 2017 12:04:05 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1484913826.82677591400b7f727933d4a67387f5cf9ba52a8d.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/picard/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/picard/picard-9999.ebuild X-VCS-Directories: sci-biology/picard/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 82677591400b7f727933d4a67387f5cf9ba52a8d X-VCS-Branch: master Date: Fri, 20 Jan 2017 12:04: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: 3b5da4ad-2c8a-4305-8e42-21d2dce03f1e X-Archives-Hash: 3666cbe9b9d55fc1a05b84cbe046d733 commit: 82677591400b7f727933d4a67387f5cf9ba52a8d Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Fri Jan 20 12:03:46 2017 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Fri Jan 20 12:03:46 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=82677591 sci-biology/picard: adjust to test directory now moved elsewhere in src stree Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-biology/picard/picard-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/picard/picard-9999.ebuild b/sci-biology/picard/picard-9999.ebuild index 3df5d98..a75aa88 100644 --- a/sci-biology/picard/picard-9999.ebuild +++ b/sci-biology/picard/picard-9999.ebuild @@ -38,7 +38,7 @@ EANT_GENTOO_CLASSPATH="snappy-1.1,cofoja,commons-jexl-2,ant-core,htsjdk" java_prepare() { default - rm -r src/java/picard/util/TestNGUtil.java src/tests/java/* || die + rm -r src/ src/test/java/* || die epatch "${FILESDIR}"/${PV}-build.xml.patch }