diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-25 05:18:13 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-25 05:18:13 +0000 |
commit | 7a50559787e5ebd16a2c2de93481e17e005a1207 (patch) | |
tree | d0e35a24649c1c82bfb0b8c515f607c6a728f028 /app-office | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-7a50559787e5ebd16a2c2de93481e17e005a1207.tar.gz gentoo-2-7a50559787e5ebd16a2c2de93481e17e005a1207.tar.bz2 gentoo-2-7a50559787e5ebd16a2c2de93481e17e005a1207.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/khacc/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/khacc/khacc-3.2.1.ebuild | 12 | ||||
-rw-r--r-- | app-office/khacc/khacc-3.3.ebuild | 12 |
3 files changed, 18 insertions, 14 deletions
diff --git a/app-office/khacc/ChangeLog b/app-office/khacc/ChangeLog index 6491140e0a07..6b6b2ab36313 100644 --- a/app-office/khacc/ChangeLog +++ b/app-office/khacc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/khacc -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/khacc/ChangeLog,v 1.20 2006/10/14 11:12:36 flameeyes Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/khacc/ChangeLog,v 1.21 2007/01/25 05:18:13 genone Exp $ + + 25 Jan 2007; Marius Mauch <genone@gentoo.org> khacc-3.2.1.ebuild, + khacc-3.3.ebuild: + Replacing einfo with elog 14 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> khacc-3.2.1.ebuild, khacc-3.3.ebuild: diff --git a/app-office/khacc/khacc-3.2.1.ebuild b/app-office/khacc/khacc-3.2.1.ebuild index 38ad4630f7f3..d1b0ff19285b 100644 --- a/app-office/khacc/khacc-3.2.1.ebuild +++ b/app-office/khacc/khacc-3.2.1.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/khacc/khacc-3.2.1.ebuild,v 1.6 2006/10/14 11:12:36 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/khacc/khacc-3.2.1.ebuild,v 1.7 2007/01/25 05:18:13 genone Exp $ inherit kde eutils @@ -31,10 +31,10 @@ src_compile() { 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: \`khacc -f ~/.qhacc/\`" - einfo "set alias: \`echo -e \\\n \"alias khacc=\\\"khacc -f ~/.qhacc\\\"\" >> ~/.bashrc\`" + 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: \`khacc -f ~/.qhacc/\`" + elog "set alias: \`echo -e \\\n \"alias khacc=\\\"khacc -f ~/.qhacc\\\"\" >> ~/.bashrc\`" echo } diff --git a/app-office/khacc/khacc-3.3.ebuild b/app-office/khacc/khacc-3.3.ebuild index 141fe286db9a..09625b207247 100644 --- a/app-office/khacc/khacc-3.3.ebuild +++ b/app-office/khacc/khacc-3.3.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/khacc/khacc-3.3.ebuild,v 1.2 2006/10/14 11:12:36 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/khacc/khacc-3.3.ebuild,v 1.3 2007/01/25 05:18:13 genone Exp $ inherit kde @@ -25,9 +25,9 @@ src_compile() { 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: khacc -f ~/.qhacc/" - einfo "set alias: echo -e \\\n \"alias khacc=\\\"khacc -f ~/.qhacc\\\"\" >> ~/.bashrc" + 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: khacc -f ~/.qhacc/" + elog "set alias: echo -e \\\n \"alias khacc=\\\"khacc -f ~/.qhacc\\\"\" >> ~/.bashrc" echo } |