# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-qt3-old/dbus-qt3-old-0.70.ebuild,v 1.15 2008/08/18 18:50:28 rbu Exp $ EAPI=2 inherit qt3 DESCRIPTION="D-BUS Qt3 bindings compatible with old application API and new dbus" HOMEPAGE="http://freedesktop.org/wiki/Software/dbus" SRC_URI="http://www.kolumbus.fi/juuso.alasuutari/${P/-old}.tar.bz2" LICENSE="GPL-2" SLOT="0.70" KEYWORDS="~alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="debug" RDEPEND=">=sys-apps/dbus-0.91" DEPEND="${RDEPEND} =dev-qt/qt-meta-3*" RDEPEND="${RDEPEND} !dev-libs/dbus-qt3-old:0" S=${WORKDIR}/${P/-old} src_compile() { econf --enable-qt3 --with-qt3-moc=${QTDIR}/bin/moc \ $(use_enable debug qt-debug) \ || die "econf failed" emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "emake install failed" }