From 88792ccc9da3ae02f4dcc8fcf1847a24d6d81182 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Fri, 5 Jan 2007 18:48:10 +0000 Subject: add debug codepaths (Portage version: 2.1.2_rc4-r5) --- dev-libs/dbus-qt3-old/ChangeLog | 8 ++++++-- dev-libs/dbus-qt3-old/dbus-qt3-old-0.70.ebuild | 11 ++++++----- 2 files changed, 12 insertions(+), 7 deletions(-) (limited to 'dev-libs/dbus-qt3-old') diff --git a/dev-libs/dbus-qt3-old/ChangeLog b/dev-libs/dbus-qt3-old/ChangeLog index da2f65740a03..3e5f16319a57 100644 --- a/dev-libs/dbus-qt3-old/ChangeLog +++ b/dev-libs/dbus-qt3-old/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/dbus-qt3-old -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-qt3-old/ChangeLog,v 1.3 2006/12/19 01:35:36 cardoe Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-qt3-old/ChangeLog,v 1.4 2007/01/05 18:48:10 compnerd Exp $ + + 05 Jan 2007; Saleem Abdulrasool + dbus-qt3-old-0.70.ebuild: + add the debug useflag 19 Dec 2006; Doug Goldstein dbus-qt3-old-0.70.ebuild: Set the moc path explicitly since the configure script is grabbing the 4.x diff --git a/dev-libs/dbus-qt3-old/dbus-qt3-old-0.70.ebuild b/dev-libs/dbus-qt3-old/dbus-qt3-old-0.70.ebuild index cedc55a82857..85347a836c8d 100644 --- a/dev-libs/dbus-qt3-old/dbus-qt3-old-0.70.ebuild +++ b/dev-libs/dbus-qt3-old/dbus-qt3-old-0.70.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.4 2006/12/19 01:35:36 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-qt3-old/dbus-qt3-old-0.70.ebuild,v 1.5 2007/01/05 18:48:10 compnerd Exp $ inherit qt3 @@ -11,16 +11,17 @@ SRC_URI="http://www.kolumbus.fi/juuso.alasuutari/${P/-old}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" +IUSE="debug" RDEPEND=">=sys-apps/dbus-0.91" DEPEND="${RDEPEND} =x11-libs/qt-3*" + S=${WORKDIR}/${P/-old} src_compile() { - econf --with-qt3-moc=${QTDIR}/bin/moc \ - --enable-qt3 \ + econf --enable-qt3 --with-qt3-moc=${QTDIR}/bin/moc \ + $(use_enable debug qt-debug) \ || die "econf failed" emake || die "emake failed" } -- cgit v1.2.3-65-gdbad