diff --git a/dev-java/testng/Manifest b/dev-java/testng/Manifest
index 2e19fa948e332..7f442f0efc5ec 100644
--- a/dev-java/testng/Manifest
+++ b/dev-java/testng/Manifest
@@ -1,2 +1 @@
-DIST testng-6.8.zip 11550802 SHA256 72c7241109b149caea01af5f5c37c86b61b08f15864a8a40e15d069593625e0c SHA512 2e8ad30a2c2f68d0aad584ef92246381c8adf8a893af2ca9ff8fb7d304c26956dfc6564f120de80d22e3e7a53a1402e3869f19ef0e6a69c674cbe35a58811920 WHIRLPOOL b7cf05963aaba3009d7326fee12694c32798787ee4295044daabdcf6b5a50dbb4b17f2a201dcdcd6d191bbc6665c12db789be80e71625eb8d08ca29b3cdfcff2
DIST testng-6.9.10.tar.gz 6271781 SHA256 2155f0461f6b80433781968b9465627f877ea579086cb4149ca68e5e711d8127 SHA512 ed9ad1ced20904ab261d2a233f3fa43ee1ea31778e992cdd27459811b256a6998d8385dd01ff72821133208a1fbd72aa3599a4b8bc0eb4d7b696d34593f9567e WHIRLPOOL 38ae9ac8732ee96f0c0c9f48e5e5ba1cef342ea2f866322d22064b8aca4d405318fcce8e4a1bd7ba6276645429fe3a9ec8be42a8e2065cbb0d99dc6b2a0059d7
diff --git a/dev-java/testng/files/testng-6.8-build-tests.xml b/dev-java/testng/files/testng-6.8-build-tests.xml
deleted file mode 100644
index e94606b60cea0..0000000000000
--- a/dev-java/testng/files/testng-6.8-build-tests.xml
+++ /dev/null
@@ -1,188 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-BASEDIR =${basedir}
-TEST.DIR =${test.dir}
-TEST.BUILD.DIR =${test.build.dir}
-REPORT.DIR =${report.dir}
-JUNIT.REPORT.DIR =${junit.report.dir}
-TESTNG.REPORT.DIR=${testng.report.dir}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Report created in open ${testng.report.dir}/index.html
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Reports can be found in: open ${testng.report.dir}/index.html
-
-
-
diff --git a/dev-java/testng/files/testng-6.8-remove-ivy-retrieve.patch b/dev-java/testng/files/testng-6.8-remove-ivy-retrieve.patch
deleted file mode 100644
index 2d7e91e745874..0000000000000
--- a/dev-java/testng/files/testng-6.8-remove-ivy-retrieve.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/build.xml
-+++ b/build.xml
-@@ -12,7 +12,7 @@
-
-
-
--
-
-
-@@ -419,10 +419,6 @@
-
-
-
--
--
--
--
-
-
-
diff --git a/dev-java/testng/files/testng-6.8-remove-jar-bundling.patch b/dev-java/testng/files/testng-6.8-remove-jar-bundling.patch
deleted file mode 100644
index ca793971c73aa..0000000000000
--- a/dev-java/testng/files/testng-6.8-remove-jar-bundling.patch
+++ /dev/null
@@ -1,60 +0,0 @@
---- a/build.xml
-+++ b/build.xml
-@@ -73,9 +73,6 @@
-
-
-
--
--
--
-
-
-
-@@ -195,10 +192,6 @@
-
-
-
--
--
--
--
-
-
-
-@@ -207,9 +200,6 @@
-
-
-
--
--
--
-
-
-
-@@ -218,9 +208,6 @@
-
-
-
--
--
--
-
-
-
-@@ -229,8 +216,6 @@
-
-
-
--
--
-
-
-
-@@ -239,7 +224,6 @@
-
-
-
--
-
-
-
diff --git a/dev-java/testng/testng-6.8-r4.ebuild b/dev-java/testng/testng-6.8-r4.ebuild
deleted file mode 100644
index ca20bf633e75c..0000000000000
--- a/dev-java/testng/testng-6.8-r4.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-JAVA_PKG_IUSE="doc examples source test"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="New generation testing framework in Java"
-HOMEPAGE="http://testng.org/"
-SRC_URI="http://${PN}.org/${P}.zip"
-
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-CDEPEND="
- dev-java/bsh:0
- dev-java/guice:2
- dev-java/junit:4
- dev-java/ant-core:0
- dev-java/snakeyaml:0
- dev-java/jcommander:0"
-
-DEPEND="
- ${CDEPEND}
- app-arch/zip
- >=virtual/jdk-1.6"
-
-RDEPEND="
- ${CDEPEND}
- >=virtual/jre-1.6"
-
-JAVA_ANT_CLASSPATH_TAGS+=" testng javadocs-current"
-JAVA_PKG_BSFIX_NAME="build.xml build-tests.xml"
-JAVA_ANT_REWRITE_CLASSPATH="true"
-JAVA_ANT_ENCODING="ISO-8859-1"
-
-EANT_GENTOO_CLASSPATH="ant-core,bsh,guice-2,jcommander,junit-4,snakeyaml-1.9"
-EANT_TEST_GENTOO_CLASSPATH="${EANT_GENTOO_CLASSPATH}"
-
-EANT_BUILD_TARGET="build"
-EANT_TEST_TARGET="tests"
-EANT_DOC_TARGET="javadocs"
-
-PATCHES=(
- "${FILESDIR}"/${P}-remove-ivy-retrieve.patch
- "${FILESDIR}"/${P}-remove-jar-bundling.patch
-)
-
-# Error: A JNI error has occurred, please check your installation and try again.
-RESTRICT="test"
-
-java_prepare() {
- java-pkg_clean
-
- cp "${FILESDIR}"/${P}-build-tests.xml build-tests.xml || die
-
- epatch "${PATCHES[@]}"
-
- # Removal of tests that break due to restrictions or environment expectations:
- # ServiceLoaderTest - Breaks due absolute URL load that Portage prevents;
- # we assume the underlying functionality to work, as
- # the underlying functionality is simple and should
- # show the usage of this package to break.
- sed -i '/test.serviceloader.ServiceLoaderTest/d' src/test/resources/testng.xml || die
-
- # TrueParallelTest - Doesn't always work, especially not on a system
- # under load; since this could fail during parallel
- # emerges, we assume the underlying functionality to
- # work as it has definitely succeeded under lower load.
- sed -i '/test.thread.TrueParallelTest/d' src/test/resources/testng.xml || die
-
- mkdir lib || die
-}
-
-src_test() {
- java-pkg-2_src_test
-
- local tests_file="target/test-output/index.html"
-
- if [[ ! -f ${tests_file} ]] ; then
- die "Tests failed, test output does not exist; a problem with starting the tests."
- fi
-
- grep 'method-stats.*failed' target/test-output/index.html > /dev/null && \
- die "Tests failed; one or more test failed, see ${tests_file} for more details."
-}
-
-src_install() {
- java-pkg_newjar target/${P}.jar
- java-pkg_dolauncher ${PN} --main org.testng.TestNG
- java-pkg_register-ant-task
-
- use doc && java-pkg_dojavadoc javadocs
- use examples && java-pkg_doexamples examples
- use source && java-pkg_dosrc src/main/java/{org,com}
-}