| 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.0.ebuild,v 1.1 2009/01/05 19:08:16 griffon26 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/Attic/valgrind-3.4.0.ebuild,v 1.2 2009/01/10 16:44:34 maekke 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="X" |
14 | IUSE="X" |
| 15 | |
15 | |
| 16 | RDEPEND="!dev-util/callgrind" |
16 | RDEPEND="!dev-util/callgrind" |
| 17 | |
17 | |
| 18 | src_unpack() { |
18 | src_unpack() { |