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/hcluster: hcluster-0.2.0.ebuild ChangeLog
Date: Tue, 07 Apr 2009 08:36:33
Message-Id: E1Lr6nH-0001ng-Ft@stork.gentoo.org
1 bicatali 09/04/07 08:36:31
2
3 Modified: ChangeLog
4 Added: hcluster-0.2.0.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc28/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-python/hcluster/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/hcluster/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/hcluster/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/hcluster/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/hcluster/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 5 Dec 2008 13:43:06 -0000 1.1
23 +++ ChangeLog 7 Apr 2009 08:36:31 -0000 1.2
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/hcluster
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hcluster/ChangeLog,v 1.1 2008/12/05 13:43:06 bicatali Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/hcluster/ChangeLog,v 1.2 2009/04/07 08:36:31 bicatali Exp $
30 +
31 +*hcluster-0.2.0 (07 Apr 2009)
32 +
33 + 07 Apr 2009; Sébastien Fabbro <bicatali@g.o>
34 + +hcluster-0.2.0.ebuild:
35 + Version bump
36
37 *hcluster-0.1.9 (05 Dec 2008)
38
39
40
41
42 1.1 dev-python/hcluster/hcluster-0.2.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/hcluster/hcluster-0.2.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/hcluster/hcluster-0.2.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: hcluster-0.2.0.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/hcluster/hcluster-0.2.0.ebuild,v 1.1 2009/04/07 08:36:31 bicatali Exp $
52
53 inherit distutils
54
55 DESCRIPTION="Python hierarchical clustering package based on scipy"
56 HOMEPAGE="http://code.google.com/p/scipy-cluster/"
57 SRC_URI="http://scipy-cluster.googlecode.com/files/${P}.tar.gz"
58
59 IUSE=""
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 LICENSE="BSD"
63
64 DEPEND="dev-python/numpy"
65 RDEPEND="dev-python/matplotlib"
66
67 # tests need X display with matplotlib
68 RESTRICT="test"