alleyoop-0.9.8.ebuild 587 B

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