summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2009-04-20 11:26:21 +0000
committerCaleb Tennis <caleb@gentoo.org>2009-04-20 11:26:21 +0000
commit2af809222d504b8ac80745174ea7e69d60e84176 (patch)
treea54cf528947fabfdbcc48f15208cc13d5a755c82 /dev-python/stomper/stomper-0.2.2.ebuild
parentFixes per dev-zero (diff)
downloadgentoo-2-2af809222d504b8ac80745174ea7e69d60e84176.tar.gz
gentoo-2-2af809222d504b8ac80745174ea7e69d60e84176.tar.bz2
gentoo-2-2af809222d504b8ac80745174ea7e69d60e84176.zip
Fixes per dev-zero
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'dev-python/stomper/stomper-0.2.2.ebuild')
-rw-r--r--dev-python/stomper/stomper-0.2.2.ebuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/dev-python/stomper/stomper-0.2.2.ebuild b/dev-python/stomper/stomper-0.2.2.ebuild
index f7dea2afc3ee..19ff66a31de8 100644
--- a/dev-python/stomper/stomper-0.2.2.ebuild
+++ b/dev-python/stomper/stomper-0.2.2.ebuild
@@ -1,22 +1,18 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/stomper-0.2.2.ebuild,v 1.3 2009/04/20 11:26:21 caleb Exp $
inherit distutils
DESCRIPTION="This is a transport neutral client implementation of the STOMP protocol."
HOMEPAGE="http://pypi.python.org/pypi/stomper/${PV}"
-SRC_URI="http://pypi.python.org/packages/source/s/${PN}/${P}.tar.gz"
+SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
-RDEPEND="dev-lang/python"
+RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools"
-
-src_install() {
- distutils_src_install
-}