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

Collapse All | Expand All

(-)/usr/portage/net-wireless/gnome-bluetooth/gnome-bluetooth-0.6.0.ebuild (-3 / +8 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.2 2005/11/01 14:03:41 brix 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.5.0
28
	=net-wireless/libbtctl-0.6*
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 36-49 Link Here
36
DOCS="README NEWS AUTHORS COPYING ChangeLog"
36
DOCS="README NEWS AUTHORS COPYING ChangeLog"
37
MAKEOPTS="${MAKEOPTS} -j1"
37
MAKEOPTS="${MAKEOPTS} -j1"
38
PYTHON_MODNAME="gnomebt"
38
PYTHON_MODNAME="gnomebt"
39
USE_DESTDIR=1
39
40
40
src_unpack() {
41
src_unpack() {
41
	unpack ${A}
42
	unpack ${A}
42
	cd ${S}
43
	cd ${S}
44
43
	epatch ${FILESDIR}/${PN}-0.5.1-obex_xfer_rate.patch
45
	epatch ${FILESDIR}/${PN}-0.5.1-obex_xfer_rate.patch
46
47
	export WANT_AUTOMAKE="1.5"
44
	libtoolize --force --copy || die
48
	libtoolize --force --copy || die
45
	aclocal || die
49
	aclocal || die
46
	automake || die
50
	automake -a || die
51
	autoconf || die
47
}
52
}
48
53
49
pkg_postinst() {
54
pkg_postinst() {

Return to bug 113497