summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2013-05-25 19:35:32 +0000
committerChristian Ruppert <idl0r@gentoo.org>2013-05-25 19:35:32 +0000
commit7c04c91ad0484b7d67411a9b2d6be6a76db9fcf1 (patch)
treec52411b04e0801ced033e4ef74912cf7f5c4388f /www-apps/viewvc
parentStable for ppc, wrt bug #471140 (diff)
downloadgentoo-2-7c04c91ad0484b7d67411a9b2d6be6a76db9fcf1.tar.gz
gentoo-2-7c04c91ad0484b7d67411a9b2d6be6a76db9fcf1.tar.bz2
gentoo-2-7c04c91ad0484b7d67411a9b2d6be6a76db9fcf1.zip
Install .fcgi/.wsgi files as suggested in bug 326901
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key B427ABC8)
Diffstat (limited to 'www-apps/viewvc')
-rw-r--r--www-apps/viewvc/ChangeLog5
-rw-r--r--www-apps/viewvc/viewvc-1.1.20.ebuild15
2 files changed, 18 insertions, 2 deletions
diff --git a/www-apps/viewvc/ChangeLog b/www-apps/viewvc/ChangeLog
index 5e4cc96f12e6..62787821f156 100644
--- a/www-apps/viewvc/ChangeLog
+++ b/www-apps/viewvc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-apps/viewvc
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/ChangeLog,v 1.90 2013/05/25 18:32:58 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/ChangeLog,v 1.91 2013/05/25 19:35:32 idl0r Exp $
+
+ 25 May 2013; Christian Ruppert <idl0r@gentoo.org> viewvc-1.1.20.ebuild:
+ Install .fcgi/.wsgi files as suggested in bug 326901
*viewvc-1.1.20 (25 May 2013)
diff --git a/www-apps/viewvc/viewvc-1.1.20.ebuild b/www-apps/viewvc/viewvc-1.1.20.ebuild
index 959beb8b5a0b..aa6eb68db491 100644
--- a/www-apps/viewvc/viewvc-1.1.20.ebuild
+++ b/www-apps/viewvc/viewvc-1.1.20.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.1.20.ebuild,v 1.1 2013/05/25 18:32:58 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.1.20.ebuild,v 1.2 2013/05/25 19:35:32 idl0r Exp $
EAPI="5"
PYTHON_DEPEND="2"
@@ -91,6 +91,19 @@ src_install() {
doexe bin/cgi/query.cgi
fi
+ exeinto "${MY_CGIBINDIR}"
+ if use mod_wsgi; then
+ doexe bin/wsgi/viewvc.wsgi
+ if use mysql; then
+ doexe bin/wsgi/query.wsgi
+ fi
+ else
+ doexe bin/wsgi/viewvc.fcgi
+ if use mysql; then
+ doexe bin/wsgi/query.fcgi
+ fi
+ fi
+
webapp_configfile "${MY_HOSTROOTDIR}/conf/"{viewvc,cvsgraph}.conf
webapp_src_install