diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-07-06 23:47:30 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-07-06 23:47:30 +0000 |
commit | 64da8613529d61ea95f00c7c073c15b7fbbb9412 (patch) | |
tree | 75fd307dade1efc7038568b6009ec8c7221aaa4a /sci-mathematics | |
parent | fixed examples installation directory, bug #424942 (diff) | |
download | gentoo-2-64da8613529d61ea95f00c7c073c15b7fbbb9412.tar.gz gentoo-2-64da8613529d61ea95f00c7c073c15b7fbbb9412.tar.bz2 gentoo-2-64da8613529d61ea95f00c7c073c15b7fbbb9412.zip |
fixed examples installation directory, bug #424942
(Portage version: 2.1.11.5/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/unuran/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/unuran/unuran-1.8.1.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
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 <bicatali@gentoo.org> unuran-1.8.1.ebuild: + fixed examples installation directory, bug #424942 06 Jul 2012; Justin Lecher <jlec@gentoo.org> unuran-1.8.1.ebuild: Korrekt typo in keywords amd64 -> amd64-linux @@ -50,4 +53,3 @@ 16 Oct 2010; Sébastien Fabbro <bicatali@gentoo.org> +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 } |