Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/aravis: aravis-9999.ebuild aravis-0.1.11.ebuild ChangeLog
Date: Tue, 07 Feb 2012 19:45:50
Message-Id: 20120207194538.E2FE12004B@flycatcher.gentoo.org
1 flameeyes 12/02/07 19:45:38
2
3 Modified: aravis-9999.ebuild aravis-0.1.11.ebuild ChangeLog
4 Log:
5 Add missing pkgconfig dependency.
6
7 (Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 media-video/aravis/aravis-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/aravis/aravis-9999.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/aravis/aravis-9999.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/aravis/aravis-9999.ebuild?r1=1.1&r2=1.2
15
16 Index: aravis-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/aravis/aravis-9999.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- aravis-9999.ebuild 7 Feb 2012 19:16:38 -0000 1.1
23 +++ aravis-9999.ebuild 7 Feb 2012 19:45:38 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/aravis/aravis-9999.ebuild,v 1.1 2012/02/07 19:16:38 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/aravis/aravis-9999.ebuild,v 1.2 2012/02/07 19:45:38 flameeyes Exp $
29
30 EAPI=4
31
32 @@ -35,6 +35,7 @@
33 )
34 gstreamer? ( ${GST_DEPEND} )"
35 DEPEND="${RDEPEND}
36 + dev-util/pkgconfig
37 dev-libs/gobject-introspection"
38
39 if [[ -z ${EGIT_COMMIT} ]]; then
40
41
42
43 1.2 media-video/aravis/aravis-0.1.11.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/aravis/aravis-0.1.11.ebuild?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/aravis/aravis-0.1.11.ebuild?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/aravis/aravis-0.1.11.ebuild?r1=1.1&r2=1.2
48
49 Index: aravis-0.1.11.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-video/aravis/aravis-0.1.11.ebuild,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- aravis-0.1.11.ebuild 7 Feb 2012 19:16:38 -0000 1.1
56 +++ aravis-0.1.11.ebuild 7 Feb 2012 19:45:38 -0000 1.2
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2012 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-video/aravis/aravis-0.1.11.ebuild,v 1.1 2012/02/07 19:16:38 flameeyes Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-video/aravis/aravis-0.1.11.ebuild,v 1.2 2012/02/07 19:45:38 flameeyes Exp $
62
63 EAPI=4
64
65 @@ -35,6 +35,7 @@
66 )
67 gstreamer? ( ${GST_DEPEND} )"
68 DEPEND="${RDEPEND}
69 + dev-util/pkgconfig
70 dev-libs/gobject-introspection"
71
72 if [[ -z ${EGIT_COMMIT} ]]; then
73
74
75
76 1.2 media-video/aravis/ChangeLog
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/aravis/ChangeLog?rev=1.2&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/aravis/ChangeLog?rev=1.2&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/aravis/ChangeLog?r1=1.1&r2=1.2
81
82 Index: ChangeLog
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/media-video/aravis/ChangeLog,v
85 retrieving revision 1.1
86 retrieving revision 1.2
87 diff -u -r1.1 -r1.2
88 --- ChangeLog 7 Feb 2012 19:16:38 -0000 1.1
89 +++ ChangeLog 7 Feb 2012 19:45:38 -0000 1.2
90 @@ -1,6 +1,10 @@
91 # ChangeLog for media-video/aravis
92 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
93 -# $Header: /var/cvsroot/gentoo-x86/media-video/aravis/ChangeLog,v 1.1 2012/02/07 19:16:38 flameeyes Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/media-video/aravis/ChangeLog,v 1.2 2012/02/07 19:45:38 flameeyes Exp $
95 +
96 + 07 Feb 2012; Diego E. Pettenò <flameeyes@g.o> aravis-0.1.11.ebuild,
97 + aravis-9999.ebuild:
98 + Add missing pkgconfig dependency.
99
100 *aravis-9999 (07 Feb 2012)
101 *aravis-0.1.11 (07 Feb 2012)