Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/cairo: cairo-1.12.12.ebuild cairo-9999.ebuild ChangeLog
Date: Fri, 22 Feb 2013 18:44:26
Message-Id: 20130222184421.BDE772171D@flycatcher.gentoo.org
1 zmedico 13/02/22 18:44:21
2
3 Modified: cairo-1.12.12.ebuild cairo-9999.ebuild ChangeLog
4 Log:
5 Add ~arm-linux keywords.
6
7 (Portage version: 2.2.0_alpha163_p9/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
8
9 Revision Changes Path
10 1.2 x11-libs/cairo/cairo-1.12.12.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.12.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.12.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.12.ebuild?r1=1.1&r2=1.2
15
16 Index: cairo-1.12.12.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.12.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- cairo-1.12.12.ebuild 6 Feb 2013 00:22:32 -0000 1.1
23 +++ cairo-1.12.12.ebuild 22 Feb 2013 18:44:21 -0000 1.2
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/x11-libs/cairo/cairo-1.12.12.ebuild,v 1.1 2013/02/06 00:22:32 mattst88 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.12.ebuild,v 1.2 2013/02/22 18:44:21 zmedico Exp $
29
30 EAPI=5
31
32 @@ -13,7 +13,7 @@
33 KEYWORDS=""
34 else
35 SRC_URI="http://cairographics.org/releases/${P}.tar.xz"
36 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
37 + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
38 fi
39
40 DESCRIPTION="A vector graphics library with cross-device output support"
41
42
43
44 1.27 x11-libs/cairo/cairo-9999.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild?rev=1.27&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild?rev=1.27&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild?r1=1.26&r2=1.27
49
50 Index: cairo-9999.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild,v
53 retrieving revision 1.26
54 retrieving revision 1.27
55 diff -u -r1.26 -r1.27
56 --- cairo-9999.ebuild 23 Jan 2013 17:18:15 -0000 1.26
57 +++ cairo-9999.ebuild 22 Feb 2013 18:44:21 -0000 1.27
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2013 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild,v 1.26 2013/01/23 17:18:15 chithanh Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild,v 1.27 2013/02/22 18:44:21 zmedico Exp $
63
64 EAPI=5
65
66 @@ -13,7 +13,7 @@
67 KEYWORDS=""
68 else
69 SRC_URI="http://cairographics.org/releases/${P}.tar.xz"
70 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
71 + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
72 fi
73
74 DESCRIPTION="A vector graphics library with cross-device output support"
75
76
77
78 1.327 x11-libs/cairo/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?rev=1.327&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?rev=1.327&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?r1=1.326&r2=1.327
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v
87 retrieving revision 1.326
88 retrieving revision 1.327
89 diff -u -r1.326 -r1.327
90 --- ChangeLog 6 Feb 2013 00:22:32 -0000 1.326
91 +++ ChangeLog 22 Feb 2013 18:44:21 -0000 1.327
92 @@ -1,6 +1,10 @@
93 # ChangeLog for x11-libs/cairo
94 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.326 2013/02/06 00:22:32 mattst88 Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.327 2013/02/22 18:44:21 zmedico Exp $
97 +
98 + 22 Feb 2013; Zac Medico <zmedico@g.o> cairo-1.12.12.ebuild,
99 + cairo-9999.ebuild:
100 + Add ~arm-linux keywords.
101
102 *cairo-1.12.12 (06 Feb 2013)