summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-04-25 20:05:10 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-04-25 20:05:10 +0000
commit51aaa2aceec3ff025b441ae40876a9cae0215f44 (patch)
tree1a61710529332236405d8b2f13d2e7fbf17a023e /dev-util
parentAdd ~ia64 wrt #266193 (diff)
downloadgentoo-2-51aaa2aceec3ff025b441ae40876a9cae0215f44.tar.gz
gentoo-2-51aaa2aceec3ff025b441ae40876a9cae0215f44.tar.bz2
gentoo-2-51aaa2aceec3ff025b441ae40876a9cae0215f44.zip
Bump to 0.9.5, fixes #267462
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/alleyoop/ChangeLog9
-rw-r--r--dev-util/alleyoop/alleyoop-0.9.5.ebuild27
2 files changed, 34 insertions, 2 deletions
diff --git a/dev-util/alleyoop/ChangeLog b/dev-util/alleyoop/ChangeLog
index 55f4078a1ef6..5d04440c97f1 100644
--- a/dev-util/alleyoop/ChangeLog
+++ b/dev-util/alleyoop/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/alleyoop
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/ChangeLog,v 1.13 2007/01/03 08:18:21 opfer Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/ChangeLog,v 1.14 2009/04/25 20:05:10 patrick Exp $
+
+*alleyoop-0.9.5 (25 Apr 2009)
+
+ 25 Apr 2009; Patrick Lauer <patrick@gentoo.org> +alleyoop-0.9.5.ebuild:
+ Bump to 0.9.5, fixes #267462
03 Jan 2007; Christian Faulhammer <opfer@gentoo.org>
alleyoop-0.9.2.ebuild:
diff --git a/dev-util/alleyoop/alleyoop-0.9.5.ebuild b/dev-util/alleyoop/alleyoop-0.9.5.ebuild
new file mode 100644
index 000000000000..9232badded51
--- /dev/null
+++ b/dev-util/alleyoop/alleyoop-0.9.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/alleyoop/alleyoop-0.9.5.ebuild,v 1.1 2009/04/25 20:05:10 patrick 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
+ virtual/libc"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README"