summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2008-03-10 21:33:31 +0000
committerMart Raudsepp <leio@gentoo.org>2008-03-10 21:33:31 +0000
commite7c90028f9de4578ebc5696c182eb798314cb477 (patch)
tree78b1727fcd0dc6f4bd64ceca383929aa6bf028b9 /gnome-extra/bug-buddy
parentbump to 0.12.2, updated translations, added DOCTYPE to (X)HTML (diff)
downloadgentoo-2-e7c90028f9de4578ebc5696c182eb798314cb477.tar.gz
gentoo-2-e7c90028f9de4578ebc5696c182eb798314cb477.tar.bz2
gentoo-2-e7c90028f9de4578ebc5696c182eb798314cb477.zip
Remove old
(Portage version: 2.1.4.4)
Diffstat (limited to 'gnome-extra/bug-buddy')
-rw-r--r--gnome-extra/bug-buddy/bug-buddy-2.18.1.ebuild44
-rw-r--r--gnome-extra/bug-buddy/bug-buddy-2.20.0-r1.ebuild50
-rw-r--r--gnome-extra/bug-buddy/files/bug-buddy-2.20.0-fix-breakpad.patch69
3 files changed, 0 insertions, 163 deletions
diff --git a/gnome-extra/bug-buddy/bug-buddy-2.18.1.ebuild b/gnome-extra/bug-buddy/bug-buddy-2.18.1.ebuild
deleted file mode 100644
index 29685fac1957..000000000000
--- a/gnome-extra/bug-buddy/bug-buddy-2.18.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bug-buddy/bug-buddy-2.18.1.ebuild,v 1.10 2008/01/29 16:34:41 dang Exp $
-EAPI="1"
-
-inherit gnome2
-
-DESCRIPTION="A graphical bug reporting tool"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="Ximian-logos GPL-2"
-SLOT="2"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=gnome-base/gconf-2
- >=gnome-base/libbonobo-2
- >=x11-libs/gtk+-2.10
- >=dev-libs/glib-2
- >=gnome-base/gnome-desktop-2
- >=gnome-base/gnome-vfs-2
- >=gnome-base/libgnome-2
- >=gnome-base/libgnomecanvas-2
- >=gnome-base/gnome-menus-2.11.1
- >=gnome-base/libgnomeui-2.5.92
- >=gnome-base/libglade-2
- >=dev-libs/libxml2-2.4.6
- >=net-libs/libsoup-2.2.96:2.2
- >=gnome-base/libgtop-2.13.3
- gnome-extra/evolution-data-server
- >=sys-devel/gdb-5.1"
-
-DEPEND=${RDEPEND}"
- >=app-text/gnome-doc-utils-0.3.2
- >=dev-util/pkgconfig-0.9
- >=dev-util/intltool-0.35
- >=app-text/scrollkeeper-0.3.8"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-USE_DESTDIR="1"
-
-pkg_setup() {
- G2CONF="${G2CONF} --disable-scrollkeeper"
-}
diff --git a/gnome-extra/bug-buddy/bug-buddy-2.20.0-r1.ebuild b/gnome-extra/bug-buddy/bug-buddy-2.20.0-r1.ebuild
deleted file mode 100644
index efebc00987eb..000000000000
--- a/gnome-extra/bug-buddy/bug-buddy-2.20.0-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bug-buddy/bug-buddy-2.20.0-r1.ebuild,v 1.3 2008/01/29 16:34:41 dang Exp $
-EAPI="1"
-
-inherit gnome2 eutils
-
-DESCRIPTION="A graphical bug reporting tool"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="Ximian-logos GPL-2"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=gnome-base/libbonobo-2
- >=dev-libs/glib-2
- >=gnome-base/gnome-desktop-2
- >=gnome-base/gnome-vfs-2
- >=gnome-base/libgnome-2
- >=gnome-base/libgnomecanvas-2
- >=gnome-base/gnome-menus-2.11.1
- >=gnome-base/libgnomeui-2.5.92
- >=dev-libs/libxml2-2.4.6
- >=x11-libs/gtk+-2.12
- >=net-libs/libsoup-2.2.96:2.2
- >=gnome-base/libgtop-2.13.3
- gnome-extra/evolution-data-server
- >=gnome-base/gconf-2
- || ( dev-libs/elfutils dev-libs/libelf )
- >=sys-devel/gdb-5.1"
-
-DEPEND=${RDEPEND}"
- >=app-text/gnome-doc-utils-0.3.2
- >=dev-util/pkgconfig-0.9
- >=dev-util/intltool-0.35
- >=app-text/scrollkeeper-0.3.8"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-USE_DESTDIR="1"
-
-pkg_setup() {
- G2CONF="${G2CONF} --disable-scrollkeeper"
-}
-
-src_unpack() {
- gnome2_src_unpack
-
- epatch "${FILESDIR}"/${P}-fix-breakpad.patch
-}
diff --git a/gnome-extra/bug-buddy/files/bug-buddy-2.20.0-fix-breakpad.patch b/gnome-extra/bug-buddy/files/bug-buddy-2.20.0-fix-breakpad.patch
deleted file mode 100644
index ccc2dcf6f81f..000000000000
--- a/gnome-extra/bug-buddy/files/bug-buddy-2.20.0-fix-breakpad.patch
+++ /dev/null
@@ -1,69 +0,0 @@
-diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN bug-buddy-2.20.0.orig/gnome-breakpad/gnome-breakpad.cc bug-buddy-2.20.0/gnome-breakpad/gnome-breakpad.cc
---- bug-buddy-2.20.0.orig/gnome-breakpad/gnome-breakpad.cc 2007-09-04 15:53:55.000000000 -0400
-+++ bug-buddy-2.20.0/gnome-breakpad/gnome-breakpad.cc 2007-10-02 11:23:54.000000000 -0400
-@@ -291,22 +291,59 @@ gtk_module_init (int *argc, char** argv[
-
- if (bugbuddy && !g_getenv ("GNOME_DISABLE_CRASH_DIALOG")) {
- #ifdef ENABLE_GOOGLE_BREAKPAD
-+ static struct sigaction old_action;
-+
-+ sigaction(SIGSEGV, NULL, &old_action);
-+ if (old_action.sa_handler != SIG_DFL)
-+ return 0;
-+
-+ sigaction(SIGABRT, NULL, &old_action);
-+ if (old_action.sa_handler != SIG_DFL)
-+ return 0;
-+
-+ sigaction(SIGTRAP, NULL, &old_action);
-+ if (old_action.sa_handler != SIG_DFL)
-+ return 0;
-+
-+ sigaction(SIGFPE, NULL, &old_action);
-+ if (old_action.sa_handler != SIG_DFL)
-+ return 0;
-+
-+ sigaction(SIGBUS, NULL, &old_action);
-+ if (old_action.sa_handler != SIG_DFL)
-+ return 0;
-+
- static ExceptionHandler handler("/tmp", check_if_gdb,
- MinidumpCallback, NULL, true);
- #else
- static struct sigaction *setptr;
-+ static struct sigaction old_action;
- struct sigaction sa;
- memset(&sa, 0, sizeof(sa));
- setptr = &sa;
-
- sa.sa_handler = bugbuddy_segv_handle;
-
-- sigaction(SIGSEGV, setptr, NULL);
-- sigaction(SIGABRT, setptr, NULL);
-- sigaction(SIGTRAP, setptr, NULL);
-- sigaction(SIGFPE, setptr, NULL);
-- sigaction(SIGBUS, setptr, NULL);
-+ sigaction(SIGSEGV, NULL, &old_action);
-+ if (old_action.sa_handler == SIG_DFL)
-+ sigaction(SIGSEGV, setptr, NULL);
-+
-+ sigaction(SIGABRT, NULL, &old_action);
-+ if (old_action.sa_handler == SIG_DFL)
-+ sigaction(SIGABRT, setptr, NULL);
-+
-+ sigaction(SIGTRAP, NULL, &old_action);
-+ if (old_action.sa_handler == SIG_DFL)
-+ sigaction(SIGTRAP, setptr, NULL);
-+
-+ sigaction(SIGFPE, NULL, &old_action);
-+ if (old_action.sa_handler == SIG_DFL)
-+ sigaction(SIGFPE, setptr, NULL);
-+
-+ sigaction(SIGBUS, NULL, &old_action);
-+ if (old_action.sa_handler == SIG_DFL)
-+ sigaction(SIGBUS, setptr, NULL);
- #endif
- }
--
-+ return 0;
- }