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-video/libav: libav-0.8.7.ebuild ChangeLog
Date: Wed, 22 May 2013 15:28:38
Message-Id: 20130522152827.C86D72171D@flycatcher.gentoo.org
1 ago 13/05/22 15:28:27
2
3 Modified: libav-0.8.7.ebuild ChangeLog
4 Log:
5 Move KEYWORDS on another line because of ekeyword's failure
6
7 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
8
9 Revision Changes Path
10 1.3 media-video/libav/libav-0.8.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-0.8.7.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-0.8.7.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-0.8.7.ebuild?r1=1.2&r2=1.3
15
16 Index: libav-0.8.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/libav/libav-0.8.7.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- libav-0.8.7.ebuild 21 May 2013 15:55:58 -0000 1.2
23 +++ libav-0.8.7.ebuild 22 May 2013 15:28:27 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-0.8.7.ebuild,v 1.2 2013/05/21 15:55:58 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-0.8.7.ebuild,v 1.3 2013/05/22 15:28:27 ago Exp $
29
30 EAPI=5
31
32 @@ -26,9 +26,9 @@
33
34 LICENSE="LGPL-2.1 gpl? ( GPL-3 )"
35 SLOT="0/0.8"
36 -[[ ${PV} == *9999 ]] || KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64
37 -~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
38 -~x64-solaris ~x86-solaris"
39 +[[ ${PV} == *9999 ]] || \
40 +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
41 +
42 IUSE="+3dnow +3dnowext aac alsa altivec amr bindist +bzip2 cdio cpudetection
43 custom-cflags debug dirac doc +encode faac truetype frei0r +gpl gsm
44 +hardcoded-tables ieee1394 jack jpeg2k +mmx +mmxext mp3 network openssl
45
46
47
48 1.152 media-video/libav/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?rev=1.152&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?rev=1.152&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?r1=1.151&r2=1.152
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v
57 retrieving revision 1.151
58 retrieving revision 1.152
59 diff -u -r1.151 -r1.152
60 --- ChangeLog 21 May 2013 15:55:58 -0000 1.151
61 +++ ChangeLog 22 May 2013 15:28:27 -0000 1.152
62 @@ -1,6 +1,9 @@
63 # ChangeLog for media-video/libav
64 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.151 2013/05/21 15:55:58 jer Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.152 2013/05/22 15:28:27 ago Exp $
67 +
68 + 22 May 2013; Agostino Sarubbo <ago@g.o> libav-0.8.7.ebuild:
69 + Move KEYWORDS on another line because of ekeyword's failure
70
71 21 May 2013; Jeroen Roovers <jer@g.o> libav-0.8.7.ebuild:
72 Stable for HPPA (bug #470734).