public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-dotnet/libgdiplus: libgdiplus-1.9.ebuild ChangeLog
@ 2008-06-01 11:51 Jurek Bartuszek (jurek)
  0 siblings, 0 replies; only message in thread
From: Jurek Bartuszek (jurek) @ 2008-06-01 11:51 UTC (permalink / raw
  To: gentoo-commits

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 built 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/libgdiplus/libgdiplus-1.9.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-1.9.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-1.9.ebuild?r1=1.2&r2=1.3

Index: libgdiplus-1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-1.9.ebuild,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 $
 
 inherit eutils flag-o-matic toolchain-funcs autotools
 
@@ -30,6 +30,13 @@
 
 RESTRICT="test"
 
+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/libgdiplus/ChangeLog?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog?r1=1.86&r2=1.87

Index: ChangeLog
===================================================================
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.86 2008/06/01 01:47:30 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/ChangeLog,v 1.87 2008/06/01 11:51:35 jurek Exp $
+
+  01 Jun 2008; Jurek Bartuszek <jurek@gentoo.org> libgdiplus-1.9.ebuild:
+  Added check whether x11-libs/cairo has been built with X USE flag enabled
 
   01 Jun 2008; Jurek Bartuszek <jurek@gentoo.org> libgdiplus-1.2.4.ebuild,
   libgdiplus-1.9.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-01 11:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-01 11:51 [gentoo-commits] gentoo-x86 commit in dev-dotnet/libgdiplus: libgdiplus-1.9.ebuild ChangeLog Jurek Bartuszek (jurek)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox