1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2009 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/sys-apps/dbus/Attic/dbus-1.3.0.ebuild,v 1.1 2009/08/03 02:13:42 steev Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/Attic/dbus-1.3.0.ebuild,v 1.2 2009/08/05 17:20:57 ssuominen Exp $ |
4 | |
4 | |
5 | inherit eutils multilib flag-o-matic |
5 | inherit autotools eutils multilib flag-o-matic |
6 | |
6 | |
7 | DESCRIPTION="A message bus system, a simple way for applications to talk to each other" |
7 | DESCRIPTION="A message bus system, a simple way for applications to talk to each other" |
8 | HOMEPAGE="http://dbus.freedesktop.org/" |
8 | HOMEPAGE="http://dbus.freedesktop.org/" |
9 | SRC_URI="http://dbus.freedesktop.org/releases/dbus/${P}.tar.gz" |
9 | SRC_URI="http://dbus.freedesktop.org/releases/dbus/${P}.tar.gz" |
10 | |
10 | |
… | |
… | |
28 | cd "${S}" |
28 | cd "${S}" |
29 | |
29 | |
30 | # Tests were restricted because of this |
30 | # Tests were restricted because of this |
31 | sed -e 's/.*bus_dispatch_test.*/printf ("Disabled due to excess noise\\n");/' \ |
31 | sed -e 's/.*bus_dispatch_test.*/printf ("Disabled due to excess noise\\n");/' \ |
32 | -e '/"dispatch"/d' -i "${S}/bus/test-main.c" |
32 | -e '/"dispatch"/d' -i "${S}/bus/test-main.c" |
|
|
33 | epatch "${FILESDIR}"/${P}-asneeded.patch |
|
|
34 | eautoreconf |
33 | } |
35 | } |
34 | |
36 | |
35 | src_compile() { |
37 | src_compile() { |
36 | # so we can get backtraces from apps |
38 | # so we can get backtraces from apps |
37 | append-flags -rdynamic |
39 | append-flags -rdynamic |