summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-04-11 14:26:19 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-04-11 14:26:19 +0000
commit300876c1b85ba7b0d6b82e85dad76ad01da0b6a3 (patch)
treeb5cfb05c2d49eb34db438e093f7e5a03503002db /dev-util/alleyoop
parentx86 stable wrt bug #361141 (diff)
downloadgentoo-2-300876c1b85ba7b0d6b82e85dad76ad01da0b6a3.tar.gz
gentoo-2-300876c1b85ba7b0d6b82e85dad76ad01da0b6a3.tar.bz2
gentoo-2-300876c1b85ba7b0d6b82e85dad76ad01da0b6a3.zip
old
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/alleyoop')
-rw-r--r--dev-util/alleyoop/alleyoop-0.8.2.ebuild34
-rw-r--r--dev-util/alleyoop/alleyoop-0.9.5.ebuild28
-rw-r--r--dev-util/alleyoop/files/alleyoop-0.8.2.patch19
3 files changed, 0 insertions, 81 deletions
diff --git a/dev-util/alleyoop/alleyoop-0.8.2.ebuild b/dev-util/alleyoop/alleyoop-0.8.2.ebuild
deleted file mode 100644
index 4a88e694c38d..000000000000
--- a/dev-util/alleyoop/alleyoop-0.8.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2011 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.13 2011/03/24 06:56:36 ssuominen Exp $
-
-EAPI=1
-
-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:2
- >=gnome-base/gconf-2.2
- >=gnome-base/libgnomeui-2.2
- >=gnome-base/libglade-2.2
- sys-devel/binutils
- dev-util/valgrind"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}.patch
-}
diff --git a/dev-util/alleyoop/alleyoop-0.9.5.ebuild b/dev-util/alleyoop/alleyoop-0.9.5.ebuild
deleted file mode 100644
index 94c7e2c5238d..000000000000
--- a/dev-util/alleyoop/alleyoop-0.9.5.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 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.5 2011/03/24 06:56:36 ssuominen Exp $
-
-EAPI=1
-
-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: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"
diff --git a/dev-util/alleyoop/files/alleyoop-0.8.2.patch b/dev-util/alleyoop/files/alleyoop-0.8.2.patch
deleted file mode 100644
index 18e26be5783a..000000000000
--- a/dev-util/alleyoop/files/alleyoop-0.8.2.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/symtab.c.orig 2005-02-08 20:39:13.046982560 +0930
-+++ src/symtab.c 2005-02-08 20:43:31.046751024 +0930
-@@ -34,6 +34,7 @@
- #include "symtab.h"
- #include "process.h"
- #include "ldd.h"
-+#include <bfd.h>
-
- #define d(x)
- #define w(x) x
-@@ -115,7 +116,7 @@
-
- map->text_section = section;
- map->text_start = load_addr + bfd_section_vma (map->abfd, section);
-- map->text_end = map->text_start + bfd_get_section_size_before_reloc (section);
-+ map->text_end = map->text_start + bfd_section_size(map->abfd, section);
-
- map->filename = g_strdup (filename);
- map->libname = g_strdup (libname);