From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7698559CAF for ; Sun, 10 Apr 2016 22:05:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2F30E0898; Sun, 10 Apr 2016 22:05:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34B9BE0898 for ; Sun, 10 Apr 2016 22:05:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA62B340831 for ; Sun, 10 Apr 2016 22:05:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6116120E for ; Sun, 10 Apr 2016 22:05:11 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1460325902.d5d9b274ea22ad401abafa023476291bced8d18c.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/jdk/jdk-1.8.0-r3.ebuild X-VCS-Directories: virtual/jdk/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: d5d9b274ea22ad401abafa023476291bced8d18c X-VCS-Branch: master Date: Sun, 10 Apr 2016 22:05:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bb3b7448-48da-4b18-9afe-a822799c1067 X-Archives-Hash: eeef9e1fbfcb0cac04b67759e88313e4 commit: d5d9b274ea22ad401abafa023476291bced8d18c Author: James Le Cuirot gentoo org> AuthorDate: Sun Apr 10 21:55:41 2016 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Apr 10 22:05:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d9b274 virtual/jdk: Add dev-java/icedtea:8 to 1.8 Package-Manager: portage-2.2.28 virtual/jdk/jdk-1.8.0-r3.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/virtual/jdk/jdk-1.8.0-r3.ebuild b/virtual/jdk/jdk-1.8.0-r3.ebuild new file mode 100644 index 0000000..9275b04 --- /dev/null +++ b/virtual/jdk/jdk-1.8.0-r3.ebuild @@ -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-bin:8 + dev-java/icedtea:8 + dev-java/oracle-jdk-bin:1.8 + )"