Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/gorg: ChangeLog gorg-0.6.4.ebuild gorg-0.6.3-r2.ebuild gorg-0.6.3-r3.ebuild
Date: Sun, 22 Aug 2010 07:52:05
Message-Id: 20100822075200.64DE62004E@flycatcher.gentoo.org
1 hollow 10/08/22 07:52:00
2
3 Modified: ChangeLog gorg-0.6.4.ebuild gorg-0.6.3-r2.ebuild
4 gorg-0.6.3-r3.ebuild
5 Log:
6 replace dependency on apache with virtual/httpd-fastcgi wrt #308223
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.24 www-servers/gorg/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gorg/ChangeLog?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gorg/ChangeLog?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gorg/ChangeLog?r1=1.23&r2=1.24
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-servers/gorg/ChangeLog,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- ChangeLog 25 Dec 2009 14:14:13 -0000 1.23
23 +++ ChangeLog 22 Aug 2010 07:52:00 -0000 1.24
24 @@ -1,6 +1,10 @@
25 # ChangeLog for www-servers/gorg
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-servers/gorg/ChangeLog,v 1.23 2009/12/25 14:14:13 graaff Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/www-servers/gorg/ChangeLog,v 1.24 2010/08/22 07:52:00 hollow Exp $
30 +
31 + 22 Aug 2010; Benedikt Böhm <hollow@g.o> gorg-0.6.3-r2.ebuild,
32 + gorg-0.6.3-r3.ebuild, gorg-0.6.4.ebuild:
33 + replace dependency on apache with virtual/httpd-fastcgi wrt #308223
34
35 25 Dec 2009; Hans de Graaff <graaff@g.o> gorg-0.6.3-r2.ebuild,
36 gorg-0.6.3-r3.ebuild, gorg-0.6.4.ebuild:
37
38
39
40 1.3 www-servers/gorg/gorg-0.6.4.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gorg/gorg-0.6.4.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gorg/gorg-0.6.4.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gorg/gorg-0.6.4.ebuild?r1=1.2&r2=1.3
45
46 Index: gorg-0.6.4.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/www-servers/gorg/gorg-0.6.4.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- gorg-0.6.4.ebuild 25 Dec 2009 14:14:13 -0000 1.2
53 +++ gorg-0.6.4.ebuild 22 Aug 2010 07:52:00 -0000 1.3
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2009 Gentoo Foundation
56 +# Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/www-servers/gorg/gorg-0.6.4.ebuild,v 1.2 2009/12/25 14:14:13 graaff Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/www-servers/gorg/gorg-0.6.4.ebuild,v 1.3 2010/08/22 07:52:00 hollow Exp $
60
61 EAPI=2
62
63 @@ -9,7 +9,7 @@
64 DESCRIPTION="Back-end XSLT processor for an XML-based web site"
65 HOMEPAGE="http://gentoo.neysx.org/mystuff/gorg/gorg.xml"
66 SRC_URI="http://gentoo.neysx.org/mystuff/gorg/${P}.tgz"
67 -IUSE="apache2 fastcgi mysql"
68 +IUSE="fastcgi mysql"
69
70 SLOT="0"
71 USE_RUBY="ruby18"
72 @@ -21,9 +21,10 @@
73 >=dev-libs/libxslt-1.1.12"
74 RDEPEND="${DEPEND}
75 mysql? ( >=dev-ruby/ruby-dbi-0.0.21[mysql] )
76 - apache2? ( www-servers/apache
77 - fastcgi? ( www-apache/mod_fcgid ) )
78 - fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.5-r1 )"
79 + fastcgi? (
80 + virtual/httpd-fastcgi
81 + >=dev-ruby/ruby-fcgi-0.8.5-r1
82 + )"
83
84 pkg_setup() {
85 enewgroup gorg
86
87
88
89 1.5 www-servers/gorg/gorg-0.6.3-r2.ebuild
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gorg/gorg-0.6.3-r2.ebuild?rev=1.5&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gorg/gorg-0.6.3-r2.ebuild?rev=1.5&content-type=text/plain
93 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gorg/gorg-0.6.3-r2.ebuild?r1=1.4&r2=1.5
94
95 Index: gorg-0.6.3-r2.ebuild
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/www-servers/gorg/gorg-0.6.3-r2.ebuild,v
98 retrieving revision 1.4
99 retrieving revision 1.5
100 diff -u -r1.4 -r1.5
101 --- gorg-0.6.3-r2.ebuild 25 Dec 2009 14:14:13 -0000 1.4
102 +++ gorg-0.6.3-r2.ebuild 22 Aug 2010 07:52:00 -0000 1.5
103 @@ -1,6 +1,6 @@
104 -# Copyright 1999-2009 Gentoo Foundation
105 +# Copyright 1999-2010 Gentoo Foundation
106 # Distributed under the terms of the GNU General Public License v2
107 -# $Header: /var/cvsroot/gentoo-x86/www-servers/gorg/gorg-0.6.3-r2.ebuild,v 1.4 2009/12/25 14:14:13 graaff Exp $
108 +# $Header: /var/cvsroot/gentoo-x86/www-servers/gorg/gorg-0.6.3-r2.ebuild,v 1.5 2010/08/22 07:52:00 hollow Exp $
109
110 EAPI=2
111
112 @@ -9,7 +9,7 @@
113 DESCRIPTION="Back-end XSLT processor for an XML-based web site"
114 HOMEPAGE="http://gentoo.neysx.org/mystuff/gorg/gorg.xml"
115 SRC_URI="http://gentoo.neysx.org/mystuff/gorg/${P}.tgz"
116 -IUSE="apache2 fastcgi mysql"
117 +IUSE="fastcgi mysql"
118
119 SLOT="0"
120 USE_RUBY="ruby18"
121 @@ -21,8 +21,10 @@
122 >=dev-libs/libxslt-1.1.12"
123 RDEPEND="${DEPEND}
124 mysql? ( >=dev-ruby/ruby-dbi-0.0.21[mysql] )
125 - apache2? ( www-servers/apache )
126 - fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.5-r1 )"
127 + fastcgi? (
128 + virtual/httpd-fastcgi
129 + >=dev-ruby/ruby-fcgi-0.8.5-r1
130 + )"
131
132 pkg_setup() {
133 enewgroup gorg
134
135
136
137 1.3 www-servers/gorg/gorg-0.6.3-r3.ebuild
138
139 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gorg/gorg-0.6.3-r3.ebuild?rev=1.3&view=markup
140 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gorg/gorg-0.6.3-r3.ebuild?rev=1.3&content-type=text/plain
141 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/gorg/gorg-0.6.3-r3.ebuild?r1=1.2&r2=1.3
142
143 Index: gorg-0.6.3-r3.ebuild
144 ===================================================================
145 RCS file: /var/cvsroot/gentoo-x86/www-servers/gorg/gorg-0.6.3-r3.ebuild,v
146 retrieving revision 1.2
147 retrieving revision 1.3
148 diff -u -r1.2 -r1.3
149 --- gorg-0.6.3-r3.ebuild 25 Dec 2009 14:14:13 -0000 1.2
150 +++ gorg-0.6.3-r3.ebuild 22 Aug 2010 07:52:00 -0000 1.3
151 @@ -1,6 +1,6 @@
152 -# Copyright 1999-2009 Gentoo Foundation
153 +# Copyright 1999-2010 Gentoo Foundation
154 # Distributed under the terms of the GNU General Public License v2
155 -# $Header: /var/cvsroot/gentoo-x86/www-servers/gorg/gorg-0.6.3-r3.ebuild,v 1.2 2009/12/25 14:14:13 graaff Exp $
156 +# $Header: /var/cvsroot/gentoo-x86/www-servers/gorg/gorg-0.6.3-r3.ebuild,v 1.3 2010/08/22 07:52:00 hollow Exp $
157
158 EAPI=2
159
160 @@ -9,7 +9,7 @@
161 DESCRIPTION="Back-end XSLT processor for an XML-based web site"
162 HOMEPAGE="http://gentoo.neysx.org/mystuff/gorg/gorg.xml"
163 SRC_URI="http://gentoo.neysx.org/mystuff/gorg/${P}.tgz"
164 -IUSE="apache2 fastcgi mysql"
165 +IUSE="fastcgi mysql"
166
167 SLOT="0"
168 USE_RUBY="ruby18"
169 @@ -21,9 +21,10 @@
170 >=dev-libs/libxslt-1.1.12"
171 RDEPEND="${DEPEND}
172 mysql? ( >=dev-ruby/ruby-dbi-0.0.21[mysql] )
173 - apache2? ( www-servers/apache
174 - fastcgi? ( www-apache/mod_fcgid ) )
175 - fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.5-r1 )"
176 + fastcgi? (
177 + virtual/httpd-fastcgi
178 + >=dev-ruby/ruby-fcgi-0.8.5-r1
179 + )"
180
181 pkg_setup() {
182 enewgroup gorg