# ChangeLog for dev-java/ibm-jre-bin
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ibm-jre-bin/ChangeLog,v 1.28 2006/02/08 19:49:33 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ibm-jre-bin/ChangeLog,v 1.29 2006/03/12 13:36:26 betelgeuse Exp $
+
+ 12 Mar 2006; Petteri Räty <betelgeuse@gentoo.org>
+ ibm-jre-bin-1.4.2.03.ebuild, ibm-jre-bin-1.4.2.04.ebuild:
+ Changed eerrors about not having virtual/x11 to ewarns for bug #124258.
08 Feb 2006; Saleem Abdulrasool <compnerd@gentoo.org>
+files/ibm-jre-bin-1.4.2.04:
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ibm-jre-bin/ibm-jre-bin-1.4.2.03.ebuild,v 1.4 2006/02/08 08:40:33 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ibm-jre-bin/ibm-jre-bin-1.4.2.03.ebuild,v 1.5 2006/03/12 13:36:26 betelgeuse Exp $
inherit java eutils
java_pkg_postinst
if ! use X; then
- eerror
- eerror "You have not enabled the X useflag. It is possible that"
- eerror "you do not have an X server installed. Please note that"
- eerror "some parts of the IBM JRE require an X server to properly"
- eerror "function. Be careful which Java libraries you attempt to"
- eerror "use with your installation."
- eerror
+ ewarn
+ ewarn "You have not enabled the X useflag. It is possible that"
+ ewarn "you do not have an X server installed. Please note that"
+ ewarn "some parts of the IBM JRE require an X server to properly"
+ ewarn "function. Be careful which Java libraries you attempt to"
+ ewarn "use with your installation."
+ ewarn
fi
}
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ibm-jre-bin/ibm-jre-bin-1.4.2.04.ebuild,v 1.1 2006/02/08 08:54:29 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ibm-jre-bin/ibm-jre-bin-1.4.2.04.ebuild,v 1.2 2006/03/12 13:36:26 betelgeuse Exp $
inherit java eutils
java_pkg_postinst
if ! use X; then
- eerror
- eerror "You have not enabled the X useflag. It is possible that"
- eerror "you do not have an X server installed. Please note that"
- eerror "some parts of the IBM JRE require an X server to properly"
- eerror "function. Be careful which Java libraries you attempt to"
- eerror "use with your installation."
- eerror
+ ewarn
+ ewarn "You have not enabled the X useflag. It is possible that"
+ ewarn "you do not have an X server installed. Please note that"
+ ewarn "some parts of the IBM JRE require an X server to properly"
+ ewarn "function. Be careful which Java libraries you attempt to"
+ ewarn "use with your installation."
+ ewarn
fi
}