Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libepoxy: libepoxy-9999.ebuild libepoxy-1.2.ebuild ChangeLog
Date: Mon, 26 May 2014 12:08:41
Message-Id: 20140526120837.D3AFE2004E@flycatcher.gentoo.org
1 chithanh 14/05/26 12:08:37
2
3 Modified: libepoxy-9999.ebuild libepoxy-1.2.ebuild ChangeLog
4 Log:
5 Keyword ~arm, bug #510940.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.3 media-libs/libepoxy/libepoxy-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libepoxy/libepoxy-9999.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libepoxy/libepoxy-9999.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libepoxy/libepoxy-9999.ebuild?r1=1.2&r2=1.3
15
16 Index: libepoxy-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libepoxy/libepoxy-9999.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- libepoxy-9999.ebuild 7 Mar 2014 02:42:21 -0000 1.2
23 +++ libepoxy-9999.ebuild 26 May 2014 12:08:37 -0000 1.3
24 @@ -1,6 +1,6 @@
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/libepoxy/libepoxy-9999.ebuild,v 1.2 2014/03/07 02:42:21 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libepoxy/libepoxy-9999.ebuild,v 1.3 2014/05/26 12:08:37 chithanh Exp $
29
30 EAPI=5
31
32 @@ -20,7 +20,7 @@
33 KEYWORDS=""
34 SRC_URI=""
35 else
36 - KEYWORDS="~amd64 ~x86"
37 + KEYWORDS="~amd64 ~arm ~x86"
38 SRC_URI="https://github.com/anholt/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
39 fi
40
41
42
43
44 1.2 media-libs/libepoxy/libepoxy-1.2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libepoxy/libepoxy-1.2.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libepoxy/libepoxy-1.2.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libepoxy/libepoxy-1.2.ebuild?r1=1.1&r2=1.2
49
50 Index: libepoxy-1.2.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-libs/libepoxy/libepoxy-1.2.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- libepoxy-1.2.ebuild 21 May 2014 13:44:06 -0000 1.1
57 +++ libepoxy-1.2.ebuild 26 May 2014 12:08:37 -0000 1.2
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2014 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libepoxy/libepoxy-1.2.ebuild,v 1.1 2014/05/21 13:44:06 chithanh Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libepoxy/libepoxy-1.2.ebuild,v 1.2 2014/05/26 12:08:37 chithanh Exp $
63
64 EAPI=5
65
66 @@ -20,7 +20,7 @@
67 KEYWORDS=""
68 SRC_URI=""
69 else
70 - KEYWORDS="~amd64 ~x86"
71 + KEYWORDS="~amd64 ~arm ~x86"
72 SRC_URI="https://github.com/anholt/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
73 fi
74
75
76
77
78 1.4 media-libs/libepoxy/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libepoxy/ChangeLog?rev=1.4&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libepoxy/ChangeLog?rev=1.4&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libepoxy/ChangeLog?r1=1.3&r2=1.4
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/media-libs/libepoxy/ChangeLog,v
87 retrieving revision 1.3
88 retrieving revision 1.4
89 diff -u -r1.3 -r1.4
90 --- ChangeLog 21 May 2014 13:44:06 -0000 1.3
91 +++ ChangeLog 26 May 2014 12:08:37 -0000 1.4
92 @@ -1,6 +1,10 @@
93 # ChangeLog for media-libs/libepoxy
94 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libepoxy/ChangeLog,v 1.3 2014/05/21 13:44:06 chithanh Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libepoxy/ChangeLog,v 1.4 2014/05/26 12:08:37 chithanh Exp $
97 +
98 + 26 May 2014; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
99 + libepoxy-1.2.ebuild, libepoxy-9999.ebuild:
100 + Keyword ~arm, bug #510940.
101
102 *libepoxy-1.2 (21 May 2014)