Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pygsl: pygsl-0.9.5.ebuild ChangeLog
Date: Thu, 02 Aug 2012 18:25:19
Message-Id: 20120802182510.7658A2004B@flycatcher.gentoo.org
1 bicatali 12/08/02 18:25:10
2
3 Modified: pygsl-0.9.5.ebuild ChangeLog
4 Log:
5 Keyword amd64-linux and x86-linux
6
7 (Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 dev-python/pygsl/pygsl-0.9.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygsl/pygsl-0.9.5.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygsl/pygsl-0.9.5.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygsl/pygsl-0.9.5.ebuild?r1=1.4&r2=1.5
15
16 Index: pygsl-0.9.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygsl/pygsl-0.9.5.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- pygsl-0.9.5.ebuild 23 Feb 2012 04:08:07 -0000 1.4
23 +++ pygsl-0.9.5.ebuild 2 Aug 2012 18:25:10 -0000 1.5
24 @@ -1,20 +1,20 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/pygsl-0.9.5.ebuild,v 1.4 2012/02/23 04:08:07 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/pygsl-0.9.5.ebuild,v 1.5 2012/08/02 18:25:10 bicatali Exp $
29
30 -EAPI=2
31 +EAPI=4
32 SUPPORT_PYTHON_ABIS="1"
33 RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython"
34
35 inherit distutils
36
37 -DESCRIPTION="A Python interface for the GNU scientific library (gsl)."
38 +DESCRIPTION="Python interface for the GNU scientific library (gsl)."
39 HOMEPAGE="http://pygsl.sourceforge.net/"
40 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
41
42 SLOT="0"
43 LICENSE="GPL-2"
44 -KEYWORDS="amd64 ~ppc ~ppc64 x86"
45 +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
46 IUSE="examples"
47
48 DEPEND="sci-libs/gsl
49
50
51
52 1.19 dev-python/pygsl/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygsl/ChangeLog?rev=1.19&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygsl/ChangeLog?rev=1.19&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygsl/ChangeLog?r1=1.18&r2=1.19
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v
61 retrieving revision 1.18
62 retrieving revision 1.19
63 diff -u -r1.18 -r1.19
64 --- ChangeLog 23 Feb 2012 04:08:07 -0000 1.18
65 +++ ChangeLog 2 Aug 2012 18:25:10 -0000 1.19
66 @@ -1,6 +1,9 @@
67 # ChangeLog for dev-python/pygsl
68 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v 1.18 2012/02/23 04:08:07 patrick Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v 1.19 2012/08/02 18:25:10 bicatali Exp $
71 +
72 + 02 Aug 2012; Sébastien Fabbro <bicatali@g.o> pygsl-0.9.5.ebuild:
73 + Keyword amd64-linux and x86-linux
74
75 23 Feb 2012; Patrick Lauer <patrick@g.o> pygsl-0.9.5.ebuild:
76 Restricting python properly
77 @@ -75,4 +78,3 @@
78 +pygsl-0.9.1.ebuild:
79 Initial import. Initial ebuild submitted by Pablo De Nápoli
80 <pdenapo@×××××.com>. Closing bug #65354.
81 -