diff options
author | 2007-01-25 22:09:38 +0000 | |
---|---|---|
committer | 2007-01-25 22:09:38 +0000 | |
commit | 061de1a7e4ba60030bfdabce87eb8fc6403f7e7a (patch) | |
tree | b034625e668abb086a93cc8c9f58613f1eb7789e /app-emulation | |
parent | Added a patch to prevent segfaults whilst searching on x86-fbsd (diff) | |
download | gentoo-2-061de1a7e4ba60030bfdabce87eb8fc6403f7e7a.tar.gz gentoo-2-061de1a7e4ba60030bfdabce87eb8fc6403f7e7a.tar.bz2 gentoo-2-061de1a7e4ba60030bfdabce87eb8fc6403f7e7a.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/gdb-armulator/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/gdb-armulator/files/digest-gdb-armulator-5.0 | 4 | ||||
-rw-r--r-- | app-emulation/gdb-armulator/gdb-armulator-5.0.ebuild | 8 |
3 files changed, 13 insertions, 6 deletions
diff --git a/app-emulation/gdb-armulator/ChangeLog b/app-emulation/gdb-armulator/ChangeLog index c44d8ce8311b..7241e7f804a3 100644 --- a/app-emulation/gdb-armulator/ChangeLog +++ b/app-emulation/gdb-armulator/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/gdb-armulator -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/gdb-armulator/ChangeLog,v 1.1 2006/01/03 23:35:57 vapier Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/gdb-armulator/ChangeLog,v 1.2 2007/01/25 22:09:38 genone Exp $ + + 25 Jan 2007; Marius Mauch <genone@gentoo.org> gdb-armulator-5.0.ebuild: + Replacing einfo with elog *gdb-armulator-5.0 (03 Jan 2006) diff --git a/app-emulation/gdb-armulator/files/digest-gdb-armulator-5.0 b/app-emulation/gdb-armulator/files/digest-gdb-armulator-5.0 index b62ae778e3ff..570ba2165ff3 100644 --- a/app-emulation/gdb-armulator/files/digest-gdb-armulator-5.0 +++ b/app-emulation/gdb-armulator/files/digest-gdb-armulator-5.0 @@ -1,2 +1,6 @@ MD5 c4855ace322bfa9043a16c5390110938 gdb-5.0-uclinux-armulator-20021127.patch.gz 29618 +RMD160 53025d84a598e3dc1df73a9bc5d9334d58fb8a4d gdb-5.0-uclinux-armulator-20021127.patch.gz 29618 +SHA256 aecd7028dfdb00a0f3581d78d6b334a773fa53e5d9e5dcf42ba041a43106d657 gdb-5.0-uclinux-armulator-20021127.patch.gz 29618 MD5 b2720def719fd024e380793d9084da2a gdb-5.0.tar.bz2 9505342 +RMD160 b38b5e8ac98e6c4fd98999754e6fb5dd5fb4a38a gdb-5.0.tar.bz2 9505342 +SHA256 fcbb454be100d7d9deee7fd39010c72e94f4fccb57b69ba40433a41c21539a25 gdb-5.0.tar.bz2 9505342 diff --git a/app-emulation/gdb-armulator/gdb-armulator-5.0.ebuild b/app-emulation/gdb-armulator/gdb-armulator-5.0.ebuild index 5bb62d0a4182..bddbeebe48f6 100644 --- a/app-emulation/gdb-armulator/gdb-armulator-5.0.ebuild +++ b/app-emulation/gdb-armulator/gdb-armulator-5.0.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/gdb-armulator/gdb-armulator-5.0.ebuild,v 1.1 2006/01/03 23:35:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/gdb-armulator/gdb-armulator-5.0.ebuild,v 1.2 2007/01/25 22:09:38 genone Exp $ inherit flag-o-matic eutils @@ -51,6 +51,6 @@ src_install() { } pkg_postinst() { - einfo "For instructions on how to use this emulator, please see:" - einfo " ${HOMEPAGE}" + elog "For instructions on how to use this emulator, please see:" + elog " ${HOMEPAGE}" } |