diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-19 06:38:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-19 06:38:44 +0000 |
commit | 60724157605c3562233c7498cc14342cfa473a09 (patch) | |
tree | 4210073b4739a9bc72fb227925b7ce374c03f194 /net-www/horde | |
parent | initial ebuild (diff) | |
download | gentoo-2-60724157605c3562233c7498cc14342cfa473a09.tar.gz gentoo-2-60724157605c3562233c7498cc14342cfa473a09.tar.bz2 gentoo-2-60724157605c3562233c7498cc14342cfa473a09.zip |
touchups
Diffstat (limited to 'net-www/horde')
-rw-r--r-- | net-www/horde/horde-2.2.4.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net-www/horde/horde-2.2.4.ebuild b/net-www/horde/horde-2.2.4.ebuild index b0cf022f98d9..9c29f824a591 100644 --- a/net-www/horde/horde-2.2.4.ebuild +++ b/net-www/horde/horde-2.2.4.ebuild @@ -1,23 +1,22 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/horde/horde-2.2.4.ebuild,v 1.11 2004/01/07 21:41:15 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/horde/horde-2.2.4.ebuild,v 1.12 2004/01/19 06:35:33 vapier Exp $ inherit webapp-apache -S=${WORKDIR}/${P} - DESCRIPTION="Horde Application Framework" -HOMEPAGE="http://www.horde.org" +HOMEPAGE="http://www.horde.org/" SRC_URI="http://ftp.horde.org/pub/horde/tarballs/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~alpha" + DEPEND="" RDEPEND=">=dev-php/mod_php-4.1.0 >=sys-devel/gettext-0.10.40 >=dev-libs/libxml2-2.4.21 >=net-www/horde-pear-1.1" -IUSE="" webapp-detect || NO_WEBSERVER=1 @@ -32,7 +31,7 @@ pkg_setup() { einfo "Installing into ${ROOT}${HTTPD_ROOT}." } -src_install () { +src_install() { webapp-mkdirs local DocumentRoot=${HTTPD_ROOT} |