diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-09-19 00:46:12 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-09-19 01:05:31 -0700 |
commit | 5084dde5ec76ff58738d7ba92a9ec052019ddb23 (patch) | |
tree | 26db4374474276c7f3edd4902ad0201e9e2038d6 /virtual | |
parent | virtual/jre: 1.8-r3 stable (diff) | |
download | gentoo-5084dde5ec76ff58738d7ba92a9ec052019ddb23.tar.gz gentoo-5084dde5ec76ff58738d7ba92a9ec052019ddb23.tar.bz2 gentoo-5084dde5ec76ff58738d7ba92a9ec052019ddb23.zip |
virtual/jre: drop old
Bug: https://bugs.gentoo.org/681828
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/jre/jre-1.8.0-r1.ebuild | 13 | ||||
-rw-r--r-- | virtual/jre/jre-1.8.0-r2.ebuild | 14 |
2 files changed, 0 insertions, 27 deletions
diff --git a/virtual/jre/jre-1.8.0-r1.ebuild b/virtual/jre/jre-1.8.0-r1.ebuild deleted file mode 100644 index 119ffbd103c7..000000000000 --- a/virtual/jre/jre-1.8.0-r1.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 Runtime Environment (JRE)" -SLOT="1.8" -KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris" - -RDEPEND="|| ( - virtual/jdk:1.8 - dev-java/oracle-jre-bin:1.8 - )" diff --git a/virtual/jre/jre-1.8.0-r2.ebuild b/virtual/jre/jre-1.8.0-r2.ebuild deleted file mode 100644 index 4b0e1e98bd24..000000000000 --- a/virtual/jre/jre-1.8.0-r2.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -DESCRIPTION="Virtual for Java Runtime Environment (JRE)" -SLOT="1.8" -KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris" - -RDEPEND="|| ( - virtual/jdk:1.8 - dev-java/openjdk-jre-bin:8[gentoo-vm(+)] - dev-java/oracle-jre-bin:1.8 - )" |