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-chora | |
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-chora')
-rw-r--r-- | net-www/horde-chora/horde-chora-1.2-r1.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/net-www/horde-chora/horde-chora-1.2-r1.ebuild b/net-www/horde-chora/horde-chora-1.2-r1.ebuild index 6471dc5bdfda..def79333cf1b 100644 --- a/net-www/horde-chora/horde-chora-1.2-r1.ebuild +++ b/net-www/horde-chora/horde-chora-1.2-r1.ebuild @@ -1,21 +1,23 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/horde-chora/horde-chora-1.2-r1.ebuild,v 1.8 2003/12/15 20:46:02 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/horde-chora/horde-chora-1.2-r1.ebuild,v 1.9 2004/01/19 06:36:04 vapier Exp $ inherit webapp-apache -DESCRIPTION="Chora ${PV} is the Horde CVS viewer." -HOMEPAGE="http://www.horde.org" MY_P=${P/horde-/} +DESCRIPTION="Chora is the Horde CVS viewer" +HOMEPAGE="http://www.horde.org/" SRC_URI="ftp://ftp.horde.org/pub/chora/tarballs/${MY_P}.tar.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~alpha" + DEPEND="" RDEPEND=">=net-www/horde-2.2.4 >=app-text/rcs-5.7-r1 >=dev-util/cvs-1.11.2" -IUSE="" + S=${WORKDIR}/${MY_P} webapp-detect || NO_WEBSERVER=1 @@ -25,7 +27,7 @@ pkg_setup() { einfo "Installing into ${ROOT}${HTTPD_ROOT}." } -src_install () { +src_install() { webapp-mkdirs local DocumentRoot=${HTTPD_ROOT} |