Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/vdpauinfo: vdpauinfo-0.0.6.ebuild ChangeLog
Date: Wed, 21 Nov 2012 18:30:49
Message-Id: 20121121183038.39C3920C65@flycatcher.gentoo.org
1 scarabeus 12/11/21 18:30:37
2
3 Modified: vdpauinfo-0.0.6.ebuild ChangeLog
4 Log:
5 Stable on amd64 and x86, I need this to test my vdpau stuff on stable.
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
8
9 Revision Changes Path
10 1.4 x11-misc/vdpauinfo/vdpauinfo-0.0.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/vdpauinfo/vdpauinfo-0.0.6.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/vdpauinfo/vdpauinfo-0.0.6.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/vdpauinfo/vdpauinfo-0.0.6.ebuild?r1=1.3&r2=1.4
15
16 Index: vdpauinfo-0.0.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/vdpauinfo-0.0.6.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- vdpauinfo-0.0.6.ebuild 5 May 2012 04:53:45 -0000 1.3
23 +++ vdpauinfo-0.0.6.ebuild 21 Nov 2012 18:30:37 -0000 1.4
24 @@ -1,8 +1,8 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/vdpauinfo-0.0.6.ebuild,v 1.3 2012/05/05 04:53:45 jdhore Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/vdpauinfo-0.0.6.ebuild,v 1.4 2012/11/21 18:30:37 scarabeus Exp $
29
30 -EAPI="2"
31 +EAPI=5
32
33 DESCRIPTION="Displays info about your card's VDPAU support"
34 HOMEPAGE="http://www.freedesktop.org/wiki/Software/VDPAU"
35 @@ -10,7 +10,7 @@
36
37 LICENSE="MIT"
38 SLOT="0"
39 -KEYWORDS="~amd64 ~x86"
40 +KEYWORDS="amd64 x86"
41 IUSE=""
42
43 RDEPEND="x11-libs/libX11
44 @@ -18,7 +18,3 @@
45 DEPEND="${RDEPEND}
46 virtual/pkgconfig
47 x11-proto/xproto"
48 -
49 -src_install() {
50 - emake DESTDIR="${D}" install || die "make install failed"
51 -}
52
53
54
55 1.5 x11-misc/vdpauinfo/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/vdpauinfo/ChangeLog?rev=1.5&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/vdpauinfo/ChangeLog?rev=1.5&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/vdpauinfo/ChangeLog?r1=1.4&r2=1.5
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/ChangeLog,v
64 retrieving revision 1.4
65 retrieving revision 1.5
66 diff -u -r1.4 -r1.5
67 --- ChangeLog 5 May 2012 04:53:45 -0000 1.4
68 +++ ChangeLog 21 Nov 2012 18:30:37 -0000 1.5
69 @@ -1,6 +1,9 @@
70 # ChangeLog for x11-misc/vdpauinfo
71 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/ChangeLog,v 1.4 2012/05/05 04:53:45 jdhore Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/ChangeLog,v 1.5 2012/11/21 18:30:37 scarabeus Exp $
74 +
75 + 21 Nov 2012; Tomáš Chvátal <scarabeus@g.o> vdpauinfo-0.0.6.ebuild:
76 + Stable on amd64 and x86, I need this to test my vdpau stuff on stable.
77
78 05 May 2012; Jeff Horelick <jdhore@g.o> vdpauinfo-0.0.6.ebuild:
79 dev-util/pkgconfig -> virtual/pkgconfig
80 @@ -18,4 +21,3 @@
81 22 Oct 2009; Doug Goldstein <cardoe@g.o> +vdpauinfo-0.0.6.ebuild,
82 +metadata.xml:
83 initial version of VDPAU info gathering application
84 -