Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-libs/dbus-qt3-old
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-qt3-old/ChangeLog,v 1.13 2008/03/07 00:27:37 dirtyepic Exp $
07 Mar 2008; Ryan Hill
Keyword ~mips.
25 May 2007; Steve Dibb
Add ~x86-fbsd
09 Feb 2007; Bryan Ăstergaard
dbus-qt3-old-0.70.ebuild:
Stable on Alpha + IA64, bug 162879.
29 Jan 2007; Gustavo Zacarias
dbus-qt3-old-0.70.ebuild:
Stable on sparc wrt #162879
23 Jan 2007; Jeroen Roovers
Stable for HPPA (bug #162879).
22 Jan 2007; Olivier CrĂȘte
Stable on amd64 per bug #162879
21 Jan 2007; Andrej Kacian
Stable on x86, bug #162879.
21 Jan 2007; Markus Rothe
Stable on ppc64; bug #162879
21 Jan 2007; nixnut
Stable on ppc wrt bug 162879
05 Jan 2007; Saleem Abdulrasool
dbus-qt3-old-0.70.ebuild:
add the debug useflag
19 Dec 2006; Doug Goldstein
Set the moc path explicitly since the configure script is grabbing the 4.x
series one sometimes
30 Oct 2006; Steev Klimaszewski
dbus-qt3-old-0.70.ebuild:
Update the dependency to dbus instead of dbus-core
*dbus-qt3-old-0.70 (20 Aug 2006)
20 Aug 2006; Stefan Schweizer
+dbus-qt3-old-0.70.ebuild:
initial import thanks to sourcemage, http://bugs.sourcemage.org/12907
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST dbus-qt3-0.70.tar.bz2 220305 RMD160 8e2e3919ea71d50966000239e435b41ead089b1b SHA1 d87cfd7af62d36cc98f0a01f3d7e66eb677b081a SHA256 d86531f106f8172a635d57ef35b7856cb54885c50f175bd1bff374c0e5a5f5ed
EBUILD dbus-qt3-old-0.70.ebuild 892 RMD160 3c2bc32becad2e4028324a360c02015b13314ad0 SHA1 ce5c8f4f3ebe6d2aada892797df08be245548a57 SHA256 2d3dd15dc0f09f6fc6635cf40f96fe0359f41aa119163485f9dc60f9944f18d7
MISC ChangeLog 1789 RMD160 e5c6d4af3fa0a6764999087cac1102045d9382f2 SHA1 e4b7c94dfcb774ad6ffd09d3607ebcb88a4c7be5 SHA256 9beac037d7f5a2d6f496df318ea84513153f20222a86b588cdfd7d8bb07880e3
MISC metadata.xml 161 RMD160 d38c507b7434a57ff3d4413d484c779e0eb92aad SHA1 773512435e0c8ab1cbaa876ecd64a4867397cce5 SHA256 ea1b4d4c059872920780937311e8f90aa6e6fe8c743fb779a5982e795ed9a9bf
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
iD8DBQFH0Iv/iqiDRvmkBmIRApaQAJ96TMWf44R232D/CcjgKpaa+l9NrACfZ1d9
Ri+NjY6wfi4j2m03nNh3+pg=
=ryKS
-----END PGP SIGNATURE-----
# Copyright 1999-2008 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.14 2008/03/07 00:27:37 dirtyepic Exp $
inherit qt3
DESCRIPTION="D-BUS Qt3 bindings compatible with old application API and new dbus"
HOMEPAGE="http://freedesktop.org/wiki/Software_2fdbus"
SRC_URI="http://www.kolumbus.fi/juuso.alasuutari/${P/-old}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="debug"
RDEPEND=">=sys-apps/dbus-0.91"
DEPEND="${RDEPEND}
=x11-libs/qt-3*"
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"
}