diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2007-10-23 22:39:39 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2007-10-23 22:39:39 +0000 |
commit | 40f5f00188f1120a006e3608579701781e0940c0 (patch) | |
tree | 9b87e392821350ec631e6b63214123995b3b96b3 /net-wireless/gnome-bluetooth | |
parent | initial commit of compiz-fusion-plugins-extra (diff) | |
download | gentoo-2-40f5f00188f1120a006e3608579701781e0940c0.tar.gz gentoo-2-40f5f00188f1120a006e3608579701781e0940c0.tar.bz2 gentoo-2-40f5f00188f1120a006e3608579701781e0940c0.zip |
bump to 0.9.1
(Portage version: 2.1.3.15)
Diffstat (limited to 'net-wireless/gnome-bluetooth')
-rw-r--r-- | net-wireless/gnome-bluetooth/ChangeLog | 8 | ||||
-rw-r--r-- | net-wireless/gnome-bluetooth/files/digest-gnome-bluetooth-0.9.1 | 3 | ||||
-rw-r--r-- | net-wireless/gnome-bluetooth/gnome-bluetooth-0.9.1.ebuild | 60 |
3 files changed, 70 insertions, 1 deletions
diff --git a/net-wireless/gnome-bluetooth/ChangeLog b/net-wireless/gnome-bluetooth/ChangeLog index fc62797dafe0..d153665d02f3 100644 --- a/net-wireless/gnome-bluetooth/ChangeLog +++ b/net-wireless/gnome-bluetooth/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-wireless/gnome-bluetooth # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.35 2007/09/27 22:45:41 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.36 2007/10/23 22:39:38 eva Exp $ + +*gnome-bluetooth-0.9.1 (23 Oct 2007) + + 23 Oct 2007; Gilles Dartiguelongue <eva@gentoo.org> + +gnome-bluetooth-0.9.1.ebuild: + bump to 0.9.1 27 Sep 2007; Wulf C. Krueger <philantrop@gentoo.org> +files/gnome-bluetooth-0.8.0-G_DEPRECATED.patch, diff --git a/net-wireless/gnome-bluetooth/files/digest-gnome-bluetooth-0.9.1 b/net-wireless/gnome-bluetooth/files/digest-gnome-bluetooth-0.9.1 new file mode 100644 index 000000000000..bb7be9a89399 --- /dev/null +++ b/net-wireless/gnome-bluetooth/files/digest-gnome-bluetooth-0.9.1 @@ -0,0 +1,3 @@ +MD5 2841562546638f39f93775865c85a6f7 gnome-bluetooth-0.9.1.tar.bz2 559765 +RMD160 173352716dc84740e41cbafae9fd4db8edef5fab gnome-bluetooth-0.9.1.tar.bz2 559765 +SHA256 de8cbc2baf8d145f6e389fe4a101d0b8fc0f66840905204283aec070859a043c gnome-bluetooth-0.9.1.tar.bz2 559765 diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-0.9.1.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-0.9.1.ebuild new file mode 100644 index 000000000000..099c92a24c1f --- /dev/null +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-0.9.1.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2007 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.9.1.ebuild,v 1.1 2007/10/23 22:39:38 eva Exp $ + +inherit distutils gnome2 eutils multilib autotools + +DESCRIPTION="Gnome2 Bluetooth integration suite" +HOMEPAGE="http://live.gnome.org/GnomeBluetooth" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~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 + >=gnome-base/orbit-2 + >=dev-util/gob-2 + >=dev-libs/openobex-1.2 + >=net-wireless/bluez-libs-2.25 + >=net-wireless/libbtctl-0.8.1 + >=dev-python/pygtk-2.6 + >=dev-python/gnome-python-2.6" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.35 + dev-util/pkgconfig" + +DOCS="README NEWS AUTHORS COPYING ChangeLog" +MAKEOPTS="${MAKEOPTS} -j1" +PYTHON_MODNAME="gnomebt" + +src_unpack() { + unpack ${A} + cd "${S}" + + epatch "${FILESDIR}/${P}-G_DEPRECATED.patch" + sed -i -e 's:${libdir:/${platlibdir:' acinclude.m4 + eautoreconf +} + +src_compile() { + platlibdir=$(get_libdir) gnome2_src_compile +} + +pkg_postinst() { + distutils_pkg_postinst + gnome2_pkg_postinst +} + +pkg_postrm() { + distutils_pkg_postrm + gnome2_pkg_postrm +} |