Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/nitro: nitro-0.40.0.ebuild nitro-0.41.0.ebuild ChangeLog
Date: Sat, 02 Feb 2008 15:28:26
Message-Id: E1JLKI2-0005kK-Rc@stork.gentoo.org
1 hollow 08/02/02 15:28:22
2
3 Modified: nitro-0.40.0.ebuild nitro-0.41.0.ebuild ChangeLog
4 Log:
5 use depend.apache eclass wrt #208033
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.6 dev-ruby/nitro/nitro-0.40.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/nitro/nitro-0.40.0.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/nitro/nitro-0.40.0.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/nitro/nitro-0.40.0.ebuild?r1=1.5&r2=1.6
14
15 Index: nitro-0.40.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/nitro/nitro-0.40.0.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- nitro-0.40.0.ebuild 3 Nov 2007 08:35:03 -0000 1.5
22 +++ nitro-0.40.0.ebuild 2 Feb 2008 15:28:22 -0000 1.6
23 @@ -1,8 +1,8 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nitro/nitro-0.40.0.ebuild,v 1.5 2007/11/03 08:35:03 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nitro/nitro-0.40.0.ebuild,v 1.6 2008/02/02 15:28:22 hollow Exp $
29
30 -inherit ruby gems
31 +inherit depend.apache ruby gems
32
33 USE_RUBY="ruby18"
34
35 @@ -13,7 +13,7 @@
36 LICENSE="Ruby"
37 SLOT="0"
38 KEYWORDS="~amd64 ~ia64 ~ppc64 ~x86"
39 -IUSE="apache2 fastcgi lighttpd xslt"
40 +IUSE="fastcgi lighttpd xslt"
41
42 DEPEND=">=dev-lang/ruby-1.8.5
43 =dev-ruby/og-${PV}
44 @@ -22,7 +22,8 @@
45 >=dev-ruby/redcloth-3.0.4
46 =dev-ruby/ruby-breakpoint-0.5.0
47 =dev-ruby/daemons-0.4.2
48 - apache2? ( =www-servers/apache-2* )
49 fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.6 )
50 lighttpd? ( >=www-servers/lighttpd-1.4.11 )
51 xslt? ( >=dev-ruby/ruby-xslt-0.9.3 )"
52 +
53 +want_apache2
54
55
56
57 1.2 dev-ruby/nitro/nitro-0.41.0.ebuild
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/nitro/nitro-0.41.0.ebuild?rev=1.2&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/nitro/nitro-0.41.0.ebuild?rev=1.2&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/nitro/nitro-0.41.0.ebuild?r1=1.1&r2=1.2
62
63 Index: nitro-0.41.0.ebuild
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/nitro/nitro-0.41.0.ebuild,v
66 retrieving revision 1.1
67 retrieving revision 1.2
68 diff -u -r1.1 -r1.2
69 --- nitro-0.41.0.ebuild 2 Jan 2008 19:46:19 -0000 1.1
70 +++ nitro-0.41.0.ebuild 2 Feb 2008 15:28:22 -0000 1.2
71 @@ -1,8 +1,8 @@
72 # Copyright 1999-2008 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nitro/nitro-0.41.0.ebuild,v 1.1 2008/01/02 19:46:19 graaff Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nitro/nitro-0.41.0.ebuild,v 1.2 2008/02/02 15:28:22 hollow Exp $
76
77 -inherit ruby gems
78 +inherit depend.apache ruby gems
79
80 DESCRIPTION="An engine for developing professional Web Applications in Ruby"
81 HOMEPAGE="http://www.nitroproject.org"
82 @@ -10,7 +10,7 @@
83 LICENSE="Ruby"
84 SLOT="0"
85 KEYWORDS="~amd64 ~ia64 ~ppc64 ~x86"
86 -IUSE="apache2 fastcgi lighttpd xslt"
87 +IUSE="fastcgi lighttpd xslt"
88
89 DEPEND=">=dev-lang/ruby-1.8.5
90 =dev-ruby/og-${PV}
91 @@ -19,7 +19,8 @@
92 >=dev-ruby/redcloth-3.0.4
93 =dev-ruby/ruby-breakpoint-0.5.0
94 =dev-ruby/daemons-0.4.2
95 - apache2? ( =www-servers/apache-2* )
96 fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.6 )
97 lighttpd? ( >=www-servers/lighttpd-1.4.11 )
98 xslt? ( >=dev-ruby/ruby-xslt-0.9.3 )"
99 +
100 +want_apache2
101
102
103
104 1.15 dev-ruby/nitro/ChangeLog
105
106 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/nitro/ChangeLog?rev=1.15&view=markup
107 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/nitro/ChangeLog?rev=1.15&content-type=text/plain
108 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/nitro/ChangeLog?r1=1.14&r2=1.15
109
110 Index: ChangeLog
111 ===================================================================
112 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/nitro/ChangeLog,v
113 retrieving revision 1.14
114 retrieving revision 1.15
115 diff -u -r1.14 -r1.15
116 --- ChangeLog 2 Jan 2008 19:46:19 -0000 1.14
117 +++ ChangeLog 2 Feb 2008 15:28:22 -0000 1.15
118 @@ -1,6 +1,10 @@
119 # ChangeLog for dev-ruby/nitro
120 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
121 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nitro/ChangeLog,v 1.14 2008/01/02 19:46:19 graaff Exp $
122 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nitro/ChangeLog,v 1.15 2008/02/02 15:28:22 hollow Exp $
123 +
124 + 02 Feb 2008; Benedikt Böhm <hollow@g.o> nitro-0.40.0.ebuild,
125 + nitro-0.41.0.ebuild:
126 + use depend.apache eclass wrt #208033
127
128 *nitro-0.41.0 (02 Jan 2008)
129
130
131
132
133 --
134 gentoo-commits@l.g.o mailing list