Gentoo Archives: gentoo-commits

From: "Christian Heim (phreak)" <phreak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/inputd: ChangeLog inputd-0.1.1.ebuild inputd-0.0.8.ebuild
Date: Sun, 28 Oct 2007 13:58:12
Message-Id: E1Im8eW-0005U4-3W@stork.gentoo.org
1 phreak 07/10/28 13:58:08
2
3 Modified: ChangeLog inputd-0.1.1.ebuild inputd-0.0.8.ebuild
4 Log:
5 Include virtual/logger in RDEPEND, as the initscript already specifies 'need logger'.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.20 sys-apps/inputd/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inputd/ChangeLog?rev=1.20&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inputd/ChangeLog?rev=1.20&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inputd/ChangeLog?r1=1.19&r2=1.20
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/inputd/ChangeLog,v
18 retrieving revision 1.19
19 retrieving revision 1.20
20 diff -u -r1.19 -r1.20
21 --- ChangeLog 17 Oct 2007 21:09:35 -0000 1.19
22 +++ ChangeLog 28 Oct 2007 13:58:07 -0000 1.20
23 @@ -1,6 +1,11 @@
24 # ChangeLog for sys-apps/inputd
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/inputd/ChangeLog,v 1.19 2007/10/17 21:09:35 hansmi Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/inputd/ChangeLog,v 1.20 2007/10/28 13:58:07 phreak Exp $
28 +
29 + 28 Oct 2007; Christian Heim <phreak@g.o> inputd-0.0.8.ebuild,
30 + inputd-0.1.1.ebuild:
31 + Include virtual/logger in RDEPEND, as the initscript already specifies 'need
32 + logger'.
33
34 *inputd-0.1.1 (17 Oct 2007)
35
36
37
38
39 1.2 sys-apps/inputd/inputd-0.1.1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inputd/inputd-0.1.1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inputd/inputd-0.1.1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inputd/inputd-0.1.1.ebuild?r1=1.1&r2=1.2
44
45 Index: inputd-0.1.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-apps/inputd/inputd-0.1.1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- inputd-0.1.1.ebuild 17 Oct 2007 21:09:35 -0000 1.1
52 +++ inputd-0.1.1.ebuild 28 Oct 2007 13:58:07 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/inputd/inputd-0.1.1.ebuild,v 1.1 2007/10/17 21:09:35 hansmi Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/inputd/inputd-0.1.1.ebuild,v 1.2 2007/10/28 13:58:07 phreak Exp $
58
59 inherit eutils
60
61 @@ -16,7 +16,8 @@
62
63 DEPEND=">=dev-libs/glib-2.10
64 >=sys-kernel/linux-headers-2.6.16"
65 -RDEPEND="sys-fs/udev"
66 +RDEPEND="sys-fs/udev
67 + virtual/logger"
68
69 src_install() {
70 emake DESTDIR=${D} install || die 'installation failed.'
71
72
73
74 1.3 sys-apps/inputd/inputd-0.0.8.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inputd/inputd-0.0.8.ebuild?rev=1.3&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inputd/inputd-0.0.8.ebuild?rev=1.3&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/inputd/inputd-0.0.8.ebuild?r1=1.2&r2=1.3
79
80 Index: inputd-0.0.8.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/sys-apps/inputd/inputd-0.0.8.ebuild,v
83 retrieving revision 1.2
84 retrieving revision 1.3
85 diff -u -r1.2 -r1.3
86 --- inputd-0.0.8.ebuild 12 Jul 2007 05:10:21 -0000 1.2
87 +++ inputd-0.0.8.ebuild 28 Oct 2007 13:58:07 -0000 1.3
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2007 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/inputd/inputd-0.0.8.ebuild,v 1.2 2007/07/12 05:10:21 mr_bones_ Exp $
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
94 inherit eutils
95
96 @@ -16,7 +16,8 @@
97
98 DEPEND=">=dev-libs/glib-2.8
99 >=sys-kernel/linux-headers-2.6.16"
100 -RDEPEND="sys-fs/udev"
101 +RDEPEND="sys-fs/udev
102 + virtual/logger"
103
104 src_install() {
105 emake DESTDIR=${D} install || die 'installation failed.'
106
107
108
109 --
110 gentoo-commits@g.o mailing list