Gentoo Archives: gentoo-commits

From: "Luca Longinotti (chtekk)" <chtekk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/scgi: ChangeLog scgi-1.10.ebuild scgi-1.2.ebuild metadata.xml scgi-1.12.ebuild
Date: Mon, 28 Apr 2008 12:04:07
Message-Id: E1JqS5O-00046v-En@stork.gentoo.org
1 chtekk 08/04/28 12:03:58
2
3 Modified: ChangeLog scgi-1.10.ebuild scgi-1.2.ebuild
4 metadata.xml
5 Added: scgi-1.12.ebuild
6 Log:
7 Version bump, cleanup.
8 (Portage version: 2.1.5_rc6)
9
10 Revision Changes Path
11 1.9 www-apps/scgi/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/scgi/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/scgi/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/scgi/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-apps/scgi/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 10 Jan 2008 10:42:48 -0000 1.8
24 +++ ChangeLog 28 Apr 2008 12:03:57 -0000 1.9
25 @@ -1,6 +1,12 @@
26 # ChangeLog for www-apps/scgi
27 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/ChangeLog,v 1.8 2008/01/10 10:42:48 gmsoft Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/ChangeLog,v 1.9 2008/04/28 12:03:57 chtekk Exp $
30 +
31 +*scgi-1.12 (28 Apr 2008)
32 +
33 + 28 Apr 2008; Luca Longinotti <chtekk@g.o> metadata.xml,
34 + scgi-1.2.ebuild, scgi-1.10.ebuild, +scgi-1.12.ebuild:
35 + Version bump, cleanup.
36
37 10 Jan 2008; Guy Martin <gmsoft@g.o> scgi-1.10.ebuild:
38 Added hppa to KEYWORDS.
39
40
41
42 1.4 www-apps/scgi/scgi-1.10.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/scgi/scgi-1.10.ebuild?rev=1.4&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/scgi/scgi-1.10.ebuild?rev=1.4&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/scgi/scgi-1.10.ebuild?r1=1.3&r2=1.4
47
48 Index: scgi-1.10.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/www-apps/scgi/scgi-1.10.ebuild,v
51 retrieving revision 1.3
52 retrieving revision 1.4
53 diff -u -r1.3 -r1.4
54 --- scgi-1.10.ebuild 10 Jan 2008 10:42:48 -0000 1.3
55 +++ scgi-1.10.ebuild 28 Apr 2008 12:03:57 -0000 1.4
56 @@ -1,20 +1,21 @@
57 # Copyright 1999-2008 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/scgi-1.10.ebuild,v 1.3 2008/01/10 10:42:48 gmsoft Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/scgi-1.10.ebuild,v 1.4 2008/04/28 12:03:57 chtekk Exp $
61
62 inherit distutils
63
64 -DESCRIPTION="Replacement for the CGI protocol that is similar to FastCGI"
65 +KEYWORDS="~amd64 hppa ~ppc ~x86"
66 +
67 +DESCRIPTION="Replacement for the CGI protocol that is similar to FastCGI."
68 HOMEPAGE="http://www.mems-exchange.org/software/scgi/"
69 SRC_URI="http://www.mems-exchange.org/software/files/${PN}/${P}.tar.gz"
70
71 LICENSE="CNRI"
72 SLOT="0"
73 -KEYWORDS="~amd64 hppa ~ppc ~x86"
74 IUSE=""
75
76 pkg_postinst() {
77 distutils_pkg_postinst
78 - einfo "This package does not install mod_scgi"
79 - einfo "Please 'emerge mod_scgi' if you need it"
80 + einfo "This package does not install mod_scgi!"
81 + einfo "Please 'emerge mod_scgi' if you need it."
82 }
83
84
85
86 1.3 www-apps/scgi/scgi-1.2.ebuild
87
88 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/scgi/scgi-1.2.ebuild?rev=1.3&view=markup
89 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/scgi/scgi-1.2.ebuild?rev=1.3&content-type=text/plain
90 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/scgi/scgi-1.2.ebuild?r1=1.2&r2=1.3
91
92 Index: scgi-1.2.ebuild
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/www-apps/scgi/scgi-1.2.ebuild,v
95 retrieving revision 1.2
96 retrieving revision 1.3
97 diff -u -r1.2 -r1.3
98 --- scgi-1.2.ebuild 5 Jun 2006 17:32:48 -0000 1.2
99 +++ scgi-1.2.ebuild 28 Apr 2008 12:03:57 -0000 1.3
100 @@ -1,20 +1,21 @@
101 -# Copyright 1999-2006 Gentoo Foundation
102 +# Copyright 1999-2008 Gentoo Foundation
103 # Distributed under the terms of the GNU General Public License v2
104 -# $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/scgi-1.2.ebuild,v 1.2 2006/06/05 17:32:48 hollow Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/scgi-1.2.ebuild,v 1.3 2008/04/28 12:03:57 chtekk Exp $
106
107 inherit distutils
108
109 -DESCRIPTION="Replacement for the CGI protocol that is similar to FastCGI"
110 +KEYWORDS="x86 ~ppc"
111 +
112 +DESCRIPTION="Replacement for the CGI protocol that is similar to FastCGI."
113 HOMEPAGE="http://www.mems-exchange.org/software/scgi/"
114 SRC_URI="http://www.mems-exchange.org/software/files/${PN}/${P}.tar.gz"
115
116 LICENSE="CNRI"
117 SLOT="0"
118 -KEYWORDS="x86 ~ppc"
119 IUSE=""
120
121 pkg_postinst() {
122 distutils_pkg_postinst
123 - einfo "This package does not install mod_scgi"
124 - einfo "Please 'emerge mod_scgi' if you need it"
125 + einfo "This package does not install mod_scgi!"
126 + einfo "Please 'emerge mod_scgi' if you need it."
127 }
128
129
130
131 1.5 www-apps/scgi/metadata.xml
132
133 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/scgi/metadata.xml?rev=1.5&view=markup
134 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/scgi/metadata.xml?rev=1.5&content-type=text/plain
135 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/scgi/metadata.xml?r1=1.4&r2=1.5
136
137 Index: metadata.xml
138 ===================================================================
139 RCS file: /var/cvsroot/gentoo-x86/www-apps/scgi/metadata.xml,v
140 retrieving revision 1.4
141 retrieving revision 1.5
142 diff -u -r1.4 -r1.5
143 --- metadata.xml 9 Oct 2005 19:59:53 -0000 1.4
144 +++ metadata.xml 28 Apr 2008 12:03:57 -0000 1.5
145 @@ -3,6 +3,7 @@
146 <pkgmetadata>
147 <herd>apache</herd>
148 <maintainer>
149 - <email>apache-bugs@g.o</email>
150 + <email>chtekk@g.o</email>
151 + <name>Luca Longinotti</name>
152 </maintainer>
153 </pkgmetadata>
154
155
156
157 1.1 www-apps/scgi/scgi-1.12.ebuild
158
159 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/scgi/scgi-1.12.ebuild?rev=1.1&view=markup
160 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/scgi/scgi-1.12.ebuild?rev=1.1&content-type=text/plain
161
162 Index: scgi-1.12.ebuild
163 ===================================================================
164 # Copyright 1999-2008 Gentoo Foundation
165 # Distributed under the terms of the GNU General Public License v2
166 # $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/scgi-1.12.ebuild,v 1.1 2008/04/28 12:03:57 chtekk Exp $
167
168 inherit distutils
169
170 KEYWORDS="~amd64 ~hppa ~ppc ~x86"
171
172 DESCRIPTION="Replacement for the CGI protocol that is similar to FastCGI."
173 HOMEPAGE="http://www.mems-exchange.org/software/scgi/"
174 SRC_URI="http://www.mems-exchange.org/software/files/${PN}/${P}.tar.gz"
175
176 LICENSE="CNRI"
177 SLOT="0"
178 IUSE=""
179
180 pkg_postinst() {
181 distutils_pkg_postinst
182 einfo "This package does not install mod_scgi!"
183 einfo "Please 'emerge mod_scgi' if you need it."
184 }
185
186
187
188 --
189 gentoo-commits@l.g.o mailing list