blob: 07232a9ccc9acb1f1f4420e881a4a224cb820926 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.8.ebuild,v 1.4 2012/06/08 11:37:35 phajdan.jr Exp $
EAPI="4"
GCONF_DEBUG="no"
inherit gnome2
DESCRIPTION="A Gtk+ front-end to the Valgrind memory checker for x86 GNU/ Linux."
HOMEPAGE="http://alleyoop.sourceforge.net/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-alpha amd64 ~ppc -sparc x86"
IUSE=""
RDEPEND=">=dev-libs/glib-2.14:2
>=x11-libs/gtk+-2.2:2
>=gnome-base/gconf-2.2:2
>=gnome-base/libgnomeui-2.2
>=gnome-base/libglade-2.2
sys-devel/binutils
>=dev-util/valgrind-2.4"
DEPEND="${RDEPEND}
virtual/pkgconfig"
DOCS="AUTHORS ChangeLog NEWS README"
|