Gentoo Archives: gentoo-commits

From: "Agostino Sarubbo (ago)" <ago@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: Wed, 29 Feb 2012 13:49:55
Message-Id: 20120229134942.AE08C2004B@flycatcher.gentoo.org
1 ago 12/02/29 13:49:42
2
3 Modified: libvpx-1.0.0.ebuild ChangeLog
4 Log:
5 Stable for AMD64, wrt security bug #405955
6
7 (Portage version: 2.1.10.44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 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.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.0.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.0.0.ebuild?r1=1.1&r2=1.2
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.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libvpx-1.0.0.ebuild 29 Feb 2012 11:55:03 -0000 1.1
23 +++ libvpx-1.0.0.ebuild 29 Feb 2012 13:49:42 -0000 1.2
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.1 2012/02/29 11:55:03 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.0.0.ebuild,v 1.2 2012/02/29 13:49:42 ago 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 ~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 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
42 S="${WORKDIR}/${PN}-v${PV}"
43 fi
44
45
46
47
48 1.39 media-libs/libvpx/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.39&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.39&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.38&r2=1.39
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
57 retrieving revision 1.38
58 retrieving revision 1.39
59 diff -u -r1.38 -r1.39
60 --- ChangeLog 29 Feb 2012 11:55:03 -0000 1.38
61 +++ ChangeLog 29 Feb 2012 13:49:42 -0000 1.39
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.38 2012/02/29 11:55:03 aballier Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.39 2012/02/29 13:49:42 ago Exp $
67 +
68 + 29 Feb 2012; Agostino Sarubbo <ago@g.o> libvpx-1.0.0.ebuild:
69 + Stable for AMD64, wrt security bug #405955
70
71 *libvpx-1.0.0 (29 Feb 2012)