Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: libvpx-0.9.6.ebuild ChangeLog libvpx-9999.ebuild
Date: Fri, 29 Jul 2011 02:11:59
Message-Id: 20110729021145.EA00420051@flycatcher.gentoo.org
1 zmedico 11/07/29 02:11:45
2
3 Modified: libvpx-0.9.6.ebuild ChangeLog libvpx-9999.ebuild
4 Log:
5 Add ~x86-linux keyword.
6
7 (Portage version: 2.2.0_alpha47_p6/cvs/Linux i686)
8
9 Revision Changes Path
10 1.11 media-libs/libvpx/libvpx-0.9.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild?r1=1.10&r2=1.11
15
16 Index: libvpx-0.9.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- libvpx-0.9.6.ebuild 7 Jul 2011 04:04:09 -0000 1.10
23 +++ libvpx-0.9.6.ebuild 29 Jul 2011 02:11:42 -0000 1.11
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild,v 1.10 2011/07/07 04:04:09 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild,v 1.11 2011/07/29 02:11:42 zmedico Exp $
29
30 EAPI=4
31 inherit eutils multilib toolchain-funcs
32 @@ -11,11 +11,11 @@
33 KEYWORDS=""
34 elif [[ ${PV} == *pre* ]]; then
35 SRC_URI="mirror://gentoo/${P}.tar.bz2"
36 - KEYWORDS="alpha amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux"
37 + KEYWORDS="alpha amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
38 else
39 MY_P="${PN}-v${PV}"
40 SRC_URI="http://webm.googlecode.com/files/${MY_P}.tar.bz2"
41 - KEYWORDS="alpha amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux"
42 + KEYWORDS="alpha amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
43 S="${WORKDIR}/${MY_P}"
44 fi
45
46
47
48
49 1.30 media-libs/libvpx/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.30&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.30&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.29&r2=1.30
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
58 retrieving revision 1.29
59 retrieving revision 1.30
60 diff -u -r1.29 -r1.30
61 --- ChangeLog 7 Jul 2011 04:04:09 -0000 1.29
62 +++ ChangeLog 29 Jul 2011 02:11:42 -0000 1.30
63 @@ -1,6 +1,10 @@
64 # ChangeLog for media-libs/libvpx
65 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.29 2011/07/07 04:04:09 aballier Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.30 2011/07/29 02:11:42 zmedico Exp $
68 +
69 + 29 Jul 2011; Zac Medico <zmedico@g.o> libvpx-0.9.6.ebuild,
70 + libvpx-9999.ebuild:
71 + Add ~x86-linux keyword.
72
73 07 Jul 2011; Alexis Ballier <aballier@g.o> libvpx-0.9.6.ebuild,
74 libvpx-9999.ebuild:
75
76
77
78 1.15 media-libs/libvpx/libvpx-9999.ebuild
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.15&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.15&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?r1=1.14&r2=1.15
83
84 Index: libvpx-9999.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v
87 retrieving revision 1.14
88 retrieving revision 1.15
89 diff -u -r1.14 -r1.15
90 --- libvpx-9999.ebuild 7 Jul 2011 04:04:09 -0000 1.14
91 +++ libvpx-9999.ebuild 29 Jul 2011 02:11:44 -0000 1.15
92 @@ -1,6 +1,6 @@
93 # Copyright 1999-2011 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.14 2011/07/07 04:04:09 aballier Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.15 2011/07/29 02:11:44 zmedico Exp $
97
98 EAPI=4
99 inherit multilib toolchain-funcs
100 @@ -11,10 +11,10 @@
101 KEYWORDS=""
102 elif [[ ${PV} == *pre* ]]; then
103 SRC_URI="mirror://gentoo/${P}.tar.bz2"
104 - KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~amd64-linux"
105 + KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
106 else
107 SRC_URI="http://webm.googlecode.com/files/${PN}-v${PV}.tar.bz2"
108 - KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~amd64-linux"
109 + KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
110 fi
111
112 DESCRIPTION="WebM VP8 Codec SDK"