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-gfx/graphite2: graphite2-1.2.0.ebuild ChangeLog
Date: Fri, 28 Dec 2012 11:37:55
Message-Id: 20121228113740.B2B642171E@flycatcher.gentoo.org
1 grobian 12/12/28 11:37:40
2
3 Modified: graphite2-1.2.0.ebuild ChangeLog
4 Log:
5 Fixed and keyworded for ~x64-solaris
6
7 (Portage version: 2.2.01.21418-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
8
9 Revision Changes Path
10 1.6 media-gfx/graphite2/graphite2-1.2.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild?r1=1.5&r2=1.6
15
16 Index: graphite2-1.2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- graphite2-1.2.0.ebuild 24 Dec 2012 04:04:53 -0000 1.5
23 +++ graphite2-1.2.0.ebuild 28 Dec 2012 11:37:40 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild,v 1.5 2012/12/24 04:04:53 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.0.ebuild,v 1.6 2012/12/28 11:37:40 grobian Exp $
29
30 EAPI=4
31
32 @@ -14,7 +14,7 @@
33
34 LICENSE="LGPL-2.1"
35 SLOT="0"
36 -KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
37 +KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris"
38 IUSE="perl test"
39
40 RDEPEND="
41 @@ -33,6 +33,7 @@
42 "${FILESDIR}/${PN}-1.1.0-includes-libs-perl.patch"
43 "${FILESDIR}/${PN}-1.0.2-no_harfbuzz_tests.patch"
44 "${FILESDIR}/${PN}-1.0.3-no-test-binaries.patch"
45 + "${FILESDIR}/${PN}-1.2.0-solaris.patch"
46 )
47
48 pkg_setup() {
49
50
51
52 1.39 media-gfx/graphite2/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.39&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?rev=1.39&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphite2/ChangeLog?r1=1.38&r2=1.39
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v
61 retrieving revision 1.38
62 retrieving revision 1.39
63 diff -u -r1.38 -r1.39
64 --- ChangeLog 24 Dec 2012 04:04:53 -0000 1.38
65 +++ ChangeLog 28 Dec 2012 11:37:40 -0000 1.39
66 @@ -1,6 +1,10 @@
67 # ChangeLog for media-gfx/graphite2
68 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.38 2012/12/24 04:04:53 jer Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/ChangeLog,v 1.39 2012/12/28 11:37:40 grobian Exp $
71 +
72 + 28 Dec 2012; Fabian Groffen <grobian@g.o>
73 + +files/graphite2-1.2.0-solaris.patch, graphite2-1.2.0.ebuild:
74 + Fixed and keyworded for ~x64-solaris
75
76 24 Dec 2012; Jeroen Roovers <jer@g.o> graphite2-1.2.0.ebuild:
77 Marked ~hppa (bug #447854).