Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: libvpx-1.0.0.ebuild ChangeLog
Date: Thu, 01 Mar 2012 09:21:01
Message-Id: 20120301092048.E73452004B@flycatcher.gentoo.org
1 xarthisius 12/03/01 09:20:48
2
3 Modified: libvpx-1.0.0.ebuild ChangeLog
4 Log:
5 Marked ~ppc/~ppc64 as per Anarchy request, bug #360427 and bug #405955
6
7 (Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 media-libs/libvpx/libvpx-1.0.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.0.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.0.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.0.0.ebuild?r1=1.2&r2=1.3
15
16 Index: libvpx-1.0.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.0.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- libvpx-1.0.0.ebuild 29 Feb 2012 13:49:42 -0000 1.2
23 +++ libvpx-1.0.0.ebuild 1 Mar 2012 09:20:48 -0000 1.3
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-libs/libvpx/libvpx-1.0.0.ebuild,v 1.2 2012/02/29 13:49:42 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.0.0.ebuild,v 1.3 2012/03/01 09:20:48 xarthisius Exp $
29
30 EAPI=4
31 inherit multilib toolchain-funcs
32 @@ -11,10 +11,10 @@
33 KEYWORDS=""
34 elif [[ ${PV} == *pre* ]]; then
35 SRC_URI="mirror://gentoo/${P}.tar.bz2"
36 - KEYWORDS="~alpha amd64 ~arm ~ia64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
37 + KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
38 else
39 SRC_URI="http://webm.googlecode.com/files/${PN}-v${PV}.tar.bz2"
40 - KEYWORDS="~alpha amd64 ~arm ~ia64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
41 + KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
42 S="${WORKDIR}/${PN}-v${PV}"
43 fi
44
45
46
47
48 1.40 media-libs/libvpx/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.40&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.40&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.39&r2=1.40
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
57 retrieving revision 1.39
58 retrieving revision 1.40
59 diff -u -r1.39 -r1.40
60 --- ChangeLog 29 Feb 2012 13:49:42 -0000 1.39
61 +++ ChangeLog 1 Mar 2012 09:20:48 -0000 1.40
62 @@ -1,6 +1,9 @@
63 # ChangeLog for media-libs/libvpx
64 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.39 2012/02/29 13:49:42 ago Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.40 2012/03/01 09:20:48 xarthisius Exp $
67 +
68 + 01 Mar 2012; Kacper Kowalik <xarthisius@g.o> libvpx-1.0.0.ebuild:
69 + Marked ~ppc/~ppc64 as per Anarchy request, bug #360427 and bug #405955
70
71 29 Feb 2012; Agostino Sarubbo <ago@g.o> libvpx-1.0.0.ebuild:
72 Stable for AMD64, wrt security bug #405955