commit: 530a6b57a5e0398a0d9b90925dae62d9a7c00302
Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Tue Jan 24 18:48:16 2017 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Tue Jan 24 18:48:16 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=530a6b57
sci-biology/picard-9999: do not apply the 2.2.2-build.xml.patch
Current git checkouts contain a fake build.xml which instructs
users to use gradle instead of ant.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sci-biology/picard/picard-9999.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/sci-biology/picard/picard-9999.ebuild
b/sci-biology/picard/picard-9999.ebuild
index e3f22b9..2bc65f1 100644
--- a/sci-biology/picard/picard-9999.ebuild
+++ b/sci-biology/picard/picard-9999.ebuild
@@ -36,11 +36,6 @@ EANT_NEEDS_TOOLS="true"
JAVA_ANT_REWRITE_CLASSPATH="true"
EANT_GENTOO_CLASSPATH="snappy-1.1,cofoja,commons-jexl-2,ant-core,htsjdk"
-java_prepare() {
- default
- epatch "${FILESDIR}"/${PV}-build.xml.patch
-}
-
src_compile(){
# work around gradle writing $HOME/.gradle, requiring $HOME/.git and
$HOME/.m2/
# https://github.com/samtools/htsjdk/issues/660#issuecomment-232155965