summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2008-04-14 13:28:58 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2008-04-14 13:28:58 +0000
commitfa9b981546c48cebd2b3496f9eb62e47f21d5fa1 (patch)
treec8172d6c6ec8b40cb9fea2812c95823db859bdb5 /sci-mathematics/mathomatic
parentImproved PATCHES array handling. (diff)
downloadgentoo-2-fa9b981546c48cebd2b3496f9eb62e47f21d5fa1.tar.gz
gentoo-2-fa9b981546c48cebd2b3496f9eb62e47f21d5fa1.tar.bz2
gentoo-2-fa9b981546c48cebd2b3496f9eb62e47f21d5fa1.zip
Fixed a doc install with recursive directories (bug #217607)
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'sci-mathematics/mathomatic')
-rw-r--r--sci-mathematics/mathomatic/ChangeLog6
-rw-r--r--sci-mathematics/mathomatic/mathomatic-12.8.8.ebuild4
-rw-r--r--sci-mathematics/mathomatic/mathomatic-12.9.1.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-mathematics/mathomatic/ChangeLog b/sci-mathematics/mathomatic/ChangeLog
index a2f1289c9fa8..cb2f7c784b76 100644
--- a/sci-mathematics/mathomatic/ChangeLog
+++ b/sci-mathematics/mathomatic/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/mathomatic
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.27 2008/04/12 19:19:51 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.28 2008/04/14 13:28:58 bicatali Exp $
+
+ 14 Apr 2008; Sébastien Fabbro <bicatali@gentoo.org>
+ mathomatic-12.8.8.ebuild, mathomatic-12.9.1.ebuild:
+ Fixed a doc install with recursive directories (bug #217607)
*mathomatic-12.9.1 (12 Apr 2008)
diff --git a/sci-mathematics/mathomatic/mathomatic-12.8.8.ebuild b/sci-mathematics/mathomatic/mathomatic-12.8.8.ebuild
index b74ed71d1e74..9ee785ab5e4a 100644
--- a/sci-mathematics/mathomatic/mathomatic-12.8.8.ebuild
+++ b/sci-mathematics/mathomatic/mathomatic-12.8.8.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/mathomatic/mathomatic-12.8.8.ebuild,v 1.3 2008/04/06 19:40:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.8.8.ebuild,v 1.4 2008/04/14 13:28:58 bicatali Exp $
inherit eutils
@@ -42,6 +42,6 @@ src_install() {
if use doc; then
dohtml doc/* || die
insinto /usr/share/doc/${PF}
- doins tests factorial m4 || die
+ doins -r tests factorial m4 || die
fi
}
diff --git a/sci-mathematics/mathomatic/mathomatic-12.9.1.ebuild b/sci-mathematics/mathomatic/mathomatic-12.9.1.ebuild
index 01dac8e0bf91..f86338b015bf 100644
--- a/sci-mathematics/mathomatic/mathomatic-12.9.1.ebuild
+++ b/sci-mathematics/mathomatic/mathomatic-12.9.1.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/mathomatic/mathomatic-12.9.1.ebuild,v 1.1 2008/04/12 19:19:51 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.9.1.ebuild,v 1.2 2008/04/14 13:28:58 bicatali Exp $
inherit eutils
@@ -42,6 +42,6 @@ src_install() {
if use doc; then
dohtml doc/* || die
insinto /usr/share/doc/${PF}
- doins tests factorial m4 || die
+ doins -r tests factorial m4 || die
fi
}