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-tv/v4l-utils: v4l-utils-1.6.2.ebuild ChangeLog
Date: Fri, 26 Jun 2015 14:29:17
Message-Id: 20150626142914.93E35A4D@oystercatcher.gentoo.org
1 ago 15/06/26 14:29:14
2
3 Modified: v4l-utils-1.6.2.ebuild ChangeLog
4 Log:
5 Stable for amd64, wrt bug #552014
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
8
9 Revision Changes Path
10 1.4 media-tv/v4l-utils/v4l-utils-1.6.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/v4l-utils/v4l-utils-1.6.2.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/v4l-utils/v4l-utils-1.6.2.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/v4l-utils/v4l-utils-1.6.2.ebuild?r1=1.3&r2=1.4
15
16 Index: v4l-utils-1.6.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-tv/v4l-utils/v4l-utils-1.6.2.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- v4l-utils-1.6.2.ebuild 3 Dec 2014 08:45:47 -0000 1.3
23 +++ v4l-utils-1.6.2.ebuild 26 Jun 2015 14:29:14 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-utils/v4l-utils-1.6.2.ebuild,v 1.3 2014/12/03 08:45:47 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-utils/v4l-utils-1.6.2.ebuild,v 1.4 2015/06/26 14:29:14 ago Exp $
30
31 EAPI=5
32 inherit eutils udev
33 @@ -11,7 +11,7 @@
34
35 LICENSE="GPL-2+ LGPL-2.1+"
36 SLOT="0"
37 -KEYWORDS="~amd64 ~arm ~ppc ~x86"
38 +KEYWORDS="amd64 ~arm ~ppc ~x86"
39 IUSE="qt4 udev"
40
41 RDEPEND=">=media-libs/libv4l-${PV}
42
43
44
45 1.45 media-tv/v4l-utils/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/v4l-utils/ChangeLog?rev=1.45&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/v4l-utils/ChangeLog?rev=1.45&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/v4l-utils/ChangeLog?r1=1.44&r2=1.45
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-tv/v4l-utils/ChangeLog,v
54 retrieving revision 1.44
55 retrieving revision 1.45
56 diff -u -r1.44 -r1.45
57 --- ChangeLog 3 Dec 2014 08:45:47 -0000 1.44
58 +++ ChangeLog 26 Jun 2015 14:29:14 -0000 1.45
59 @@ -1,6 +1,9 @@
60 # ChangeLog for media-tv/v4l-utils
61 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-utils/ChangeLog,v 1.44 2014/12/03 08:45:47 aballier Exp $
63 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-utils/ChangeLog,v 1.45 2015/06/26 14:29:14 ago Exp $
65 +
66 + 26 Jun 2015; Agostino Sarubbo <ago@g.o> v4l-utils-1.6.2.ebuild:
67 + Stable for amd64, wrt bug #552014
68
69 03 Dec 2014; Alexis Ballier <aballier@g.o> v4l-utils-1.6.2.ebuild:
70 pass --without-jpeg as this only applies to the lib, bug #531458