diff options
author | 2007-05-12 23:50:16 +0000 | |
---|---|---|
committer | 2007-05-12 23:50:16 +0000 | |
commit | 097652dd6fb0145ec10c79bf4353c36c79b7bdf6 (patch) | |
tree | fef54df0d56f6f7860030229e826ef01c46d23d0 /www-apps | |
parent | Fix chroots for non bash shells, #178050 thanks to Pierre Guinoiseau. (diff) | |
download | gentoo-2-097652dd6fb0145ec10c79bf4353c36c79b7bdf6.tar.gz gentoo-2-097652dd6fb0145ec10c79bf4353c36c79b7bdf6.tar.bz2 gentoo-2-097652dd6fb0145ec10c79bf4353c36c79b7bdf6.zip |
Fix bug #178260 (remove apache1 support).
(Portage version: 2.1.2.7)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/viewcvs/ChangeLog | 8 | ||||
-rw-r--r-- | www-apps/viewcvs/viewcvs-1.0_pre20050929.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/www-apps/viewcvs/ChangeLog b/www-apps/viewcvs/ChangeLog index 645f2faf58b6..d1d432a70b94 100644 --- a/www-apps/viewcvs/ChangeLog +++ b/www-apps/viewcvs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/viewcvs -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/viewcvs/ChangeLog,v 1.28 2006/11/23 17:32:16 vivo Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/viewcvs/ChangeLog,v 1.29 2007/05/12 23:50:16 chtekk Exp $ + + 12 May 2007; Luca Longinotti <chtekk@gentoo.org> + viewcvs-1.0_pre20050929.ebuild: + Fix bug #178260 (remove apache1 support). 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> viewcvs-1.0_pre20050929.ebuild: diff --git a/www-apps/viewcvs/viewcvs-1.0_pre20050929.ebuild b/www-apps/viewcvs/viewcvs-1.0_pre20050929.ebuild index 5decd76e0abe..5164f1ff28d0 100644 --- a/www-apps/viewcvs/viewcvs-1.0_pre20050929.ebuild +++ b/www-apps/viewcvs/viewcvs-1.0_pre20050929.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/viewcvs/viewcvs-1.0_pre20050929.ebuild,v 1.5 2006/11/23 17:32:16 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/viewcvs/viewcvs-1.0_pre20050929.ebuild,v 1.6 2007/05/12 23:50:16 chtekk Exp $ inherit webapp depend.apache eutils @@ -23,9 +23,9 @@ RDEPEND="|| ( >=dev-util/cvs-1.11 cvsgraph? ( dev-util/cvsgraph ) enscript? ( app-text/enscript ) apache2? ( mod_python? ( dev-python/mod_python ) ) + !apache2? ( www-servers/lighttpd ) mysql? ( virtual/mysql - dev-python/mysql-python ) - !apache? ( !apache2? ( www-servers/lighttpd ) )" + dev-python/mysql-python )" S=${WORKDIR}/${PN} |