diff options
author | Daniel Black <dragonheart@gentoo.org> | 2006-11-07 10:55:41 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2006-11-07 10:55:41 +0000 |
commit | 56414bb56f9862ba1bf164489dd25b8c9cb6c227 (patch) | |
tree | 5441e6d3e04e231f557d1af06acd9526598fa55a /dev-util/alleyoop/alleyoop-0.9.2.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-56414bb56f9862ba1bf164489dd25b8c9cb6c227.tar.gz gentoo-2-56414bb56f9862ba1bf164489dd25b8c9cb6c227.tar.bz2 gentoo-2-56414bb56f9862ba1bf164489dd25b8c9cb6c227.zip |
version bump - hopefully fix bug #144373
(Portage version: 2.1.2_rc1-r4)
Diffstat (limited to 'dev-util/alleyoop/alleyoop-0.9.2.ebuild')
-rw-r--r-- | dev-util/alleyoop/alleyoop-0.9.2.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-util/alleyoop/alleyoop-0.9.2.ebuild b/dev-util/alleyoop/alleyoop-0.9.2.ebuild new file mode 100644 index 000000000000..b988ba0c8160 --- /dev/null +++ b/dev-util/alleyoop/alleyoop-0.9.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.2.ebuild,v 1.1 2006/11/07 10:55:41 dragonheart Exp $ + +inherit gnome2 eutils + +DESCRIPTION="A Gtk+ front-end to the Valgrind memory checker for x86 GNU/ Linux." +HOMEPAGE="http://alleyoop.sourceforge.net/" +SRC_URI="mirror://sourceforge/alleyoop/${P}.tar.gz" +RESTRICT="nomirror" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="-alpha ~ppc -sparc ~x86" +IUSE="" + +RDEPEND=">=dev-libs/glib-2.2 + >=x11-libs/gtk+-2.2 + >=gnome-base/gconf-2.2 + >=gnome-base/libgnomeui-2.2 + >=gnome-base/libglade-2.2 + sys-devel/binutils + >=dev-util/valgrind-2.4 + virtual/libc" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README" + |