diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-07-26 13:22:18 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-07-26 13:22:18 +0000 |
commit | f2705f71139661dcea504b00319e7b6c530602ff (patch) | |
tree | 11da96925384b10e1d647c085cab0e9744120406 /net-wireless/gnome-bluetooth | |
parent | Fixing koutput patch to make udev be properly supported. (Manifest recommit) (diff) | |
download | gentoo-2-f2705f71139661dcea504b00319e7b6c530602ff.tar.gz gentoo-2-f2705f71139661dcea504b00319e7b6c530602ff.tar.bz2 gentoo-2-f2705f71139661dcea504b00319e7b6c530602ff.zip |
fix distutils/python/gnome eclass issues. add gnome-python to dependencies
Diffstat (limited to 'net-wireless/gnome-bluetooth')
-rw-r--r-- | net-wireless/gnome-bluetooth/ChangeLog | 5 | ||||
-rw-r--r-- | net-wireless/gnome-bluetooth/gnome-bluetooth-0.5.1.ebuild | 15 |
2 files changed, 12 insertions, 8 deletions
diff --git a/net-wireless/gnome-bluetooth/ChangeLog b/net-wireless/gnome-bluetooth/ChangeLog index d7607eb804d3..8ca5fe1ebd54 100644 --- a/net-wireless/gnome-bluetooth/ChangeLog +++ b/net-wireless/gnome-bluetooth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-wireless/gnome-bluetooth # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.10 2004/06/28 14:24:45 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.11 2004/07/26 13:22:18 liquidx Exp $ + + 26 Jul 2004; Alastair Tse <liquidx@gentoo.org> gnome-bluetooth-0.5.1.ebuild: + fix distutils/python/gnome eclass issues. add gnome-python to dependencies 28 Jun 2004; Alastair Tse <liquidx@gentoo.org> gnome-bluetooth-0.5.1.ebuild: add missing gob-2 dependency (#55312) diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-0.5.1.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-0.5.1.ebuild index 2709d307eb27..c2e6e0c94627 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-0.5.1.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-0.5.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 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.5.1.ebuild,v 1.2 2004/06/28 14:24:45 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-0.5.1.ebuild,v 1.3 2004/07/26 13:22:18 liquidx Exp $ -inherit python gnome2 eutils +inherit distutils gnome2 eutils DESCRIPTION="Gnome2 Bluetooth integration suite." HOMEPAGE="http://usefulinc.com/software/gnome-bluetooth/" @@ -27,7 +27,8 @@ RDEPEND=">=gnome-base/libgnomeui-2 >=dev-libs/openobex-1 >=net-wireless/bluez-libs-2.7 >=net-wireless/libbtctl-0.4.1 - >=dev-python/pygtk-2.0" + >=dev-python/pygtk-2.0 + >=dev-python/gnome-python-2" DEPEND="${RDEPEND} dev-util/intltool @@ -38,11 +39,11 @@ MAKEOPTS="${MAKEOPTS} -j1" PYTHON_MODNAME="gnomebt" pkg_postinst() { - python_pkg_postinst - gnome_pkg_postinst + distutils_pkg_postinst + gnome2_pkg_postinst } pkg_postrm() { - python_pkg_postrm - gnome_pkg_postrm + distutils_pkg_postrm + gnome2_pkg_postrm }
\ No newline at end of file |