blob: 5af0948700c385785c6fb7ace51fee6d1d334a52 (
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
|
# Copyright 1999-2004 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.6.1.ebuild,v 1.4 2004/06/24 22:02:51 agriffis Exp $
inherit gnome2
DESCRIPTION="Bug Report helper for Gnome"
HOMEPAGE="http://www.gnome.org/"
LICENSE="Ximian-logos GPL-2"
SLOT="2"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa amd64 ~ia64 ~mips"
IUSE=""
RDEPEND=">=gnome-base/libglade-2
>=dev-libs/libxml2-2.4.6
>=gnome-base/gnome-vfs-2
>=dev-libs/glib-2
>=x11-libs/gtk+-2.3.6
>=gnome-base/gnome-desktop-2
>=gnome-base/libbonobo-2
>=gnome-base/libgnome-2
>=gnome-base/libgnomecanvas-2
>=gnome-base/libgnomeui-2.5.92
>=sys-devel/gdb-5.1
>=sys-devel/gettext-0.10.40"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12.0
>=dev-util/intltool-0.29
>=app-text/scrollkeeper-0.3.8"
DOCS="AUTHORS ChangeLog COPY* README INSTALL NEWS TODO"
|