| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 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/valgrind-3.6.1-r3.ebuild,v 1.2 2012/04/24 17:04:39 ago Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.6.1-r3.ebuild,v 1.3 2012/04/25 08:35:26 jdhore Exp $ |
| 4 | |
4 | |
| 5 | EAPI=2 |
5 | EAPI=2 |
| 6 | inherit autotools eutils flag-o-matic toolchain-funcs multilib pax-utils |
6 | inherit autotools eutils flag-o-matic toolchain-funcs multilib pax-utils |
| 7 | |
7 | |
| 8 | DESCRIPTION="An open-source memory debugger for GNU/Linux" |
8 | DESCRIPTION="An open-source memory debugger for GNU/Linux" |
| 9 | HOMEPAGE="http://www.valgrind.org" |
9 | HOMEPAGE="http://www.valgrind.org" |
| 10 | SRC_URI="http://www.valgrind.org/downloads/${P}.tar.bz2" |
10 | SRC_URI="http://www.valgrind.org/downloads/${P}.tar.bz2" |
| 11 | |
11 | |
| 12 | LICENSE="GPL-2" |
12 | LICENSE="GPL-2" |
| 13 | SLOT="0" |
13 | SLOT="0" |
| 14 | KEYWORDS="-* amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" |
14 | KEYWORDS="-* amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" |
| 15 | IUSE="mpi qt4" |
15 | IUSE="mpi qt4" |
| 16 | |
16 | |
| 17 | DEPEND="mpi? ( virtual/mpi )" |
17 | DEPEND="mpi? ( virtual/mpi )" |
| 18 | RDEPEND="${DEPEND}" |
18 | RDEPEND="${DEPEND}" |
| 19 | |
19 | |