Gentoo Archives: gentoo-commits

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