blob: 024ddf4195035c8d5f6e8c25d148a0a692de34c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
# Copyright 1999-2009 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.28.0.ebuild,v 1.1 2009/10/29 22:05:08 eva Exp $
GCONF_DEBUG="no"
inherit gnome2
DESCRIPTION="A graphical bug reporting tool"
HOMEPAGE="http://www.gnome.org/"
LICENSE="Ximian-logos GPL-2"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~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
>=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)"
}
|