Gentoo Archives: gentoo-commits

From: "Lukasz Strzygowski (lucass)" <lucass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/ipy: ChangeLog ipy-0.56.ebuild ipy-0.55.ebuild
Date: Wed, 06 Feb 2008 19:50:33
Message-Id: E1JMqHu-0002Dg-Rh@stork.gentoo.org
1 lucass 08/02/06 19:50:30
2
3 Modified: ChangeLog
4 Added: ipy-0.56.ebuild
5 Removed: ipy-0.55.ebuild
6 Log:
7 Version bump, fixed src_test (bug #209152). Removed old version.
8 (Portage version: 2.1.4.1)
9
10 Revision Changes Path
11 1.11 dev-python/ipy/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/ipy/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/ipy/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/ipy/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/ipy/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 30 Dec 2007 09:32:30 -0000 1.10
24 +++ ChangeLog 6 Feb 2008 19:50:30 -0000 1.11
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/ipy
27 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ChangeLog,v 1.10 2007/12/30 09:32:30 drac Exp $
29 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ChangeLog,v 1.11 2008/02/06 19:50:30 lucass Exp $
31 +
32 +*ipy-0.56 (06 Feb 2008)
33 +
34 + 06 Feb 2008; Lukasz Strzygowski <lucass@g.o> -ipy-0.55.ebuild,
35 + +ipy-0.56.ebuild:
36 + Version bump, fixed src_test (bug #209152). Removed old version.
37
38 30 Dec 2007; Samuli Suominen <drac@g.o> ipy-0.53.ebuild:
39 amd64 stable wrt #203554
40
41
42
43 1.1 dev-python/ipy/ipy-0.56.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/ipy/ipy-0.56.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/ipy/ipy-0.56.ebuild?rev=1.1&content-type=text/plain
47
48 Index: ipy-0.56.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ipy-0.56.ebuild,v 1.1 2008/02/06 19:50:30 lucass Exp $
53
54 inherit distutils
55
56 MY_P="${P/ip/IP}"
57
58 DESCRIPTION="A python Module for handling IP-Addresses and Networks"
59 SRC_URI="http://cheeseshop.python.org/packages/source/I/IPy/${MY_P}.tar.gz"
60 HOMEPAGE="http://software.inl.fr/trac/trac.cgi/wiki/IPy"
61 SLOT="0"
62 LICENSE="BSD"
63 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
64 IUSE="examples"
65
66 S="${WORKDIR}/${MY_P}"
67
68 src_test() {
69 PYTHONPATH=. "${python}" test/test_IPy.py || die "src_test failed"
70 }
71
72 src_install() {
73 distutils_src_install
74
75 if use examples; then
76 insinto /usr/share/doc/${PF}
77 doins -r example
78 fi
79 }
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list