Gentoo Archives: gentoo-commits

From: "Rene Nussbaumer (killerfox)" <killerfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/inputd: inputd-0.1.1.ebuild ChangeLog inputd-0.0.8.ebuild
Date: Tue, 30 Oct 2007 07:29:52
Message-Id: E1ImlXn-0003TN-Ec@stork.gentoo.org
1 killerfox 07/10/30 07:29:47
2
3 Modified: inputd-0.1.1.ebuild ChangeLog inputd-0.0.8.ebuild
4 Log:
5 Fixed some warnings about unquoted variables.
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.4 sys-apps/inputd/inputd-0.1.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inputd/inputd-0.1.1.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inputd/inputd-0.1.1.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inputd/inputd-0.1.1.ebuild?r1=1.3&r2=1.4
14
15 Index: inputd-0.1.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/inputd/inputd-0.1.1.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- inputd-0.1.1.ebuild 30 Oct 2007 07:27:18 -0000 1.3
22 +++ inputd-0.1.1.ebuild 30 Oct 2007 07:29:46 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/inputd/inputd-0.1.1.ebuild,v 1.3 2007/10/30 07:27:18 killerfox Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/inputd/inputd-0.1.1.ebuild,v 1.4 2007/10/30 07:29:46 killerfox Exp $
28
29 inherit eutils
30
31 @@ -20,9 +20,9 @@
32 virtual/logger"
33
34 src_install() {
35 - emake DESTDIR=${D} install || die 'installation failed.'
36 + emake DESTDIR="${D}" install || die 'installation failed.'
37
38 - newinitd ${FILESDIR}/inputd.init inputd
39 + newinitd "${FILESDIR}/inputd.init" inputd
40 dodoc README NEWS doc/FAQ
41
42 insinto /etc
43
44
45
46 1.22 sys-apps/inputd/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inputd/ChangeLog?rev=1.22&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inputd/ChangeLog?rev=1.22&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inputd/ChangeLog?r1=1.21&r2=1.22
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sys-apps/inputd/ChangeLog,v
55 retrieving revision 1.21
56 retrieving revision 1.22
57 diff -u -r1.21 -r1.22
58 --- ChangeLog 30 Oct 2007 07:27:18 -0000 1.21
59 +++ ChangeLog 30 Oct 2007 07:29:46 -0000 1.22
60 @@ -1,6 +1,10 @@
61 # ChangeLog for sys-apps/inputd
62 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/inputd/ChangeLog,v 1.21 2007/10/30 07:27:18 killerfox Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/inputd/ChangeLog,v 1.22 2007/10/30 07:29:46 killerfox Exp $
65 +
66 + 30 Oct 2007; René Nussbaumer <killerfox@g.o> inputd-0.0.8.ebuild,
67 + inputd-0.1.1.ebuild:
68 + Fixed some warnings about unquoted variables.
69
70 30 Oct 2007; René Nussbaumer <killerfox@g.o> inputd-0.1.1.ebuild:
71 Adding note about changed paths by an upgrade of udev. Thanks to Nathan Smith.
72
73
74
75 1.4 sys-apps/inputd/inputd-0.0.8.ebuild
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inputd/inputd-0.0.8.ebuild?rev=1.4&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inputd/inputd-0.0.8.ebuild?rev=1.4&content-type=text/plain
79 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inputd/inputd-0.0.8.ebuild?r1=1.3&r2=1.4
80
81 Index: inputd-0.0.8.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/sys-apps/inputd/inputd-0.0.8.ebuild,v
84 retrieving revision 1.3
85 retrieving revision 1.4
86 diff -u -r1.3 -r1.4
87 --- inputd-0.0.8.ebuild 28 Oct 2007 13:58:07 -0000 1.3
88 +++ inputd-0.0.8.ebuild 30 Oct 2007 07:29:46 -0000 1.4
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2007 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/inputd/inputd-0.0.8.ebuild,v 1.3 2007/10/28 13:58:07 phreak Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/inputd/inputd-0.0.8.ebuild,v 1.4 2007/10/30 07:29:46 killerfox Exp $
94
95 inherit eutils
96
97 @@ -20,9 +20,9 @@
98 virtual/logger"
99
100 src_install() {
101 - emake DESTDIR=${D} install || die 'installation failed.'
102 + emake DESTDIR="${D}" install || die 'installation failed.'
103
104 - newinitd ${FILESDIR}/inputd.init inputd
105 + newinitd "${FILESDIR}/inputd.init" inputd
106 dodoc README doc/FAQ NEWS
107
108 insinto /etc
109
110
111
112 --
113 gentoo-commits@g.o mailing list