summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2004-05-15 17:33:19 +0000
committerCaleb Tennis <caleb@gentoo.org>2004-05-15 17:33:19 +0000
commitd268093dba3c366b1c83f4d64793ac136aa3096d (patch)
tree149abc3404d0ea57f2f7b7f76ff65663d0a342e8 /dev-util/valgrind
parentChanged font path to /usr/share/fonts. Updated SRC_URI. (Manifest recommit) (diff)
downloadgentoo-2-d268093dba3c366b1c83f4d64793ac136aa3096d.tar.gz
gentoo-2-d268093dba3c366b1c83f4d64793ac136aa3096d.tar.bz2
gentoo-2-d268093dba3c366b1c83f4d64793ac136aa3096d.zip
Add nostrip as a restriction (see bug #49147)
Diffstat (limited to 'dev-util/valgrind')
-rw-r--r--dev-util/valgrind/ChangeLog5
-rw-r--r--dev-util/valgrind/files/digest-valgrind-2.1.01
-rw-r--r--dev-util/valgrind/valgrind-2.0.0.ebuild3
-rw-r--r--dev-util/valgrind/valgrind-2.1.0.ebuild42
-rw-r--r--dev-util/valgrind/valgrind-2.1.1.ebuild5
5 files changed, 9 insertions, 47 deletions
diff --git a/dev-util/valgrind/ChangeLog b/dev-util/valgrind/ChangeLog
index 95166c7279e2..7bc284d001ad 100644
--- a/dev-util/valgrind/ChangeLog
+++ b/dev-util/valgrind/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/valgrind
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.25 2004/05/01 16:27:13 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.26 2004/05/15 17:33:19 caleb Exp $
+
+ 15 May 2004; Caleb Tennis <caleb@gentoo.org> :
+ Add nostrip as a restriction (see bug #49147)
01 May 2004; David Holm <dholm@gentoo.org> valgrind-2.1.0.ebuild:
Added experimental ppc version.
diff --git a/dev-util/valgrind/files/digest-valgrind-2.1.0 b/dev-util/valgrind/files/digest-valgrind-2.1.0
deleted file mode 100644
index b15e49bbc6d2..000000000000
--- a/dev-util/valgrind/files/digest-valgrind-2.1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3e4056dd45163a5f555a23ced2f95191 valgrind-2.1.0.tar.bz2 762386
diff --git a/dev-util/valgrind/valgrind-2.0.0.ebuild b/dev-util/valgrind/valgrind-2.0.0.ebuild
index ac455c5f2793..8d10dc1d7abc 100644
--- a/dev-util/valgrind/valgrind-2.0.0.ebuild
+++ b/dev-util/valgrind/valgrind-2.0.0.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-2.0.0.ebuild,v 1.4 2004/04/27 21:00:29 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-2.0.0.ebuild,v 1.5 2004/05/15 17:33:19 caleb Exp $
inherit flag-o-matic eutils
+RESTRICT="nostrip"
IUSE="X"
MY_P=${P/2.0_pre/}
diff --git a/dev-util/valgrind/valgrind-2.1.0.ebuild b/dev-util/valgrind/valgrind-2.1.0.ebuild
deleted file mode 100644
index 13b94f5127af..000000000000
--- a/dev-util/valgrind/valgrind-2.1.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-2.1.0.ebuild,v 1.4 2004/05/01 16:27:13 dholm Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="An open-source memory debugger for x86-GNU/Linux"
-HOMEPAGE="http://valgrind.kde.org"
-SRC_URI="x86? ( http://developer.kde.org/~sewardj/${P}.tar.bz2 )
- ppc? ( http://ozlabs.org/~paulus/${P}-ppc.tar.bz2 )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc -sparc -alpha"
-IUSE="X"
-
-DEPEND="virtual/glibc
- sys-devel/autoconf
- X? ( virtual/x11 )"
-
-case ${ARCH} in
-ppc)
- S="${WORKDIR}/${P}-ppc"
- ;;
-esac
-
-src_compile() {
- local myconf
-
- filter-flags -fPIC
-
- use X && myconf="--with-x" || myconf="--with-x=no"
- # note: it does not appear safe to play with CFLAGS
- econf ${myconf} || die
- emake || die
-}
-
-src_install() {
- einstall docdir="${D}/usr/share/doc/${PF}" || die
- dodoc ACKNOWLEDGEMENTS AUTHORS INSTALL NEWS \
- PATCHES_APPLIED README* TODO ChangeLog FAQ.txt
-}
diff --git a/dev-util/valgrind/valgrind-2.1.1.ebuild b/dev-util/valgrind/valgrind-2.1.1.ebuild
index 496b1c232892..be0fb723e993 100644
--- a/dev-util/valgrind/valgrind-2.1.1.ebuild
+++ b/dev-util/valgrind/valgrind-2.1.1.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-2.1.1.ebuild,v 1.1 2004/04/05 18:30:40 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-2.1.1.ebuild,v 1.2 2004/05/15 17:33:19 caleb Exp $
-inherit flag-o-matic
+inherit flag-o-matic eutils
+RESTRICT="nostrip"
DESCRIPTION="An open-source memory debugger for x86-GNU/Linux"
HOMEPAGE="http://valgrind.kde.org"