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: Tue, 07 Oct 2008 11:07:13
Message-Id: E1KnAPC-00081G-2u@stork.gentoo.org
1 robbat2 08/10/07 11:07:06
2
3 Modified: ChangeLog pciutils-3.0.2.ebuild
4 Log:
5 Implement pciparm init.d per bug #173347.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc1-10246-gca5de40 x86_64)
7
8 Revision Changes Path
9 1.146 sys-apps/pciutils/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/ChangeLog?rev=1.146&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/ChangeLog?rev=1.146&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/ChangeLog?r1=1.145&r2=1.146
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v
18 retrieving revision 1.145
19 retrieving revision 1.146
20 diff -p -w -b -B -u -u -r1.145 -r1.146
21 --- ChangeLog 7 Oct 2008 10:13:18 -0000 1.145
22 +++ ChangeLog 7 Oct 2008 11:07:05 -0000 1.146
23 @@ -1,6 +1,10 @@
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.145 2008/10/07 10:13:18 robbat2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.146 2008/10/07 11:07:05 robbat2 Exp $
28 +
29 + 07 Oct 2008; Robin H. Johnson <robbat2@g.o> +files/conf.d-pciparm,
30 + +files/init.d-pciparm, pciutils-3.0.2.ebuild:
31 + Implement pciparm init.d per bug #173347.
32
33 *pciutils-3.0.2 (07 Oct 2008)
34
35
36
37
38 1.2 sys-apps/pciutils/pciutils-3.0.2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/pciutils-3.0.2.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/pciutils-3.0.2.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/pciutils-3.0.2.ebuild?r1=1.1&r2=1.2
43
44 Index: pciutils-3.0.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.0.2.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -p -w -b -B -u -u -r1.1 -r1.2
50 --- pciutils-3.0.2.ebuild 7 Oct 2008 10:13:18 -0000 1.1
51 +++ pciutils-3.0.2.ebuild 7 Oct 2008 11:07:05 -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/sys-apps/pciutils/pciutils-3.0.2.ebuild,v 1.1 2008/10/07 10:13:18 robbat2 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.0.2.ebuild,v 1.2 2008/10/07 11:07:05 robbat2 Exp $
57
58 inherit eutils flag-o-matic toolchain-funcs multilib
59
60 @@ -61,4 +61,7 @@ src_install() {
61 elog "Providing a backwards compatibility non-compressed pci.ids"
62 gzip -d <"${sharedir}"/pci.ids.gz >"${sharedir}"/pci.ids
63 fi
64 +
65 + newinitd "${FILESDIR}"/init.d-pciparm pciparm
66 + newconfd "${FILESDIR}"/conf.d-pciparm pciparm
67 }