Gentoo Archives: gentoo-commits

From: "Javier Villavicencio (the_paya)" <the_paya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gettext: gettext-0.17.ebuild ChangeLog
Date: Wed, 02 Jul 2008 20:39:19
Message-Id: E1KE96g-0007J8-Cc@stork.gentoo.org
1 the_paya 08/07/02 20:39:14
2
3 Modified: gettext-0.17.ebuild ChangeLog
4 Log:
5 Fix for bug 204746, acl depend for non-linux.
6 (Portage version: 2.2_rc1/cvs/FreeBSD 7.0-RELEASE i386)
7
8 Revision Changes Path
9 1.12 sys-devel/gettext/gettext-0.17.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/gettext-0.17.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/gettext-0.17.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/gettext-0.17.ebuild?r1=1.11&r2=1.12
14
15 Index: gettext-0.17.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.17.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- gettext-0.17.ebuild 14 Jan 2008 04:44:45 -0000 1.11
22 +++ gettext-0.17.ebuild 2 Jul 2008 20:39:13 -0000 1.12
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/sys-devel/gettext/gettext-0.17.ebuild,v 1.11 2008/01/14 04:44:45 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.17.ebuild,v 1.12 2008/07/02 20:39:13 the_paya Exp $
28
29 inherit flag-o-matic eutils multilib toolchain-funcs mono libtool
30
31 @@ -17,7 +17,7 @@
32 dev-libs/libxml2
33 sys-libs/ncurses
34 dev-libs/expat
35 - acl? ( sys-apps/acl )"
36 + acl? ( kernel_linux? ( sys-apps/acl ) )"
37 PDEPEND="emacs? ( app-emacs/po-mode )"
38
39 src_unpack() {
40
41
42
43 1.164 sys-devel/gettext/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/ChangeLog?rev=1.164&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/ChangeLog?rev=1.164&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gettext/ChangeLog?r1=1.163&r2=1.164
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v
52 retrieving revision 1.163
53 retrieving revision 1.164
54 diff -u -r1.163 -r1.164
55 --- ChangeLog 14 Jan 2008 04:44:45 -0000 1.163
56 +++ ChangeLog 2 Jul 2008 20:39:13 -0000 1.164
57 @@ -1,6 +1,10 @@
58 # ChangeLog for sys-devel/gettext
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.163 2008/01/14 04:44:45 vapier Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.164 2008/07/02 20:39:13 the_paya Exp $
62 +
63 + 02 Jul 2008; Javier Villavicencio <the_paya@g.o>
64 + gettext-0.17.ebuild:
65 + Fix acl dependency, fixes bug #204746.
66
67 14 Jan 2008; Mike Frysinger <vapier@g.o> gettext-0.17.ebuild:
68 Flip back to internal libcroco to avoid glib/gettext circular deps #204851
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list