summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-04-30 20:39:41 +0000
committerMarius Mauch <genone@gentoo.org>2007-04-30 20:39:41 +0000
commitd21e07c63050cf25db918f755ed0017f35c9ade0 (patch)
treea4cc201a92bb44e6bc40308f27376ac46ae973a2 /dev-util/deskzilla/deskzilla-1.3.ebuild
parentLive git version. (diff)
downloadgentoo-2-d21e07c63050cf25db918f755ed0017f35c9ade0.tar.gz
gentoo-2-d21e07c63050cf25db918f755ed0017f35c9ade0.tar.bz2
gentoo-2-d21e07c63050cf25db918f755ed0017f35c9ade0.zip
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'dev-util/deskzilla/deskzilla-1.3.ebuild')
-rw-r--r--dev-util/deskzilla/deskzilla-1.3.ebuild18
1 files changed, 9 insertions, 9 deletions
diff --git a/dev-util/deskzilla/deskzilla-1.3.ebuild b/dev-util/deskzilla/deskzilla-1.3.ebuild
index 085b1eb01434..2d6d4fa6db4a 100644
--- a/dev-util/deskzilla/deskzilla-1.3.ebuild
+++ b/dev-util/deskzilla/deskzilla-1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/deskzilla/deskzilla-1.3.ebuild,v 1.1 2007/04/24 22:09:31 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/deskzilla/deskzilla-1.3.ebuild,v 1.2 2007/04/30 20:39:41 genone Exp $
inherit java-pkg-2 versionator
@@ -67,12 +67,12 @@ src_install () {
}
pkg_postinst() {
- einfo "The default, evaluation license allows usage for one month."
- einfo "You may switch (per-user) to the license we obtained for Gentoo,"
- einfo "located in /opt/${P}/licenses/${PN}_gentoo.license"
- einfo "It is locked to Gentoo, ALM Works and Mozilla bugzilla only."
- einfo
- einfo "If you are going to use Deskzilla for an open source project,"
- einfo "you can similarly request your own free license:"
- einfo "http://almworks.com/opensource.html?product=deskzilla"
+ elog "The default, evaluation license allows usage for one month."
+ elog "You may switch (per-user) to the license we obtained for Gentoo,"
+ elog "located in /opt/${P}/licenses/${PN}_gentoo.license"
+ elog "It is locked to Gentoo, ALM Works and Mozilla bugzilla only."
+ elog
+ elog "If you are going to use Deskzilla for an open source project,"
+ elog "you can similarly request your own free license:"
+ elog "http://almworks.com/opensource.html?product=deskzilla"
}