diff options
author | Vlastimil Babka <caster@gentoo.org> | 2009-12-23 00:51:23 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2009-12-23 00:51:23 +0000 |
commit | f981b7a348d0fe169c74e406564a2bfc524eb871 (patch) | |
tree | 240b4dc4d638300731898fb3d22ff122914cc2bc /java-virtuals/jdk-with-com-sun | |
parent | Pull in changes from overlay (diff) | |
download | gentoo-2-f981b7a348d0fe169c74e406564a2bfc524eb871.tar.gz gentoo-2-f981b7a348d0fe169c74e406564a2bfc524eb871.tar.bz2 gentoo-2-f981b7a348d0fe169c74e406564a2bfc524eb871.zip |
Remove the 1.4 slot as 1.4 is going away.
(Portage version: 2.2_rc60/cvs/Linux x86_64)
Diffstat (limited to 'java-virtuals/jdk-with-com-sun')
-rw-r--r-- | java-virtuals/jdk-with-com-sun/ChangeLog | 8 | ||||
-rw-r--r-- | java-virtuals/jdk-with-com-sun/jdk-with-com-sun-1.4.ebuild | 26 |
2 files changed, 6 insertions, 28 deletions
diff --git a/java-virtuals/jdk-with-com-sun/ChangeLog b/java-virtuals/jdk-with-com-sun/ChangeLog index a1a1f9088f73..a44ab5555866 100644 --- a/java-virtuals/jdk-with-com-sun/ChangeLog +++ b/java-virtuals/jdk-with-com-sun/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for java-virtuals/jdk-with-com-sun -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/java-virtuals/jdk-with-com-sun/ChangeLog,v 1.6 2008/09/13 18:31:42 betelgeuse Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/java-virtuals/jdk-with-com-sun/ChangeLog,v 1.7 2009/12/23 00:51:23 caster Exp $ + + 23 Dec 2009; Vlastimil Babka <caster@gentoo.org> + -jdk-with-com-sun-1.4.ebuild: + Remove the 1.4 slot as 1.4 is going away. 13 Sep 2008; Petteri Räty <betelgeuse@gentoo.org> jdk-with-com-sun-20080505-r1.ebuild: diff --git a/java-virtuals/jdk-with-com-sun/jdk-with-com-sun-1.4.ebuild b/java-virtuals/jdk-with-com-sun/jdk-with-com-sun-1.4.ebuild deleted file mode 100644 index 4b1009f4bf94..000000000000 --- a/java-virtuals/jdk-with-com-sun/jdk-with-com-sun-1.4.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/java-virtuals/jdk-with-com-sun/jdk-with-com-sun-1.4.ebuild,v 1.1 2008/09/12 21:39:24 betelgeuse Exp $ - -EAPI=1 - -inherit java-virtuals-2 - -DESCRIPTION="Virtual ebuilds that require internal com.sun classes from a JDK" -HOMEPAGE="http://www.gentoo.org" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="1.4" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="|| ( - dev-java/sun-jdk:1.4 - dev-java/blackdown-jdk:1.4.2 - ) - >=dev-java/java-config-2.1.6 - " - -JAVA_VIRTUAL_VM="sun-jdk-1.4 blackdown-jdk-1.4.2" |