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.9.ebuild harfbuzz-9999.ebuild ChangeLog
Date: Fri, 28 Dec 2012 12:28:42
Message-Id: 20121228122827.668FF2171D@flycatcher.gentoo.org
1 grobian 12/12/28 12:28:27
2
3 Modified: harfbuzz-0.9.9.ebuild harfbuzz-9999.ebuild
4 ChangeLog
5 Log:
6 Fixed and keyworded for ~x64-solaris
7
8 (Portage version: 2.2.01.21418-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
9
10 Revision Changes Path
11 1.4 media-libs/harfbuzz/harfbuzz-0.9.9.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.9.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.9.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.9.ebuild?r1=1.3&r2=1.4
16
17 Index: harfbuzz-0.9.9.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.9.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- harfbuzz-0.9.9.ebuild 24 Dec 2012 04:05:25 -0000 1.3
24 +++ harfbuzz-0.9.9.ebuild 28 Dec 2012 12:28:27 -0000 1.4
25 @@ -1,13 +1,13 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.9.ebuild,v 1.3 2012/12/24 04:05:25 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.9.ebuild,v 1.4 2012/12/28 12:28:27 grobian Exp $
30
31 EAPI=5
32
33 EGIT_REPO_URI="git://anongit.freedesktop.org/harfbuzz"
34 [[ ${PV} == 9999 ]] && inherit git-2 autotools
35
36 -inherit eutils
37 +inherit eutils libtool
38
39 DESCRIPTION="An OpenType text shaping engine"
40 HOMEPAGE="http://www.freedesktop.org/wiki/Software/HarfBuzz"
41 @@ -16,7 +16,7 @@
42 LICENSE="MIT"
43 SLOT="0"
44 [[ ${PV} == 9999 ]] || \
45 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
46 +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
47 IUSE="static-libs"
48
49 RDEPEND="
50 @@ -34,6 +34,7 @@
51
52 src_prepare() {
53 [[ ${PV} == 9999 ]] && eautoreconf
54 + elibtoolize # for building a shared library on x64-solaris
55 }
56
57 src_configure() {
58
59
60
61 1.6 media-libs/harfbuzz/harfbuzz-9999.ebuild
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-9999.ebuild?rev=1.6&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-9999.ebuild?rev=1.6&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-9999.ebuild?r1=1.5&r2=1.6
66
67 Index: harfbuzz-9999.ebuild
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-9999.ebuild,v
70 retrieving revision 1.5
71 retrieving revision 1.6
72 diff -u -r1.5 -r1.6
73 --- harfbuzz-9999.ebuild 16 Dec 2012 10:19:03 -0000 1.5
74 +++ harfbuzz-9999.ebuild 28 Dec 2012 12:28:27 -0000 1.6
75 @@ -1,13 +1,13 @@
76 # Copyright 1999-2012 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 -# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-9999.ebuild,v 1.5 2012/12/16 10:19:03 scarabeus Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-9999.ebuild,v 1.6 2012/12/28 12:28:27 grobian Exp $
80
81 EAPI=5
82
83 EGIT_REPO_URI="git://anongit.freedesktop.org/harfbuzz"
84 [[ ${PV} == 9999 ]] && inherit git-2 autotools
85
86 -inherit eutils
87 +inherit eutils libtool
88
89 DESCRIPTION="An OpenType text shaping engine"
90 HOMEPAGE="http://www.freedesktop.org/wiki/Software/HarfBuzz"
91 @@ -34,6 +34,7 @@
92
93 src_prepare() {
94 [[ ${PV} == 9999 ]] && eautoreconf
95 + elibtoolize # for building a shared library on x64-solaris
96 }
97
98 src_configure() {
99
100
101
102 1.17 media-libs/harfbuzz/ChangeLog
103
104 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/ChangeLog?rev=1.17&view=markup
105 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/ChangeLog?rev=1.17&content-type=text/plain
106 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/ChangeLog?r1=1.16&r2=1.17
107
108 Index: ChangeLog
109 ===================================================================
110 RCS file: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v
111 retrieving revision 1.16
112 retrieving revision 1.17
113 diff -u -r1.16 -r1.17
114 --- ChangeLog 24 Dec 2012 04:05:25 -0000 1.16
115 +++ ChangeLog 28 Dec 2012 12:28:27 -0000 1.17
116 @@ -1,6 +1,10 @@
117 # ChangeLog for media-libs/harfbuzz
118 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
119 -# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.16 2012/12/24 04:05:25 jer Exp $
120 +# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.17 2012/12/28 12:28:27 grobian Exp $
121 +
122 + 28 Dec 2012; Fabian Groffen <grobian@g.o> harfbuzz-0.9.9.ebuild,
123 + harfbuzz-9999.ebuild:
124 + Fixed and keyworded for ~x64-solaris
125
126 24 Dec 2012; Jeroen Roovers <jer@g.o> harfbuzz-0.9.9.ebuild:
127 Marked ~hppa (bug #447854).