summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2010-08-22 07:52:00 +0000
committerBenedikt Boehm <hollow@gentoo.org>2010-08-22 07:52:00 +0000
commitc4c0f794ed4289f57af22285b333fea9711c9826 (patch)
tree3e8c0e73af9623a3e126e24f6774cebe7cf18ab9 /www-servers
parentversion bump wrt #332785. also fixes bug #325123 (diff)
downloadgentoo-2-c4c0f794ed4289f57af22285b333fea9711c9826.tar.gz
gentoo-2-c4c0f794ed4289f57af22285b333fea9711c9826.tar.bz2
gentoo-2-c4c0f794ed4289f57af22285b333fea9711c9826.zip
replace dependency on apache with virtual/httpd-fastcgi wrt #308223
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/gorg/ChangeLog8
-rw-r--r--www-servers/gorg/gorg-0.6.3-r2.ebuild12
-rw-r--r--www-servers/gorg/gorg-0.6.3-r3.ebuild13
-rw-r--r--www-servers/gorg/gorg-0.6.4.ebuild13
4 files changed, 27 insertions, 19 deletions
diff --git a/www-servers/gorg/ChangeLog b/www-servers/gorg/ChangeLog
index a325b07df83c..ec74c6e833ec 100644
--- a/www-servers/gorg/ChangeLog
+++ b/www-servers/gorg/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-servers/gorg
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/gorg/ChangeLog,v 1.23 2009/12/25 14:14:13 graaff Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-servers/gorg/ChangeLog,v 1.24 2010/08/22 07:52:00 hollow Exp $
+
+ 22 Aug 2010; Benedikt Böhm <hollow@gentoo.org> gorg-0.6.3-r2.ebuild,
+ gorg-0.6.3-r3.ebuild, gorg-0.6.4.ebuild:
+ replace dependency on apache with virtual/httpd-fastcgi wrt #308223
25 Dec 2009; Hans de Graaff <graaff@gentoo.org> gorg-0.6.3-r2.ebuild,
gorg-0.6.3-r3.ebuild, gorg-0.6.4.ebuild:
diff --git a/www-servers/gorg/gorg-0.6.3-r2.ebuild b/www-servers/gorg/gorg-0.6.3-r2.ebuild
index 1cebe42b528f..8a30fcdaf6c1 100644
--- a/www-servers/gorg/gorg-0.6.3-r2.ebuild
+++ b/www-servers/gorg/gorg-0.6.3-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI=2
@@ -9,7 +9,7 @@ inherit ruby eutils
DESCRIPTION="Back-end XSLT processor for an XML-based web site"
HOMEPAGE="http://gentoo.neysx.org/mystuff/gorg/gorg.xml"
SRC_URI="http://gentoo.neysx.org/mystuff/gorg/${P}.tgz"
-IUSE="apache2 fastcgi mysql"
+IUSE="fastcgi mysql"
SLOT="0"
USE_RUBY="ruby18"
@@ -21,8 +21,10 @@ DEPEND="
>=dev-libs/libxslt-1.1.12"
RDEPEND="${DEPEND}
mysql? ( >=dev-ruby/ruby-dbi-0.0.21[mysql] )
- apache2? ( www-servers/apache )
- fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.5-r1 )"
+ fastcgi? (
+ virtual/httpd-fastcgi
+ >=dev-ruby/ruby-fcgi-0.8.5-r1
+ )"
pkg_setup() {
enewgroup gorg
diff --git a/www-servers/gorg/gorg-0.6.3-r3.ebuild b/www-servers/gorg/gorg-0.6.3-r3.ebuild
index 2fd94708d585..055aed7a74ef 100644
--- a/www-servers/gorg/gorg-0.6.3-r3.ebuild
+++ b/www-servers/gorg/gorg-0.6.3-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI=2
@@ -9,7 +9,7 @@ inherit ruby eutils
DESCRIPTION="Back-end XSLT processor for an XML-based web site"
HOMEPAGE="http://gentoo.neysx.org/mystuff/gorg/gorg.xml"
SRC_URI="http://gentoo.neysx.org/mystuff/gorg/${P}.tgz"
-IUSE="apache2 fastcgi mysql"
+IUSE="fastcgi mysql"
SLOT="0"
USE_RUBY="ruby18"
@@ -21,9 +21,10 @@ DEPEND="
>=dev-libs/libxslt-1.1.12"
RDEPEND="${DEPEND}
mysql? ( >=dev-ruby/ruby-dbi-0.0.21[mysql] )
- apache2? ( www-servers/apache
- fastcgi? ( www-apache/mod_fcgid ) )
- fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.5-r1 )"
+ fastcgi? (
+ virtual/httpd-fastcgi
+ >=dev-ruby/ruby-fcgi-0.8.5-r1
+ )"
pkg_setup() {
enewgroup gorg
diff --git a/www-servers/gorg/gorg-0.6.4.ebuild b/www-servers/gorg/gorg-0.6.4.ebuild
index 54e5564e844e..55088fb6e86e 100644
--- a/www-servers/gorg/gorg-0.6.4.ebuild
+++ b/www-servers/gorg/gorg-0.6.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/gorg/gorg-0.6.4.ebuild,v 1.2 2009/12/25 14:14:13 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/gorg/gorg-0.6.4.ebuild,v 1.3 2010/08/22 07:52:00 hollow Exp $
EAPI=2
@@ -9,7 +9,7 @@ inherit ruby eutils
DESCRIPTION="Back-end XSLT processor for an XML-based web site"
HOMEPAGE="http://gentoo.neysx.org/mystuff/gorg/gorg.xml"
SRC_URI="http://gentoo.neysx.org/mystuff/gorg/${P}.tgz"
-IUSE="apache2 fastcgi mysql"
+IUSE="fastcgi mysql"
SLOT="0"
USE_RUBY="ruby18"
@@ -21,9 +21,10 @@ DEPEND="
>=dev-libs/libxslt-1.1.12"
RDEPEND="${DEPEND}
mysql? ( >=dev-ruby/ruby-dbi-0.0.21[mysql] )
- apache2? ( www-servers/apache
- fastcgi? ( www-apache/mod_fcgid ) )
- fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.5-r1 )"
+ fastcgi? (
+ virtual/httpd-fastcgi
+ >=dev-ruby/ruby-fcgi-0.8.5-r1
+ )"
pkg_setup() {
enewgroup gorg