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 04B7958973 for ; Tue, 2 Feb 2016 12:41:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAD5CE089D; Tue, 2 Feb 2016 12:41:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8AF35E089D for ; Tue, 2 Feb 2016 12:41:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61AB6340DB3 for ; Tue, 2 Feb 2016 12:41:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43A118DC for ; Tue, 2 Feb 2016 12:41:19 +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: <1454416825.5c6af00c151d663840565b33c4d26dbe6a75ba92.chewi@gentoo> Subject: [gentoo-commits] proj/java:master commit in: virtual/jdk/ X-VCS-Repository: proj/java X-VCS-Files: virtual/jdk/jdk-1.8.0-r1.ebuild virtual/jdk/metadata.xml X-VCS-Directories: virtual/jdk/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 5c6af00c151d663840565b33c4d26dbe6a75ba92 X-VCS-Branch: master Date: Tue, 2 Feb 2016 12:41:19 +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: 58ae247c-e08c-4fc4-90d1-8cc84bb51bd9 X-Archives-Hash: 6fae60b244ce22cc81bba626004694b1 commit: 5c6af00c151d663840565b33c4d26dbe6a75ba92 Author: James Le Cuirot gentoo org> AuthorDate: Tue Feb 2 12:40:25 2016 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue Feb 2 12:40:25 2016 +0000 URL: https://gitweb.gentoo.org/proj/java.git/commit/?id=5c6af00c virtual/jdk: Restore modified overlay copy for now due to Portage bugs Closes bug #573644. Package-Manager: portage-2.2.27 virtual/jdk/jdk-1.8.0-r1.ebuild | 15 +++++++++++++++ virtual/jdk/metadata.xml | 8 ++++++++ 2 files changed, 23 insertions(+) diff --git a/virtual/jdk/jdk-1.8.0-r1.ebuild b/virtual/jdk/jdk-1.8.0-r1.ebuild new file mode 100644 index 0000000..73181a8 --- /dev/null +++ b/virtual/jdk/jdk-1.8.0-r1.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="|| ( + ppc64? ( dev-java/icedtea-bin:8 ) + amd64? ( dev-java/icedtea:8 ) + dev-java/oracle-jdk-bin:1.8 + )" diff --git a/virtual/jdk/metadata.xml b/virtual/jdk/metadata.xml new file mode 100644 index 0000000..952a4b9 --- /dev/null +++ b/virtual/jdk/metadata.xml @@ -0,0 +1,8 @@ + + + + + java@gentoo.org + Java + +