Portage is a package management system used by Gentoo Linux
# 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 $
03 Jan 2007; Christian Faulhammer
alleyoop-0.9.2.ebuild:
stable x86, bug #144373
07 Nov 2006; Daniel Black
alleyoop-0.9.1.ebuild, alleyoop-0.9.2.ebuild:
RESTRICT="nomirror" in unnecessary - removed
*alleyoop-0.9.2 (07 Nov 2006)
07 Nov 2006; Daniel Black
-alleyoop-0.9.0.ebuild, +alleyoop-0.9.2.ebuild:
version bump - hopefully fix bug #144373
*alleyoop-0.9.1 (30 Jun 2006)
30 Jun 2006; Daniel Black
version bump as per bug #138165. Previous versions don\'t work with gcc-4.1.
Thanks tim for the bug report
*alleyoop-0.9.0 (29 Jul 2005)
29 Jul 2005; Daniel Black
+alleyoop-0.9.0.ebuild:
version bump and removed "die" from epatch
*alleyoop-0.8.3 (04 Mar 2005)
04 Mar 2005; Daniel Black
Version bump as per bug #83958. Thanks to David Butler
08 Feb 2005; Daniel Black
+files/alleyoop-0.8.2.patch, alleyoop-0.8.2.ebuild:
Replace removed defination in binutils as per bug #81210. Thanks to Michael
Renzmann
01 Jul 2004; Jeremy Huddleston
alleyoop-0.8.2.ebuild:
virtual/glibc -> virtual/libc
15 Jun 2004; Daniel Black
x86 stable. Removed surplus dependancies
13 May 2004; David Holm
Added to ~ppc.
13 May 2004; Daniel Black
Reduced number of dependancies to include only those directly linked.
*alleyoop-0.8.2 (13 May 2004)
13 May 2004; Daniel Black
+alleyoop-0.8.2.ebuild:
Inital import. Ebuild by Morgan Collins
AUX alleyoop-0.8.2.patch 598 RMD160 595b02ff33869d0ab921952deefa2b08c66904e7 SHA1 35f67c2b8e930433c1839c9bd35c9ba3067e84ea SHA256 2161e3ea2367c848669572f247555b594c9e1f7649ae8296d1ccd4e3ba1b40be
DIST alleyoop-0.8.2.tar.gz 289393 RMD160 81092f47788908166f9b2e1b426220a0856fde5d SHA1 8c94bc9dcc2d4b5666e4b35158453e10498046ac SHA256 ac0a7f8df38fd06f0244401e1dad75d4efd9ae86daaaca77f05122d830d49393
DIST alleyoop-0.9.1.tar.gz 304294 RMD160 1f64113db8005ec9eb8423e6c09a86486b60f018 SHA1 9fe97c93d2cf9409f856fe545a82ae8efb90cdd3 SHA256 16ce47ce095f5e2834a988d80c1134c309c67938cdbdb7476a403c041d4daf58
DIST alleyoop-0.9.2.tar.gz 309723 RMD160 2eb9c25054f209941b0d1d836a1e45d8ecced059 SHA1 216d8a3e5f10a246c8fa2e63a90b07e42e4752c2 SHA256 d78592f51b00f2ba619e745e0fadacf1666ea3c1a6081410bf60f37a68cf0ce2
EBUILD alleyoop-0.8.2.ebuild 850 RMD160 5361928761a01597ed2cd9bffe6bef864e38c5d0 SHA1 2252390e99f2a4f166911d34ff81844aade2f82f SHA256 7a3beb0a2804980776b3b11a9a4506b8a2e3e9de26dda154b44b825030f7f3d7
EBUILD alleyoop-0.9.1.ebuild 783 RMD160 b776488bdf6197f5f334e42bf119d5654d043d95 SHA1 dc1fc51e30046dd08baa2189ea962fc317021605 SHA256 c1b749b2be52399b0baea0955bb276d44abaf75ba074ec6b07462283d6c260ff
EBUILD alleyoop-0.9.2.ebuild 782 RMD160 00b25331ddfb5c2e102d088276a12496126e5ccf SHA1 32a986cb9b0d1fae9a7cd67d45b87f7cb0752f79 SHA256 b65d5c292f5dc141b6057eb2a126315a35a3f428835196765cdfa9d5c5cdeb52
MISC ChangeLog 2188 RMD160 331698a6ef9191f99c5fd7c1dcf57d22c0809536 SHA1 1d1cd7cf1b650a21ede3c2aefbda13a8374ecd60 SHA256 5a586f993dc3c2ed34fa2418b9817d62534fdfdba6cdb6386aedea1f99c8a098
MISC metadata.xml 403 RMD160 48afb924f8ddebfd4ea31a43eca3b277a30b62b6 SHA1 ec604212b5eb7dde6256c827184a228eaa8161d5 SHA256 148b8bb5514a7787fab372ad8a71c93c67db9ce84ed2aa5953691c2104ca788a
# 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.8.2.ebuild,v 1.10 2006/11/07 11:35:46 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="x86 ~ppc -sparc -alpha"
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
virtual/libc"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README"
src_unpack() {
unpack ${A}
cd ${S}
epatch ${FILESDIR}/${P}.patch
}
# 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.1.ebuild,v 1.4 2007/07/12 01:05:42 mr_bones_ 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="~x86 ~ppc -sparc -alpha"
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"
# Copyright 1999-2007 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.5 2007/07/12 01:05:42 mr_bones_ 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 ~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"
it