diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-07-10 07:49:14 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-07-10 07:49:14 +0000 |
commit | b8a8c3fb37614d5ca43ba110953d94fd5aecea62 (patch) | |
tree | 6597832ff8792029619d95f1e89a773ac9978c6c /sys-apps/ivman | |
parent | stable x86, bug 173947 (diff) | |
download | gentoo-2-b8a8c3fb37614d5ca43ba110953d94fd5aecea62.tar.gz gentoo-2-b8a8c3fb37614d5ca43ba110953d94fd5aecea62.tar.bz2 gentoo-2-b8a8c3fb37614d5ca43ba110953d94fd5aecea62.zip |
remove debugging output thanks to Denilson <denilsonsa@gmail.com> in bug 182190
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'sys-apps/ivman')
-rw-r--r-- | sys-apps/ivman/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/ivman/ivman-0.6.14.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-apps/ivman/ChangeLog b/sys-apps/ivman/ChangeLog index 7c17d7a9ebe0..cbaccbcfebec 100644 --- a/sys-apps/ivman/ChangeLog +++ b/sys-apps/ivman/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/ivman # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ChangeLog,v 1.53 2007/04/28 19:11:42 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ChangeLog,v 1.54 2007/07/10 07:49:14 genstef Exp $ + + 10 Jul 2007; Stefan Schweizer <genstef@gentoo.org> ivman-0.6.14.ebuild: + remove debugging output thanks to Denilson <denilsonsa@gmail.com> in bug 182190 28 Apr 2007; Torsten Veller <tove@gentoo.org> ivman-0.6.12.ebuild, ivman-0.6.13.ebuild, ivman-0.6.14.ebuild: diff --git a/sys-apps/ivman/ivman-0.6.14.ebuild b/sys-apps/ivman/ivman-0.6.14.ebuild index 87c86616f096..66d5cc17f824 100644 --- a/sys-apps/ivman/ivman-0.6.14.ebuild +++ b/sys-apps/ivman/ivman-0.6.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ivman-0.6.14.ebuild,v 1.2 2007/04/28 19:11:42 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ivman-0.6.14.ebuild,v 1.3 2007/07/10 07:49:14 genstef Exp $ inherit eutils @@ -39,6 +39,9 @@ src_install() { emake DESTDIR="${D}" install || die "emake install failed" newinitd "${FILESDIR}"/ivman-0.3.init ivman + + # remove debugging help #182190 + sed -i -e "s:set -x::" ${D}/usr/bin/ivman-launch } pkg_postinst() { |