Gentoo Archives: gentoo-commits

From: "Thomas Kahle (tomka)" <tomka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/pspp: pspp-0.6.2-r1.ebuild ChangeLog
Date: Sun, 30 Dec 2012 17:47:17
Message-Id: 20121230174707.14C5A2171D@flycatcher.gentoo.org
1 tomka 12/12/30 17:47:06
2
3 Modified: pspp-0.6.2-r1.ebuild ChangeLog
4 Log:
5 Fix doc install per bug 449312
6
7 (Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 0x89DEB219565C32BC)
8
9 Revision Changes Path
10 1.7 sci-mathematics/pspp/pspp-0.6.2-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pspp/pspp-0.6.2-r1.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pspp/pspp-0.6.2-r1.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pspp/pspp-0.6.2-r1.ebuild?r1=1.6&r2=1.7
15
16 Index: pspp-0.6.2-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.6.2-r1.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- pspp-0.6.2-r1.ebuild 10 Dec 2012 22:29:26 -0000 1.6
23 +++ pspp-0.6.2-r1.ebuild 30 Dec 2012 17:47:06 -0000 1.7
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/pspp/pspp-0.6.2-r1.ebuild,v 1.6 2012/12/10 22:29:26 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.6.2-r1.ebuild,v 1.7 2012/12/30 17:47:06 tomka Exp $
29
30 EAPI=4
31 inherit eutils elisp-common autotools multilib
32 @@ -11,7 +11,7 @@
33 SLOT="0"
34 LICENSE="GPL-3"
35 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
36 -IUSE="doc emacs gtk ncurses nls plotutils postgres static-libs"
37 +IUSE="doc emacs examples gtk ncurses nls plotutils postgres static-libs"
38
39 RDEPEND="
40 dev-libs/libxml2:2
41 @@ -68,8 +68,10 @@
42 insinto /usr/share/doc/${PF}
43 doins -r examples
44 fi
45 - use doc && dohtml doc/pspp.html doc/pspp-dev.html && \
46 + if use doc; then
47 + dohtml -r doc/pspp{,dev}.html
48 dodoc doc/pspp{,-dev}.pdf
49 + fi
50 if use emacs; then
51 elisp-install ${PN} *.el *.elc
52 elisp-site-file-install "${FILESDIR}/${SITEFILE}"
53
54
55
56 1.22 sci-mathematics/pspp/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pspp/ChangeLog?rev=1.22&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pspp/ChangeLog?rev=1.22&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pspp/ChangeLog?r1=1.21&r2=1.22
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v
65 retrieving revision 1.21
66 retrieving revision 1.22
67 diff -u -r1.21 -r1.22
68 --- ChangeLog 10 Dec 2012 22:29:26 -0000 1.21
69 +++ ChangeLog 30 Dec 2012 17:47:06 -0000 1.22
70 @@ -1,6 +1,9 @@
71 # ChangeLog for sci-mathematics/pspp
72 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.21 2012/12/10 22:29:26 bicatali Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.22 2012/12/30 17:47:06 tomka Exp $
75 +
76 + 30 Dec 2012; Thomas Kahle <tomka@g.o> pspp-0.6.2-r1.ebuild:
77 + Fix doc install per bug 449312
78
79 10 Dec 2012; Sébastien Fabbro <bicatali@g.o> -pspp-0.6.2.ebuild,
80 pspp-0.6.2-r1.ebuild: