diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2015-02-11 08:51:06 +0000 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2015-02-11 08:51:06 +0000 |
commit | b07342ae2b95b396369d70d49cc6505c06d9f31d (patch) | |
tree | b918cb8eaafe03c007ff66d45f47075a75530758 /virtual | |
parent | virtual/jdk: removed slot 1.5 per bug #292001 (diff) | |
download | gentoo-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)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/jre/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/jre/jre-1.5.0-r2.ebuild | 14 |
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 - )" |