summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2016-03-27 09:41:39 +0100
committerJames Le Cuirot <chewi@gentoo.org>2016-03-27 09:43:25 +0100
commit1bcbb2c845c7e752224a245bad45e377b206b064 (patch)
tree6c52de5cb33b10540fa8b51b6fb9dcf5935b33cb
parentvirtual/jdk: 1.7.0-r1 stable on amd64, x86, drop ppc64 (diff)
downloadgentoo-1bcbb2c845c7e752224a245bad45e377b206b064.tar.gz
gentoo-1bcbb2c845c7e752224a245bad45e377b206b064.tar.bz2
gentoo-1bcbb2c845c7e752224a245bad45e377b206b064.zip
virtual/jdk: Remove old 1.7.0
Package-Manager: portage-2.2.28
-rw-r--r--virtual/jdk/jdk-1.7.0.ebuild16
1 files changed, 0 insertions, 16 deletions
diff --git a/virtual/jdk/jdk-1.7.0.ebuild b/virtual/jdk/jdk-1.7.0.ebuild
deleted file mode 100644
index 4dd8ca40fe8e..000000000000
--- a/virtual/jdk/jdk-1.7.0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-DESCRIPTION="Virtual for Java Development Kit (JDK)"
-SLOT="1.7"
-KEYWORDS="amd64 ~arm ~ppc64 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*
- =dev-java/oracle-jdk-bin-1.7.0*
- =dev-java/soylatte-jdk-bin-7*
- )"