Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@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: Sat, 22 Feb 2014 22:15:56
Message-Id: 20140222221552.BED442004C@flycatcher.gentoo.org
1 pacho 14/02/22 22:15:52
2
3 Modified: harfbuzz-0.9.23.ebuild ChangeLog
4 Log:
5 Fix wrong commit, bug 502160
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.10 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.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild?r1=1.9&r2=1.10
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.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- harfbuzz-0.9.23.ebuild 22 Feb 2014 19:26:36 -0000 1.9
23 +++ harfbuzz-0.9.23.ebuild 22 Feb 2014 22:15:52 -0000 1.10
24 @@ -1,15 +1,13 @@
25 # Copyright 1999-2014 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.9 2014/02/22 19:26:36 tetromino Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild,v 1.10 2014/02/22 22:15:52 pacho Exp $
29
30 EAPI=5
31
32 EGIT_REPO_URI="git://anongit.freedesktop.org/harfbuzz"
33 [[ ${PV} == 9999 ]] && inherit git-2 autotools
34
35 -PYTHON_COMPAT=( python{2_6,2_7} )
36 -
37 -inherit eutils libtool python-any-r1
38 +inherit eutils libtool autotools
39
40 DESCRIPTION="An OpenType text shaping engine"
41 HOMEPAGE="http://www.freedesktop.org/wiki/Software/HarfBuzz"
42 @@ -18,9 +16,9 @@
43 LICENSE="Old-MIT ISC icu"
44 SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416
45 [[ ${PV} == 9999 ]] || \
46 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
47 +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
48 # TODO: +introspection when it's closer to finished and useful (0.9.21 hopefully)
49 -IUSE="+cairo +glib +graphite icu introspection static-libs test +truetype"
50 +IUSE="+cairo +glib +graphite icu introspection static-libs +truetype"
51 REQUIRED_USE="introspection? ( glib )"
52
53 RDEPEND="
54 @@ -34,7 +32,6 @@
55 DEPEND="${RDEPEND}
56 dev-util/gtk-doc-am
57 virtual/pkgconfig
58 - test? ( ${PYTHON_DEPS} )
59 "
60 # eautoreconf requires gobject-introspection-common
61 # ragel needed if regenerating *.hh files from *.rl
62 @@ -43,10 +40,6 @@
63 dev-util/ragel
64 "
65
66 -pkg_setup() {
67 - use test && python-any-r1_pkg_setup
68 -}
69 -
70 src_prepare() {
71 if [[ ${CHOST} == *-darwin* || ${CHOST} == *-solaris* ]] ; then
72 # on Darwin/Solaris we need to link with g++, like automake defaults
73
74
75
76 1.63 media-libs/harfbuzz/ChangeLog
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/ChangeLog?rev=1.63&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/ChangeLog?rev=1.63&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/ChangeLog?r1=1.62&r2=1.63
81
82 Index: ChangeLog
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v
85 retrieving revision 1.62
86 retrieving revision 1.63
87 diff -u -r1.62 -r1.63
88 --- ChangeLog 22 Feb 2014 19:26:36 -0000 1.62
89 +++ ChangeLog 22 Feb 2014 22:15:52 -0000 1.63
90 @@ -1,6 +1,9 @@
91 # ChangeLog for media-libs/harfbuzz
92 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
93 -# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.62 2014/02/22 19:26:36 tetromino Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.63 2014/02/22 22:15:52 pacho Exp $
95 +
96 + 22 Feb 2014; Pacho Ramos <pacho@g.o> harfbuzz-0.9.23.ebuild:
97 + Fix wrong commit, bug 502160
98
99 *harfbuzz-0.9.26 (22 Feb 2014)