Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/pciutils: ChangeLog pciutils-3.0.2.ebuild
Date: Sun, 19 Oct 2008 11:11:33
Message-Id: E1KrWC1-0002GD-Pu@stork.gentoo.org
1 robbat2 08/10/19 11:11:29
2
3 Modified: ChangeLog pciutils-3.0.2.ebuild
4 Log:
5 Add docs.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-rc1-10246-gca5de40 x86_64)
7
8 Revision Changes Path
9 1.149 sys-apps/pciutils/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/ChangeLog?rev=1.149&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/ChangeLog?rev=1.149&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/ChangeLog?r1=1.148&r2=1.149
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v
18 retrieving revision 1.148
19 retrieving revision 1.149
20 diff -p -w -b -B -u -u -r1.148 -r1.149
21 --- ChangeLog 11 Oct 2008 02:47:47 -0000 1.148
22 +++ ChangeLog 19 Oct 2008 11:11:29 -0000 1.149
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sys-apps/pciutils
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.148 2008/10/11 02:47:47 robbat2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.149 2008/10/19 11:11:29 robbat2 Exp $
28 +
29 + 18 Oct 2008; Robin H. Johnson <robbat2@g.o> pciutils-3.0.2.ebuild:
30 + Bug #242564, docs.
31
32 11 Oct 2008; Robin H. Johnson <robbat2@g.o> files/init.d-pciparm:
33 Cleanup init script more.
34
35
36
37 1.3 sys-apps/pciutils/pciutils-3.0.2.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/pciutils-3.0.2.ebuild?rev=1.3&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/pciutils-3.0.2.ebuild?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/pciutils-3.0.2.ebuild?r1=1.2&r2=1.3
42
43 Index: pciutils-3.0.2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.0.2.ebuild,v
46 retrieving revision 1.2
47 retrieving revision 1.3
48 diff -p -w -b -B -u -u -r1.2 -r1.3
49 --- pciutils-3.0.2.ebuild 7 Oct 2008 11:07:05 -0000 1.2
50 +++ pciutils-3.0.2.ebuild 19 Oct 2008 11:11:29 -0000 1.3
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.0.2.ebuild,v 1.2 2008/10/07 11:07:05 robbat2 Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.0.2.ebuild,v 1.3 2008/10/19 11:11:29 robbat2 Exp $
56
57 inherit eutils flag-o-matic toolchain-funcs multilib
58
59 @@ -48,6 +48,7 @@ src_install() {
60 pemake DESTDIR="${D}" install install-lib || die
61 dosbin pcimodules || die
62 newman pcimodules.man pcimodules.8
63 + dodoc ChangeLog README TODO
64
65 if use network-cron ; then
66 exeinto /etc/cron.monthly