Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/hotplug: ChangeLog hotplug-20040923-r2.ebuild hotplug-20040923-r1.ebuild
Date: Mon, 04 Jun 2012 01:12:53
Message-Id: 20120604011243.CBF2F2004B@flycatcher.gentoo.org
1 ssuominen 12/06/04 01:12:43
2
3 Modified: ChangeLog hotplug-20040923-r2.ebuild
4 hotplug-20040923-r1.ebuild
5 Log:
6 Create empty isapnp.rc file from ebuild instead of shipping it in files/ directory. See, http://qa-reports.gentoo.org/output/find-binary-files.txt
7
8 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.72 sys-apps/hotplug/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hotplug/ChangeLog?rev=1.72&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hotplug/ChangeLog?rev=1.72&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hotplug/ChangeLog?r1=1.71&r2=1.72
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hotplug/ChangeLog,v
20 retrieving revision 1.71
21 retrieving revision 1.72
22 diff -u -r1.71 -r1.72
23 --- ChangeLog 8 Oct 2010 01:53:37 -0000 1.71
24 +++ ChangeLog 4 Jun 2012 01:12:43 -0000 1.72
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sys-apps/hotplug
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/ChangeLog,v 1.71 2010/10/08 01:53:37 leio Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/ChangeLog,v 1.72 2012/06/04 01:12:43 ssuominen Exp $
31 +
32 + 04 Jun 2012; Samuli Suominen <ssuominen@g.o>
33 + hotplug-20040923-r1.ebuild, hotplug-20040923-r2.ebuild,
34 + -files/isapnp.rc.empty:
35 + Create empty isapnp.rc file from ebuild instead of shipping it in files/
36 + directory. See, http://qa-reports.gentoo.org/output/find-binary-files.txt
37
38 08 Oct 2010; Mart Raudsepp <leio@g.o> hotplug-20040923-r1.ebuild,
39 hotplug-20040923-r2.ebuild:
40
41
42
43 1.4 sys-apps/hotplug/hotplug-20040923-r2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hotplug/hotplug-20040923-r2.ebuild?rev=1.4&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hotplug/hotplug-20040923-r2.ebuild?rev=1.4&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hotplug/hotplug-20040923-r2.ebuild?r1=1.3&r2=1.4
48
49 Index: hotplug-20040923-r2.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hotplug/hotplug-20040923-r2.ebuild,v
52 retrieving revision 1.3
53 retrieving revision 1.4
54 diff -u -r1.3 -r1.4
55 --- hotplug-20040923-r2.ebuild 8 Oct 2010 01:53:37 -0000 1.3
56 +++ hotplug-20040923-r2.ebuild 4 Jun 2012 01:12:43 -0000 1.4
57 @@ -1,6 +1,6 @@
58 -# Copyright 1999-2010 Gentoo Foundation
59 +# Copyright 1999-2012 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/hotplug-20040923-r2.ebuild,v 1.3 2010/10/08 01:53:37 leio Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/hotplug-20040923-r2.ebuild,v 1.4 2012/06/04 01:12:43 ssuominen Exp $
63
64 inherit eutils
65
66 @@ -46,7 +46,8 @@
67 exeinto /etc/hotplug
68 doexe *.agent *.rc *.permissions || die
69 # stupid isapnp.rc files...
70 - newexe "${FILESDIR}"/isapnp.rc.empty isapnp.rc
71 + touch "${T}"/isapnp.rc.empty
72 + newexe "${T}"/isapnp.rc.empty isapnp.rc
73
74 dodir /usr/lib/hotplug/firmware
75 dodir /etc/hotplug/usb
76
77
78
79 1.6 sys-apps/hotplug/hotplug-20040923-r1.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hotplug/hotplug-20040923-r1.ebuild?rev=1.6&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hotplug/hotplug-20040923-r1.ebuild?rev=1.6&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hotplug/hotplug-20040923-r1.ebuild?r1=1.5&r2=1.6
84
85 Index: hotplug-20040923-r1.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hotplug/hotplug-20040923-r1.ebuild,v
88 retrieving revision 1.5
89 retrieving revision 1.6
90 diff -u -r1.5 -r1.6
91 --- hotplug-20040923-r1.ebuild 8 Oct 2010 01:53:37 -0000 1.5
92 +++ hotplug-20040923-r1.ebuild 4 Jun 2012 01:12:43 -0000 1.6
93 @@ -1,6 +1,6 @@
94 -# Copyright 1999-2010 Gentoo Foundation
95 +# Copyright 1999-2012 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/hotplug-20040923-r1.ebuild,v 1.5 2010/10/08 01:53:37 leio Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/hotplug-20040923-r1.ebuild,v 1.6 2012/06/04 01:12:43 ssuominen Exp $
99
100 inherit eutils
101
102 @@ -40,7 +40,8 @@
103 exeinto /etc/hotplug
104 doexe *.agent *.rc *.permissions || die
105 # stupid isapnp.rc files...
106 - newexe "${FILESDIR}"/isapnp.rc.empty isapnp.rc
107 + touch "${T}"/isapnp.rc.empty
108 + newexe "${T}"/isapnp.rc.empty isapnp.rc
109
110 dodir /usr/lib/hotplug/firmware
111 dodir /etc/hotplug/usb