diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-25 23:05:16 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-25 23:05:16 +0000 |
commit | ff9576d311915385575337dfda8ee6daec0b553d (patch) | |
tree | 4757839fa0422b631494e8b046bff3657522ca01 /app-emulation/xcopilot | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-ff9576d311915385575337dfda8ee6daec0b553d.tar.gz gentoo-2-ff9576d311915385575337dfda8ee6daec0b553d.tar.bz2 gentoo-2-ff9576d311915385575337dfda8ee6daec0b553d.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-emulation/xcopilot')
-rw-r--r-- | app-emulation/xcopilot/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/xcopilot/files/digest-xcopilot-0.6.6 | 2 | ||||
-rw-r--r-- | app-emulation/xcopilot/xcopilot-0.6.6.ebuild | 6 |
3 files changed, 10 insertions, 5 deletions
diff --git a/app-emulation/xcopilot/ChangeLog b/app-emulation/xcopilot/ChangeLog index a584a34de851..a51e8e6bb4b0 100644 --- a/app-emulation/xcopilot/ChangeLog +++ b/app-emulation/xcopilot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/xcopilot -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xcopilot/ChangeLog,v 1.7 2006/02/24 22:45:54 vanquirius Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xcopilot/ChangeLog,v 1.8 2007/01/25 23:05:16 genone Exp $ + + 25 Jan 2007; Marius Mauch <genone@gentoo.org> xcopilot-0.6.6.ebuild: + Replacing einfo with elog 24 Feb 2006; Marcelo Goes <vanquirius@gentoo.org> xcopilot-0.6.6.ebuild: Make modular X friendly for bug 123980. Thanks to Mauricio L. Pilla <pilla diff --git a/app-emulation/xcopilot/files/digest-xcopilot-0.6.6 b/app-emulation/xcopilot/files/digest-xcopilot-0.6.6 index 4a97f7019a1c..d664d65601fa 100644 --- a/app-emulation/xcopilot/files/digest-xcopilot-0.6.6 +++ b/app-emulation/xcopilot/files/digest-xcopilot-0.6.6 @@ -1 +1,3 @@ MD5 2fc27f20e4434581af7a7d5cd6fd6c8e xcopilot-0.6.6-uc0.tar.gz 365229 +RMD160 e0665e3aed94e0cea9d35a9ad089cad36c6ff44a xcopilot-0.6.6-uc0.tar.gz 365229 +SHA256 bc3e70baa26e16154bf57d54e891674292e28747ae19af71de31423516011b4d xcopilot-0.6.6-uc0.tar.gz 365229 diff --git a/app-emulation/xcopilot/xcopilot-0.6.6.ebuild b/app-emulation/xcopilot/xcopilot-0.6.6.ebuild index 00c672ad3fbb..33078785ac49 100644 --- a/app-emulation/xcopilot/xcopilot-0.6.6.ebuild +++ b/app-emulation/xcopilot/xcopilot-0.6.6.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-emulation/xcopilot/xcopilot-0.6.6.ebuild,v 1.7 2006/02/24 22:45:54 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xcopilot/xcopilot-0.6.6.ebuild,v 1.8 2007/01/25 23:05:16 genone Exp $ MY_P="xcopilot-0.6.6-uc0" @@ -40,5 +40,5 @@ src_install() { } pkg_postinst() { - einfo "See /usr/share/doc/${PF}/README.uClinux for more info" + elog "See /usr/share/doc/${PF}/README.uClinux for more info" } |