diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-07-06 23:47:04 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-07-06 23:47:04 +0000 |
commit | 4e047284ebe8818916af15922f8c4ed2267e9d4a (patch) | |
tree | e0f6f501efc50328bf1f67d054e474f24593c41b /sci-mathematics/rngstreams | |
parent | fixed examples installation directory, bug #424942 (diff) | |
download | gentoo-2-4e047284ebe8818916af15922f8c4ed2267e9d4a.tar.gz gentoo-2-4e047284ebe8818916af15922f8c4ed2267e9d4a.tar.bz2 gentoo-2-4e047284ebe8818916af15922f8c4ed2267e9d4a.zip |
fixed examples installation directory, bug #424942
(Portage version: 2.1.11.5/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/rngstreams')
-rw-r--r-- | sci-mathematics/rngstreams/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-mathematics/rngstreams/ChangeLog b/sci-mathematics/rngstreams/ChangeLog index a9440e952ef7..445f0ed08c5f 100644 --- a/sci-mathematics/rngstreams/ChangeLog +++ b/sci-mathematics/rngstreams/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/rngstreams # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rngstreams/ChangeLog,v 1.6 2012/07/05 16:23:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rngstreams/ChangeLog,v 1.7 2012/07/06 23:47:04 bicatali Exp $ + + 06 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> rngstreams-1.0.1.ebuild: + fixed examples installation directory, bug #424942 05 Jul 2012; Agostino Sarubbo <ago@gentoo.org> rngstreams-1.0.1.ebuild: Stable for amd64, wrt bug #424711 @@ -27,4 +30,3 @@ 16 Oct 2010; Sébastien Fabbro <bicatali@gentoo.org> +rngstreams-1.0.1.ebuild, +metadata.xml: Initial import - diff --git a/sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild b/sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild index 417a2140eead..7f9e9585266e 100644 --- a/sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild +++ b/sci-mathematics/rngstreams/rngstreams-1.0.1.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/rngstreams/rngstreams-1.0.1.ebuild,v 1.6 2012/07/05 16:23:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild,v 1.7 2012/07/06 23:47:04 bicatali Exp $ EAPI=4 @@ -19,7 +19,8 @@ src_install() { autotools-utils_src_install use doc && dohtml -r doc/rngstreams.html/* && dodoc doc/${PN}.pdf if use examples; then - rm -f examples/Makefile* || die + rm examples/Makefile* + insinto /ust/share/doc/${PF} doins -r examples fi } |