diff options
author | James Le Cuirot <chewi@gentoo.org> | 2016-04-14 20:19:30 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2016-04-14 21:23:51 +0100 |
commit | 595ab2f19f78b5383e00e82b68e07c0b284c1f2c (patch) | |
tree | 8388b956e5fd402face40dbaa6525fc6e2f1589a /virtual/jre | |
parent | profiles: dev-dotnet/ikvm and dev-java/jcharts have been removed (diff) | |
download | gentoo-595ab2f19f78b5383e00e82b68e07c0b284c1f2c.tar.gz gentoo-595ab2f19f78b5383e00e82b68e07c0b284c1f2c.tar.bz2 gentoo-595ab2f19f78b5383e00e82b68e07c0b284c1f2c.zip |
virtual/jre: Goodbye Java 6! (bug #483018)
Package-Manager: portage-2.2.28
Diffstat (limited to 'virtual/jre')
-rw-r--r-- | virtual/jre/jre-1.6.0-r1.ebuild | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/virtual/jre/jre-1.6.0-r1.ebuild b/virtual/jre/jre-1.6.0-r1.ebuild deleted file mode 100644 index faa56fb4424a..000000000000 --- a/virtual/jre/jre-1.6.0-r1.ebuild +++ /dev/null @@ -1,15 +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 Runtime Environment (JRE)" -SLOT="1.6" -KEYWORDS="amd64 ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" - -RDEPEND="|| ( - =virtual/jdk-1.6.0* - =dev-java/ibm-jre-bin-1.6.0* - )" -DEPEND="" |