summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2004-09-03 10:23:07 +0000
committerLuca Barbato <lu_zero@gentoo.org>2004-09-03 10:23:07 +0000
commit0d7674dd5d1acfbc90d89018c56899d6e68a7ceb (patch)
treea6be58e2ca00b174d6a31de6c562ce15d9abc951 /dev-util
parentVersion bump, closes bug #62426. (Manifest recommit) (diff)
downloadgentoo-2-0d7674dd5d1acfbc90d89018c56899d6e68a7ceb.tar.gz
gentoo-2-0d7674dd5d1acfbc90d89018c56899d6e68a7ceb.tar.bz2
gentoo-2-0d7674dd5d1acfbc90d89018c56899d6e68a7ceb.zip
Always remove debug ebuild after they work...
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/valgrind/ChangeLog5
-rw-r--r--dev-util/valgrind/valgrind-2.2.0.ebuild3
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-util/valgrind/ChangeLog b/dev-util/valgrind/ChangeLog
index 6f966ec6f117..b6deb68c0a60 100644
--- a/dev-util/valgrind/ChangeLog
+++ b/dev-util/valgrind/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/valgrind
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.36 2004/09/02 23:20:55 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.37 2004/09/03 10:23:07 lu_zero Exp $
+
+ 03 Sep 2004; Luca Barbato <lu_zero@gentoo.org> valgrind-2.2.0.ebuild:
+ Stray ebuild got committed in place, replaced with the correct one.
03 Sep 2004; Luca Barbato <lu_zero@gentoo.org> valgrind-2.2.0.ebuild:
Minor fix, thanks again to Olaf Freyer <aaron@cs.tu-berlin.de> for reporting it
diff --git a/dev-util/valgrind/valgrind-2.2.0.ebuild b/dev-util/valgrind/valgrind-2.2.0.ebuild
index f06f3b2ffc16..4919c1d894c5 100644
--- a/dev-util/valgrind/valgrind-2.2.0.ebuild
+++ b/dev-util/valgrind/valgrind-2.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-2.2.0.ebuild,v 1.2 2004/09/02 23:20:55 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-2.2.0.ebuild,v 1.3 2004/09/03 10:23:07 lu_zero Exp $
inherit flag-o-matic eutils
@@ -28,7 +28,6 @@ src_unpack() {
einfo "Removing net/if.h from the includes in vg_unsafe.h"
sed -i -e "s:#include <net/if.h>::" \
coregrind/vg_unsafe.h ||die
- less coregrind/vg_unsafe.h ||die
fi
}
src_compile() {