Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/xvidtune: xvidtune-1.0.1.ebuild ChangeLog
Date: Fri, 11 Jan 2008 08:32:02
Message-Id: E1JDFJ2-0002h4-1L@stork.gentoo.org
1 dberkholz 08/01/11 08:32:00
2
3 Modified: xvidtune-1.0.1.ebuild ChangeLog
4 Log:
5 (#204659) Missed build-time dep on xf86dgaproto (Patrick Lauer).
6 (Portage version: 2.1.4_rc10)
7
8 Revision Changes Path
9 1.7 x11-apps/xvidtune/xvidtune-1.0.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xvidtune/xvidtune-1.0.1.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xvidtune/xvidtune-1.0.1.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xvidtune/xvidtune-1.0.1.ebuild?r1=1.6&r2=1.7
14
15 Index: xvidtune-1.0.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xvidtune/xvidtune-1.0.1.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- xvidtune-1.0.1.ebuild 10 Oct 2006 23:55:19 -0000 1.6
22 +++ xvidtune-1.0.1.ebuild 11 Jan 2008 08:31:59 -0000 1.7
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvidtune/xvidtune-1.0.1.ebuild,v 1.6 2006/10/10 23:55:19 dberkholz Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvidtune/xvidtune-1.0.1.ebuild,v 1.7 2008/01/11 08:31:59 dberkholz Exp $
29
30 # Must be before x-modular eclass is inherited
31 #SNAPSHOT="yes"
32 @@ -14,7 +14,8 @@
33
34 RDEPEND="x11-libs/libXxf86vm
35 x11-libs/libXaw"
36 -DEPEND="${RDEPEND}"
37 +DEPEND="${RDEPEND}
38 + x11-proto/xf86vidmodeproto"
39
40 CONFIGURE_OPTIONS="$(use_enable xprint)"
41
42
43
44
45 1.15 x11-apps/xvidtune/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xvidtune/ChangeLog?rev=1.15&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xvidtune/ChangeLog?rev=1.15&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xvidtune/ChangeLog?r1=1.14&r2=1.15
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xvidtune/ChangeLog,v
54 retrieving revision 1.14
55 retrieving revision 1.15
56 diff -u -r1.14 -r1.15
57 --- ChangeLog 22 Feb 2007 00:26:52 -0000 1.14
58 +++ ChangeLog 11 Jan 2008 08:31:59 -0000 1.15
59 @@ -1,6 +1,10 @@
60 # ChangeLog for x11-apps/xvidtune
61 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvidtune/ChangeLog,v 1.14 2007/02/22 00:26:52 jokey Exp $
63 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvidtune/ChangeLog,v 1.15 2008/01/11 08:31:59 dberkholz Exp $
65 +
66 + 11 Jan 2008; Donnie Berkholz <dberkholz@g.o>;
67 + xvidtune-1.0.1.ebuild:
68 + (#204659) Missed build-time dep on xf86dgaproto (Patrick Lauer).
69
70 22 Feb 2007; Markus Ullmann <jokey@g.o> ChangeLog:
71 Redigest for Manifest2
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list