Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/harfbuzz: harfbuzz-0.9.23.ebuild ChangeLog
Date: Sun, 01 Dec 2013 19:53:40
Message-Id: 20131201195334.462E02004B@flycatcher.gentoo.org
1 grobian 13/12/01 19:53:34
2
3 Modified: harfbuzz-0.9.23.ebuild ChangeLog
4 Log:
5 Fix compilation some more on Solaris
6
7 (Portage version: 2.2.7-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
8
9 Revision Changes Path
10 1.3 media-libs/harfbuzz/harfbuzz-0.9.23.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild?r1=1.2&r2=1.3
15
16 Index: harfbuzz-0.9.23.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- harfbuzz-0.9.23.ebuild 30 Nov 2013 19:38:07 -0000 1.2
23 +++ harfbuzz-0.9.23.ebuild 1 Dec 2013 19:53:34 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild,v 1.2 2013/11/30 19:38:07 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild,v 1.3 2013/12/01 19:53:34 grobian Exp $
29
30 EAPI=5
31
32 @@ -51,6 +51,9 @@
33 sed -i \
34 -e '/libharfbuzz_la_LINK = /s/\<LINK\>/CXXLINK/' \
35 src/Makefile.in || die
36 + sed -i \
37 + -e 's/\<LINK\>/CXXLINK/' \
38 + test/api/Makefile.in || die
39 fi
40
41 [[ ${PV} == 9999 ]] && eautoreconf
42
43
44
45 1.55 media-libs/harfbuzz/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/ChangeLog?rev=1.55&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/ChangeLog?rev=1.55&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/ChangeLog?r1=1.54&r2=1.55
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v
54 retrieving revision 1.54
55 retrieving revision 1.55
56 diff -u -r1.54 -r1.55
57 --- ChangeLog 30 Nov 2013 19:38:07 -0000 1.54
58 +++ ChangeLog 1 Dec 2013 19:53:34 -0000 1.55
59 @@ -1,6 +1,9 @@
60 # ChangeLog for media-libs/harfbuzz
61 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.54 2013/11/30 19:38:07 pacho Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.55 2013/12/01 19:53:34 grobian Exp $
64 +
65 + 01 Dec 2013; Fabian Groffen <grobian@g.o> harfbuzz-0.9.23.ebuild:
66 + Fix compilation some more on Solaris
67
68 30 Nov 2013; Pacho Ramos <pacho@g.o> harfbuzz-0.9.23.ebuild:
69 amd64 stable, bug #478252