# ChangeLog for dev-util/netbeans
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/netbeans/ChangeLog,v 1.46 2007/01/08 18:53:02 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/netbeans/ChangeLog,v 1.47 2007/01/09 15:40:25 caster Exp $
+
+ 09 Jan 2007; Vlastimil Babka <caster@gentoo.org> netbeans-4.0-r2.ebuild,
+ netbeans-5.5.ebuild, netbeans-5.5-r1.ebuild:
+ Convert einfo to elog where appropriate.
08 Jan 2007; Petteri Räty <betelgeuse@gentoo.org> netbeans-5.5-r1.ebuild:
ecj-3.1 and ecj-3.2 fail to compile Netbeans
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/netbeans/netbeans-4.0-r2.ebuild,v 1.4 2006/11/30 16:03:05 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/netbeans/netbeans-4.0-r2.ebuild,v 1.5 2007/01/09 15:40:25 caster Exp $
inherit eutils java-pkg
}
pkg_postinst () {
- einfo "Your tomcat directory might not have the right permissions."
- einfo "Please make sure that normal users can read the directory: "
- einfo "${ROOT}usr/share/tomcat-${TOMCATSLOT} "
- einfo " "
- einfo "The integrated Tomcat is not installed, but you can easily "
- einfo "use the system Tomcat. See Netbeans documentation if you "
- einfo "don't know how to do that. The relevant settings are in the"
- einfo "runtime window. "
+ elog "Your tomcat directory might not have the right permissions."
+ elog "Please make sure that normal users can read the directory: "
+ elog "${ROOT}usr/share/tomcat-${TOMCATSLOT} "
+ elog " "
+ elog "The integrated Tomcat is not installed, but you can easily "
+ elog "use the system Tomcat. See Netbeans documentation if you "
+ elog "don't know how to do that. The relevant settings are in the"
+ elog "runtime window. "
}
pkg_postrm() {
# find ${DESTINATION} -type l | xargs rm -fr
if ! test -e /usr/bin/netbeans-${SLOT}; then
- einfo "Because of the way Portage works at the moment"
- einfo "symlinks to the system jars are left to:"
- einfo "${DESTINATION}"
- einfo "If you are uninstalling Netbeans you can safely"
- einfo "remove everything in this directory"
+ elog "Because of the way Portage works at the moment"
+ elog "symlinks to the system jars are left to:"
+ elog "${DESTINATION}"
+ elog "If you are uninstalling Netbeans you can safely"
+ elog "remove everything in this directory"
fi
}
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/netbeans/netbeans-5.5-r1.ebuild,v 1.6 2007/01/08 18:53:02 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/netbeans/netbeans-5.5-r1.ebuild,v 1.7 2007/01/09 15:40:25 caster Exp $
inherit eutils java-pkg-2 java-ant-2
# find ${DESTINATION} -type l | xargs rm -fr
if ! test -e /usr/bin/netbeans-${SLOT}; then
- einfo "Because of the way Portage works at the moment"
- einfo "symlinks to the system jars are left to:"
- einfo "${DESTINATION}"
- einfo "If you are uninstalling Netbeans you can safely"
- einfo "remove everything in this directory"
+ elog "Because of the way Portage works at the moment"
+ elog "symlinks to the system jars are left to:"
+ elog "${DESTINATION}"
+ elog "If you are uninstalling Netbeans you can safely"
+ elog "remove everything in this directory"
fi
}
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/netbeans/netbeans-5.5.ebuild,v 1.1 2006/11/04 10:01:54 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/netbeans/netbeans-5.5.ebuild,v 1.2 2007/01/09 15:40:25 caster Exp $
inherit eutils java-pkg-2 java-ant-2
}
pkg_postinst () {
- einfo "Your tomcat directory might not have the right permissions."
- einfo "Please make sure that normal users can read the directory: "
- einfo "${ROOT}usr/share/tomcat-${TOMCATSLOT} "
- einfo " "
- einfo "The integrated Tomcat is not installed, but you can easily "
- einfo "use the system Tomcat. See Netbeans documentation if you "
- einfo "don't know how to do that. The relevant settings are in the"
- einfo "runtime window. "
+ elog "Your tomcat directory might not have the right permissions."
+ elog "Please make sure that normal users can read the directory: "
+ elog "${ROOT}usr/share/tomcat-${TOMCATSLOT} "
+ elog " "
+ elog "The integrated Tomcat is not installed, but you can easily "
+ elog "use the system Tomcat. See Netbeans documentation if you "
+ elog "don't know how to do that. The relevant settings are in the"
+ elog "runtime window. "
}
pkg_postrm() {
# find ${DESTINATION} -type l | xargs rm -fr
if ! test -e /usr/bin/netbeans-${SLOT}; then
- einfo "Because of the way Portage works at the moment"
- einfo "symlinks to the system jars are left to:"
- einfo "${DESTINATION}"
- einfo "If you are uninstalling Netbeans you can safely"
- einfo "remove everything in this directory"
+ elog "Because of the way Portage works at the moment"
+ elog "symlinks to the system jars are left to:"
+ elog "${DESTINATION}"
+ elog "If you are uninstalling Netbeans you can safely"
+ elog "remove everything in this directory"
fi
}