summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurice van der Pot <griffon26@gentoo.org>2006-06-09 20:01:40 +0000
committerMaurice van der Pot <griffon26@gentoo.org>2006-06-09 20:01:40 +0000
commitf86eb67c009c69f303cbed7816ebc11b08c668f0 (patch)
treee463129cfc5afce56f690a1565b7398cd8fab41a /dev-util/valgrind
parentStable on ppc; bug #136198 (diff)
downloadgentoo-2-f86eb67c009c69f303cbed7816ebc11b08c668f0.tar.gz
gentoo-2-f86eb67c009c69f303cbed7816ebc11b08c668f0.tar.bz2
gentoo-2-f86eb67c009c69f303cbed7816ebc11b08c668f0.zip
Removed old valgrind ebuilds and fixed bug #131987
(Portage version: 2.1_rc4)
Diffstat (limited to 'dev-util/valgrind')
-rw-r--r--dev-util/valgrind/ChangeLog16
-rw-r--r--dev-util/valgrind/valgrind-3.1.1.ebuild9
2 files changed, 19 insertions, 6 deletions
diff --git a/dev-util/valgrind/ChangeLog b/dev-util/valgrind/ChangeLog
index 2b55b9254168..703d23df05ad 100644
--- a/dev-util/valgrind/ChangeLog
+++ b/dev-util/valgrind/ChangeLog
@@ -1,6 +1,20 @@
# ChangeLog for dev-util/valgrind
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.60 2006/06/07 09:24:49 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.61 2006/06/09 20:01:40 griffon26 Exp $
+
+ 09 Jun 2006; Maurice van der Pot <griffon26@gentoo.org>
+ -files/valgrind-2.2.0-current-macro-clash.patch,
+ -files/valgrind-2.2.0-no-exec-stack.patch,
+ -files/valgrind-2.4.0-pie-fix.patch,
+ -files/valgrind-2.4.1-dont-trample-cflags.patch,
+ -files/valgrind-2.4.1-static-const.patch,
+ -files/valgrind-3.0.0-pie-fix.patch, -files/valgrind-3.0.1-mfence.patch,
+ -files/valgrind-3.0.1-pic-fix.patch, -valgrind-2.2.0-r2.ebuild,
+ -valgrind-2.4.0.ebuild, -valgrind-2.4.1.ebuild, -valgrind-3.0.0.ebuild,
+ -valgrind-3.0.1.ebuild, -valgrind-3.0.1-r1.ebuild, -valgrind-3.1.0.ebuild,
+ valgrind-3.1.1.ebuild:
+ Removed a bunch of old ebuilds and fixed bug #131987 reported by Marti
+ Raudsepp <marti@juffo.org> in valgrind-3.1.1.
*valgrind-3.2.0 (07 Jun 2006)
diff --git a/dev-util/valgrind/valgrind-3.1.1.ebuild b/dev-util/valgrind/valgrind-3.1.1.ebuild
index a6e5b5946e29..36d3fb657ade 100644
--- a/dev-util/valgrind/valgrind-3.1.1.ebuild
+++ b/dev-util/valgrind/valgrind-3.1.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.1.1.ebuild,v 1.2 2006/04/11 04:56:06 tsunam Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.1.1.ebuild,v 1.3 2006/06/09 20:01:40 griffon26 Exp $
-inherit eutils flag-o-matic
+inherit autotools eutils flag-o-matic
DESCRIPTION="An open-source memory debugger for GNU/Linux"
HOMEPAGE="http://www.valgrind.org"
@@ -31,9 +31,8 @@ src_unpack() {
# Correct hard coded doc location
sed -i -e "s:doc/valgrind/:doc/${P}/:" docs/Makefile.am
- einfo "Regenerating autotools files..."
- autoconf || die "autoconf failed"
- automake || die "automake failed"
+ # Regenerate autotools files
+ eautoreconf
# fix for amd64 no-multilib profile till valgrind 3.2.0 is out (bug #114407)
use amd64 && (has_multilib_profile || epatch "${FILESDIR}/valgrind-3.1.0-amd64-nomultilib-fix.patch")