Gentoo Archives: gentoo-commits

From: "Christian Heim (phreak)" <phreak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/bozohttpd: bozohttpd-20040823.ebuild ChangeLog bozohttpd-20050410.ebuild bozohttpd-20060517.ebuild
Date: Sun, 28 Oct 2007 14:09:46
Message-Id: E1Im8ph-0005pE-34@stork.gentoo.org
1 phreak 07/10/28 14:09:41
2
3 Modified: bozohttpd-20040823.ebuild ChangeLog
4 bozohttpd-20050410.ebuild bozohttpd-20060517.ebuild
5 Log:
6 Include virtual/logger in RDEPEND, as the initscript already specifies 'need logger'.
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.5 www-servers/bozohttpd/bozohttpd-20040823.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/bozohttpd/bozohttpd-20040823.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/bozohttpd/bozohttpd-20040823.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/bozohttpd/bozohttpd-20040823.ebuild?r1=1.4&r2=1.5
15
16 Index: bozohttpd-20040823.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-servers/bozohttpd/bozohttpd-20040823.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- bozohttpd-20040823.ebuild 24 Apr 2007 13:44:05 -0000 1.4
23 +++ bozohttpd-20040823.ebuild 28 Oct 2007 14:09:40 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-servers/bozohttpd/bozohttpd-20040823.ebuild,v 1.4 2007/04/24 13:44:05 bangert Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-servers/bozohttpd/bozohttpd-20040823.ebuild,v 1.5 2007/10/28 14:09:40 phreak Exp $
29
30 inherit eutils
31
32 @@ -12,6 +12,8 @@
33 SLOT="0"
34 IUSE=""
35 DEPEND=">=dev-libs/openssl-0.9.7d-r1"
36 +RDEPEND="${DEPEND}
37 + virtual/logger"
38
39 src_unpack()
40 {
41
42
43
44 1.10 www-servers/bozohttpd/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/bozohttpd/ChangeLog?rev=1.10&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/bozohttpd/ChangeLog?rev=1.10&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/bozohttpd/ChangeLog?r1=1.9&r2=1.10
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/www-servers/bozohttpd/ChangeLog,v
53 retrieving revision 1.9
54 retrieving revision 1.10
55 diff -u -r1.9 -r1.10
56 --- ChangeLog 28 Apr 2007 21:46:30 -0000 1.9
57 +++ ChangeLog 28 Oct 2007 14:09:40 -0000 1.10
58 @@ -1,6 +1,11 @@
59 # ChangeLog for www-servers/bozohttpd
60 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/www-servers/bozohttpd/ChangeLog,v 1.9 2007/04/28 21:46:30 tove Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/www-servers/bozohttpd/ChangeLog,v 1.10 2007/10/28 14:09:40 phreak Exp $
63 +
64 + 28 Oct 2007; Christian Heim <phreak@g.o> bozohttpd-20040823.ebuild,
65 + bozohttpd-20050410.ebuild, bozohttpd-20060517.ebuild:
66 + Include virtual/logger in RDEPEND, as the initscript already specifies 'need
67 + logger'.
68
69 28 Apr 2007; Torsten Veller <tove@g.o> bozohttpd-20060517.ebuild:
70 Fix *initd, *confd and *envd calls (#173884, #174266)
71
72
73
74 1.4 www-servers/bozohttpd/bozohttpd-20050410.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/bozohttpd/bozohttpd-20050410.ebuild?rev=1.4&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/bozohttpd/bozohttpd-20050410.ebuild?rev=1.4&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/bozohttpd/bozohttpd-20050410.ebuild?r1=1.3&r2=1.4
79
80 Index: bozohttpd-20050410.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/www-servers/bozohttpd/bozohttpd-20050410.ebuild,v
83 retrieving revision 1.3
84 retrieving revision 1.4
85 diff -u -r1.3 -r1.4
86 --- bozohttpd-20050410.ebuild 24 Apr 2007 13:44:05 -0000 1.3
87 +++ bozohttpd-20050410.ebuild 28 Oct 2007 14:09:40 -0000 1.4
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/www-servers/bozohttpd/bozohttpd-20050410.ebuild,v 1.3 2007/04/24 13:44:05 bangert Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/www-servers/bozohttpd/bozohttpd-20050410.ebuild,v 1.4 2007/10/28 14:09:40 phreak Exp $
93
94 inherit eutils
95
96 @@ -12,6 +12,8 @@
97 SLOT="0"
98 IUSE=""
99 DEPEND=">=dev-libs/openssl-0.9.7d-r1"
100 +RDEPEND="${DEPEND}
101 + virtual/logger"
102
103 src_unpack()
104 {
105
106
107
108 1.3 www-servers/bozohttpd/bozohttpd-20060517.ebuild
109
110 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/bozohttpd/bozohttpd-20060517.ebuild?rev=1.3&view=markup
111 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/bozohttpd/bozohttpd-20060517.ebuild?rev=1.3&content-type=text/plain
112 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/bozohttpd/bozohttpd-20060517.ebuild?r1=1.2&r2=1.3
113
114 Index: bozohttpd-20060517.ebuild
115 ===================================================================
116 RCS file: /var/cvsroot/gentoo-x86/www-servers/bozohttpd/bozohttpd-20060517.ebuild,v
117 retrieving revision 1.2
118 retrieving revision 1.3
119 diff -u -r1.2 -r1.3
120 --- bozohttpd-20060517.ebuild 28 Apr 2007 21:46:30 -0000 1.2
121 +++ bozohttpd-20060517.ebuild 28 Oct 2007 14:09:40 -0000 1.3
122 @@ -1,6 +1,6 @@
123 # Copyright 1999-2007 Gentoo Foundation
124 # Distributed under the terms of the GNU General Public License v2
125 -# $Header: /var/cvsroot/gentoo-x86/www-servers/bozohttpd/bozohttpd-20060517.ebuild,v 1.2 2007/04/28 21:46:30 tove Exp $
126 +# $Header: /var/cvsroot/gentoo-x86/www-servers/bozohttpd/bozohttpd-20060517.ebuild,v 1.3 2007/10/28 14:09:40 phreak Exp $
127
128 inherit eutils
129
130 @@ -13,6 +13,8 @@
131 IUSE=""
132 DEPEND=">=dev-libs/openssl-0.9.8d
133 >=sys-apps/sed-4.1.5"
134 +RDEPEND="${DEPEND}
135 + virtual/logger"
136
137 src_unpack()
138 {
139
140
141
142 --
143 gentoo-commits@g.o mailing list