diff options
author | Vlastimil Babka <caster@gentoo.org> | 2007-01-09 15:27:13 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2007-01-09 15:27:13 +0000 |
commit | ba87fd13ab095ab5288cfc154f1cf4d4ba93bd7d (patch) | |
tree | 03f51218d18880adebec5613959493035f0e3517 /app-editors/jedit/jedit-4.2-r2.ebuild | |
parent | Fixed pkg_postinst to use elog instead of einfo and point to the right doc di... (diff) | |
download | historical-ba87fd13ab095ab5288cfc154f1cf4d4ba93bd7d.tar.gz historical-ba87fd13ab095ab5288cfc154f1cf4d4ba93bd7d.tar.bz2 historical-ba87fd13ab095ab5288cfc154f1cf4d4ba93bd7d.zip |
Convert einfo to elog, remove unused versions.
Package-Manager: portage-2.1.2_rc4-r7
Diffstat (limited to 'app-editors/jedit/jedit-4.2-r2.ebuild')
-rw-r--r-- | app-editors/jedit/jedit-4.2-r2.ebuild | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/app-editors/jedit/jedit-4.2-r2.ebuild b/app-editors/jedit/jedit-4.2-r2.ebuild index 92a259f7494f..7230ca6e28db 100644 --- a/app-editors/jedit/jedit-4.2-r2.ebuild +++ b/app-editors/jedit/jedit-4.2-r2.ebuild @@ -1,6 +1,6 @@ -# 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/app-editors/jedit/jedit-4.2-r2.ebuild,v 1.7 2006/11/24 21:41:11 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/jedit-4.2-r2.ebuild,v 1.8 2007/01/09 15:27:13 caster Exp $ inherit java-pkg-2 eutils java-ant-2 @@ -69,15 +69,15 @@ src_install() { } pkg_postinst() { - einfo "The system directory for jEdit plugins is" - einfo "/usr/share/jedit/jars" + elog "The system directory for jEdit plugins is" + elog "/usr/share/jedit/jars" } pkg_postrm() { - einfo "jEdit plugins installed into /usr/share/jedit/jars" - einfo "(after installation of jEdit itself) haven't been" - einfo "removed. To get rid of jEdit completely, you may" - einfo "want to run" - einfo "" - einfo "\trm -r /usr/share/jedit" + elog "jEdit plugins installed into /usr/share/jedit/jars" + elog "(after installation of jEdit itself) haven't been" + elog "removed. To get rid of jEdit completely, you may" + elog "want to run" + elog "" + elog "\trm -r /usr/share/jedit" } |