diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-05 04:05:57 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-05 04:05:57 +0000 |
commit | 317f0a30e26fd1968f153ca2bcc3b736f92b3629 (patch) | |
tree | 2a2e33a8dfee8674712ed16cfa73895271373740 /dev-util/pida | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-317f0a30e26fd1968f153ca2bcc3b736f92b3629.tar.gz gentoo-2-317f0a30e26fd1968f153ca2bcc3b736f92b3629.tar.bz2 gentoo-2-317f0a30e26fd1968f153ca2bcc3b736f92b3629.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'dev-util/pida')
-rw-r--r-- | dev-util/pida/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/pida/pida-0.4.1.ebuild | 12 |
2 files changed, 11 insertions, 8 deletions
diff --git a/dev-util/pida/ChangeLog b/dev-util/pida/ChangeLog index 25c63bc56d73..ed2cf16dd610 100644 --- a/dev-util/pida/ChangeLog +++ b/dev-util/pida/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/pida -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pida/ChangeLog,v 1.6 2006/12/17 08:39:00 dev-zero Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pida/ChangeLog,v 1.7 2007/03/05 04:05:57 genone Exp $ + + 05 Mar 2007; Marius Mauch <genone@gentoo.org> pida-0.4.1.ebuild: + Replacing einfo with elog *pida-0.4.1 (16 Dec 2006) diff --git a/dev-util/pida/pida-0.4.1.ebuild b/dev-util/pida/pida-0.4.1.ebuild index 95d4b272c2ee..75bb7f6cc776 100644 --- a/dev-util/pida/pida-0.4.1.ebuild +++ b/dev-util/pida/pida-0.4.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/dev-util/pida/pida-0.4.1.ebuild,v 1.1 2006/12/17 08:39:00 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pida/pida-0.4.1.ebuild,v 1.2 2007/03/05 04:05:57 genone Exp $ inherit distutils @@ -28,8 +28,8 @@ pkg_setup() { } pkg_postinst() { - einfo "Optional packages pida integrates with:" - einfo "app-misc/mc (Midnight Commander)" - einfo "dev-util/gazpacho (Glade-like interface designer)" - einfo "Revision control: cvs, svn, darcs and many others" + elog "Optional packages pida integrates with:" + elog "app-misc/mc (Midnight Commander)" + elog "dev-util/gazpacho (Glade-like interface designer)" + elog "Revision control: cvs, svn, darcs and many others" } |