From e39948a402417cc2b4baa308b75fff38c3f8cd61 Mon Sep 17 00:00:00 2001 From: Sebastien Fabbro Date: Fri, 6 Jul 2012 23:47:30 +0000 Subject: fixed examples installation directory, bug #424942 Package-Manager: portage-2.1.11.5/cvs/Linux x86_64 --- sci-mathematics/prng/ChangeLog | 6 ++++-- sci-mathematics/prng/prng-3.0.2.ebuild | 7 ++++--- sci-mathematics/rngstreams/ChangeLog | 6 ++++-- sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild | 5 +++-- sci-mathematics/unuran/ChangeLog | 6 ++++-- sci-mathematics/unuran/unuran-1.8.1.ebuild | 5 +++-- 6 files changed, 22 insertions(+), 13 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 prng-3.0.2.ebuild: + fixed examples installation directory, bug #424942 05 Jul 2012; Agostino Sarubbo prng-3.0.2.ebuild: Stable for amd64, wrt bug #424741 @@ -26,4 +29,3 @@ 16 Oct 2010; Sébastien Fabbro +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 } 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 rngstreams-1.0.1.ebuild: + fixed examples installation directory, bug #424942 05 Jul 2012; Agostino Sarubbo rngstreams-1.0.1.ebuild: Stable for amd64, wrt bug #424711 @@ -27,4 +30,3 @@ 16 Oct 2010; Sébastien Fabbro +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 } diff --git a/sci-mathematics/unuran/ChangeLog b/sci-mathematics/unuran/ChangeLog index 41ebc48cb6b5..870063e23727 100644 --- a/sci-mathematics/unuran/ChangeLog +++ b/sci-mathematics/unuran/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/unuran # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/ChangeLog,v 1.10 2012/07/06 08:07:32 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/ChangeLog,v 1.11 2012/07/06 23:47:30 bicatali Exp $ + + 06 Jul 2012; Sébastien Fabbro unuran-1.8.1.ebuild: + fixed examples installation directory, bug #424942 06 Jul 2012; Justin Lecher unuran-1.8.1.ebuild: Korrekt typo in keywords amd64 -> amd64-linux @@ -50,4 +53,3 @@ 16 Oct 2010; Sébastien Fabbro +unuran-1.7.1.ebuild, +files/unuran-1.7.1-nogsl.patch, +metadata.xml: Initial import - diff --git a/sci-mathematics/unuran/unuran-1.8.1.ebuild b/sci-mathematics/unuran/unuran-1.8.1.ebuild index f098ae528fb3..dd56b276e3da 100644 --- a/sci-mathematics/unuran/unuran-1.8.1.ebuild +++ b/sci-mathematics/unuran/unuran-1.8.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/unuran/unuran-1.8.1.ebuild,v 1.7 2012/07/06 08:07:32 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/unuran-1.8.1.ebuild,v 1.8 2012/07/06 23:47:30 bicatali Exp $ EAPI=4 @@ -38,7 +38,8 @@ src_install() { autotools-utils_src_install 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 } -- cgit v1.2.3-65-gdbad