diff options
author | 2010-02-05 09:45:24 +0000 | |
---|---|---|
committer | 2010-02-05 09:45:24 +0000 | |
commit | b16af76a64c1472b739c6dc3f0011f8769be3377 (patch) | |
tree | f34e9fcb821164d32019d82c48aa99de19cb337b /virtual | |
parent | remove diablo-jdk-1.5 support as it is for freebsd6 only (diff) | |
download | gentoo-2-b16af76a64c1472b739c6dc3f0011f8769be3377.tar.gz gentoo-2-b16af76a64c1472b739c6dc3f0011f8769be3377.tar.bz2 gentoo-2-b16af76a64c1472b739c6dc3f0011f8769be3377.zip |
remove diablo-jre 1.5 support as it is for freebsd6 only
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/jre/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/jre/jre-1.5.0.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/virtual/jre/ChangeLog b/virtual/jre/ChangeLog index f540d927d001..633371ffa795 100644 --- a/virtual/jre/ChangeLog +++ b/virtual/jre/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/jre # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/jre/ChangeLog,v 1.26 2010/01/11 11:03:47 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/jre/ChangeLog,v 1.27 2010/02/05 09:45:24 aballier Exp $ + + 05 Feb 2010; Alexis Ballier <aballier@gentoo.org> jre-1.5.0.ebuild: + remove diablo-jre 1.5 support as it is for freebsd6 only 11 Jan 2010; Ulrich Mueller <ulm@gentoo.org> jre-1.4.1.ebuild, jre-1.4.2.ebuild, jre-1.5.0.ebuild, jre-1.6.0.ebuild: diff --git a/virtual/jre/jre-1.5.0.ebuild b/virtual/jre/jre-1.5.0.ebuild index 189f35356399..46c1a7710f4b 100644 --- a/virtual/jre/jre-1.5.0.ebuild +++ b/virtual/jre/jre-1.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/jre/jre-1.5.0.ebuild,v 1.12 2010/01/11 11:03:47 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/jre/jre-1.5.0.ebuild,v 1.13 2010/02/05 09:45:24 aballier Exp $ DESCRIPTION="Virtual for JRE" HOMEPAGE="" @@ -8,12 +8,11 @@ SRC_URI="" LICENSE="" SLOT="1.5" -KEYWORDS="amd64 ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ia64 ppc ppc64 x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="|| ( =virtual/jdk-1.5.0* =dev-java/sun-jre-bin-1.5.0* - =dev-java/diablo-jre-bin-1.5.0* )" DEPEND="" |