mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 16:33:09 +01:00
virtual/jdk: sync with gentoo
This commit is contained in:
parent
d21ffaa909
commit
4c38b89e47
3 changed files with 30 additions and 16 deletions
15
virtual/jdk/jdk-1.7.0-r2.ebuild
Normal file
15
virtual/jdk/jdk-1.7.0-r2.ebuild
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
# Copyright 1999-2016 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Id$
|
||||||
|
|
||||||
|
EAPI="6"
|
||||||
|
|
||||||
|
DESCRIPTION="Virtual for Java Development Kit (JDK)"
|
||||||
|
SLOT="1.7"
|
||||||
|
KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||||
|
|
||||||
|
RDEPEND="|| (
|
||||||
|
dev-java/icedtea:7
|
||||||
|
dev-java/icedtea-bin:7
|
||||||
|
dev-java/oracle-jdk-bin:1.7
|
||||||
|
)"
|
||||||
|
|
@ -1,16 +0,0 @@
|
||||||
# Copyright 1999-2015 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 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
|
||||||
|
|
||||||
RDEPEND="|| (
|
|
||||||
=dev-java/icedtea-7*
|
|
||||||
=dev-java/icedtea-bin-7*
|
|
||||||
=dev-java/oracle-jdk-bin-1.7.0*
|
|
||||||
=dev-java/soylatte-jdk-bin-7*
|
|
||||||
)"
|
|
||||||
15
virtual/jdk/jdk-1.8.0-r4.ebuild
Normal file
15
virtual/jdk/jdk-1.8.0-r4.ebuild
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
# Copyright 1999-2016 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Id$
|
||||||
|
|
||||||
|
EAPI="6"
|
||||||
|
|
||||||
|
DESCRIPTION="Virtual for Java Development Kit (JDK)"
|
||||||
|
SLOT="1.8"
|
||||||
|
KEYWORDS="~amd64 ~arm ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
|
||||||
|
|
||||||
|
RDEPEND="|| (
|
||||||
|
dev-java/icedtea:8
|
||||||
|
dev-java/icedtea-bin:8
|
||||||
|
dev-java/oracle-jdk-bin:1.8
|
||||||
|
)"
|
||||||
Loading…
Reference in a new issue