Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/glib: ChangeLog glib-2.22.2.ebuild
Date: Mon, 02 Nov 2009 00:12:27
Message-Id: E1N4kX2-0007lW-NZ@stork.gentoo.org
1 eva 09/11/02 00:12:24
2
3 Modified: ChangeLog glib-2.22.2.ebuild
4 Log:
5 Remove virtual/libc again.
6 (Portage version: 2.2_rc46/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.384 dev-libs/glib/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/glib/ChangeLog?rev=1.384&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/glib/ChangeLog?rev=1.384&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/glib/ChangeLog?r1=1.383&r2=1.384
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v
18 retrieving revision 1.383
19 retrieving revision 1.384
20 diff -u -r1.383 -r1.384
21 --- ChangeLog 29 Oct 2009 21:20:48 -0000 1.383
22 +++ ChangeLog 2 Nov 2009 00:12:23 -0000 1.384
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-libs/glib
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.383 2009/10/29 21:20:48 eva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.384 2009/11/02 00:12:23 eva Exp $
28 +
29 + 02 Nov 2009; Gilles Dartiguelongue <eva@g.o> glib-2.22.2.ebuild:
30 + Remove virtual/libc again.
31
32 *glib-2.22.2 (29 Oct 2009)
33
34
35
36
37 1.2 dev-libs/glib/glib-2.22.2.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/glib/glib-2.22.2.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/glib/glib-2.22.2.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/glib/glib-2.22.2.ebuild?r1=1.1&r2=1.2
42
43 Index: glib-2.22.2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.22.2.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- glib-2.22.2.ebuild 29 Oct 2009 21:20:48 -0000 1.1
50 +++ glib-2.22.2.ebuild 2 Nov 2009 00:12:23 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.22.2.ebuild,v 1.1 2009/10/29 21:20:48 eva Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.22.2.ebuild,v 1.2 2009/11/02 00:12:23 eva Exp $
56
57 EAPI="2"
58
59 @@ -14,8 +14,7 @@
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
61 IUSE="debug doc fam hardened selinux xattr"
62
63 -RDEPEND="virtual/libc
64 - virtual/libiconv
65 +RDEPEND="virtual/libiconv
66 xattr? ( sys-apps/attr )
67 fam? ( virtual/fam )"
68 DEPEND="${RDEPEND}
69 @@ -89,6 +88,6 @@
70 unset DBUS_SESSION_BUS_ADDRESS
71 export XDG_CONFIG_DIRS=/etc/xdg
72 export XDG_DATA_DIRS=/usr/local/share:/usr/share
73 - export XDG_DATA_HOME=${T}
74 + export XDG_DATA_HOME="${T}"
75 emake check || die "tests failed"
76 }