commit:     0af30dbc43195525f9805c3fc51ec9921e1cd119
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 17 10:08:34 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 17 10:31:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0af30dbc

dev-python/queuelib: Include version in distfile name

 dev-python/queuelib/Manifest              | 2 +-
 dev-python/queuelib/queuelib-1.1.1.ebuild | 6 ++----
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-python/queuelib/Manifest b/dev-python/queuelib/Manifest
index 6ffa4431c31..5824a40af54 100644
--- a/dev-python/queuelib/Manifest
+++ b/dev-python/queuelib/Manifest
@@ -1 +1 @@
-DIST queuelib.tar.gz 6969 SHA256 
f771790be92a93c49fa6da0cab349d59e481fef784b8230bf9338d9036e90b8e SHA512 
54b649d08ca60ed933d862b9d5845af162843f4f077722c78b7c72be4093406cc44182905a2d21235635afc1139974c08c213ccd8a333e72fd94c06adc34497a
 WHIRLPOOL 
808ef3b957315505157fbac019b8ecab729f5c7539edeb289f47af540cc536ca55bcbbf0bd7edab7a105451fdfc9e2d8667409ea09383b7eb4980c22a0bedeea
+DIST queuelib-1.1.1.tar.gz 6969 SHA256 
f771790be92a93c49fa6da0cab349d59e481fef784b8230bf9338d9036e90b8e SHA512 
54b649d08ca60ed933d862b9d5845af162843f4f077722c78b7c72be4093406cc44182905a2d21235635afc1139974c08c213ccd8a333e72fd94c06adc34497a
 WHIRLPOOL 
808ef3b957315505157fbac019b8ecab729f5c7539edeb289f47af540cc536ca55bcbbf0bd7edab7a105451fdfc9e2d8667409ea09383b7eb4980c22a0bedeea

diff --git a/dev-python/queuelib/queuelib-1.1.1.ebuild 
b/dev-python/queuelib/queuelib-1.1.1.ebuild
index 652c1d116f5..cd82bccc368 100644
--- a/dev-python/queuelib/queuelib-1.1.1.ebuild
+++ b/dev-python/queuelib/queuelib-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,15 +9,13 @@ inherit vcs-snapshot distutils-r1
 
 DESCRIPTION="Collection of persistent (disk-based) queues"
 HOMEPAGE="https://github.com/scrapy/${PN}";
-SRC_URI="https://github.com/scrapy/${PN}/archive/v${PV}.tar.gz -> ${PN}.tar.gz"
+SRC_URI="https://github.com/scrapy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="test"
 
-S="${WORKDIR}/${PN}"
-
 DEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]
        test? (

Reply via email to