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: ChangeLog pygsl-0.9.2.ebuild
Date: Tue, 27 May 2008 09:58:46
Message-Id: E1K0vx5-0003tx-K0@stork.gentoo.org
1 bicatali 08/05/27 09:58:43
2
3 Modified: ChangeLog
4 Added: pygsl-0.9.2.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.5.2)
8
9 Revision Changes Path
10 1.4 dev-python/pygsl/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygsl/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygsl/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygsl/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 15 Mar 2008 09:59:33 -0000 1.3
23 +++ ChangeLog 27 May 2008 09:58:43 -0000 1.4
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-python/pygsl
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v 1.3 2008/03/15 09:59:33 corsair Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v 1.4 2008/05/27 09:58:43 bicatali Exp $
29 +
30 +*pygsl-0.9.2 (27 May 2008)
31 +
32 + 27 May 2008; Sébastien Fabbro <bicatali@g.o> +pygsl-0.9.2.ebuild:
33 + Version bump
34
35 15 Mar 2008; Markus Rothe <corsair@g.o> pygsl-0.9.0.ebuild,
36 pygsl-0.9.1.ebuild:
37
38
39
40 1.1 dev-python/pygsl/pygsl-0.9.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygsl/pygsl-0.9.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygsl/pygsl-0.9.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: pygsl-0.9.2.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/pygsl-0.9.2.ebuild,v 1.1 2008/05/27 09:58:43 bicatali Exp $
50
51 inherit distutils
52
53 DESCRIPTION="A Python interface for the GNU scientific library (gsl)."
54 HOMEPAGE="http://pygsl.sourceforge.net/"
55 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
56
57 SLOT="0"
58 LICENSE="GPL-2"
59 KEYWORDS="~amd64 ~ppc64 ~x86"
60 IUSE="examples"
61
62 DEPEND="dev-python/numpy"
63
64 src_test() {
65 cd "${S}/tests"
66 PYTHONPATH=$(ls -d ../build/lib*) "${python}" run_test.py || die "tests failed"
67 }
68
69 src_install() {
70 distutils_src_install
71 if use examples; then
72 insinto /usr/share/doc/${PF}
73 doins -r examples || die "install examples failed"
74 fi
75 }
76
77
78
79 --
80 gentoo-commits@l.g.o mailing list