summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2017-12-06 21:44:54 +0000
committerJames Le Cuirot <chewi@gentoo.org>2017-12-06 21:54:48 +0000
commitbae77fb4c2eb031ab9769a17bd33625fcc819452 (patch)
treef56d8a4cbfca4185b51c6f9214767206ab7d3421 /virtual
parentvirtual/jre: Goodbye Java 7! (diff)
downloadgentoo-bae77fb4c2eb031ab9769a17bd33625fcc819452.tar.gz
gentoo-bae77fb4c2eb031ab9769a17bd33625fcc819452.tar.bz2
gentoo-bae77fb4c2eb031ab9769a17bd33625fcc819452.zip
virtual/jdk: Goodbye Java 7!
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'virtual')
-rw-r--r--virtual/jdk/jdk-1.7.0-r2.ebuild13
1 files changed, 0 insertions, 13 deletions
diff --git a/virtual/jdk/jdk-1.7.0-r2.ebuild b/virtual/jdk/jdk-1.7.0-r2.ebuild
deleted file mode 100644
index fa63fed45cb2..000000000000
--- a/virtual/jdk/jdk-1.7.0-r2.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="Virtual for Java Development Kit (JDK)"
-SLOT="1.7"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="|| (
- dev-java/icedtea-bin:7
- dev-java/icedtea:7
- )"