Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/pspp: pspp-0.4.0.ebuild ChangeLog
Date: Sun, 03 Feb 2008 12:03:27
Message-Id: E1JLdZE-0003nt-3K@stork.gentoo.org
1 markusle 08/02/03 12:03:24
2
3 Modified: pspp-0.4.0.ebuild ChangeLog
4 Log:
5 Added bindist USE flag to prevent linking against GPL-3d >=gsl-1.10 if needed (see bug #199451).
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.4 sci-mathematics/pspp/pspp-0.4.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pspp/pspp-0.4.0.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pspp/pspp-0.4.0.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pspp/pspp-0.4.0.ebuild?r1=1.3&r2=1.4
14
15 Index: pspp-0.4.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.4.0.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- pspp-0.4.0.ebuild 31 Jul 2007 12:07:37 -0000 1.3
22 +++ pspp-0.4.0.ebuild 3 Feb 2008 12:03:23 -0000 1.4
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 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.4.0.ebuild,v 1.3 2007/07/31 12:07:37 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.4.0.ebuild,v 1.4 2008/02/03 12:03:23 markusle Exp $
29
30 inherit elisp-common
31
32 @@ -10,9 +10,10 @@
33 SLOT="0"
34 LICENSE="GPL-2"
35 KEYWORDS="~amd64 ~x86"
36 -IUSE="doc ncurses emacs plotutils nls"
37 +IUSE="bindist doc ncurses emacs plotutils nls"
38
39 -DEPEND=">=sci-libs/gsl-1.6
40 +DEPEND="!bindist? ( sci-libs/gsl )
41 + bindist? ( <sci-libs/gsl-1.10 )
42 sys-libs/readline
43 >=sys-devel/gettext-0.14.1
44 >=dev-lang/perl-5.6
45 @@ -42,7 +43,7 @@
46 src_install() {
47 emake DESTDIR="${D}" install || die "emake install failed"
48
49 - dodoc ABOUT-NLS AUTHORS ChangeLog \
50 + dodoc AUTHORS ChangeLog \
51 INSTALL NEWS ONEWS README THANKS TODO
52 docinto examples && dodoc examples/{ChangeLog,descript.stat}
53
54
55
56
57 1.5 sci-mathematics/pspp/ChangeLog
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pspp/ChangeLog?rev=1.5&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pspp/ChangeLog?rev=1.5&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pspp/ChangeLog?r1=1.4&r2=1.5
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v
66 retrieving revision 1.4
67 retrieving revision 1.5
68 diff -u -r1.4 -r1.5
69 --- ChangeLog 31 Jul 2007 17:36:52 -0000 1.4
70 +++ ChangeLog 3 Feb 2008 12:03:23 -0000 1.5
71 @@ -1,6 +1,10 @@
72 # ChangeLog for sci-mathematics/pspp
73 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.4 2007/07/31 17:36:52 bicatali Exp $
75 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
76 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.5 2008/02/03 12:03:23 markusle Exp $
77 +
78 + 03 Feb 2008; Markus Dittrich <markusle@g.o> pspp-0.4.0.ebuild:
79 + Added bindist USE flag to prevent linking against GPL-3d >=gsl-1.10
80 + if needed (see bug #199451).
81
82 31 Jul 2007; Sébastien Fabbro <bicatali@g.o>
83 files/50pspp-gentoo.el:
84
85
86
87 --
88 gentoo-commits@l.g.o mailing list