games-board/freedoko: Drop old
[gentoo.git] / dev-util / alleyoop / alleyoop-0.9.8.ebuild
1 # Copyright 1999-2014 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI="5"
5 GCONF_DEBUG="no"
6
7 inherit gnome2
8
9 DESCRIPTION="A Gtk+ front-end to the Valgrind memory checker"
10 HOMEPAGE="http://alleyoop.sourceforge.net/"
11
12 LICENSE="GPL-2"
13 SLOT="0"
14 KEYWORDS="-alpha amd64 ~ppc -sparc x86"
15 IUSE=""
16
17 RDEPEND="
18         >=dev-libs/glib-2.14:2
19         >=x11-libs/gtk+-2.2:2
20         >=gnome-base/gconf-2.2:2
21         >=gnome-base/libgnomeui-2.2
22         >=gnome-base/libglade-2.2
23         gnome-base/libgnome-keyring
24         sys-devel/binutils
25         >=dev-util/valgrind-2.4
26 "
27 DEPEND="${RDEPEND}
28         virtual/pkgconfig
29 "