| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2009 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/Attic/valgrind-3.4.1.ebuild,v 1.1 2009/03/03 18:57:33 griffon26 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/Attic/valgrind-3.4.1.ebuild,v 1.2 2009/07/21 14:29:47 chainsaw Exp $ |
| 4 | |
4 | |
| 5 | inherit autotools eutils flag-o-matic toolchain-funcs |
5 | inherit autotools eutils flag-o-matic toolchain-funcs |
| 6 | |
6 | |
| 7 | DESCRIPTION="An open-source memory debugger for GNU/Linux" |
7 | DESCRIPTION="An open-source memory debugger for GNU/Linux" |
| 8 | HOMEPAGE="http://www.valgrind.org" |
8 | HOMEPAGE="http://www.valgrind.org" |
| 9 | SRC_URI="http://www.valgrind.org/downloads/${P}.tar.bz2" |
9 | SRC_URI="http://www.valgrind.org/downloads/${P}.tar.bz2" |
| 10 | |
10 | |
| 11 | LICENSE="GPL-2" |
11 | LICENSE="GPL-2" |
| 12 | SLOT="0" |
12 | SLOT="0" |
| 13 | KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86" |
13 | KEYWORDS="-* amd64 ~ppc ~ppc64 ~x86" |
| 14 | IUSE="" |
14 | IUSE="" |
| 15 | |
15 | |
| 16 | RDEPEND="!dev-util/callgrind" |
16 | RDEPEND="!dev-util/callgrind" |
| 17 | |
17 | |
| 18 | src_unpack() { |
18 | src_unpack() { |