diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-03-18 20:14:45 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-03-18 20:14:45 +0000 |
commit | 3f1a4e5590c40d6a0a6f4218cf03e4e5c6c4878d (patch) | |
tree | fe945b160db34a7ac3a07593eefe4577fdcf85e2 /sci-mathematics/Macaulay2 | |
parent | moved mozilla-firefox to www-client (diff) | |
download | gentoo-2-3f1a4e5590c40d6a0a6f4218cf03e4e5c6c4878d.tar.gz gentoo-2-3f1a4e5590c40d6a0a6f4218cf03e4e5c6c4878d.tar.bz2 gentoo-2-3f1a4e5590c40d6a0a6f4218cf03e4e5c6c4878d.zip |
epiphany and firefox are in www-client
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-mathematics/Macaulay2')
-rw-r--r-- | sci-mathematics/Macaulay2/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/Macaulay2/Macaulay2-0.9.2.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sci-mathematics/Macaulay2/ChangeLog b/sci-mathematics/Macaulay2/ChangeLog index 8fef07ebefbf..2fb4eaa0e13e 100644 --- a/sci-mathematics/Macaulay2/ChangeLog +++ b/sci-mathematics/Macaulay2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/Macaulay2 -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/ChangeLog,v 1.2 2004/12/28 20:03:44 swegener Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/ChangeLog,v 1.3 2005/03/18 20:14:45 seemant Exp $ + + 18 Mar 2005; Seemant Kulleen <seemant@gentoo.org> Macaulay2-0.9.2.ebuild: + epiphany and firefox are in www-client *Macaulay2-0.9.2 (28 Dec 2004) diff --git a/sci-mathematics/Macaulay2/Macaulay2-0.9.2.ebuild b/sci-mathematics/Macaulay2/Macaulay2-0.9.2.ebuild index 9c13f63e9e33..efb524a084a2 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-2004 Gentoo Foundation +# 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.1 2004/12/28 14:30:11 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-0.9.2.ebuild,v 1.2 2005/03/18 20:14:45 seemant Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -65,10 +65,10 @@ src_install () { elif has_version 'net-www/mozilla' ; then einfo "Using mozilla as default help-browser!" sed "s:netscape:mozilla:g" < tmp > ${D}/usr/bin/M2-help - elif has_version 'net-www/mozilla-firefox' ; then + elif has_version 'www-client/mozilla-firefox' ; then einfo "Using mozilla-firefox as default help-browser!" sed "s:netscape:firefox:g" < tmp > ${D}/usr/bin/M2-help - elif has_version 'net-www/epiphany' ; then + elif has_version 'www-client/epiphany' ; then einfo "Using epiphany as default help-browser!" sed "s:netscape:epiphany:g" < tmp > ${D}/usr/bin/M2-help else |