Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/vdpauinfo: ChangeLog vdpauinfo-0.0.6.ebuild
Date: Tue, 02 Feb 2010 03:34:15
Message-Id: E1Nc9Wi-00036d-Vj@stork.gentoo.org
1 cardoe 10/02/02 03:34:08
2
3 Modified: ChangeLog vdpauinfo-0.0.6.ebuild
4 Log:
5 fix missing dDEPEND on pkgconfig as noticed by Nikoli <nikoli@××××××.ru>. Fixes bug #303154
6 (Portage version: 2.1.7.16/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 x11-misc/vdpauinfo/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/vdpauinfo/ChangeLog?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/vdpauinfo/ChangeLog?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/vdpauinfo/ChangeLog?r1=1.1&r2=1.2
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/ChangeLog,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ChangeLog 22 Oct 2009 15:56:19 -0000 1.1
22 +++ ChangeLog 2 Feb 2010 03:34:08 -0000 1.2
23 @@ -1,6 +1,10 @@
24 # ChangeLog for x11-misc/vdpauinfo
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/ChangeLog,v 1.1 2009/10/22 15:56:19 cardoe Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/ChangeLog,v 1.2 2010/02/02 03:34:08 cardoe Exp $
29 +
30 + 02 Feb 2010; Doug Goldstein <cardoe@g.o> vdpauinfo-0.0.6.ebuild:
31 + fix missing dDEPEND on pkgconfig as noticed by Nikoli <nikoli@××××××.ru>.
32 + Fixes bug #303154
33
34 *vdpauinfo-0.0.6 (22 Oct 2009)
35
36
37
38
39 1.2 x11-misc/vdpauinfo/vdpauinfo-0.0.6.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/vdpauinfo/vdpauinfo-0.0.6.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/vdpauinfo/vdpauinfo-0.0.6.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/vdpauinfo/vdpauinfo-0.0.6.ebuild?r1=1.1&r2=1.2
44
45 Index: vdpauinfo-0.0.6.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/vdpauinfo-0.0.6.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- vdpauinfo-0.0.6.ebuild 22 Oct 2009 15:56:19 -0000 1.1
52 +++ vdpauinfo-0.0.6.ebuild 2 Feb 2010 03:34:08 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/vdpauinfo-0.0.6.ebuild,v 1.1 2009/10/22 15:56:19 cardoe Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/vdpauinfo-0.0.6.ebuild,v 1.2 2010/02/02 03:34:08 cardoe Exp $
59
60 EAPI="2"
61
62 @@ -16,6 +16,7 @@
63 RDEPEND="x11-libs/libX11
64 x11-libs/libvdpau"
65 DEPEND="${RDEPEND}
66 + dev-util/pkgconfig
67 x11-proto/xproto"
68
69 src_install() {