From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-882005-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id A0131138262
	for <garchives@archives.gentoo.org>; Tue, 17 May 2016 21:43:52 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 73E771420E;
	Tue, 17 May 2016 21:43:46 +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 1302714225
	for <gentoo-commits@lists.gentoo.org>; Tue, 17 May 2016 21:43:45 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 503CF340BDD
	for <gentoo-commits@lists.gentoo.org>; Tue, 17 May 2016 21:43:44 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6810D97E
	for <gentoo-commits@lists.gentoo.org>; Tue, 17 May 2016 21:43:39 +0000 (UTC)
From: "James Le Cuirot" <chewi@gentoo.org>
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" <chewi@gentoo.org>
Message-ID: <1463521386.5fdd41be94370d6c90820a5651c8c43d1bc2578a.chewi@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
X-VCS-Repository: repo/gentoo
X-VCS-Files: virtual/jdk/jdk-1.7.0-r1.ebuild virtual/jdk/jdk-1.7.0-r2.ebuild
X-VCS-Directories: virtual/jdk/
X-VCS-Committer: chewi
X-VCS-Committer-Name: James Le Cuirot
X-VCS-Revision: 5fdd41be94370d6c90820a5651c8c43d1bc2578a
X-VCS-Branch: master
Date: Tue, 17 May 2016 21:43:39 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 77c67ef0-e813-497e-94dc-2f919209804e
X-Archives-Hash: 3c4fe897dc57ad9d4dc0a1e5987896a8

commit:     5fdd41be94370d6c90820a5651c8c43d1bc2578a
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 21:38:54 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue May 17 21:43:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fdd41be

virtual/jdk: oracle-jdk-bin:1.7 has gone

Package-Manager: portage-2.3.0_rc1

 virtual/jdk/{jdk-1.7.0-r1.ebuild => jdk-1.7.0-r2.ebuild} | 1 -
 1 file changed, 1 deletion(-)

diff --git a/virtual/jdk/jdk-1.7.0-r1.ebuild b/virtual/jdk/jdk-1.7.0-r2.ebuild
similarity index 92%
rename from virtual/jdk/jdk-1.7.0-r1.ebuild
rename to virtual/jdk/jdk-1.7.0-r2.ebuild
index cb6f30e..c868d78 100644
--- a/virtual/jdk/jdk-1.7.0-r1.ebuild
+++ b/virtual/jdk/jdk-1.7.0-r2.ebuild
@@ -11,5 +11,4 @@ KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-maco
 RDEPEND="|| (
 		dev-java/icedtea-bin:7
 		dev-java/icedtea:7
-		dev-java/oracle-jdk-bin:1.7
 	)"