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 | |
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')
-rw-r--r-- | dev-python/ws4py/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/ws4py/ws4py-0.2.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/ws4py/ws4py-0.2.1-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/ws4py/ws4py-0.2.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/ws4py/ws4py-9999.ebuild | 4 |
5 files changed, 14 insertions, 9 deletions
diff --git a/dev-python/ws4py/ChangeLog b/dev-python/ws4py/ChangeLog index 5d1588b6c7d6..9f8696bc9aca 100644 --- a/dev-python/ws4py/ChangeLog +++ b/dev-python/ws4py/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/ws4py # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ws4py/ChangeLog,v 1.3 2012/04/24 02:31:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ws4py/ChangeLog,v 1.4 2012/06/11 14:13:15 mgorny Exp $ + + 11 Jun 2012; Michał Górny <mgorny@gentoo.org> ws4py-0.2.1-r1.ebuild, + ws4py-0.2.1-r2.ebuild, ws4py-0.2.1.ebuild, ws4py-9999.ebuild: + Use matching name for download & S to make the ebuilds forward-proof to vcs- + snapshot API. *ws4py-0.2.1-r2 (24 Apr 2012) diff --git a/dev-python/ws4py/ws4py-0.2.1-r1.ebuild b/dev-python/ws4py/ws4py-0.2.1-r1.ebuild index 618542189520..1fe1cd361229 100644 --- a/dev-python/ws4py/ws4py-0.2.1-r1.ebuild +++ b/dev-python/ws4py/ws4py-0.2.1-r1.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-0.2.1-r1.ebuild,v 1.1 2012/04/20 19:37:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ws4py/ws4py-0.2.1-r1.ebuild,v 1.2 2012/06/11 14:13:15 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -11,7 +11,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 diff --git a/dev-python/ws4py/ws4py-0.2.1-r2.ebuild b/dev-python/ws4py/ws4py-0.2.1-r2.ebuild index 673f27752192..b52ca3d38af2 100644 --- a/dev-python/ws4py/ws4py-0.2.1-r2.ebuild +++ b/dev-python/ws4py/ws4py-0.2.1-r2.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-0.2.1-r2.ebuild,v 1.1 2012/04/24 02:31:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ws4py/ws4py-0.2.1-r2.ebuild,v 1.2 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 diff --git a/dev-python/ws4py/ws4py-0.2.1.ebuild b/dev-python/ws4py/ws4py-0.2.1.ebuild index 6011a05017cc..98b022bd4a76 100644 --- a/dev-python/ws4py/ws4py-0.2.1.ebuild +++ b/dev-python/ws4py/ws4py-0.2.1.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-0.2.1.ebuild,v 1.1 2012/04/17 23:09:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ws4py/ws4py-0.2.1.ebuild,v 1.2 2012/06/11 14:13:15 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -11,7 +11,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 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 |