diff options
Diffstat (limited to 'gnome-extra/bug-buddy/bug-buddy-2.26.0.ebuild')
-rw-r--r-- | gnome-extra/bug-buddy/bug-buddy-2.26.0.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/gnome-extra/bug-buddy/bug-buddy-2.26.0.ebuild b/gnome-extra/bug-buddy/bug-buddy-2.26.0.ebuild deleted file mode 100644 index 5cb38a7d57c3..000000000000 --- a/gnome-extra/bug-buddy/bug-buddy-2.26.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2010 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.26.0.ebuild,v 1.10 2010/07/20 02:14:24 jer Exp $ - -inherit gnome2 - -DESCRIPTION="A graphical bug reporting tool" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="Ximian-logos GPL-2" -SLOT="2" -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="eds" - -# Articifially raise gtk+ dep to support loading through XSettings -RDEPEND=">=gnome-base/libbonobo-2 - >=dev-libs/glib-2.16.0 - >=gnome-base/gnome-menus-2.11.1 - >=dev-libs/libxml2-2.4.6 - >=x11-libs/gtk+-2.14.0 - >=net-libs/libsoup-2.4 - >=gnome-base/libgtop-2.13.3 - eds? ( >=gnome-extra/evolution-data-server-1.3 ) - >=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.40" - -DOCS="AUTHORS ChangeLog NEWS README TODO" - -pkg_setup() { - # Google-breakpad seems to support only x86. - # It is mostly useless for a distro like gentoo. Disable for now. - G2CONF="${G2CONF} - --disable-google-breakpad - $(use_enable eds)" -} |