diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2008-02-02 15:28:22 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2008-02-02 15:28:22 +0000 |
commit | 6670f15c47628d910d03ae02e47a5dc904908e5b (patch) | |
tree | a5ca05047180890d4363117950d25b433863d88b /dev-ruby | |
parent | use depend.apache eclass wrt #208033 (diff) | |
download | gentoo-2-6670f15c47628d910d03ae02e47a5dc904908e5b.tar.gz gentoo-2-6670f15c47628d910d03ae02e47a5dc904908e5b.tar.bz2 gentoo-2-6670f15c47628d910d03ae02e47a5dc904908e5b.zip |
use depend.apache eclass wrt #208033
(Portage version: 2.1.4)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/nitro/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/nitro/nitro-0.40.0.ebuild | 11 | ||||
-rw-r--r-- | dev-ruby/nitro/nitro-0.41.0.ebuild | 9 |
3 files changed, 16 insertions, 10 deletions
diff --git a/dev-ruby/nitro/ChangeLog b/dev-ruby/nitro/ChangeLog index 687d07044e0b..3831ee507ce9 100644 --- a/dev-ruby/nitro/ChangeLog +++ b/dev-ruby/nitro/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/nitro # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nitro/ChangeLog,v 1.14 2008/01/02 19:46:19 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nitro/ChangeLog,v 1.15 2008/02/02 15:28:22 hollow Exp $ + + 02 Feb 2008; Benedikt Böhm <hollow@gentoo.org> nitro-0.40.0.ebuild, + nitro-0.41.0.ebuild: + use depend.apache eclass wrt #208033 *nitro-0.41.0 (02 Jan 2008) diff --git a/dev-ruby/nitro/nitro-0.40.0.ebuild b/dev-ruby/nitro/nitro-0.40.0.ebuild index 60e642c2ba51..825ac947ab36 100644 --- a/dev-ruby/nitro/nitro-0.40.0.ebuild +++ b/dev-ruby/nitro/nitro-0.40.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nitro/nitro-0.40.0.ebuild,v 1.5 2007/11/03 08:35:03 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nitro/nitro-0.40.0.ebuild,v 1.6 2008/02/02 15:28:22 hollow Exp $ -inherit ruby gems +inherit depend.apache ruby gems USE_RUBY="ruby18" @@ -13,7 +13,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="Ruby" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc64 ~x86" -IUSE="apache2 fastcgi lighttpd xslt" +IUSE="fastcgi lighttpd xslt" DEPEND=">=dev-lang/ruby-1.8.5 =dev-ruby/og-${PV} @@ -22,7 +22,8 @@ DEPEND=">=dev-lang/ruby-1.8.5 >=dev-ruby/redcloth-3.0.4 =dev-ruby/ruby-breakpoint-0.5.0 =dev-ruby/daemons-0.4.2 - apache2? ( =www-servers/apache-2* ) fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.6 ) lighttpd? ( >=www-servers/lighttpd-1.4.11 ) xslt? ( >=dev-ruby/ruby-xslt-0.9.3 )" + +want_apache2 diff --git a/dev-ruby/nitro/nitro-0.41.0.ebuild b/dev-ruby/nitro/nitro-0.41.0.ebuild index 67e8b1f3c92e..42710cb2c4c6 100644 --- a/dev-ruby/nitro/nitro-0.41.0.ebuild +++ b/dev-ruby/nitro/nitro-0.41.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nitro/nitro-0.41.0.ebuild,v 1.1 2008/01/02 19:46:19 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nitro/nitro-0.41.0.ebuild,v 1.2 2008/02/02 15:28:22 hollow Exp $ -inherit ruby gems +inherit depend.apache ruby gems DESCRIPTION="An engine for developing professional Web Applications in Ruby" HOMEPAGE="http://www.nitroproject.org" @@ -10,7 +10,7 @@ HOMEPAGE="http://www.nitroproject.org" LICENSE="Ruby" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc64 ~x86" -IUSE="apache2 fastcgi lighttpd xslt" +IUSE="fastcgi lighttpd xslt" DEPEND=">=dev-lang/ruby-1.8.5 =dev-ruby/og-${PV} @@ -19,7 +19,8 @@ DEPEND=">=dev-lang/ruby-1.8.5 >=dev-ruby/redcloth-3.0.4 =dev-ruby/ruby-breakpoint-0.5.0 =dev-ruby/daemons-0.4.2 - apache2? ( =www-servers/apache-2* ) fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.6 ) lighttpd? ( >=www-servers/lighttpd-1.4.11 ) xslt? ( >=dev-ruby/ruby-xslt-0.9.3 )" + +want_apache2 |