Gentoo Archives: gentoo-commits

From: "Caleb Tennis (caleb)" <caleb@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/stomper: stomper-0.2.2.ebuild
Date: Mon, 20 Apr 2009 11:26:29
Message-Id: E1Lvrdl-0007Ee-T4@stork.gentoo.org
1 caleb 09/04/20 11:26:21
2
3 Modified: stomper-0.2.2.ebuild
4 Log:
5 Fixes per dev-zero
6 (Portage version: 2.1.6.11/cvs/Linux i686)
7
8 Revision Changes Path
9 1.3 dev-python/stomper/stomper-0.2.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/stomper/stomper-0.2.2.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/stomper/stomper-0.2.2.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/stomper/stomper-0.2.2.ebuild?r1=1.2&r2=1.3
14
15 Index: stomper-0.2.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/stomper/stomper-0.2.2.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- stomper-0.2.2.ebuild 19 Apr 2009 16:38:09 -0000 1.2
22 +++ stomper-0.2.2.ebuild 20 Apr 2009 11:26:21 -0000 1.3
23 @@ -1,22 +1,18 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/stomper-0.2.2.ebuild,v 1.2 2009/04/19 16:38:09 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/stomper-0.2.2.ebuild,v 1.3 2009/04/20 11:26:21 caleb Exp $
28
29 inherit distutils
30
31 DESCRIPTION="This is a transport neutral client implementation of the STOMP protocol."
32 HOMEPAGE="http://pypi.python.org/pypi/stomper/${PV}"
33 -SRC_URI="http://pypi.python.org/packages/source/s/${PN}/${P}.tar.gz"
34 +SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
35
36 LICENSE="MIT"
37 SLOT="0"
38 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
39 IUSE=""
40
41 -RDEPEND="dev-lang/python"
42 +RDEPEND=""
43 DEPEND="${RDEPEND}
44 dev-python/setuptools"
45 -
46 -src_install() {
47 - distutils_src_install
48 -}