Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/pciutils: pciutils-3.0.0.ebuild pciutils-3.0.2.ebuild
Date: Mon, 26 Jan 2009 03:28:46
Message-Id: E1LRI9R-000633-HN@stork.gentoo.org
1 vapier 09/01/26 03:28:41
2
3 Modified: pciutils-3.0.0.ebuild pciutils-3.0.2.ebuild
4 Log:
5 Split pcimodules files apart to share across versions.
6
7 Revision Changes Path
8 1.12 sys-apps/pciutils/pciutils-3.0.0.ebuild
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/pciutils-3.0.0.ebuild?rev=1.12&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/pciutils-3.0.0.ebuild?rev=1.12&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/pciutils-3.0.0.ebuild?r1=1.11&r2=1.12
13
14 Index: pciutils-3.0.0.ebuild
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.0.0.ebuild,v
17 retrieving revision 1.11
18 retrieving revision 1.12
19 diff -u -r1.11 -r1.12
20 --- pciutils-3.0.0.ebuild 26 Oct 2008 03:35:36 -0000 1.11
21 +++ pciutils-3.0.0.ebuild 26 Jan 2009 03:28:41 -0000 1.12
22 @@ -1,6 +1,6 @@
23 -# Copyright 1999-2008 Gentoo Foundation
24 +# Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.0.0.ebuild,v 1.11 2008/10/26 03:35:36 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.0.0.ebuild,v 1.12 2009/01/26 03:28:41 vapier Exp $
28
29 inherit eutils flag-o-matic toolchain-funcs multilib
30
31 @@ -22,6 +22,7 @@
32 epatch "${FILESDIR}"/${PN}-3.0.0-resolv.patch #218555
33 epatch "${FILESDIR}"/pcimodules-${PN}-3.0.0.patch
34 epatch "${FILESDIR}"/${PN}-2.2.7-update-pciids-both-forms.patch
35 + cp "${FILESDIR}"/pcimodules.c . || die
36 sed -i -e "/^LIBDIR=/s:/lib:/$(get_libdir):" Makefile
37 }
38
39 @@ -46,7 +47,7 @@
40 src_install() {
41 pemake DESTDIR="${D}" install install-lib || die
42 dosbin pcimodules || die
43 - newman pcimodules.man pcimodules.8
44 + doman "${FILESDIR}"/pcimodules.8
45
46 if use network-cron ; then
47 exeinto /etc/cron.monthly
48
49
50
51 1.4 sys-apps/pciutils/pciutils-3.0.2.ebuild
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/pciutils-3.0.2.ebuild?rev=1.4&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/pciutils-3.0.2.ebuild?rev=1.4&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/pciutils-3.0.2.ebuild?r1=1.3&r2=1.4
56
57 Index: pciutils-3.0.2.ebuild
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.0.2.ebuild,v
60 retrieving revision 1.3
61 retrieving revision 1.4
62 diff -u -r1.3 -r1.4
63 --- pciutils-3.0.2.ebuild 19 Oct 2008 11:11:29 -0000 1.3
64 +++ pciutils-3.0.2.ebuild 26 Jan 2009 03:28:41 -0000 1.4
65 @@ -1,6 +1,6 @@
66 -# Copyright 1999-2008 Gentoo Foundation
67 +# Copyright 1999-2009 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.0.2.ebuild,v 1.3 2008/10/19 11:11:29 robbat2 Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.0.2.ebuild,v 1.4 2009/01/26 03:28:41 vapier Exp $
71
72 inherit eutils flag-o-matic toolchain-funcs multilib
73
74 @@ -19,10 +19,10 @@
75 unpack ${A}
76 cd "${S}"
77 epatch "${FILESDIR}"/${PN}-3.0.0-build.patch #233314
78 - #epatch "${FILESDIR}"/${PN}-3.0.0-resolv.patch #218555 #Merged
79 epatch "${FILESDIR}"/pcimodules-${PN}-3.0.0.patch
80 epatch "${FILESDIR}"/${PN}-2.2.7-update-pciids-both-forms.patch
81 epatch "${FILESDIR}"/${PN}-3.0.0-locale-happiness.patch
82 + cp "${FILESDIR}"/pcimodules.c . || die
83 sed -i -e "/^LIBDIR=/s:/lib:/$(get_libdir):" Makefile
84 }
85
86 @@ -47,7 +47,7 @@
87 src_install() {
88 pemake DESTDIR="${D}" install install-lib || die
89 dosbin pcimodules || die
90 - newman pcimodules.man pcimodules.8
91 + doman pcimodules.8
92 dodoc ChangeLog README TODO
93
94 if use network-cron ; then