diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2011-04-11 04:57:25 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2011-04-11 04:57:25 +0000 |
commit | 5ab1d5c1b80d67a9d5c9c708167b0ebb49be7d0b (patch) | |
tree | b214c9260d3e030c37fbc111b51ee681aa889591 /sci-mathematics | |
parent | Add ~mips keyword, bug 323831 (diff) | |
download | gentoo-2-5ab1d5c1b80d67a9d5c9c708167b0ebb49be7d0b.tar.gz gentoo-2-5ab1d5c1b80d67a9d5c9c708167b0ebb49be7d0b.tar.bz2 gentoo-2-5ab1d5c1b80d67a9d5c9c708167b0ebb49be7d0b.zip |
Fixed changed directory names when doc is enabled, bug #362583
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/mathomatic/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/mathomatic/mathomatic-15.5.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-mathematics/mathomatic/ChangeLog b/sci-mathematics/mathomatic/ChangeLog index d1fd64565e5c..1755fd4eb4f7 100644 --- a/sci-mathematics/mathomatic/ChangeLog +++ b/sci-mathematics/mathomatic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/mathomatic # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.55 2011/04/08 03:47:54 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.56 2011/04/11 04:57:25 bicatali Exp $ + + 11 Apr 2011; Sébastien Fabbro <bicatali@gentoo.org> + mathomatic-15.5.2.ebuild: + Fixed changed directory names when doc is enabled, bug #362583 *mathomatic-15.5.2 (08 Apr 2011) diff --git a/sci-mathematics/mathomatic/mathomatic-15.5.2.ebuild b/sci-mathematics/mathomatic/mathomatic-15.5.2.ebuild index 9b6e97a19b5c..854cd4ad2ba7 100644 --- a/sci-mathematics/mathomatic/mathomatic-15.5.2.ebuild +++ b/sci-mathematics/mathomatic/mathomatic-15.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-15.5.2.ebuild,v 1.1 2011/04/08 03:47:54 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-15.5.2.ebuild,v 1.2 2011/04/11 04:57:25 bicatali Exp $ EAPI=4 inherit eutils toolchain-funcs @@ -44,6 +44,6 @@ src_install() { if use doc; then dohtml doc/* insinto /usr/share/doc/${PF} - doins -r tests factorial m4 + doins -r tests examples m4 fi } |