Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/cairo: cairo-1.8.0.ebuild
Date: Mon, 06 Oct 2008 13:43:36
Message-Id: E1KmqN4-00051x-9a@stork.gentoo.org
1 cardoe 08/10/06 13:43:34
2
3 Modified: cairo-1.8.0.ebuild
4 Log:
5 drop test from IUSE since it's not used
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
7
8 Revision Changes Path
9 1.4 x11-libs/cairo/cairo-1.8.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/cairo/cairo-1.8.0.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/cairo/cairo-1.8.0.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/cairo/cairo-1.8.0.ebuild?r1=1.3&r2=1.4
14
15 Index: cairo-1.8.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.8.0.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- cairo-1.8.0.ebuild 30 Sep 2008 18:49:43 -0000 1.3
22 +++ cairo-1.8.0.ebuild 6 Oct 2008 13:43:33 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.8.0.ebuild,v 1.3 2008/09/30 18:49:43 cardoe Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.8.0.ebuild,v 1.4 2008/10/06 13:43:33 cardoe Exp $
28
29 inherit eutils flag-o-matic libtool
30
31 @@ -11,7 +11,7 @@
32 LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
33 SLOT="0"
34 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
35 -IUSE="debug directfb doc glitz opengl svg test X xcb"
36 +IUSE="debug directfb doc glitz opengl svg X xcb"
37
38 # Test causes a circular depend on gtk+... since gtk+ needs cairo but test needs gtk+ so we need to block it
39 RESTRICT="test"