From 64da8613529d61ea95f00c7c073c15b7fbbb9412 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 (Portage version: 2.1.11.5/cvs/Linux x86_64) --- sci-mathematics/unuran/ChangeLog | 6 ++++-- sci-mathematics/unuran/unuran-1.8.1.ebuild | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'sci-mathematics') 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