Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 2278 Details for
Bug 5064
Update for net-www/cvsweb to 1.112 and fixes
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
cvsweb ebuild for version 1.112
cvsweb-1.112.ebuild (text/plain), 889 bytes, created by
Brian Rozmierski
on 2002-07-15 21:24:59 UTC
(
hide
)
Description:
cvsweb ebuild for version 1.112
Filename:
MIME Type:
Creator:
Brian Rozmierski
Created:
2002-07-15 21:24:59 UTC
Size:
889 bytes
patch
obsolete
># Copyright 1999-2000 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License, v2 or later ># $Header: /home/cvsroot/gentoo-x86/net-www/cvsweb/cvsweb-1.93-r1.ebuild,v 1.3 2002/07/14 20:25:23 aliz Exp $ > >A=${P}.tar.gz >S=${WORKDIR}/cvsweb >DESCRIPTION="WWW interface to a CVS tree" >SRC_URI="http://stud.fh-heilbronn.de/~zeller/download/${A}" >HOMEPAGE="http://stud.fh-heilbronn.de/~zeller/cgi/cvsweg.cgi" >KEYWORDS="x86" >SLOT="0" >LICENSE="BSD" > >RDEPEND=">=sys-devel/perl-5 >=app-text/rcs-5.7" > >src_unpack () { > unpack ${A} > cd ${S} > local x > for x in cvsweb.cgi cvsweb.conf > do > cp ${x} ${x}.orig > sed -e "s:/usr/local/web/apache/conf/:/etc/apache/conf/:" ${x}.orig > ${x} > done >} > >src_install () { > cd ${S} > insinto /etc/apache/conf > doins cvsweb.conf > insinto /home/httpd/cgi-bin > insopts -m755 > doins cvsweb.cgi > dodoc README TODO >} > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 5064
: 2278