diff options
author | 2007-09-14 08:39:04 +0000 | |
---|---|---|
committer | 2007-09-14 08:39:04 +0000 | |
commit | 0ec74df0ae93c29c63751b4d0975f393e1fe8463 (patch) | |
tree | aaf7a366e156976ee51159af97cd6fce018ccc27 /sci-mathematics/maxima | |
parent | fixed default lisp as sbcl in DEPENDS (diff) | |
download | gentoo-2-0ec74df0ae93c29c63751b4d0975f393e1fe8463.tar.gz gentoo-2-0ec74df0ae93c29c63751b4d0975f393e1fe8463.tar.bz2 gentoo-2-0ec74df0ae93c29c63751b4d0975f393e1fe8463.zip |
fixed a doc link (bug #182643)
(Portage version: 2.1.2.12)
Diffstat (limited to 'sci-mathematics/maxima')
-rw-r--r-- | sci-mathematics/maxima/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/maxima/maxima-5.9.1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-mathematics/maxima/ChangeLog b/sci-mathematics/maxima/ChangeLog index 9d6605cc668c..9c81a08af5ad 100644 --- a/sci-mathematics/maxima/ChangeLog +++ b/sci-mathematics/maxima/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/maxima # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.32 2007/09/14 08:35:10 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.33 2007/09/14 08:39:04 bicatali Exp $ + + 14 Sep 2007; Sébastien Fabbro <bicatali@gentoo.org> maxima-5.9.1.ebuild: + fixed a doc link (bug #182643) 14 Sep 2007; Sébastien Fabbro <bicatali@gentoo.org> maxima-5.13.0.ebuild: fixed default lisp as sbcl in DEPENDS diff --git a/sci-mathematics/maxima/maxima-5.9.1.ebuild b/sci-mathematics/maxima/maxima-5.9.1.ebuild index 33de9979fcfe..87928a60ba08 100644 --- a/sci-mathematics/maxima/maxima-5.9.1.ebuild +++ b/sci-mathematics/maxima/maxima-5.9.1.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/sci-mathematics/maxima/maxima-5.9.1.ebuild,v 1.4 2006/03/15 04:02:02 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.9.1.ebuild,v 1.5 2007/09/14 08:39:04 bicatali Exp $ inherit eutils @@ -66,6 +66,7 @@ src_install() { #move docs to the appropriate place dodoc AUTHORS ChangeLog COPYING COPYING1 NEWS README* mv ${D}/usr/share/${PN}/${PV}/doc/* ${D}/usr/share/doc/${PF}/ + dosym /usr/share/doc/${PF} /usr/share/${PN}/${PV}/doc } pkg_postinst() { |