summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-www/viewcvs/viewcvs-0.9.2-r1.ebuild')
-rw-r--r--net-www/viewcvs/viewcvs-0.9.2-r1.ebuild25
1 files changed, 11 insertions, 14 deletions
diff --git a/net-www/viewcvs/viewcvs-0.9.2-r1.ebuild b/net-www/viewcvs/viewcvs-0.9.2-r1.ebuild
index 5d8f395606cb..8798720d7f46 100644
--- a/net-www/viewcvs/viewcvs-0.9.2-r1.ebuild
+++ b/net-www/viewcvs/viewcvs-0.9.2-r1.ebuild
@@ -1,26 +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/viewcvs/viewcvs-0.9.2-r1.ebuild,v 1.1 2003/07/16 16:27:31 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/viewcvs/viewcvs-0.9.2-r1.ebuild,v 1.2 2003/11/18 16:21:32 vapier Exp $
-SLOT="0"
-KEYWORDS="x86 ppc"
-LICENSE="viewcvs"
PDATE=${PV/0.9.2_p/}
DESCRIPTION="Viewcvs, a web interface to cvs and subversion"
+HOMEPAGE="http://viewcvs.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${PN}-${PDATE}.tar.gz"
-HOMEPAGE="http://viewcvs.sourceforge.net"
-S="${WORKDIR}/${P}"
-WWW="/home/httpd/viewcvs"
+LICENSE="viewcvs"
+SLOT="0"
+KEYWORDS="x86 ppc"
DEPEND=""
-
RDEPEND=">=app-text/rcs-5.7
>=dev-util/cvs-1.11
sys-apps/diffutils
net-www/apache"
-IUSE=""
+WWW="/home/httpd/viewcvs"
doinstall() {
# start_location=$1
@@ -71,11 +68,11 @@ ScriptAlias /viewcvs /home/httpd/viewcvs/cgi/viewcvs.cgi
ScriptAlias /cvsquery /home/httpd/viewcvs/cgi/cvsquery.cgi
<Directory /home/httpd/viewcvs/cgi>
- Options ExecCGI
- <IfModule mod_access.c>
- Order allow,deny
- Allow from all
- </IfModule>
+ Options ExecCGI
+ <IfModule mod_access.c>
+ Order allow,deny
+ Allow from all
+ </IfModule>
</Directory>
EOF
dodoc INSTALL TODO CHANGES README apache.conf