Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/starcluster: starcluster-0.93.3.ebuild ChangeLog
Date: Tue, 29 May 2012 10:11:35
Message-Id: 20120529101124.23F792004B@flycatcher.gentoo.org
1 xarthisius 12/05/29 10:11:24
2
3 Modified: starcluster-0.93.3.ebuild ChangeLog
4 Log:
5 Fix SRC_URI (s->S), drop unnecessary quotes
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-python/starcluster/starcluster-0.93.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/starcluster/starcluster-0.93.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/starcluster/starcluster-0.93.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/starcluster/starcluster-0.93.3.ebuild?r1=1.1&r2=1.2
15
16 Index: starcluster-0.93.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/starcluster/starcluster-0.93.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- starcluster-0.93.3.ebuild 28 May 2012 12:54:05 -0000 1.1
23 +++ starcluster-0.93.3.ebuild 29 May 2012 10:11:24 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/starcluster/starcluster-0.93.3.ebuild,v 1.1 2012/05/28 12:54:05 tampakrap Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/starcluster/starcluster-0.93.3.ebuild,v 1.2 2012/05/29 10:11:24 xarthisius Exp $
29
30 EAPI=4
31
32 @@ -10,12 +10,12 @@
33 DISTUTILS_SRC_TEST="nosetests"
34
35 inherit distutils bash-completion-r1
36 -MY_PN="StarCluster"
37 -MY_P="${MY_PN}-${PV}"
38 +MY_PN=StarCluster
39 +MY_P=${MY_PN}-${PV}
40
41 DESCRIPTION="Utility for creating / managing general purpose computing clusters"
42 HOMEPAGE="http://web.mit.edu/star/cluster"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
44 +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
45
46 LICENSE="LGPL-3"
47 KEYWORDS="~amd64 ~x86"
48 @@ -35,7 +35,7 @@
49 dev-python/matplotlib )
50 dev-python/setuptools"
51
52 -S="${WORKDIR}/${MY_P}"
53 +S=${WORKDIR}/${MY_P}
54
55 src_compile() {
56 distutils_src_compile
57
58
59
60 1.2 dev-python/starcluster/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/starcluster/ChangeLog?rev=1.2&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/starcluster/ChangeLog?rev=1.2&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/starcluster/ChangeLog?r1=1.1&r2=1.2
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/dev-python/starcluster/ChangeLog,v
69 retrieving revision 1.1
70 retrieving revision 1.2
71 diff -u -r1.1 -r1.2
72 --- ChangeLog 28 May 2012 12:54:05 -0000 1.1
73 +++ ChangeLog 29 May 2012 10:11:24 -0000 1.2
74 @@ -1,6 +1,9 @@
75 # ChangeLog for dev-python/starcluster
76 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/dev-python/starcluster/ChangeLog,v 1.1 2012/05/28 12:54:05 tampakrap Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/dev-python/starcluster/ChangeLog,v 1.2 2012/05/29 10:11:24 xarthisius Exp $
79 +
80 + 29 May 2012; Kacper Kowalik <xarthisius@g.o> starcluster-0.93.3.ebuild:
81 + Fix SRC_URI (s->S), drop unnecessary quotes
82
83 *starcluster-0.93.3 (28 May 2012)