Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gettext: gettext-0.18.1.ebuild ChangeLog gettext-0.18.1.1.ebuild
Date: Thu, 01 Jul 2010 15:57:54
Message-Id: 20100701155751.0454E2C621@corvid.gentoo.org
1 flameeyes 10/07/01 15:57:50
2
3 Modified: gettext-0.18.1.ebuild ChangeLog
4 gettext-0.18.1.1.ebuild
5 Log:
6 Disable automagic dependency over libunistring. Closes bug #326477.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-devel/gettext/gettext-0.18.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.18.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.18.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.18.1.ebuild?r1=1.1&r2=1.2
15
16 Index: gettext-0.18.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gettext-0.18.1.ebuild 5 Jun 2010 01:55:49 -0000 1.1
23 +++ gettext-0.18.1.ebuild 1 Jul 2010 15:57:50 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.1.ebuild,v 1.1 2010/06/05 01:55:49 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.1.ebuild,v 1.2 2010/07/01 15:57:50 flameeyes Exp $
29
30 EAPI="2"
31
32 @@ -39,12 +39,16 @@
33 # --without-emacs: Emacs support is now in a separate package
34 # --with-included-glib: glib depends on us so avoid circular deps
35 # --with-included-libcroco: libcroco depends on glib which ... ^^^
36 + #
37 + # --with-included-libunistring will _disable_ libunistring (since
38 + # --it's not bundled), see bug #326477
39 econf \
40 --docdir="/usr/share/doc/${PF}" \
41 --without-emacs \
42 --disable-java \
43 --with-included-glib \
44 --with-included-libcroco \
45 + --with-included-libunistring \
46 $(use_enable acl) \
47 $(use_enable openmp)
48 }
49
50
51
52 1.181 sys-devel/gettext/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/ChangeLog?rev=1.181&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/ChangeLog?rev=1.181&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/ChangeLog?r1=1.180&r2=1.181
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v
61 retrieving revision 1.180
62 retrieving revision 1.181
63 diff -u -r1.180 -r1.181
64 --- ChangeLog 19 Jun 2010 20:47:54 -0000 1.180
65 +++ ChangeLog 1 Jul 2010 15:57:50 -0000 1.181
66 @@ -1,6 +1,10 @@
67 # ChangeLog for sys-devel/gettext
68 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.180 2010/06/19 20:47:54 vapier Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.181 2010/07/01 15:57:50 flameeyes Exp $
71 +
72 + 01 Jul 2010; Diego E. Pettenò <flameeyes@g.o>
73 + gettext-0.18.1.ebuild, gettext-0.18.1.1.ebuild:
74 + Disable automagic dependency over libunistring. Closes bug #326477.
75
76 *gettext-0.18.1.1 (19 Jun 2010)
77
78
79
80
81 1.2 sys-devel/gettext/gettext-0.18.1.1.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1.ebuild?rev=1.2&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1.ebuild?rev=1.2&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1.ebuild?r1=1.1&r2=1.2
86
87 Index: gettext-0.18.1.1.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1.ebuild,v
90 retrieving revision 1.1
91 retrieving revision 1.2
92 diff -u -r1.1 -r1.2
93 --- gettext-0.18.1.1.ebuild 19 Jun 2010 20:47:54 -0000 1.1
94 +++ gettext-0.18.1.1.ebuild 1 Jul 2010 15:57:50 -0000 1.2
95 @@ -1,6 +1,6 @@
96 # Copyright 1999-2010 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1.ebuild,v 1.1 2010/06/19 20:47:54 vapier Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1.ebuild,v 1.2 2010/07/01 15:57:50 flameeyes Exp $
100
101 EAPI="2"
102
103 @@ -39,12 +39,16 @@
104 # --without-emacs: Emacs support is now in a separate package
105 # --with-included-glib: glib depends on us so avoid circular deps
106 # --with-included-libcroco: libcroco depends on glib which ... ^^^
107 + #
108 + # --with-included-libunistring will _disable_ libunistring (since
109 + # --it's not bundled), see bug #326477
110 econf \
111 --docdir="/usr/share/doc/${PF}" \
112 --without-emacs \
113 --disable-java \
114 --with-included-glib \
115 --with-included-libcroco \
116 + --with-included-libunistring \
117 $(use_enable acl) \
118 $(use_enable openmp)
119 }