diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-06-11 14:13:15 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-06-11 14:13:15 +0000 |
commit | cc129e3f06de2e5ed07a1b5d96ecf473413cf2fd (patch) | |
tree | 00c70580970044c692e6e6e8124ff7b9edd51bf1 /dev-python/ws4py/ws4py-9999.ebuild | |
parent | Use matching name for download & S to make the ebuild forward-proof to vcs-sn... (diff) | |
download | gentoo-2-cc129e3f06de2e5ed07a1b5d96ecf473413cf2fd.tar.gz gentoo-2-cc129e3f06de2e5ed07a1b5d96ecf473413cf2fd.tar.bz2 gentoo-2-cc129e3f06de2e5ed07a1b5d96ecf473413cf2fd.zip |
Use matching name for download & S to make the ebuilds forward-proof to vcs-snapshot API.
(Portage version: 2.2.0_alpha110_p20/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/ws4py/ws4py-9999.ebuild')
-rw-r--r-- | dev-python/ws4py/ws4py-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ws4py/ws4py-9999.ebuild b/dev-python/ws4py/ws4py-9999.ebuild index 349af5e0e9b9..28b8f9f78fc2 100644 --- a/dev-python/ws4py/ws4py-9999.ebuild +++ b/dev-python/ws4py/ws4py-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ws4py/ws4py-9999.ebuild,v 1.2 2012/04/24 02:31:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ws4py/ws4py-9999.ebuild,v 1.3 2012/06/11 14:13:15 mgorny Exp $ # The gevent package isn't in the tree yet, so we delete # those implementations. @@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 else inherit vcs-snapshot - SRC_URI="https://github.com/Lawouach/WebSocket-for-Python/tarball/v${PV} -> ${P}-src.tar.gz" + SRC_URI="https://github.com/Lawouach/WebSocket-for-Python/tarball/v${PV} -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm ~x86" fi |