diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-03-07 21:06:13 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-03-07 21:06:13 +0000 |
commit | 2b9faae88a6a7a4e4a5c8dcea2f2a2c8d24af50e (patch) | |
tree | b356a5226d65374ee26852bcd494fc7be49a2555 /net-www | |
parent | added amd64 to keywords (Manifest recommit) (diff) | |
download | gentoo-2-2b9faae88a6a7a4e4a5c8dcea2f2a2c8d24af50e.tar.gz gentoo-2-2b9faae88a6a7a4e4a5c8dcea2f2a2c8d24af50e.tar.bz2 gentoo-2-2b9faae88a6a7a4e4a5c8dcea2f2a2c8d24af50e.zip |
moving webapp-detect into functions
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/ids/ChangeLog | 8 | ||||
-rw-r--r-- | net-www/ids/ids-0.82.ebuild | 8 | ||||
-rw-r--r-- | net-www/ids/ids-0.83_beta2.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/net-www/ids/ChangeLog b/net-www/ids/ChangeLog index 6fb267d017c1..45f867c30723 100644 --- a/net-www/ids/ChangeLog +++ b/net-www/ids/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/ids -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/ids/ChangeLog,v 1.4 2004/03/02 11:39:46 aliz Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/ids/ChangeLog,v 1.5 2004/03/07 21:06:13 mholzer Exp $ + + 07 Mar 2004; Martin Holzer <mholzer@gentoo.org> ids-0.82.ebuild, + ids-0.83_beta2.ebuild: + moving webapp-detect into functions 15 Dec 2003; Stuart Herbert <stuart@gentoo.org> ids-0.82.ebuild, ids-0.83_beta2.ebuild: diff --git a/net-www/ids/ids-0.82.ebuild b/net-www/ids/ids-0.82.ebuild index bef538b6cc0e..96189601d742 100644 --- a/net-www/ids/ids-0.82.ebuild +++ b/net-www/ids/ids-0.82.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/ids/ids-0.82.ebuild,v 1.3 2003/12/15 20:36:55 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/ids/ids-0.82.ebuild,v 1.4 2004/03/07 21:06:13 mholzer Exp $ inherit webapp-apache @@ -20,14 +20,14 @@ RDEPEND=">=net-www/apache-1.3.27 S=${WORKDIR}/${P} -webapp-detect || NO_WEBSERVER=1 - pkg_setup() { + webapp-detect || NO_WEBSERVER=1 webapp-pkg_setup "${NO_WEBSERVER}" einfo "Installing into ${ROOT}${HTTPD_ROOT}." } src_install() { + webapp-detect || NO_WEBSERVER=1 webapp-mkdirs local DocumentRoot=${HTTPD_ROOT} diff --git a/net-www/ids/ids-0.83_beta2.ebuild b/net-www/ids/ids-0.83_beta2.ebuild index 8df70ee0b9a9..e10b88756e36 100644 --- a/net-www/ids/ids-0.83_beta2.ebuild +++ b/net-www/ids/ids-0.83_beta2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/ids/ids-0.83_beta2.ebuild,v 1.3 2003/12/15 20:36:55 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/ids/ids-0.83_beta2.ebuild,v 1.4 2004/03/07 21:06:13 mholzer Exp $ inherit webapp-apache @@ -21,14 +21,14 @@ RDEPEND=">=net-www/apache-1.3.27 S=${WORKDIR}/${PN} -webapp-detect || NO_WEBSERVER=1 - pkg_setup() { + webapp-detect || NO_WEBSERVER=1 webapp-pkg_setup "${NO_WEBSERVER}" einfo "Installing into ${ROOT}${HTTPD_ROOT}." } src_install() { + webapp-detect || NO_WEBSERVER=1 webapp-mkdirs local DocumentRoot=${HTTPD_ROOT} |