Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-base: ChangeLog gst-plugins-base-0.10.31.ebuild
Date: Mon, 07 Feb 2011 04:51:54
Message-Id: 20110207045144.2B4B120054@flycatcher.gentoo.org
1 leio 11/02/07 04:51:44
2
3 Modified: ChangeLog gst-plugins-base-0.10.31.ebuild
4 Log:
5 QA: Remove unnecessary build dependency
6
7 (Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.152 media-libs/gst-plugins-base/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?rev=1.152&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?rev=1.152&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?r1=1.151&r2=1.152
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v
19 retrieving revision 1.151
20 retrieving revision 1.152
21 diff -u -r1.151 -r1.152
22 --- ChangeLog 12 Jan 2011 17:33:30 -0000 1.151
23 +++ ChangeLog 7 Feb 2011 04:51:44 -0000 1.152
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-libs/gst-plugins-base
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.151 2011/01/12 17:33:30 ford_prefect Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.152 2011/02/07 04:51:44 leio Exp $
29 +
30 + 07 Feb 2011; Mart Raudsepp <leio@g.o>
31 + gst-plugins-base-0.10.31.ebuild:
32 + QA: Remove unnecessary build dependency
33
34 *gst-plugins-base-0.10.31 (12 Jan 2011)
35
36
37
38
39 1.2 media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?r1=1.1&r2=1.2
44
45 Index: gst-plugins-base-0.10.31.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- gst-plugins-base-0.10.31.ebuild 12 Jan 2011 17:33:30 -0000 1.1
52 +++ gst-plugins-base-0.10.31.ebuild 7 Feb 2011 04:51:44 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild,v 1.1 2011/01/12 17:33:30 ford_prefect Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild,v 1.2 2011/02/07 04:51:44 leio Exp $
58
59 EAPI=1
60
61 @@ -24,8 +24,8 @@
62 !<media-libs/gst-plugins-bad-0.10.10"
63 DEPEND="${RDEPEND}
64 nls? ( >=sys-devel/gettext-0.11.5 )
65 - dev-util/pkgconfig
66 - dev-util/gtk-doc-am"
67 + dev-util/pkgconfig"
68 + # Only if running eautoreconf: dev-util/gtk-doc-am
69
70 GST_PLUGINS_BUILD=""