diff options
author | 2007-01-28 05:34:23 +0000 | |
---|---|---|
committer | 2007-01-28 05:34:23 +0000 | |
commit | 66afe16b1927b13e96a7285fcac2af1dc4ee9f96 (patch) | |
tree | eb71236bd2eeec667262e6e0f820d3726bdc5360 /app-office | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-66afe16b1927b13e96a7285fcac2af1dc4ee9f96.tar.gz gentoo-2-66afe16b1927b13e96a7285fcac2af1dc4ee9f96.tar.bz2 gentoo-2-66afe16b1927b13e96a7285fcac2af1dc4ee9f96.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/qhacc/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/qhacc/qhacc-3.2.1.ebuild | 16 | ||||
-rw-r--r-- | app-office/qhacc/qhacc-3.4.ebuild | 16 |
3 files changed, 22 insertions, 18 deletions
diff --git a/app-office/qhacc/ChangeLog b/app-office/qhacc/ChangeLog index e5861792e7c5..ba35d65b5b5e 100644 --- a/app-office/qhacc/ChangeLog +++ b/app-office/qhacc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/qhacc -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/qhacc/ChangeLog,v 1.30 2006/11/23 19:35:23 vivo Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/qhacc/ChangeLog,v 1.31 2007/01/28 05:34:23 genone Exp $ + + 25 Jan 2007; Marius Mauch <genone@gentoo.org> qhacc-3.2.1.ebuild, + qhacc-3.4.ebuild: + Replacing einfo with elog 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> ChangeLog: dev-db/mysql => virtual/mysql diff --git a/app-office/qhacc/qhacc-3.2.1.ebuild b/app-office/qhacc/qhacc-3.2.1.ebuild index 41628d57f4e7..dd0c030a9fa7 100644 --- a/app-office/qhacc/qhacc-3.2.1.ebuild +++ b/app-office/qhacc/qhacc-3.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/qhacc/qhacc-3.2.1.ebuild,v 1.11 2005/01/01 15:41:17 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/qhacc/qhacc-3.2.1.ebuild,v 1.12 2007/01/28 05:34:23 genone Exp $ inherit libtool kde-functions eutils @@ -53,10 +53,10 @@ src_install() { } pkg_postinst() { - echo "" - einfo "A sample configuration is provided in /usr/share/qhacc/easysetup." - einfo "copy files: \`mkdir ~/.qhacc ; cp /usr/share/qhacc/easysetup/* ~/.qhacc\`" - einfo "run program: \`qhacc -f ~/.qhacc/\`" - einfo "set alias: \`echo -e \\\n \"alias qhacc=\\\"qhacc -f ~/.qhacc\\\"\" >> ~/.bashrc\`" - echo "" + echo + elog "A sample configuration is provided in /usr/share/qhacc/easysetup." + elog "copy files: \`mkdir ~/.qhacc ; cp /usr/share/qhacc/easysetup/* ~/.qhacc\`" + elog "run program: \`qhacc -f ~/.qhacc/\`" + elog "set alias: \`echo -e \\\n \"alias qhacc=\\\"qhacc -f ~/.qhacc\\\"\" >> ~/.bashrc\`" + echo } diff --git a/app-office/qhacc/qhacc-3.4.ebuild b/app-office/qhacc/qhacc-3.4.ebuild index 763c4c0076da..782589d39fd9 100644 --- a/app-office/qhacc/qhacc-3.4.ebuild +++ b/app-office/qhacc/qhacc-3.4.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-office/qhacc/qhacc-3.4.ebuild,v 1.4 2006/02/25 15:40:59 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/qhacc/qhacc-3.4.ebuild,v 1.5 2007/01/28 05:34:23 genone Exp $ inherit libtool kde-functions eutils @@ -54,12 +54,12 @@ src_install() { } pkg_postinst() { - echo "" - einfo "A sample configuration is provided in /usr/share/qhacc/easysetup." - einfo "copy files: mkdir ~/.qhacc ; cp /usr/share/qhacc/easysetup/* ~/.qhacc" - einfo "run program: qhacc -f ~/.qhacc/" - einfo "set alias: echo -e \\\n \"alias qhacc=\\\"qhacc -f ~/.qhacc\\\"\" >> ~/.bashrc" - echo "" + echo + elog "A sample configuration is provided in /usr/share/qhacc/easysetup." + elog "copy files: mkdir ~/.qhacc ; cp /usr/share/qhacc/easysetup/* ~/.qhacc" + elog "run program: qhacc -f ~/.qhacc/" + elog "set alias: echo -e \\\n \"alias qhacc=\\\"qhacc -f ~/.qhacc\\\"\" >> ~/.bashrc" + echo ewarn "To update from a previous version, please read /usr/share/doc/${PF}/UPGRADE.gz" echo "" } |