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/pspp: pspp-0.8.1-r1.ebuild ChangeLog
Date: Thu, 31 Oct 2013 15:47:55
Message-Id: 20131031154752.5FAF520047@flycatcher.gentoo.org
1 bicatali 13/10/31 15:47:52
2
3 Modified: pspp-0.8.1-r1.ebuild ChangeLog
4 Log:
5 Install emacs files (broken by out of source building, bug #489938)
6
7 (Portage version: 2.2.7-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
8
9 Revision Changes Path
10 1.3 sci-mathematics/pspp/pspp-0.8.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: pspp-0.8.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- pspp-0.8.1-r1.ebuild 30 Oct 2013 18:03:29 -0000 1.2
23 +++ pspp-0.8.1-r1.ebuild 31 Oct 2013 15:47:52 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 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.8.1-r1.ebuild,v 1.2 2013/10/30 18:03:29 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild,v 1.3 2013/10/31 15:47:52 bicatali Exp $
29
30 EAPI=5
31
32 @@ -60,7 +60,7 @@
33 src_compile() {
34 autotools-utils_src_compile pkglibdir="${EPREFIX}/usr/$(get_libdir)"
35 use doc && autotools-utils_src_compile html pdf
36 - use emacs && cd "${BUILD_DIR}" && elisp-compile *.el
37 + use emacs && elisp-compile *.el
38 }
39
40 src_install() {
41
42
43
44 1.28 sci-mathematics/pspp/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pspp/ChangeLog?rev=1.28&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pspp/ChangeLog?rev=1.28&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pspp/ChangeLog?r1=1.27&r2=1.28
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v
53 retrieving revision 1.27
54 retrieving revision 1.28
55 diff -u -r1.27 -r1.28
56 --- ChangeLog 30 Oct 2013 18:03:29 -0000 1.27
57 +++ ChangeLog 31 Oct 2013 15:47:52 -0000 1.28
58 @@ -1,6 +1,9 @@
59 # ChangeLog for sci-mathematics/pspp
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.27 2013/10/30 18:03:29 jlec Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.28 2013/10/31 15:47:52 bicatali Exp $
63 +
64 + 31 Oct 2013; Sébastien Fabbro <bicatali@g.o> pspp-0.8.1-r1.ebuild:
65 + Install emacs files (broken by out of source building, bug #489938)
66
67 30 Oct 2013; Justin Lecher <jlec@g.o> pspp-0.8.1-r1.ebuild:
68 Fixing out-of-source doc build