Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/pari: pari-2.3.4-r1.ebuild ChangeLog
Date: Thu, 07 Jan 2010 22:04:45
Message-Id: E1NT0TA-0005RK-Lm@stork.gentoo.org
1 ssuominen 10/01/07 22:04:40
2
3 Modified: pari-2.3.4-r1.ebuild ChangeLog
4 Log:
5 Remove dummy x11-libs/qt:3 depend wrt #300087.
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 sci-mathematics/pari/pari-2.3.4-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/pari-2.3.4-r1.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/pari-2.3.4-r1.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/pari-2.3.4-r1.ebuild?r1=1.6&r2=1.7
14
15 Index: pari-2.3.4-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.4-r1.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- pari-2.3.4-r1.ebuild 29 Oct 2009 15:51:34 -0000 1.6
22 +++ pari-2.3.4-r1.ebuild 7 Jan 2010 22:04:40 -0000 1.7
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.4-r1.ebuild,v 1.6 2009/10/29 15:51:34 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.4-r1.ebuild,v 1.7 2010/01/07 22:04:40 ssuominen Exp $
29
30 EAPI=2
31 inherit elisp-common eutils flag-o-matic
32 @@ -18,13 +18,12 @@
33 LICENSE="GPL-2"
34 SLOT="0"
35 KEYWORDS="alpha amd64 hppa ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd"
36 -IUSE="doc data emacs fltk gmp qt3 static X"
37 +IUSE="doc data emacs fltk gmp static X"
38
39 RDEPEND="sys-libs/readline
40 emacs? ( virtual/emacs )
41 fltk? ( x11-libs/fltk )
42 gmp? ( dev-libs/gmp )
43 - qt3? ( x11-libs/qt:3 )
44 X? ( x11-libs/libX11 )
45 doc? ( X? ( x11-misc/xdg-utils ) )"
46 DEPEND="${RDEPEND}
47
48
49
50 1.72 sci-mathematics/pari/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/ChangeLog?rev=1.72&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/ChangeLog?rev=1.72&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/ChangeLog?r1=1.71&r2=1.72
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v
59 retrieving revision 1.71
60 retrieving revision 1.72
61 diff -u -r1.71 -r1.72
62 --- ChangeLog 29 Oct 2009 15:51:34 -0000 1.71
63 +++ ChangeLog 7 Jan 2010 22:04:40 -0000 1.72
64 @@ -1,6 +1,9 @@
65 # ChangeLog for sci-mathematics/pari
66 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.71 2009/10/29 15:51:34 maekke Exp $
68 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
69 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.72 2010/01/07 22:04:40 ssuominen Exp $
70 +
71 + 07 Jan 2010; Samuli Suominen <ssuominen@g.o> pari-2.3.4-r1.ebuild:
72 + Remove dummy x11-libs/qt:3 depend wrt #300087.
73
74 29 Oct 2009; Markus Meier <maekke@g.o> pari-2.3.4-r1.ebuild:
75 amd64/x86 stable, bug #289327