diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-05 03:50:46 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-05 03:50:46 +0000 |
commit | 01b1c62faa0f9c56ac1adbb44bdbff59d5251738 (patch) | |
tree | 87d720523e2287b7e22919eb9e642a63bc5d0e0e /dev-util/ladebug | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-01b1c62faa0f9c56ac1adbb44bdbff59d5251738.tar.gz gentoo-2-01b1c62faa0f9c56ac1adbb44bdbff59d5251738.tar.bz2 gentoo-2-01b1c62faa0f9c56ac1adbb44bdbff59d5251738.zip |
Removing pointless einfo message
(Portage version: 2.1.2-r10)
Diffstat (limited to 'dev-util/ladebug')
-rw-r--r-- | dev-util/ladebug/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/ladebug/ladebug-4.0.67.ebuild | 9 |
2 files changed, 7 insertions, 7 deletions
diff --git a/dev-util/ladebug/ChangeLog b/dev-util/ladebug/ChangeLog index c2a673259d06..ab361c00792f 100644 --- a/dev-util/ladebug/ChangeLog +++ b/dev-util/ladebug/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/ladebug # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ladebug/ChangeLog,v 1.7 2007/02/09 03:14:04 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ladebug/ChangeLog,v 1.8 2007/03/05 03:50:46 genone Exp $ + + 05 Mar 2007; Marius Mauch <genone@gentoo.org> ladebug-4.0.67.ebuild: + Removing pointless einfo message 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/dev-util/ladebug/ladebug-4.0.67.ebuild b/dev-util/ladebug/ladebug-4.0.67.ebuild index 3f3949631a05..6b9b546ce7f3 100644 --- a/dev-util/ladebug/ladebug-4.0.67.ebuild +++ b/dev-util/ladebug/ladebug-4.0.67.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 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/ladebug/ladebug-4.0.67.ebuild,v 1.8 2004/07/14 23:47:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ladebug/ladebug-4.0.67.ebuild,v 1.9 2007/03/05 03:50:46 genone Exp $ # # Submitted By Tavis Ormandy <taviso@gentoo.org> # @@ -88,10 +88,7 @@ src_install() { } pkg_postinst () { - einfo - einfo "Ladebug ${RELEASE} has been merged successfully" - einfo - use emacs && elisp-site-regen + use emacs && elisp-site-regen } pkg_postrm() { |