diff options
Diffstat (limited to 'net-www/viewcvs')
-rw-r--r-- | net-www/viewcvs/ChangeLog | 10 | ||||
-rw-r--r-- | net-www/viewcvs/Manifest | 8 | ||||
-rw-r--r-- | net-www/viewcvs/files/digest-viewcvs-0.9.2-r3 | 1 | ||||
-rw-r--r-- | net-www/viewcvs/viewcvs-0.9.2-r3.ebuild | 98 |
4 files changed, 112 insertions, 5 deletions
diff --git a/net-www/viewcvs/ChangeLog b/net-www/viewcvs/ChangeLog index 72c61ad18964..87f3f9ba5433 100644 --- a/net-www/viewcvs/ChangeLog +++ b/net-www/viewcvs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-www/viewcvs -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/viewcvs/ChangeLog,v 1.7 2003/11/25 19:29:59 mholzer Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/viewcvs/ChangeLog,v 1.8 2004/01/17 23:22:36 pylon Exp $ + +*viewcvs-0.9.2-r3 (18 Jan 2004) + + 18 Jan 2004; Lars Weiler <pylon@gentoo.org> viewcvs-0.9.2-r3.ebuild: + Mandatory changes as Documentroot moved to /var/www/localhost + stable on x86 and ppc 25 Nov 2003; Martin Holzer <mholzer@gentoo.org> viewcvs-0.9.2_p20030430.ebuild: diff --git a/net-www/viewcvs/Manifest b/net-www/viewcvs/Manifest index 7b23a0fe6866..5fb1bafea6e4 100644 --- a/net-www/viewcvs/Manifest +++ b/net-www/viewcvs/Manifest @@ -1,8 +1,10 @@ +MD5 c339473e0ff43da76eb2f2607c441921 metadata.xml 280 +MD5 e9c54eb2fe72c1cc33788b32a57da0dd viewcvs-0.9.2-r1.ebuild 2367 MD5 629d37f9aa7e9812eded937ed846404d viewcvs-0.9.2-r2.ebuild 2772 MD5 f3d714624d68e2fc237b87fe55483dd0 viewcvs-0.9.2_p20030430.ebuild 2349 -MD5 e9c54eb2fe72c1cc33788b32a57da0dd viewcvs-0.9.2-r1.ebuild 2367 -MD5 c339473e0ff43da76eb2f2607c441921 metadata.xml 280 -MD5 42778c25a602d4fc3fe2ef3edd00d51f ChangeLog 1622 +MD5 021995fface2a25aabad6eaf7b5cb524 viewcvs-0.9.2-r3.ebuild 2804 +MD5 3861cb59aa8d35bd0dca6d4c4bbe7cd7 ChangeLog 1813 MD5 07a07f1a89e77c9f093ade7e395ffe3b files/digest-viewcvs-0.9.2-r1 65 MD5 07a07f1a89e77c9f093ade7e395ffe3b files/digest-viewcvs-0.9.2-r2 65 MD5 fbac846bcd488f255dc57fdd27ba99df files/digest-viewcvs-0.9.2_p20030430 69 +MD5 07a07f1a89e77c9f093ade7e395ffe3b files/digest-viewcvs-0.9.2-r3 65 diff --git a/net-www/viewcvs/files/digest-viewcvs-0.9.2-r3 b/net-www/viewcvs/files/digest-viewcvs-0.9.2-r3 new file mode 100644 index 000000000000..7ee3ce69fbbc --- /dev/null +++ b/net-www/viewcvs/files/digest-viewcvs-0.9.2-r3 @@ -0,0 +1 @@ +MD5 c7857b1ed05240ad1f691ea40044daf2 viewcvs-0.9.2.tar.gz 140063 diff --git a/net-www/viewcvs/viewcvs-0.9.2-r3.ebuild b/net-www/viewcvs/viewcvs-0.9.2-r3.ebuild new file mode 100644 index 000000000000..f609743cd0d5 --- /dev/null +++ b/net-www/viewcvs/viewcvs-0.9.2-r3.ebuild @@ -0,0 +1,98 @@ +# Copyright 1999-2004 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-r3.ebuild,v 1.1 2004/01/17 23:22:36 pylon Exp $ + +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" + +LICENSE="viewcvs" +SLOT="0" +KEYWORDS="x86 ppc" +IUSE="apache2" + +DEPEND="" +RDEPEND=">=app-text/rcs-5.7 + >=dev-util/cvs-1.11 + sys-apps/diffutils + net-www/apache" + +WWW="/var/www/localhost/viewcvs" + +doinstall() { + # start_location=$1 + # end_location=$2 + # mode=$3 + if [ -d $1 ]; then + install -o root -d ${D}/$2 + for f in ${1}/* + do + doinstall ${f} ${f/${1}/${2}} $3 + done + else + sed -e "{ s,\(^#!.*$\),#!/usr/bin/python,; \ + s,\(<VIEWCVS_INSTALL_DIRECTORY>\),${WWW},; \ + s,\(^LIBRARY_DIR\)\(.*\$\),\1 = \"${WWW}/lib\",; \ + s,\(^CONF_PATHNAME\)\(.*\$\),\1 = \"${WWW}/viewcvs.conf\",}" ${1} >${1}.cpy + + install -o root -m $3 ${1}.cpy ${D}/$2 + rm ${1}.cpy + fi +} + +src_install() { + cd ${S} + install -o root -d ${D}/${WWW}/cgi + + doinstall cgi/viewcvs.cgi ${WWW}/cgi/viewcvs.cgi 755 + doinstall cgi/query.cgi ${WWW}/cgi/query.cgi 755 + doinstall standalone.py ${WWW}/standalone.py 755 + doinstall tools/loginfo-handler ${WWW}/loginfo-handler 755 + doinstall tools/cvsdbadmin ${WWW}/cvsdbadmin 755 + doinstall tools/make-database ${WWW}/make-database 755 + + insinto /etc/viewcvs + doinstall cgi/viewcvs.conf.dist ${WWW}/viewcvs.conf 644 + doinstall cgi/cvsgraph.conf.dist ${WWW}/cvsgraph.conf 644 + + doinstall lib ${WWW}/lib 644 + doinstall templates ${WWW}/templates 644 + + doinstall website ${WWW}/doc 644 + + dosym ${WWW}/viewcvs.conf /etc/viewcvs/viewcvs.conf + dosym ${WWW}/cvsgraph.conf /etc/viewcvs/cvsgraph.conf + + cat <<EOF >apache.conf +# Enables ViewCVS in /var/www/localhost/viewcvs and creates an alias to /viewcvs +# Configuration of ViewCVS could be done in /etc/viewcvs/ + +ScriptAlias /viewcvs /var/www/localhost/viewcvs/cgi/viewcvs.cgi +ScriptAlias /cvsquery /var/www/localhost/viewcvs/cgi/cvsquery.cgi + +<Directory /var/www/localhost/viewcvs/cgi> + Options ExecCGI + <IfModule mod_access.c> + Order allow,deny + Allow from all + </IfModule> +</Directory> +EOF + + if use apache2; then + cp apache.conf 47_viewcvs.conf + insinto /etc/apache2/conf/modules.d + doins 47_viewcvs.conf + fi + + dodoc INSTALL TODO CHANGES README apache.conf +} + +pkg_postinst() { + ewarn "Before using viewcvs make sure you configure it correctly." + einfo "There is a sample apache integration configuration file in the" + einfo "documentation directory named: apache.conf" + einfo "If you're using apache2 this configuration is already done for" + einfo "you in /etc/apache2/conf/modules.d/47_viewcvs.conf" +} |