summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2015-02-11 08:51:06 +0000
committerMiroslav Šulc <fordfrog@gentoo.org>2015-02-11 08:51:06 +0000
commitb07342ae2b95b396369d70d49cc6505c06d9f31d (patch)
treeb918cb8eaafe03c007ff66d45f47075a75530758
parentvirtual/jdk: removed slot 1.5 per bug #292001 (diff)
downloadgentoo-2-b07342ae2b95b396369d70d49cc6505c06d9f31d.tar.gz
gentoo-2-b07342ae2b95b396369d70d49cc6505c06d9f31d.tar.bz2
gentoo-2-b07342ae2b95b396369d70d49cc6505c06d9f31d.zip
virtual/jre: removed slot 1.5 per bug #292001
(Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key CFE47E2F)
-rw-r--r--virtual/jre/ChangeLog7
-rw-r--r--virtual/jre/jre-1.5.0-r2.ebuild14
2 files changed, 5 insertions, 16 deletions
diff --git a/virtual/jre/ChangeLog b/virtual/jre/ChangeLog
index 39ecce8b89bd..7a7dffc7eb20 100644
--- a/virtual/jre/ChangeLog
+++ b/virtual/jre/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for virtual/jre
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/jre/ChangeLog,v 1.49 2014/05/30 11:20:59 tomwij Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/jre/ChangeLog,v 1.50 2015/02/11 08:51:06 fordfrog Exp $
+
+ 11 Feb 2015; Miroslav Šulc <fordfrog@gentoo.org> -jre-1.5.0-r2.ebuild:
+ removed slot 1.5 per bug #292001
30 May 2014; Tom Wijsman <TomWij@gentoo.org> jre-1.5.0-r2.ebuild,
jre-1.6.0-r1.ebuild, jre-1.7.0.ebuild, jre-1.8.0.ebuild:
diff --git a/virtual/jre/jre-1.5.0-r2.ebuild b/virtual/jre/jre-1.5.0-r2.ebuild
deleted file mode 100644
index fb2dc7177104..000000000000
--- a/virtual/jre/jre-1.5.0-r2.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/jre/jre-1.5.0-r2.ebuild,v 1.2 2014/05/30 11:20:59 tomwij Exp $
-
-EAPI="5"
-
-DESCRIPTION="Virtual for Java Runtime Environment (JRE)"
-SLOT="1.5"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="|| (
- virtual/jdk:1.5
- dev-java/jamvm:0
- )"