diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2007-11-29 18:45:39 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2007-11-29 18:45:39 +0000 |
commit | ffc1494a738a684036fbf66a78af784a9fb14367 (patch) | |
tree | 6e2f7cfac9f8959d52a69edf3d21bbddbe345226 /www-servers | |
parent | Re-add binary ATI/AMD driver support for 8.433 and newer (Jory Pratt). (diff) | |
download | gentoo-2-ffc1494a738a684036fbf66a78af784a9fb14367.tar.gz gentoo-2-ffc1494a738a684036fbf66a78af784a9fb14367.tar.bz2 gentoo-2-ffc1494a738a684036fbf66a78af784a9fb14367.zip |
fix order of variables/inherit
(Portage version: 2.1.4_rc4)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/apache/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/apache/apache-2.2.6-r4.ebuild | 19 |
2 files changed, 14 insertions, 10 deletions
diff --git a/www-servers/apache/ChangeLog b/www-servers/apache/ChangeLog index cec9552f9c82..4b41cbe61aef 100644 --- a/www-servers/apache/ChangeLog +++ b/www-servers/apache/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/apache # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.36 2007/11/28 13:26:23 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.37 2007/11/29 18:45:39 hollow Exp $ + + 29 Nov 2007; Benedikt Böhm <hollow@gentoo.org> apache-2.2.6-r4.ebuild: + fix order of variables/inherit *apache-2.2.6-r4 (28 Nov 2007) diff --git a/www-servers/apache/apache-2.2.6-r4.ebuild b/www-servers/apache/apache-2.2.6-r4.ebuild index 05193f70e656..7e5fb0a5c0bf 100644 --- a/www-servers/apache/apache-2.2.6-r4.ebuild +++ b/www-servers/apache/apache-2.2.6-r4.ebuild @@ -1,19 +1,11 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.6-r4.ebuild,v 1.1 2007/11/28 13:26:23 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.6-r4.ebuild,v 1.2 2007/11/29 18:45:39 hollow Exp $ # latest gentoo apache files GENTOO_PATCHSTAMP="20071128" GENTOO_DEVELOPER="hollow" -DESCRIPTION="The Apache Web Server." -HOMEPAGE="http://httpd.apache.org/" - -# some helper scripts are apache-1.1, thus both are here -LICENSE="Apache-2.0 Apache-1.1" -SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" - # IUSE/USE_EXPAND magic IUSE_MPMS_FORK="itk peruser prefork" IUSE_MPMS_THREAD="event worker" @@ -32,6 +24,7 @@ status unique_id userdir usertrack version vhost_alias" MODULE_DEPENDS=" dav_fs:dav dav_lock:dav + deflate:filter disk_cache:cache ext_filter:filter file_cache:cache @@ -73,6 +66,14 @@ MODULE_DEFINES=" inherit apache-2 +DESCRIPTION="The Apache Web Server." +HOMEPAGE="http://httpd.apache.org/" + +# some helper scripts are apache-1.1, thus both are here +LICENSE="Apache-2.0 Apache-1.1" +SLOT="2" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" + DEPEND="${DEPEND} apache2_modules_deflate? ( sys-libs/zlib )" |