From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1K2m69-0000Tu-Vv for garchives@archives.gentoo.org; Sun, 01 Jun 2008 11:51:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFD67E00DC; Sun, 1 Jun 2008 11:51:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AA995E00DC for ; Sun, 1 Jun 2008 11:51:40 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 4826966B5A for ; Sun, 1 Jun 2008 11:51:40 +0000 (UTC) Received: from jurek by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1K2m64-0002gO-6R for gentoo-commits@lists.gentoo.org; Sun, 01 Jun 2008 11:51:36 +0000 From: "Jurek Bartuszek (jurek)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jurek@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-dotnet/libgdiplus: libgdiplus-1.9.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libgdiplus-1.9.ebuild ChangeLog X-VCS-Directories: dev-dotnet/libgdiplus X-VCS-Committer: jurek X-VCS-Committer-Name: Jurek Bartuszek Content-Type: text/plain; charset=utf8 Message-Id: Sender: Jurek Bartuszek Date: Sun, 01 Jun 2008 11:51:36 +0000 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: 034b8b4d-0c65-4da8-8f63-7b7b6c3d4e61 X-Archives-Hash: 593cf5ebb026095a3e663a6e6977c6c1 jurek 08/06/01 11:51:36 Modified: libgdiplus-1.9.ebuild ChangeLog Log: dev-dotnet/libgdiplus: Added check whether x11-libs/cairo has been buil= t with X USE flag enabled (Portage version: 2.1.4.4) Revision Changes Path 1.3 dev-dotnet/libgdiplus/libgdiplus-1.9.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdip= lus/libgdiplus-1.9.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdip= lus/libgdiplus-1.9.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdip= lus/libgdiplus-1.9.ebuild?r1=3D1.2&r2=3D1.3 Index: libgdiplus-1.9.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-dotnet/libgdiplus/libgdiplus-1.9.eb= uild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libgdiplus-1.9.ebuild 1 Jun 2008 01:47:30 -0000 1.2 +++ libgdiplus-1.9.ebuild 1 Jun 2008 11:51:35 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-1.9.= ebuild,v 1.2 2008/06/01 01:47:30 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-1.9.= ebuild,v 1.3 2008/06/01 11:51:35 jurek Exp $ =20 inherit eutils flag-o-matic toolchain-funcs autotools =20 @@ -30,6 +30,13 @@ =20 RESTRICT=3D"test" =20 +pkg_setup() { + if ! built_with_use x11-libs/cairo X; then + eerror "you need to compile x11-libs/cairo with X USE flag enabled" + die "missing X USE flag on x11-libs/cairo" + fi +} + src_unpack() { unpack ${A} cd "${S}" 1.87 dev-dotnet/libgdiplus/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdip= lus/ChangeLog?rev=3D1.87&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdip= lus/ChangeLog?rev=3D1.87&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdip= lus/ChangeLog?r1=3D1.86&r2=3D1.87 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-dotnet/libgdiplus/ChangeLog,v retrieving revision 1.86 retrieving revision 1.87 diff -u -r1.86 -r1.87 --- ChangeLog 1 Jun 2008 01:47:30 -0000 1.86 +++ ChangeLog 1 Jun 2008 11:51:35 -0000 1.87 @@ -1,6 +1,9 @@ # ChangeLog for dev-dotnet/libgdiplus # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.8= 6 2008/06/01 01:47:30 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.8= 7 2008/06/01 11:51:35 jurek Exp $ + + 01 Jun 2008; Jurek Bartuszek libgdiplus-1.9.ebuild: + Added check whether x11-libs/cairo has been built with X USE flag enab= led =20 01 Jun 2008; Jurek Bartuszek libgdiplus-1.2.4.ebuil= d, libgdiplus-1.9.ebuild: --=20 gentoo-commits@lists.gentoo.org mailing list