Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libcroco: libcroco-0.6.2.ebuild libcroco-0.6.1.ebuild
Date: Thu, 07 Oct 2010 23:03:07
Message-Id: 20101007222258.198A920051@flycatcher.gentoo.org
1 ssuominen 10/10/07 22:22:58
2
3 Modified: libcroco-0.6.2.ebuild
4 Removed: libcroco-0.6.1.ebuild
5 Log:
6 old
7
8 (Portage version: 2.2_rc90/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.11 dev-libs/libcroco/libcroco-0.6.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcroco/libcroco-0.6.2.ebuild?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcroco/libcroco-0.6.2.ebuild?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcroco/libcroco-0.6.2.ebuild?r1=1.10&r2=1.11
16
17 Index: libcroco-0.6.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libcroco/libcroco-0.6.2.ebuild,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- libcroco-0.6.2.ebuild 20 Jul 2010 04:37:02 -0000 1.10
24 +++ libcroco-0.6.2.ebuild 7 Oct 2010 22:22:57 -0000 1.11
25 @@ -1,7 +1,8 @@
26 # Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcroco/libcroco-0.6.2.ebuild,v 1.10 2010/07/20 04:37:02 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcroco/libcroco-0.6.2.ebuild,v 1.11 2010/10/07 22:22:57 ssuominen Exp $
30
31 +EAPI=2
32 inherit gnome2
33
34 DESCRIPTION="Generic Cascading Style Sheet (CSS) parsing and manipulation toolkit"
35 @@ -12,12 +13,13 @@
36 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
37 IUSE="doc"
38
39 -RDEPEND=">=dev-libs/glib-2
40 +RDEPEND="dev-libs/glib:2
41 >=dev-libs/libxml2-2.4.23"
42 DEPEND="${RDEPEND}
43 dev-util/pkgconfig
44 doc? ( >=dev-util/gtk-doc-1 )"
45
46 -DOCS="AUTHORS ChangeLog HACKING NEWS README TODO"
47 -
48 -G2CONF="${G2CONF} --disable-static"
49 +pkg_setup() {
50 + G2CONF="${G2CONF} --disable-static"
51 + DOCS="AUTHORS ChangeLog HACKING NEWS README TODO"
52 +}