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.3.0.ebuild ChangeLog
Date: Sun, 23 Feb 2014 08:54:07
Message-Id: 20140223085404.78C572004C@flycatcher.gentoo.org
1 ago 14/02/23 08:54:04
2
3 Modified: libvpx-1.3.0.ebuild ChangeLog
4 Log:
5 Stable for ppc, wrt bug #501854
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
8
9 Revision Changes Path
10 1.8 media-libs/libvpx/libvpx-1.3.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild?r1=1.7&r2=1.8
15
16 Index: libvpx-1.3.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- libvpx-1.3.0.ebuild 22 Feb 2014 16:20:58 -0000 1.7
23 +++ libvpx-1.3.0.ebuild 23 Feb 2014 08:54:04 -0000 1.8
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/libvpx/libvpx-1.3.0.ebuild,v 1.7 2014/02/22 16:20:58 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild,v 1.8 2014/02/23 08:54:04 ago Exp $
29
30 EAPI=4
31 inherit eutils multilib toolchain-funcs multilib-minimal
32 @@ -12,10 +12,10 @@
33 EGIT_REPO_URI="https://chromium.googlesource.com/webm/${PN}.git"
34 elif [[ ${PV} == *pre* ]]; then
35 SRC_URI="mirror://gentoo/${P}.tar.bz2"
36 - KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
37 + KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 x86 ~amd64-fbsd ~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 hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
41 + KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
42 S="${WORKDIR}/${PN}-v${PV}"
43 fi
44 # generated by: make LIBVPX_TEST_DATA_PATH=libvpx-testdata testdata + tar'ing
45
46
47
48 1.106 media-libs/libvpx/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.106&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.106&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.105&r2=1.106
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
57 retrieving revision 1.105
58 retrieving revision 1.106
59 diff -u -r1.105 -r1.106
60 --- ChangeLog 22 Feb 2014 16:20:58 -0000 1.105
61 +++ ChangeLog 23 Feb 2014 08:54:04 -0000 1.106
62 @@ -1,6 +1,9 @@
63 # ChangeLog for media-libs/libvpx
64 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.105 2014/02/22 16:20:58 jer Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.106 2014/02/23 08:54:04 ago Exp $
67 +
68 + 23 Feb 2014; Agostino Sarubbo <ago@g.o> libvpx-1.3.0.ebuild:
69 + Stable for ppc, wrt bug #501854
70
71 22 Feb 2014; Jeroen Roovers <jer@g.o> libvpx-1.3.0.ebuild:
72 Stable for HPPA (bug #501854).