summaryrefslogtreecommitdiff
blob: 18840f2dadbe2342b140857d507b105d1f50654b (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
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bug-buddy/bug-buddy-2.2.0.ebuild,v 1.4 2002/07/25 04:49:18 spider Exp $

inherit gnome2

S=${WORKDIR}/${P}
DESCRIPTION="Bug Buddy is a Bug Report helper for Gnome"
SRC_URI="mirror://gnome/sources/${PN}/${P}.tar.bz2"
HOMEPAGE="http://www.gnome.org/"
SLOT="2"
LICENSE="Ximian-logos GPL-2"
KEYWORDS="x86 ppc"

RDEPEND=">=gnome-base/gconf-1.2.0
	>=gnome-base/libglade-2.0.0
	>=dev-libs/libxml2-2.4.16
	>=gnome-base/gnome-vfs-2.0.0
	>=x11-libs/pango-1.0.3
	>=x11-libs/gtk+-2.0.5
	>=dev-libs/glib-2.0.3
	>=gnome-base/libbonobo-2.0.0
	>=gnome-base/libgnome-2.0.0
	>=gnome-base/libgnomecanvas-2.0.0
	>=gnome-base/libgnomeui-2.0.0
	>=gnome-base/ORBit2-2.4.0
	>=sys-devel/perl-5.0
	>=sys-devel/gdb-5.1
	>=sys-devel/gettext-0.10.40
	>=dev-lang/python-2.2"

DEPEND="${RDEPEND}
	>=dev-util/pkgconfig-0.12.0
        >=dev-util/intltool-0.17"

DOCS="ABOUT* AUTHORS ChangeLog COPY* README* INSTALL NEWS TODO"