Gentoo Archives: gentoo-commits

From: "Jeffrey Gardner (je_fro)" <je_fro@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-ivtv: ChangeLog xf86-video-ivtv-1.0.0.ebuild
Date: Sun, 03 Feb 2008 07:03:40
Message-Id: E1JLYt6-00089W-S3@stork.gentoo.org
1 je_fro 08/02/03 07:03:36
2
3 Modified: ChangeLog xf86-video-ivtv-1.0.0.ebuild
4 Log:
5 Install the all-important README.
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.3 x11-drivers/xf86-video-ivtv/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ivtv/ChangeLog?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ivtv/ChangeLog?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ivtv/ChangeLog?r1=1.2&r2=1.3
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ivtv/ChangeLog,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- ChangeLog 31 Jan 2008 20:08:19 -0000 1.2
22 +++ ChangeLog 3 Feb 2008 07:03:36 -0000 1.3
23 @@ -1,6 +1,10 @@
24 # ChangeLog for x11-drivers/xf86-video-ivtv
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ivtv/ChangeLog,v 1.2 2008/01/31 20:08:19 swegener Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ivtv/ChangeLog,v 1.3 2008/02/03 07:03:36 je_fro Exp $
28 +
29 + 03 Feb 2008; Jeff Gardner <je_fro@g.o>
30 + xf86-video-ivtv-1.0.0.ebuild:
31 + Install README too.
32
33 *xf86-video-ivtv-1.0.0 (31 Jan 2008)
34 *xf86-video-ivtv-0.10.6 (31 Jan 2008)
35
36
37
38 1.2 x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.0.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.0.0.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.0.0.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.0.0.ebuild?r1=1.1&r2=1.2
43
44 Index: xf86-video-ivtv-1.0.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.0.0.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- xf86-video-ivtv-1.0.0.ebuild 31 Jan 2008 06:24:51 -0000 1.1
51 +++ xf86-video-ivtv-1.0.0.ebuild 3 Feb 2008 07:03:36 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.0.0.ebuild,v 1.1 2008/01/31 06:24:51 je_fro Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.0.0.ebuild,v 1.2 2008/02/03 07:03:36 je_fro Exp $
57
58 inherit flag-o-matic x-modular
59 DESCRIPTION="X.Org driver for TV-out on ivtvdev cards"
60 @@ -25,3 +25,9 @@
61 append-flags "-I/usr/src/linux/include"
62 x-modular_src_compile
63 }
64 +
65 +src_install() {
66 +
67 + x-modular_src_install
68 + dodoc README || die "Failed to install doc"
69 +}
70
71
72
73 --
74 gentoo-commits@l.g.o mailing list