diff options
author | Bruce A. Locke <blocke@gentoo.org> | 2002-11-06 05:46:53 +0000 |
---|---|---|
committer | Bruce A. Locke <blocke@gentoo.org> | 2002-11-06 05:46:53 +0000 |
commit | bfa46903e88fe529056e2408439f16194bf17ca1 (patch) | |
tree | a188817fa937bdcce0b1674e8a4a03c141859f83 /dev-util/valgrind | |
parent | version bump and host mib enabled (diff) | |
download | gentoo-2-bfa46903e88fe529056e2408439f16194bf17ca1.tar.gz gentoo-2-bfa46903e88fe529056e2408439f16194bf17ca1.tar.bz2 gentoo-2-bfa46903e88fe529056e2408439f16194bf17ca1.zip |
~x86 -> x86
Diffstat (limited to 'dev-util/valgrind')
-rw-r--r-- | dev-util/valgrind/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/valgrind/files/digest-valgrind-1.0.3 | 2 | ||||
-rw-r--r-- | dev-util/valgrind/valgrind-1.0.3.ebuild | 42 | ||||
-rw-r--r-- | dev-util/valgrind/valgrind-1.0.4.ebuild | 4 |
4 files changed, 6 insertions, 47 deletions
diff --git a/dev-util/valgrind/ChangeLog b/dev-util/valgrind/ChangeLog index a502f2f37693..391a6a45ceba 100644 --- a/dev-util/valgrind/ChangeLog +++ b/dev-util/valgrind/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for dev-util/valgrind # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.3 2002/10/23 04:31:13 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.4 2002/11/06 05:46:53 blocke Exp $ *valgrind-1.0.4 (23 Oct 2002) + 06 Nov 2002; Bruce A. Locke <blocke@shivan.org> valgrind-1.0.4.ebuild: + Marking as stable (no one has complained and it seems to work fine) + 23 Oct 2002; Bruce A. Locke <blocke@shivan.org> valgrind-1.0.4.ebuild: Version bump with gcc 3.1+ fixes mentioned on the upstream website. diff --git a/dev-util/valgrind/files/digest-valgrind-1.0.3 b/dev-util/valgrind/files/digest-valgrind-1.0.3 deleted file mode 100644 index 838d5bb077fd..000000000000 --- a/dev-util/valgrind/files/digest-valgrind-1.0.3 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 30a921ff912ae3d7af27a64879f503e2 valgrind-1.0.3.tar.bz2 478143 -MD5 ab2b65ea232c5f2566988c6023f80f4e valgrind-1.0.3-gcc3.1-and-above-patch1.txt 1861 diff --git a/dev-util/valgrind/valgrind-1.0.3.ebuild b/dev-util/valgrind/valgrind-1.0.3.ebuild deleted file mode 100644 index 3567c47deffe..000000000000 --- a/dev-util/valgrind/valgrind-1.0.3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-1.0.3.ebuild,v 1.3 2002/10/05 05:39:12 drobbins Exp $ - -IUSE="X" - -S=${WORKDIR}/${P} -DESCRIPTION="An open-source memory debugger for x86-GNU/Linux" -HOMEPAGE="http://developer.kde.org/~sewardj" -SRC_URI="http://developer.kde.org/~sewardj/${P}.tar.bz2 - http://developer.kde.org/~sewardj/valgrind-1.0.3-gcc3.1-and-above-patch1.txt" -DEPEND="virtual/glibc - X? ( virtual/x11 )" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 -sparc -sparc64 -ppc -alpha" - -src_unpack() -{ - unpack ${P}.tar.bz2 - - cd ${S} - patch -p1 < ${DISTDIR}/valgrind-1.0.3-gcc3.1-and-above-patch1.txt -} - -src_compile() -{ - local myconf - - 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 README* COPYING ChangeLog TODO ACKNOWLEDGEMENTS AUTHORS NEWS -} - diff --git a/dev-util/valgrind/valgrind-1.0.4.ebuild b/dev-util/valgrind/valgrind-1.0.4.ebuild index 30b5c445bbdb..11d41afca491 100644 --- a/dev-util/valgrind/valgrind-1.0.4.ebuild +++ b/dev-util/valgrind/valgrind-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-1.0.4.ebuild,v 1.1 2002/10/23 04:31:13 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-1.0.4.ebuild,v 1.2 2002/11/06 05:46:53 blocke Exp $ IUSE="X" @@ -12,7 +12,7 @@ DEPEND="virtual/glibc X? ( virtual/x11 )" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 -sparc -sparc64 -ppc -alpha" +KEYWORDS="x86 -sparc -sparc64 -ppc -alpha" src_compile() { |