From f4f90ceac27eb955d3ef76f530c1ff762c3a1d28 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Wed, 23 Mar 2005 16:20:30 +0000 Subject: mozilla moved from net-www to www-client (Portage version: 1.585-cvs) --- sci-mathematics/Macaulay2/ChangeLog | 5 ++++- sci-mathematics/Macaulay2/Macaulay2-0.9.2.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'sci-mathematics') diff --git a/sci-mathematics/Macaulay2/ChangeLog b/sci-mathematics/Macaulay2/ChangeLog index 80f622e1008d..0d73703105d8 100644 --- a/sci-mathematics/Macaulay2/ChangeLog +++ b/sci-mathematics/Macaulay2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/Macaulay2 # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/ChangeLog,v 1.4 2005/03/23 15:14:46 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/ChangeLog,v 1.5 2005/03/23 16:19:35 seemant Exp $ + + 23 Mar 2005; Seemant Kulleen Macaulay2-0.9.2.ebuild: + change dep from net-www/mozilla to www-client/mozilla 23 Mar 2005; Seemant Kulleen : change dep from net-www/epiphany to www-client/epiphany diff --git a/sci-mathematics/Macaulay2/Macaulay2-0.9.2.ebuild b/sci-mathematics/Macaulay2/Macaulay2-0.9.2.ebuild index efb524a084a2..238edfa4d86d 100644 --- a/sci-mathematics/Macaulay2/Macaulay2-0.9.2.ebuild +++ b/sci-mathematics/Macaulay2/Macaulay2-0.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-0.9.2.ebuild,v 1.2 2005/03/18 20:14:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-0.9.2.ebuild,v 1.3 2005/03/23 16:19:35 seemant Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -62,7 +62,7 @@ src_install () { if has_version 'kde-base/kdebase' ; then einfo "Using konqueror as default help-browser!" sed "s:netscape:konqueror:g" < tmp > ${D}/usr/bin/M2-help - elif has_version 'net-www/mozilla' ; then + elif has_version 'www-client/mozilla' ; then einfo "Using mozilla as default help-browser!" sed "s:netscape:mozilla:g" < tmp > ${D}/usr/bin/M2-help elif has_version 'www-client/mozilla-firefox' ; then -- cgit v1.2.3-65-gdbad