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.1.ebuild ChangeLog pygsl-0.9.0.ebuild
Date: Fri, 05 Oct 2007 20:21:29
Message-Id: E1IdtWr-0000DH-00@stork.gentoo.org
1 bicatali 07/10/05 20:12:08
2
3 Modified: pygsl-0.9.1.ebuild ChangeLog
4 Added: pygsl-0.9.0.ebuild
5 Log:
6 added pygsl-0.9.0 which works with gsl-1.10, fixed deps on pygsl-0.9.1 which does not work with gsl-1.10
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.3 dev-python/pygsl/pygsl-0.9.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygsl/pygsl-0.9.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygsl/pygsl-0.9.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygsl/pygsl-0.9.1.ebuild?r1=1.2&r2=1.3
15
16 Index: pygsl-0.9.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygsl/pygsl-0.9.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- pygsl-0.9.1.ebuild 17 Aug 2007 00:34:29 -0000 1.2
23 +++ pygsl-0.9.1.ebuild 5 Oct 2007 20:12:08 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 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.1.ebuild,v 1.2 2007/08/17 00:34:29 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/pygsl-0.9.1.ebuild,v 1.3 2007/10/05 20:12:08 bicatali Exp $
29
30 inherit distutils
31
32 @@ -13,7 +13,7 @@
33 KEYWORDS="~amd64 ~x86"
34 IUSE="examples"
35
36 -DEPEND=">=sci-libs/gsl-1.8
37 +DEPEND="<sci-libs/gsl-1.10
38 >=dev-python/numpy-1.0"
39
40 src_test() {
41 @@ -25,6 +25,6 @@
42 distutils_src_install
43 if use examples; then
44 insinto /usr/share/doc/${PF}
45 - doins -r examples
46 + doins -r examples || die "install examples failed"
47 fi
48 }
49
50
51
52 1.2 dev-python/pygsl/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygsl/ChangeLog?rev=1.2&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygsl/ChangeLog?rev=1.2&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygsl/ChangeLog?r1=1.1&r2=1.2
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v
61 retrieving revision 1.1
62 retrieving revision 1.2
63 diff -u -r1.1 -r1.2
64 --- ChangeLog 16 Aug 2007 12:52:12 -0000 1.1
65 +++ ChangeLog 5 Oct 2007 20:12:08 -0000 1.2
66 @@ -1,6 +1,13 @@
67 # ChangeLog for dev-python/pygsl
68 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v 1.1 2007/08/16 12:52:12 bicatali Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/ChangeLog,v 1.2 2007/10/05 20:12:08 bicatali Exp $
71 +
72 +*pygsl-0.9.0 (05 Oct 2007)
73 +
74 + 05 Oct 2007; Sébastien Fabbro <bicatali@g.o> +pygsl-0.9.0.ebuild,
75 + pygsl-0.9.1.ebuild:
76 + added pygsl-0.9.0 which works with gsl-1.10, fixed deps on pygsl-0.9.1 which
77 + does not work with gsl-1.10
78
79 *pygsl-0.9.1 (16 Aug 2007)
80
81
82
83
84 1.1 dev-python/pygsl/pygsl-0.9.0.ebuild
85
86 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygsl/pygsl-0.9.0.ebuild?rev=1.1&view=markup
87 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygsl/pygsl-0.9.0.ebuild?rev=1.1&content-type=text/plain
88
89 Index: pygsl-0.9.0.ebuild
90 ===================================================================
91 # Copyright 1999-2007 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 # $Header: /var/cvsroot/gentoo-x86/dev-python/pygsl/pygsl-0.9.0.ebuild,v 1.1 2007/10/05 20:12:08 bicatali Exp $
94
95 inherit distutils
96
97 DESCRIPTION="A Python interface for the GNU scientific library (gsl)."
98 HOMEPAGE="http://pygsl.sourceforge.net/"
99 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
100
101 SLOT="0"
102 LICENSE="GPL-2"
103 KEYWORDS="~amd64 ~x86"
104 IUSE="examples"
105
106 DEPEND=">=sci-libs/gsl-1.8
107 >=dev-python/numpy-1.0"
108
109 src_test() {
110 cd "${S}/tests"
111 PYTHONPATH=$(ls -d ../build/lib*) "${python}" run_test.py || die "tests failed"
112 }
113
114 src_install() {
115 distutils_src_install
116 if use examples; then
117 insinto /usr/share/doc/${PF}
118 doins -r examples || die "install examples failed"
119 fi
120 }
121
122
123
124 --
125 gentoo-commits@g.o mailing list