From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SMDqS-0008Uy-A5 for garchives@archives.gentoo.org; Mon, 23 Apr 2012 07:38:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 951B9E0BF9; Mon, 23 Apr 2012 07:37:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 52E71E0BF9 for ; Mon, 23 Apr 2012 07:37:48 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 875521B4115 for ; Mon, 23 Apr 2012 07:37:47 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2166) id 4D5292004C; Mon, 23 Apr 2012 07:37:46 +0000 (UTC) From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/dbus-glib: dbus-glib-0.98.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: dbus-glib-0.98.ebuild ChangeLog X-VCS-Directories: dev-libs/dbus-glib X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: <20120423073746.4D5292004C@flycatcher.gentoo.org> Date: Mon, 23 Apr 2012 07:37:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 857bc18d-d83b-4fd4-914c-fee2f0ef50df X-Archives-Hash: 207d775b59239d054119d9041463ba70 ssuominen 12/04/23 07:37:46 Modified: dbus-glib-0.98.ebuild ChangeLog Log: Fix building of testsuite with dev-libs/glib >=3D 2.31 wrt #413195 by P= atrick Lauer =20 (Portage version: 2.2.0_alpha100/cvs/Linux x86_64) Revision Changes Path 1.9 dev-libs/dbus-glib/dbus-glib-0.98.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib= /dbus-glib-0.98.ebuild?rev=3D1.9&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib= /dbus-glib-0.98.ebuild?rev=3D1.9&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib= /dbus-glib-0.98.ebuild?r1=3D1.8&r2=3D1.9 Index: dbus-glib-0.98.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.98.ebuil= d,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- dbus-glib-0.98.ebuild 12 Apr 2012 18:21:44 -0000 1.8 +++ dbus-glib-0.98.ebuild 23 Apr 2012 07:37:46 -0000 1.9 @@ -1,9 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.98.ebu= ild,v 1.8 2012/04/12 18:21:44 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.98.ebu= ild,v 1.9 2012/04/23 07:37:46 ssuominen Exp $ =20 EAPI=3D4 -inherit bash-completion-r1 +inherit bash-completion-r1 eutils =20 DESCRIPTION=3D"D-Bus bindings for glib" HOMEPAGE=3D"http://dbus.freedesktop.org/" @@ -14,22 +14,26 @@ KEYWORDS=3D"alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 = ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~spa= rc-solaris ~x86-solaris" IUSE=3D"debug doc static-libs test" =20 -RDEPEND=3D">=3Dsys-apps/dbus-1.4.1 +RDEPEND=3D">=3Dsys-apps/dbus-1.4.16 >=3Ddev-libs/glib-2.26 - >=3Ddev-libs/expat-1.95.8" + >=3Ddev-libs/expat-2" DEPEND=3D"${RDEPEND} dev-util/pkgconfig - doc? ( >=3Ddev-util/gtk-doc-1.4 )" + doc? ( dev-util/gtk-doc )" =20 # out of sources build directory BD=3D${WORKDIR}/${P}-build # out of sources build dir for make check TBD=3D${WORKDIR}/${P}-tests-build =20 +src_prepare() { + epatch "${FILESDIR}"/${P}-glib-2.31.patch +} + src_configure() { - local my_conf + local myconf =20 - my_conf=3D"--localstatedir=3D${EPREFIX}/var + myconf=3D"--localstatedir=3D${EPREFIX}/var --enable-bash-completion $(use_enable debug verbose-mode) $(use_enable debug asserts) @@ -40,14 +44,14 @@ mkdir "${BD}" cd "${BD}" einfo "Running configure in ${BD}" - ECONF_SOURCE=3D"${S}" econf ${my_conf} + ECONF_SOURCE=3D"${S}" econf ${myconf} =20 if use test; then mkdir "${TBD}" cd "${TBD}" einfo "Running configure in ${TBD}" ECONF_SOURCE=3D"${S}" econf \ - ${my_conf} \ + ${myconf} \ $(use_enable test checks) \ $(use_enable test tests) \ $(use_enable test asserts) \ 1.100 dev-libs/dbus-glib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib= /ChangeLog?rev=3D1.100&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib= /ChangeLog?rev=3D1.100&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib= /ChangeLog?r1=3D1.99&r2=3D1.100 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/ChangeLog,v retrieving revision 1.99 retrieving revision 1.100 diff -u -r1.99 -r1.100 --- ChangeLog 12 Apr 2012 18:21:44 -0000 1.99 +++ ChangeLog 23 Apr 2012 07:37:46 -0000 1.100 @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/dbus-glib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/ChangeLog,v 1.99 2= 012/04/12 18:21:44 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/ChangeLog,v 1.100 = 2012/04/23 07:37:46 ssuominen Exp $ + + 23 Apr 2012; Samuli Suominen dbus-glib-0.98.ebu= ild, + +files/dbus-glib-0.98-glib-2.31.patch: + Fix building of testsuite with dev-libs/glib >=3D 2.31 wrt #413195 by = Patrick + Lauer =20 12 Apr 2012; Jeremy Olexa dbus-glib-0.98.ebuild: add Gentoo Prefix support, KEYWORDS and path offsets