blob: c9dffca5652e2bdb9f37992ab29dc66e853ce93a (
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-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bug-buddy/bug-buddy-2.4.0.ebuild,v 1.1 2003/09/07 22:07:15 foser Exp $
inherit gnome2
DESCRIPTION="Bug Report helper for Gnome"
HOMEPAGE="http://www.gnome.org/"
SLOT="2"
LICENSE="Ximian-logos GPL-2"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64"
RDEPEND=">=gnome-base/libglade-2
>=dev-libs/libxml2-2.4.6
>=gnome-base/gnome-vfs-2
>=dev-libs/glib-2
>=x11-libs/gtk+-2
>=gnome-base/gnome-desktop-2
>=gnome-base/libbonobo-2
>=gnome-base/libgnome-2
>=gnome-base/libgnomecanvas-2
>=gnome-base/libgnomeui-2.1.0
>=gnome-base/ORBit2-2.4.0
>=sys-devel/gdb-5.1
>=sys-devel/gettext-0.10.40"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12.0
>=dev-util/intltool-0.17
app-text/scrollkeeper"
DOCS="ABOUT* AUTHORS ChangeLog COPY* README* INSTALL NEWS TODO"
|