diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-23 09:48:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-23 09:48:22 +0000 |
commit | d1659568099277de7574516c563c6408ddc7097a (patch) | |
tree | b214bb66101185cc655272e8227dbdb219a841f2 /net-www/htdig | |
parent | header fix; mips needs deps first (diff) | |
download | historical-d1659568099277de7574516c563c6408ddc7097a.tar.gz historical-d1659568099277de7574516c563c6408ddc7097a.tar.bz2 historical-d1659568099277de7574516c563c6408ddc7097a.zip |
header fix; mips needs deps before stable; move webapp-detect into unpack
Diffstat (limited to 'net-www/htdig')
-rw-r--r-- | net-www/htdig/ChangeLog | 7 | ||||
-rw-r--r-- | net-www/htdig/htdig-3.1.6-r4.ebuild | 10 |
2 files changed, 9 insertions, 8 deletions
diff --git a/net-www/htdig/ChangeLog b/net-www/htdig/ChangeLog index f8a1cbfc16fd..25e960d34eaf 100644 --- a/net-www/htdig/ChangeLog +++ b/net-www/htdig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/htdig -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/htdig/ChangeLog,v 1.18 2003/12/15 20:41:11 stuart Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/htdig/ChangeLog,v 1.19 2004/02/23 09:48:22 mr_bones_ Exp $ + + 23 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org> htdig-3.1.6-r4.ebuild: + header fix; mips needs deps before stable; move webapp-detect into unpack 15 Dec 2003; Stuart Herbert <stuart@gentoo.org> htdig-3.1.6-r4.ebuild: Fix for bug #32636 diff --git a/net-www/htdig/htdig-3.1.6-r4.ebuild b/net-www/htdig/htdig-3.1.6-r4.ebuild index bd6ca090af56..f498b6a4899b 100644 --- a/net-www/htdig/htdig-3.1.6-r4.ebuild +++ b/net-www/htdig/htdig-3.1.6-r4.ebuild @@ -1,14 +1,13 @@ -# 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/htdig/htdig-3.1.6-r4.ebuild,v 1.14 2003/12/15 20:41:11 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/htdig/htdig-3.1.6-r4.ebuild,v 1.15 2004/02/23 09:48:22 mr_bones_ Exp $ inherit webapp-apache -S=${WORKDIR}/${P} DESCRIPTION="HTTP/HTML indexing and searching system" SRC_URI="http://www.htdig.org/files/${P}.tar.gz" HOMEPAGE="http://www.htdig.org" -KEYWORDS="x86 sparc ppc mips amd64" +KEYWORDS="x86 sparc ppc ~mips amd64" SLOT="0" LICENSE="GPL-2" @@ -17,12 +16,11 @@ DEPEND=">=sys-libs/zlib-1.1.3 export CPPFLAGS="${CPPFLAGS} -Wno-deprecated" -webapp-detect || NO_WEBSERVER=1 - HTTPD_USER="apache" HTTPD_GROUP="apache" pkg_setup() { + webapp-detect || NO_WEBSERVER=1 webapp-pkg_setup "${NO_WEBSERVER}" einfo "Installing into ${ROOT}${HTTPD_ROOT}." } |