diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-03-23 16:20:30 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-03-23 16:20:30 +0000 |
commit | f4f90ceac27eb955d3ef76f530c1ff762c3a1d28 (patch) | |
tree | 5336faefb0cb10126554af28625820f6fc34fed8 /sci-mathematics/Macaulay2 | |
parent | moved mozilla from net-www to www-client (diff) | |
download | gentoo-2-f4f90ceac27eb955d3ef76f530c1ff762c3a1d28.tar.gz gentoo-2-f4f90ceac27eb955d3ef76f530c1ff762c3a1d28.tar.bz2 gentoo-2-f4f90ceac27eb955d3ef76f530c1ff762c3a1d28.zip |
mozilla moved from net-www to www-client
(Portage version: 1.585-cvs)
Diffstat (limited to 'sci-mathematics/Macaulay2')
-rw-r--r-- | sci-mathematics/Macaulay2/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/Macaulay2/Macaulay2-0.9.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
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 <seemant@gentoo.org> Macaulay2-0.9.2.ebuild: + change dep from net-www/mozilla to www-client/mozilla 23 Mar 2005; Seemant Kulleen <seemant@gentoo.org> : 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 |