Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
Date: Sun, 27 Mar 2016 08:44:22
Message-Id: 1459068205.1bcbb2c845c7e752224a245bad45e377b206b064.chewi@gentoo
1 commit: 1bcbb2c845c7e752224a245bad45e377b206b064
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 08:41:39 2016 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 08:43:25 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bcbb2c8
7
8 virtual/jdk: Remove old 1.7.0
9
10 Package-Manager: portage-2.2.28
11
12 virtual/jdk/jdk-1.7.0.ebuild | 16 ----------------
13 1 file changed, 16 deletions(-)
14
15 diff --git a/virtual/jdk/jdk-1.7.0.ebuild b/virtual/jdk/jdk-1.7.0.ebuild
16 deleted file mode 100644
17 index 4dd8ca4..0000000
18 --- a/virtual/jdk/jdk-1.7.0.ebuild
19 +++ /dev/null
20 @@ -1,16 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="5"
26 -
27 -DESCRIPTION="Virtual for Java Development Kit (JDK)"
28 -SLOT="1.7"
29 -KEYWORDS="amd64 ~arm ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
30 -
31 -RDEPEND="|| (
32 - =dev-java/icedtea-bin-7*
33 - =dev-java/icedtea-7*
34 - =dev-java/oracle-jdk-bin-1.7.0*
35 - =dev-java/soylatte-jdk-bin-7*
36 - )"