From: Stephen Klimaszewski Date: Fri, 17 Nov 2006 23:43:48 +0000 (+0000) Subject: New point release of dbus 1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6f3804f6c55b292fed0ea0a531fcd0b01b81d7e0;p=gentoo.git New point release of dbus 1 Package-Manager: portage-2.1.1-r1 --- diff --git a/sys-apps/dbus/ChangeLog b/sys-apps/dbus/ChangeLog index ae8feb3e0e69..908337faeff8 100644 --- a/sys-apps/dbus/ChangeLog +++ b/sys-apps/dbus/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sys-apps/dbus # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.150 2006/11/17 00:31:43 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.151 2006/11/17 23:43:48 steev Exp $ + +*dbus-1.0.1 (17 Nov 2006) + + 17 Nov 2006; Steev Klimaszewski -dbus-1.0.0.ebuild, + +dbus-1.0.1.ebuild: + New point release of D-Bus. Fixes an issue with dbus_threads_init_default + asserting when called. It also cleans up the uuid documentation and makes + uuid's conform to the spec. 17 Nov 2006; Andrej Kacian dbus-0.62-r1.ebuild: Stable on x86, bug #154522. diff --git a/sys-apps/dbus/dbus-1.0.1.ebuild b/sys-apps/dbus/dbus-1.0.1.ebuild new file mode 100644 index 000000000000..4f4fce93021a --- /dev/null +++ b/sys-apps/dbus/dbus-1.0.1.ebuild @@ -0,0 +1,108 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.0.1.ebuild,v 1.1 2006/11/17 23:43:48 steev Exp $ + +WANT_AUTOCONF=2.5 +inherit eutils multilib debug autotools + +DESCRIPTION="A message bus system, a simple way for applications to talk to each other" +HOMEPAGE="http://dbus.freedesktop.org/" +SRC_URI="http://dbus.freedesktop.org/releases/dbus/${P}.tar.gz" + +SLOT="0" +LICENSE="|| ( GPL-2 AFL-2.1 )" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="doc selinux X" + +RDEPEND="X? ( x11-libs/libXt x11-libs/libX11 ) + selinux? ( sys-libs/libselinux ) + >=dev-libs/expat-1.95.8 + !