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 | c885b0ad4aa0871afaf2504a4a210d3d778d55f5 (patch) | |
tree | 287fc0da8059c51e35e358d43c9876038353bf52 /net-www/horde-kronolith | |
parent | initial ebuild (diff) | |
download | historical-c885b0ad4aa0871afaf2504a4a210d3d778d55f5.tar.gz historical-c885b0ad4aa0871afaf2504a4a210d3d778d55f5.tar.bz2 historical-c885b0ad4aa0871afaf2504a4a210d3d778d55f5.zip |
touchups
Diffstat (limited to 'net-www/horde-kronolith')
-rw-r--r-- | net-www/horde-kronolith/horde-kronolith-1.1.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/net-www/horde-kronolith/horde-kronolith-1.1.ebuild b/net-www/horde-kronolith/horde-kronolith-1.1.ebuild index 13a79809a61c..fa15b2fab34f 100644 --- a/net-www/horde-kronolith/horde-kronolith-1.1.ebuild +++ b/net-www/horde-kronolith/horde-kronolith-1.1.ebuild @@ -1,19 +1,21 @@ # 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-kronolith/horde-kronolith-1.1.ebuild,v 1.7 2004/01/07 21:40:04 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/horde-kronolith/horde-kronolith-1.1.ebuild,v 1.8 2004/01/19 06:37:45 vapier Exp $ inherit webapp-apache -DESCRIPTION="Kronolith ${PV} is the Horde calendar application" -HOMEPAGE="http://www.horde.org" MY_P=${P/horde-/} +DESCRIPTION="Kronolith is the Horde calendar application" +HOMEPAGE="http://www.horde.org/" SRC_URI="ftp://ftp.horde.org/pub/kronolith/${MY_P}.tar.gz" + LICENSE="GPL-2" SLOT="1" KEYWORDS="x86 ~ppc ~sparc ~alpha" + DEPEND="" RDEPEND=">=net-www/horde-2.2.4" -IUSE="" + S=${WORKDIR}/${MY_P} webapp-detect || NO_WEBSERVER=1 @@ -28,7 +30,7 @@ pkg_setup() { einfo "Installing into ${ROOT}${HTTPD_ROOT}." } -src_install () { +src_install() { webapp-mkdirs local DocumentRoot=${HTTPD_ROOT} |