Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 16939 Details for
Bug 27745
Patch to make viewcvs use the webapp-apache eclass.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
viewcvs.patch
viewcvs.patch (text/plain), 1.45 KB, created by
Ian Leitch (RETIRED)
on 2003-09-01 17:55:38 UTC
(
hide
)
Description:
viewcvs.patch
Filename:
MIME Type:
Creator:
Ian Leitch (RETIRED)
Created:
2003-09-01 17:55:38 UTC
Size:
1.45 KB
patch
obsolete
>--- viewcvs-0.9.2_p20030430.ebuild.orig 2003-09-02 02:43:12.797673192 +0100 >+++ viewcvs-0.9.2_p20030430.ebuild 2003-09-02 03:04:02.435699336 +0100 >@@ -2,6 +2,8 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /home/cvsroot/gentoo-x86/net-www/viewcvs/viewcvs-0.9.2_p20030430.ebuild,v 1.3 2003/07/13 21:44:10 aliz Exp $ > >+inherit webapp-apache >+ > SLOT="0" > KEYWORDS="x86" > LICENSE="viewcvs" >@@ -11,7 +13,6 @@ > HOMEPAGE="http://viewcvs.sourceforge.net" > > S="${WORKDIR}/${PN}" >-WWW="/home/httpd/viewcvs" > CONFFILE="/etc/viewcvs/viewcvs.conf" > > DEPEND="" >@@ -21,6 +22,24 @@ > sys-apps/diffutils > net-www/apache" > >+webapp-detect || NO_WEBSERVER=1 >+ >+pkg_setup() { >+ webapp-pkg_setup "${NO_WEBSERVER}" >+ >+ if [ -d ${HTTPD_ROOT}/viewcvs ] ; then >+ echo "" >+ eerror "viewcvs directory detected in ${HTTPD_ROOT}." >+ eerror "You must unmerge your older version first," >+ eerror "and remove the directory before continuing." >+ die "Will not overwrite previous installation." >+ fi >+ >+ einfo "Installing into ${HTTPD_ROOT}." >+} >+ >+WWW="${HTTPD_ROOT}/viewcvs" >+ > doinstall() { > # start_location=$1 > # end_location=$2
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 27745
: 16939