diff options
author | Daniel Black <dragonheart@gentoo.org> | 2010-07-18 09:00:03 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2010-07-18 09:00:03 +0000 |
commit | 300267ed5eca548fc22b788c4f468f851fe97681 (patch) | |
tree | 75e9f7ace786045dbb929c32b404dc9b0a487c67 /dev-util/alleyoop | |
parent | New Addition (diff) | |
download | gentoo-2-300267ed5eca548fc22b788c4f468f851fe97681.tar.gz gentoo-2-300267ed5eca548fc22b788c4f468f851fe97681.tar.bz2 gentoo-2-300267ed5eca548fc22b788c4f468f851fe97681.zip |
version bump as per bug #313891 thanks Samuli Suominen
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/alleyoop')
-rw-r--r-- | dev-util/alleyoop/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/alleyoop/alleyoop-0.9.7.ebuild | 26 |
2 files changed, 33 insertions, 2 deletions
diff --git a/dev-util/alleyoop/ChangeLog b/dev-util/alleyoop/ChangeLog index daad7c434163..2fbb114b2567 100644 --- a/dev-util/alleyoop/ChangeLog +++ b/dev-util/alleyoop/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/alleyoop -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/ChangeLog,v 1.15 2009/09/23 17:39:45 patrick Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/ChangeLog,v 1.16 2010/07/18 09:00:03 dragonheart Exp $ + +*alleyoop-0.9.7 (18 Jul 2010) + + 18 Jul 2010; Daniel Black <dragonheart@gentoo.org> +alleyoop-0.9.7.ebuild: + version bump as per bug #313891 thanks Samuli Suominen 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> alleyoop-0.8.2.ebuild, alleyoop-0.9.1.ebuild, alleyoop-0.9.2.ebuild, alleyoop-0.9.5.ebuild: diff --git a/dev-util/alleyoop/alleyoop-0.9.7.ebuild b/dev-util/alleyoop/alleyoop-0.9.7.ebuild new file mode 100644 index 000000000000..a3991934bf98 --- /dev/null +++ b/dev-util/alleyoop/alleyoop-0.9.7.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.7.ebuild,v 1.1 2010/07/18 09:00:03 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" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="-alpha ~amd64 ~ppc -sparc ~x86" +IUSE="doc" + +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" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +DOCS="AUTHORS ChangeLog NEWS README" |