Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/unuran: unuran-1.8.1.ebuild ChangeLog
Date: Fri, 06 Jul 2012 23:47:40
Message-Id: 20120706234730.B5CF52004B@flycatcher.gentoo.org
1 bicatali 12/07/06 23:47:30
2
3 Modified: unuran-1.8.1.ebuild ChangeLog
4 Log:
5 fixed examples installation directory, bug #424942
6
7 (Portage version: 2.1.11.5/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 sci-mathematics/unuran/unuran-1.8.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/unuran/unuran-1.8.1.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/unuran/unuran-1.8.1.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/unuran/unuran-1.8.1.ebuild?r1=1.7&r2=1.8
15
16 Index: unuran-1.8.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/unuran-1.8.1.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- unuran-1.8.1.ebuild 6 Jul 2012 08:07:32 -0000 1.7
23 +++ unuran-1.8.1.ebuild 6 Jul 2012 23:47:30 -0000 1.8
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/unuran-1.8.1.ebuild,v 1.7 2012/07/06 08:07:32 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/unuran-1.8.1.ebuild,v 1.8 2012/07/06 23:47:30 bicatali Exp $
29
30 EAPI=4
31
32 @@ -38,7 +38,8 @@
33 autotools-utils_src_install
34 use doc && dodoc doc/${PN}.pdf
35 if use examples; then
36 - rm -f examples/Makefile* || die
37 + rm examples/Makefile*
38 + insinto /usr/share/doc/${PF}
39 doins -r examples
40 fi
41 }
42
43
44
45 1.11 sci-mathematics/unuran/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/unuran/ChangeLog?rev=1.11&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/unuran/ChangeLog?rev=1.11&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/unuran/ChangeLog?r1=1.10&r2=1.11
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/ChangeLog,v
54 retrieving revision 1.10
55 retrieving revision 1.11
56 diff -u -r1.10 -r1.11
57 --- ChangeLog 6 Jul 2012 08:07:32 -0000 1.10
58 +++ ChangeLog 6 Jul 2012 23:47:30 -0000 1.11
59 @@ -1,6 +1,9 @@
60 # ChangeLog for sci-mathematics/unuran
61 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/ChangeLog,v 1.10 2012/07/06 08:07:32 jlec Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/ChangeLog,v 1.11 2012/07/06 23:47:30 bicatali Exp $
64 +
65 + 06 Jul 2012; Sébastien Fabbro <bicatali@g.o> unuran-1.8.1.ebuild:
66 + fixed examples installation directory, bug #424942
67
68 06 Jul 2012; Justin Lecher <jlec@g.o> unuran-1.8.1.ebuild:
69 Korrekt typo in keywords amd64 -> amd64-linux
70 @@ -50,4 +53,3 @@
71 16 Oct 2010; Sébastien Fabbro <bicatali@g.o> +unuran-1.7.1.ebuild,
72 +files/unuran-1.7.1-nogsl.patch, +metadata.xml:
73 Initial import
74 -