diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-18 16:21:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-18 16:21:32 +0000 |
commit | b6e29de6f9a971da81989da7f2da39d58dee1222 (patch) | |
tree | 1cce9ab4685d4a183abeb40e5eeba5628d78a21c /net-www/viewcvs | |
parent | Added the -o options which prevents dhcpcd to bring the interface down on exit. (diff) | |
download | gentoo-2-b6e29de6f9a971da81989da7f2da39d58dee1222.tar.gz gentoo-2-b6e29de6f9a971da81989da7f2da39d58dee1222.tar.bz2 gentoo-2-b6e29de6f9a971da81989da7f2da39d58dee1222.zip |
repoman
Diffstat (limited to 'net-www/viewcvs')
-rw-r--r-- | net-www/viewcvs/viewcvs-0.9.2-r1.ebuild | 25 | ||||
-rw-r--r-- | net-www/viewcvs/viewcvs-0.9.2-r2.ebuild | 26 | ||||
-rw-r--r-- | net-www/viewcvs/viewcvs-0.9.2.ebuild | 27 | ||||
-rw-r--r-- | net-www/viewcvs/viewcvs-0.9.2_p20030430.ebuild | 27 |
4 files changed, 49 insertions, 56 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 diff --git a/net-www/viewcvs/viewcvs-0.9.2-r2.ebuild b/net-www/viewcvs/viewcvs-0.9.2-r2.ebuild index b2da7e859505..4d7cf5fd9a10 100644 --- a/net-www/viewcvs/viewcvs-0.9.2-r2.ebuild +++ b/net-www/viewcvs/viewcvs-0.9.2-r2.ebuild @@ -1,26 +1,24 @@ # 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-r2.ebuild,v 1.1 2003/07/19 17:01:57 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/viewcvs/viewcvs-0.9.2-r2.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" +IUSE="apache2" DEPEND="" - RDEPEND=">=app-text/rcs-5.7 >=dev-util/cvs-1.11 sys-apps/diffutils net-www/apache" -IUSE="apache2" +WWW="/home/httpd/viewcvs" doinstall() { # start_location=$1 @@ -74,11 +72,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 diff --git a/net-www/viewcvs/viewcvs-0.9.2.ebuild b/net-www/viewcvs/viewcvs-0.9.2.ebuild index 207ca70b6549..823381ab3919 100644 --- a/net-www/viewcvs/viewcvs-0.9.2.ebuild +++ b/net-www/viewcvs/viewcvs-0.9.2.ebuild @@ -1,26 +1,25 @@ # 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.ebuild,v 1.4 2003/09/06 01:54:09 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/viewcvs/viewcvs-0.9.2.ebuild,v 1.5 2003/11/18 16:21:32 vapier Exp $ -SLOT="0" -KEYWORDS="x86" -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" -CONFFILE="/etc/viewcvs/viewcvs.conf" +LICENSE="viewcvs" +SLOT="0" +KEYWORDS="x86" DEPEND="" - RDEPEND=">=app-text/rcs-5.7 >=dev-util/cvs-1.11 sys-apps/diffutils net-www/apache" +WWW="/home/httpd/viewcvs" +CONFFILE="/etc/viewcvs/viewcvs.conf" + doinstall() { # start_location=$1 # end_location=$2 @@ -65,11 +64,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 diff --git a/net-www/viewcvs/viewcvs-0.9.2_p20030430.ebuild b/net-www/viewcvs/viewcvs-0.9.2_p20030430.ebuild index 71a2ff19cbde..243f54498a5f 100644 --- a/net-www/viewcvs/viewcvs-0.9.2_p20030430.ebuild +++ b/net-www/viewcvs/viewcvs-0.9.2_p20030430.ebuild @@ -1,26 +1,25 @@ # 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_p20030430.ebuild,v 1.4 2003/09/06 01:54:09 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/viewcvs/viewcvs-0.9.2_p20030430.ebuild,v 1.5 2003/11/18 16:21:32 vapier Exp $ -SLOT="0" -KEYWORDS="x86" -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://gentoo/${PN}-${PDATE}.tar.bz2" -HOMEPAGE="http://viewcvs.sourceforge.net" -S="${WORKDIR}/${PN}" -WWW="/home/httpd/viewcvs" -CONFFILE="/etc/viewcvs/viewcvs.conf" +LICENSE="viewcvs" +SLOT="0" +KEYWORDS="x86" DEPEND="" - RDEPEND=">=app-text/rcs-5.7 >=dev-util/cvs-1.11 sys-apps/diffutils net-www/apache" +WWW="/home/httpd/viewcvs" +CONFFILE="/etc/viewcvs/viewcvs.conf" + doinstall() { # start_location=$1 # end_location=$2 @@ -65,11 +64,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 |