From 8ae3e8b8cb2123489eb95896d3a0be72734fc377 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 3 Oct 2012 08:06:59 +0000 Subject: Cope with moved cgi scripts (bug 436748). (Portage version: 2.1.11.23/cvs/Linux x86_64) --- www-apps/trac/ChangeLog | 5 ++++- www-apps/trac/trac-1.0.ebuild | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/www-apps/trac/ChangeLog b/www-apps/trac/ChangeLog index 3a9d217d3395..98959ec58caf 100644 --- a/www-apps/trac/ChangeLog +++ b/www-apps/trac/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/trac # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/trac/ChangeLog,v 1.129 2012/09/30 11:45:03 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/trac/ChangeLog,v 1.130 2012/10/03 08:06:59 djc Exp $ + + 03 Oct 2012; Dirkjan Ochtman trac-1.0.ebuild: + Cope with moved cgi scripts (bug 436748). 30 Sep 2012; Dirkjan Ochtman -trac-0.12.2-r1.ebuild: Remove old version. diff --git a/www-apps/trac/trac-1.0.ebuild b/www-apps/trac/trac-1.0.ebuild index ad896a732aa0..01297b0f49fe 100644 --- a/www-apps/trac/trac-1.0.ebuild +++ b/www-apps/trac/trac-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/trac/trac-1.0.ebuild,v 1.1 2012/09/30 11:43:23 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/trac/trac-1.0.ebuild,v 1.2 2012/10/03 08:06:59 djc Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -87,10 +87,10 @@ src_install() { newinitd "${FILESDIR}"/tracd.initd tracd if use cgi; then - cp cgi-bin/trac.cgi "${ED}${MY_CGIBINDIR}" || die + cp contrib/cgi-bin/trac.cgi "${ED}${MY_CGIBINDIR}" || die fi if use fastcgi; then - cp cgi-bin/trac.fcgi "${ED}${MY_CGIBINDIR}" || die + cp contrib/cgi-bin/trac.fcgi "${ED}${MY_CGIBINDIR}" || die fi for lang in en; do -- cgit v1.2.3-65-gdbad