Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 108880 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/net-wireless/gnome-bluetooth/gnome-bluetooth-0.6.0.ebuild (-2 / +5 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2005 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-0.6.0.ebuild,v 1.1 2005/10/28 04:53:00 latexer Exp $
3
# $Header: $
4
4
5
inherit distutils gnome2 eutils
5
inherit distutils gnome2 eutils
6
6
Lines 25-31 Link Here
25
	>=dev-util/gob-2
25
	>=dev-util/gob-2
26
	>=dev-libs/openobex-1
26
	>=dev-libs/openobex-1
27
	>=net-wireless/bluez-libs-2.7
27
	>=net-wireless/bluez-libs-2.7
28
	>=net-wireless/libbtctl-0.4.1
28
	>=net-wireless/libbtctl-0.5
29
	>=dev-python/pygtk-2.0
29
	>=dev-python/pygtk-2.0
30
	>=dev-python/gnome-python-2"
30
	>=dev-python/gnome-python-2"
31
31
Lines 40-46 Link Here
40
src_unpack() {
40
src_unpack() {
41
	unpack ${A}
41
	unpack ${A}
42
	cd ${S}
42
	cd ${S}
43
43
	epatch ${FILESDIR}/${PN}-0.5.1-obex_xfer_rate.patch
44
	epatch ${FILESDIR}/${PN}-0.5.1-obex_xfer_rate.patch
45
	epatch ${FILESDIR}/${P}-libdir.patch
46
44
	libtoolize --force --copy || die
47
	libtoolize --force --copy || die
45
	aclocal || die
48
	aclocal || die
46
	automake || die
49
	automake || die

Return to bug 108880