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: glib-2.16.5.ebuild ChangeLog
Date: Sun, 07 Sep 2008 17:03:44
Message-Id: E1KcNfn-0006rb-Tt@stork.gentoo.org
1 eva 08/09/07 17:03:39
2
3 Modified: glib-2.16.5.ebuild ChangeLog
4 Log:
5 drop USE="doc" for 2.16.5 only, bug #232417.
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.24-gentoo-r8 i686)
7
8 Revision Changes Path
9 1.2 dev-libs/glib/glib-2.16.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/glib/glib-2.16.5.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/glib/glib-2.16.5.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/glib/glib-2.16.5.ebuild?r1=1.1&r2=1.2
14
15 Index: glib-2.16.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.16.5.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- glib-2.16.5.ebuild 20 Jul 2008 06:54:35 -0000 1.1
22 +++ glib-2.16.5.ebuild 7 Sep 2008 17:03:39 -0000 1.2
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/dev-libs/glib/glib-2.16.5.ebuild,v 1.1 2008/07/20 06:54:35 leio Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.16.5.ebuild,v 1.2 2008/09/07 17:03:39 eva Exp $
28
29 inherit gnome.org libtool eutils flag-o-matic
30
31 @@ -10,7 +10,7 @@
32 LICENSE="LGPL-2"
33 SLOT="2"
34 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
35 -IUSE="debug doc fam hardened selinux xattr"
36 +IUSE="debug fam hardened selinux xattr"
37
38 RDEPEND="virtual/libc
39 virtual/libiconv
40 @@ -18,12 +18,7 @@
41 fam? ( virtual/fam )"
42 DEPEND="${RDEPEND}
43 >=dev-util/pkgconfig-0.16
44 - >=sys-devel/gettext-0.11
45 - doc? (
46 - >=dev-libs/libxslt-1.0
47 - >=dev-util/gtk-doc-1.8
48 - ~app-text/docbook-xml-dtd-4.1.2
49 - )"
50 + >=sys-devel/gettext-0.11"
51
52 src_unpack() {
53 unpack ${A}
54 @@ -67,8 +62,6 @@
55 # always build static libs, see #153807
56 econf ${myconf} \
57 $(use_enable xattr) \
58 - $(use_enable doc man) \
59 - $(use_enable doc gtk-doc) \
60 $(use_enable fam) \
61 $(use_enable selinux) \
62 --enable-static \
63
64
65
66 1.329 dev-libs/glib/ChangeLog
67
68 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/glib/ChangeLog?rev=1.329&view=markup
69 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/glib/ChangeLog?rev=1.329&content-type=text/plain
70 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/glib/ChangeLog?r1=1.328&r2=1.329
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v
75 retrieving revision 1.328
76 retrieving revision 1.329
77 diff -u -r1.328 -r1.329
78 --- ChangeLog 3 Aug 2008 22:36:31 -0000 1.328
79 +++ ChangeLog 7 Sep 2008 17:03:39 -0000 1.329
80 @@ -1,6 +1,9 @@
81 # ChangeLog for dev-libs/glib
82 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.328 2008/08/03 22:36:31 eva Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.329 2008/09/07 17:03:39 eva Exp $
85 +
86 + 07 Sep 2008; Gilles Dartiguelongue <eva@g.o> glib-2.16.5.ebuild:
87 + drop USE="doc" for 2.16.5 only, bug #232417.
88
89 03 Aug 2008; Gilles Dartiguelongue <eva@g.o>
90 -files/glib-2.8.3-macos.patch, glib-1.2.10-r5.ebuild, -glib-2.8.6.ebuild,