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-fs/iprutils: ChangeLog iprutils-2.2.3.ebuild iprutils-2.0.15.8.ebuild iprutils-2.2.0.ebuild iprutils-2.2.2.ebuild
Date: Sun, 28 Oct 2007 14:00:22
Message-Id: E1Im8gZ-0005Xm-IB@stork.gentoo.org
1 phreak 07/10/28 14:00:15
2
3 Modified: ChangeLog iprutils-2.2.3.ebuild
4 iprutils-2.0.15.8.ebuild iprutils-2.2.0.ebuild
5 iprutils-2.2.2.ebuild
6 Log:
7 Include virtual/logger in RDEPEND, as the initscript already specifies 'need logger'.
8 (Portage version: 2.1.3.9)
9
10 Revision Changes Path
11 1.20 sys-fs/iprutils/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/iprutils/ChangeLog?rev=1.20&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/iprutils/ChangeLog?rev=1.20&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/iprutils/ChangeLog?r1=1.19&r2=1.20
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/iprutils/ChangeLog,v
20 retrieving revision 1.19
21 retrieving revision 1.20
22 diff -u -r1.19 -r1.20
23 --- ChangeLog 8 May 2007 16:47:28 -0000 1.19
24 +++ ChangeLog 28 Oct 2007 14:00:14 -0000 1.20
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-fs/iprutils
27 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/ChangeLog,v 1.19 2007/05/08 16:47:28 ranger Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/ChangeLog,v 1.20 2007/10/28 14:00:14 phreak Exp $
30 +
31 + 28 Oct 2007; Christian Heim <phreak@g.o> iprutils-2.0.15.8.ebuild,
32 + iprutils-2.2.0.ebuild, iprutils-2.2.2.ebuild, iprutils-2.2.3.ebuild:
33 + Include virtual/logger in RDEPEND, as the initscript already specifies 'need
34 + logger'.
35
36 08 May 2007; Brent Baude <ranger@g.o> iprutils-2.2.0.ebuild,
37 iprutils-2.2.2.ebuild, iprutils-2.2.3.ebuild:
38
39
40
41 1.5 sys-fs/iprutils/iprutils-2.2.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/iprutils/iprutils-2.2.3.ebuild?rev=1.5&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/iprutils/iprutils-2.2.3.ebuild?rev=1.5&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/iprutils/iprutils-2.2.3.ebuild?r1=1.4&r2=1.5
46
47 Index: iprutils-2.2.3.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.2.3.ebuild,v
50 retrieving revision 1.4
51 retrieving revision 1.5
52 diff -u -r1.4 -r1.5
53 --- iprutils-2.2.3.ebuild 8 May 2007 16:47:28 -0000 1.4
54 +++ iprutils-2.2.3.ebuild 28 Oct 2007 14:00:14 -0000 1.5
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2007 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.2.3.ebuild,v 1.4 2007/05/08 16:47:28 ranger Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.2.3.ebuild,v 1.5 2007/10/28 14:00:14 phreak Exp $
60
61 inherit eutils
62
63 @@ -20,6 +20,9 @@
64 >=sys-fs/sysfsutils-1.3.0
65 || ( >=sys-fs/udev-096 sys-apps/hotplug )"
66
67 +RDEPEND="${DEPEND}
68 + virtual/logger"
69 +
70 src_install () {
71 make INSTALL_MOD_PATH="${D}" install || die
72 dodoc ChangeLog LICENSE
73
74
75
76 1.5 sys-fs/iprutils/iprutils-2.0.15.8.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/iprutils/iprutils-2.0.15.8.ebuild?rev=1.5&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/iprutils/iprutils-2.0.15.8.ebuild?rev=1.5&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/iprutils/iprutils-2.0.15.8.ebuild?r1=1.4&r2=1.5
81
82 Index: iprutils-2.0.15.8.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.0.15.8.ebuild,v
85 retrieving revision 1.4
86 retrieving revision 1.5
87 diff -u -r1.4 -r1.5
88 --- iprutils-2.0.15.8.ebuild 28 Apr 2007 22:27:48 -0000 1.4
89 +++ iprutils-2.0.15.8.ebuild 28 Oct 2007 14:00:14 -0000 1.5
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2007 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.0.15.8.ebuild,v 1.4 2007/04/28 22:27:48 swegener Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.0.15.8.ebuild,v 1.5 2007/10/28 14:00:14 phreak Exp $
95
96 inherit eutils
97
98 @@ -20,6 +20,9 @@
99 >=sys-fs/sysfsutils-1.3.0
100 sys-apps/hotplug"
101
102 +RDEPEND="${DEPEND}
103 + virtual/logger"
104 +
105 src_install () {
106 make INSTALL_MOD_PATH=${D} install || die
107 dodoc ChangeLog LICENSE
108
109
110
111 1.5 sys-fs/iprutils/iprutils-2.2.0.ebuild
112
113 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/iprutils/iprutils-2.2.0.ebuild?rev=1.5&view=markup
114 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/iprutils/iprutils-2.2.0.ebuild?rev=1.5&content-type=text/plain
115 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/iprutils/iprutils-2.2.0.ebuild?r1=1.4&r2=1.5
116
117 Index: iprutils-2.2.0.ebuild
118 ===================================================================
119 RCS file: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.2.0.ebuild,v
120 retrieving revision 1.4
121 retrieving revision 1.5
122 diff -u -r1.4 -r1.5
123 --- iprutils-2.2.0.ebuild 8 May 2007 16:47:28 -0000 1.4
124 +++ iprutils-2.2.0.ebuild 28 Oct 2007 14:00:14 -0000 1.5
125 @@ -1,6 +1,6 @@
126 # Copyright 1999-2007 Gentoo Foundation
127 # Distributed under the terms of the GNU General Public License v2
128 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.2.0.ebuild,v 1.4 2007/05/08 16:47:28 ranger Exp $
129 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.2.0.ebuild,v 1.5 2007/10/28 14:00:14 phreak Exp $
130
131 inherit eutils
132
133 @@ -20,6 +20,9 @@
134 >=sys-fs/sysfsutils-1.3.0
135 || ( >=sys-fs/udev-096 sys-apps/hotplug )"
136
137 +RDEPEND="${DEPEND}
138 + virtual/logger"
139 +
140 src_install () {
141 make INSTALL_MOD_PATH="${D}" install || die
142 dodoc ChangeLog LICENSE
143
144
145
146 1.5 sys-fs/iprutils/iprutils-2.2.2.ebuild
147
148 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/iprutils/iprutils-2.2.2.ebuild?rev=1.5&view=markup
149 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/iprutils/iprutils-2.2.2.ebuild?rev=1.5&content-type=text/plain
150 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/iprutils/iprutils-2.2.2.ebuild?r1=1.4&r2=1.5
151
152 Index: iprutils-2.2.2.ebuild
153 ===================================================================
154 RCS file: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.2.2.ebuild,v
155 retrieving revision 1.4
156 retrieving revision 1.5
157 diff -u -r1.4 -r1.5
158 --- iprutils-2.2.2.ebuild 8 May 2007 16:47:28 -0000 1.4
159 +++ iprutils-2.2.2.ebuild 28 Oct 2007 14:00:14 -0000 1.5
160 @@ -1,6 +1,6 @@
161 # Copyright 1999-2007 Gentoo Foundation
162 # Distributed under the terms of the GNU General Public License v2
163 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.2.2.ebuild,v 1.4 2007/05/08 16:47:28 ranger Exp $
164 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.2.2.ebuild,v 1.5 2007/10/28 14:00:14 phreak Exp $
165
166 inherit eutils
167
168 @@ -20,6 +20,9 @@
169 >=sys-fs/sysfsutils-1.3.0
170 || ( >=sys-fs/udev-096 sys-apps/hotplug )"
171
172 +RDEPEND="${DEPEND}
173 + virtual/logger"
174 +
175 src_install () {
176 make INSTALL_MOD_PATH=${D} install || die
177 dodoc ChangeLog LICENSE
178
179
180
181 --
182 gentoo-commits@g.o mailing list