diff options
author | Markus Dittrich <markusle@gentoo.org> | 2008-05-17 09:42:07 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2008-05-17 09:42:07 +0000 |
commit | 85e55200a36b590789f21d291138f9db5ef0aeb8 (patch) | |
tree | a4d48e2e126550937c470aef40939677b873c270 | |
parent | Use virtual/mpg123. (diff) | |
download | gentoo-2-85e55200a36b590789f21d291138f9db5ef0aeb8.tar.gz gentoo-2-85e55200a36b590789f21d291138f9db5ef0aeb8.tar.bz2 gentoo-2-85e55200a36b590789f21d291138f9db5ef0aeb8.zip |
Added missing IdxFile needed for html docs (fixes bug #222417).
(Portage version: 2.1.5_rc10)
-rw-r--r-- | sci-mathematics/singular/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/singular/singular-3.0.4.2.ebuild | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/sci-mathematics/singular/ChangeLog b/sci-mathematics/singular/ChangeLog index 41e2c8c56201..3e8e7e7b0fa4 100644 --- a/sci-mathematics/singular/ChangeLog +++ b/sci-mathematics/singular/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/singular # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.20 2008/04/21 14:39:28 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.21 2008/05/17 09:42:07 markusle Exp $ + + 17 May 2008; Markus Dittrich <markusle@gentoo.org> + singular-3.0.4.2.ebuild: + Added missing IdxFile needed for html docs (fixes bug #222417). *singular-3.0.4.2 (21 Apr 2008) diff --git a/sci-mathematics/singular/singular-3.0.4.2.ebuild b/sci-mathematics/singular/singular-3.0.4.2.ebuild index ec43e0c38c28..60a34fbdc91b 100644 --- a/sci-mathematics/singular/singular-3.0.4.2.ebuild +++ b/sci-mathematics/singular/singular-3.0.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.0.4.2.ebuild,v 1.1 2008/04/21 14:39:28 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.0.4.2.ebuild,v 1.2 2008/05/17 09:42:07 markusle Exp $ inherit eutils elisp-common flag-o-matic autotools multilib @@ -98,6 +98,9 @@ src_install () { if use doc; then dohtml -r html/* || die "failed to install html docs" + insinto /usr/share/${PN} + doins doc/singular.idx || die "failed to install idx file" + cp info/${PN}.hlp info/${PN}.info && doinfo info/${PN}.info || \ die "failed to install info files" |