summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2012-07-06 23:46:37 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2012-07-06 23:46:37 +0000
commit048e02d085c1d1904e62475e00e4a7f33b373926 (patch)
treedab8c28cfe350f421009baa294b1cefa2ec25b4a /sci-mathematics/prng
parent0.8.59 version bump. (diff)
downloadgentoo-2-048e02d085c1d1904e62475e00e4a7f33b373926.tar.gz
gentoo-2-048e02d085c1d1904e62475e00e4a7f33b373926.tar.bz2
gentoo-2-048e02d085c1d1904e62475e00e4a7f33b373926.zip
fixed examples installation directory, bug #424942
(Portage version: 2.1.11.5/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/prng')
-rw-r--r--sci-mathematics/prng/ChangeLog6
-rw-r--r--sci-mathematics/prng/prng-3.0.2.ebuild7
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-mathematics/prng/ChangeLog b/sci-mathematics/prng/ChangeLog
index a2085a4ae7d6..e6b8f2224b8a 100644
--- a/sci-mathematics/prng/ChangeLog
+++ b/sci-mathematics/prng/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/prng
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/prng/ChangeLog,v 1.6 2012/07/05 16:22:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/prng/ChangeLog,v 1.7 2012/07/06 23:46:37 bicatali Exp $
+
+ 06 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> prng-3.0.2.ebuild:
+ fixed examples installation directory, bug #424942
05 Jul 2012; Agostino Sarubbo <ago@gentoo.org> prng-3.0.2.ebuild:
Stable for amd64, wrt bug #424741
@@ -26,4 +29,3 @@
16 Oct 2010; Sébastien Fabbro <bicatali@gentoo.org> +prng-3.0.2.ebuild,
+files/prng-3.0.2-shared.patch, +metadata.xml:
Initial import
-
diff --git a/sci-mathematics/prng/prng-3.0.2.ebuild b/sci-mathematics/prng/prng-3.0.2.ebuild
index 5217ae5f205d..57c76b813e8e 100644
--- a/sci-mathematics/prng/prng-3.0.2.ebuild
+++ b/sci-mathematics/prng/prng-3.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/prng/prng-3.0.2.ebuild,v 1.6 2012/07/05 16:22:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/prng/prng-3.0.2.ebuild,v 1.7 2012/07/06 23:46:37 bicatali Exp $
EAPI=4
@@ -21,9 +21,10 @@ PATCHES=( "${FILESDIR}"/${P}-shared.patch )
src_install() {
autotools-utils_src_install
- use doc && doins doc/${PN}.pdf
+ use doc && dodoc doc/${PN}.pdf
if use examples; then
- rm -f examples/Makefile* || die
+ rm examples/Makefile*
+ insinto /usr/share/doc/${PF}
doins -r examples
fi
}