Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-1.1.0.ebuild
Date: Wed, 05 Jun 2013 14:56:02
Message-Id: 20130605145556.144DB2171D@flycatcher.gentoo.org
1 jer 13/06/05 14:55:56
2
3 Modified: ChangeLog libvpx-1.1.0.ebuild
4 Log:
5 Marked ~hppa (bug #414297).
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.77 media-libs/libvpx/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.77&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.77&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.76&r2=1.77
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
19 retrieving revision 1.76
20 retrieving revision 1.77
21 diff -u -r1.76 -r1.77
22 --- ChangeLog 16 Apr 2013 21:03:36 -0000 1.76
23 +++ ChangeLog 5 Jun 2013 14:55:55 -0000 1.77
24 @@ -1,6 +1,9 @@
25 # ChangeLog for media-libs/libvpx
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.76 2013/04/16 21:03:36 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.77 2013/06/05 14:55:55 jer Exp $
29 +
30 + 05 Jun 2013; Jeroen Roovers <jer@g.o> libvpx-1.1.0.ebuild:
31 + Marked ~hppa (bug #414297).
32
33 16 Apr 2013; Agostino Sarubbo <ago@g.o> libvpx-1.1.0.ebuild:
34 Stable for arm, wrt bug #465926
35
36
37
38 1.26 media-libs/libvpx/libvpx-1.1.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?rev=1.26&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?rev=1.26&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?r1=1.25&r2=1.26
43
44 Index: libvpx-1.1.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v
47 retrieving revision 1.25
48 retrieving revision 1.26
49 diff -u -r1.25 -r1.26
50 --- libvpx-1.1.0.ebuild 16 Apr 2013 21:03:36 -0000 1.25
51 +++ libvpx-1.1.0.ebuild 5 Jun 2013 14:55:55 -0000 1.26
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.25 2013/04/16 21:03:36 ago Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.26 2013/06/05 14:55:55 jer Exp $
57
58 EAPI=4
59 inherit multilib toolchain-funcs base flag-o-matic
60 @@ -11,10 +11,10 @@
61 KEYWORDS=""
62 elif [[ ${PV} == *pre* ]]; then
63 SRC_URI="mirror://gentoo/${P}.tar.bz2"
64 - KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
65 + KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
66 else
67 SRC_URI="http://webm.googlecode.com/files/${PN}-v${PV}.tar.bz2"
68 - KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
69 + KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
70 S="${WORKDIR}/${PN}-v${PV}"
71 fi