diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-02-05 09:43:14 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-02-05 09:43:14 +0000 |
commit | dc34019048ff09271fb6d418598573f9c22295de (patch) | |
tree | 2cf32b32d0ef4a529c6593398335e12fb7a5b711 /virtual | |
parent | libedit is not in freebsd-lib anymore these days. This was fixed years ago in... (diff) | |
download | gentoo-2-dc34019048ff09271fb6d418598573f9c22295de.tar.gz gentoo-2-dc34019048ff09271fb6d418598573f9c22295de.tar.bz2 gentoo-2-dc34019048ff09271fb6d418598573f9c22295de.zip |
remove diablo-jdk-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/jdk/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/jdk/jdk-1.5.0.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/virtual/jdk/ChangeLog b/virtual/jdk/ChangeLog index 9f9f301a57d0..46996a28a703 100644 --- a/virtual/jdk/ChangeLog +++ b/virtual/jdk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/jdk # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.28 2010/01/26 22:39:42 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.29 2010/02/05 09:43:14 aballier Exp $ + + 05 Feb 2010; Alexis Ballier <aballier@gentoo.org> jdk-1.5.0.ebuild: + remove diablo-jdk-1.5 support as it is for freebsd6 only 26 Jan 2010; Vlastimil Babka <caster@gentoo.org> jdk-1.5.0.ebuild, jdk-1.6.0.ebuild: diff --git a/virtual/jdk/jdk-1.5.0.ebuild b/virtual/jdk/jdk-1.5.0.ebuild index 0724c2fbfc02..51204b6b0844 100644 --- a/virtual/jdk/jdk-1.5.0.ebuild +++ b/virtual/jdk/jdk-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/jdk/jdk-1.5.0.ebuild,v 1.14 2010/01/26 22:39:42 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.5.0.ebuild,v 1.15 2010/02/05 09:43:14 aballier Exp $ DESCRIPTION="Virtual for JDK" HOMEPAGE="" @@ -8,7 +8,7 @@ SRC_URI="" LICENSE="" SLOT="1.5" -KEYWORDS="amd64 ia64 ppc ppc64 x86 ~ppc-aix ~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 ~ppc-aix ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" # Keep this list in sync with java-virtuals/jmx @@ -21,7 +21,6 @@ RDEPEND="|| ( x86? ( =dev-java/sun-jdk-1.5.0* ) =dev-java/ibm-jdk-bin-1.5.0* =dev-java/jrockit-jdk-bin-1.5.0* - =dev-java/diablo-jdk-1.5.0* =dev-java/apple-jdk-bin-1.5.0* )" DEPEND="" |