blob: c89ae9f71e25327e3025b36b846d61fba784d822 (
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
42
43
44
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-0.12.0.ebuild,v 1.2 2009/10/24 16:45:28 nixnut Exp $
inherit distutils gnome2
DESCRIPTION="Gnome2 Bluetooth integration suite"
HOMEPAGE="http://live.gnome.org/GnomeBluetooth"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ppc ~sparc ~x86"
IUSE=""
RDEPEND=">=gnome-base/libgnomeui-2
>=x11-libs/gtk+-2.10
>=gnome-base/librsvg-2
>=gnome-base/libglade-2
>=gnome-base/libgnome-2
>=gnome-base/libbonobo-2
>=gnome-base/libbonoboui-2
>=gnome-base/gconf-2.3.3
>=gnome-base/orbit-2
>=net-wireless/libbtctl-0.9
>=dev-python/pygtk-2.6"
DEPEND="${RDEPEND}
>=dev-util/gob-2
>=dev-util/intltool-0.35
dev-util/pkgconfig"
DOCS="README NEWS AUTHORS COPYING ChangeLog"
PYTHON_MODNAME="gnomebt"
pkg_postinst() {
distutils_pkg_postinst
gnome2_pkg_postinst
}
pkg_postrm() {
distutils_pkg_postrm
gnome2_pkg_postrm
}
|