Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-astronomy/pyephem: ChangeLog pyephem-3.7.2.4.ebuild
Date: Thu, 26 Jun 2008 12:06:23
Message-Id: E1KBqF0-000427-0P@stork.gentoo.org
1 bicatali 08/06/26 12:06:18
2
3 Modified: ChangeLog
4 Added: pyephem-3.7.2.4.ebuild
5 Log:
6 Version bump. No more examples.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.6 sci-astronomy/pyephem/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/pyephem/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/pyephem/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/pyephem/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 29 Jan 2008 12:59:56 -0000 1.5
23 +++ ChangeLog 26 Jun 2008 12:06:17 -0000 1.6
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sci-astronomy/pyephem
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/ChangeLog,v 1.5 2008/01/29 12:59:56 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/ChangeLog,v 1.6 2008/06/26 12:06:17 bicatali Exp $
29 +
30 +*pyephem-3.7.2.4 (26 Jun 2008)
31 +
32 + 26 Jun 2008; Sébastien Fabbro <bicatali@g.o>
33 + +pyephem-3.7.2.4.ebuild:
34 + Version bump. No more examples.
35
36 *pyephem-3.7.2.3 (29 Jan 2008)
37
38
39
40
41 1.1 sci-astronomy/pyephem/pyephem-3.7.2.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.2.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.2.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pyephem-3.7.2.4.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.2.4.ebuild,v 1.1 2008/06/26 12:06:17 bicatali Exp $
51
52 inherit distutils
53
54 DESCRIPTION="Astronomical routines for the python programming language"
55 LICENSE="LGPL-3"
56 HOMEPAGE="http://rhodesmill.org/pyephem/pyephem.html"
57 SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
58
59 SLOT="0"
60 KEYWORDS="~x86 ~amd64"
61 IUSE=""
62
63 DEPEND=""
64
65 src_test() {
66 # remove a buggy test (it's a doc test), check next version.
67 mv src/ephem/tests/test_rst.py{,orig}
68 ${python} setup.py test || die "tests failed"
69 }
70
71 src_install() {
72 distutils_src_install
73 insinto /usr/share/doc/${PF}
74 mv "${D}"/usr/lib*/${python}*/site-packages/ephem/doc \
75 "${D}"/usr/share/doc/${PF}/html || die "Failed to install doc"
76 }
77
78
79
80 --
81 gentoo-commits@l.g.o mailing list