diff options
author | 2020-10-15 09:35:06 +0200 | |
---|---|---|
committer | 2020-10-15 09:35:06 +0200 | |
commit | 77f07c228b5d67c9b5519b931658c9c884be6754 (patch) | |
tree | a084a5f475086da2d5c2c71b91e0b365b4dc0147 /dev-java/ant-junit/ant-junit-1.10.8.ebuild | |
parent | dev-java/ant-jsch: removed vulnerable (diff) | |
download | gentoo-77f07c228b5d67c9b5519b931658c9c884be6754.tar.gz gentoo-77f07c228b5d67c9b5519b931658c9c884be6754.tar.bz2 gentoo-77f07c228b5d67c9b5519b931658c9c884be6754.zip |
dev-java/ant-junit: removed vulnerable
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java/ant-junit/ant-junit-1.10.8.ebuild')
-rw-r--r-- | dev-java/ant-junit/ant-junit-1.10.8.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-java/ant-junit/ant-junit-1.10.8.ebuild b/dev-java/ant-junit/ant-junit-1.10.8.ebuild deleted file mode 100644 index e02101593cf..00000000000 --- a/dev-java/ant-junit/ant-junit-1.10.8.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ANT_TASK_JDKVER=1.8 -ANT_TASK_JREVER=1.8 - -inherit ant-tasks - -KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -DEPEND=" - dev-java/junit:0 - dev-java/junit:4 -" -RDEPEND="${DEPEND}" - -JAVA_ANT_REWRITE_CLASSPATH="true" -EANT_GENTOO_CLASSPATH="junit-4" - -src_compile() { - eant jar-junit -} |