commit: facc63617c536bfbbde60cc2d1ad04645bd32505
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 29 11:12:14 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 29 11:14:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=facc6361
dev-python/virtualenv-clone: Remove redundant versions
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/virtualenv-clone/Manifest | 1 -
.../virtualenv-clone/virtualenv-clone-0.2.6.ebuild | 20 --------------------
2 files changed, 21 deletions(-)
diff --git a/dev-python/virtualenv-clone/Manifest
b/dev-python/virtualenv-clone/Manifest
index 58feb6478b1..371caf253b4 100644
--- a/dev-python/virtualenv-clone/Manifest
+++ b/dev-python/virtualenv-clone/Manifest
@@ -1,2 +1 @@
-DIST virtualenv-clone-0.2.6.tar.gz 5691 BLAKE2B
e049f7661939d0cc9b5b85d4bb49c34d62c1f7dc388b974b55e0ef5899c4f44006ad1d2b0df2c50aee3047b54d8645666684df8ddac4f1f006c7e7fdc98e6f40
SHA512
e4963532a8f954ab9840f9f950ccb9c5a8c2bb863c6b0bc72576e5f464b321ef098f199192dbdbb342a232223be9d47b170ea6222d3ecb5848f965cb5ddf8256
DIST virtualenv-clone-0.5.3.tar.gz 6226 BLAKE2B
8d86b9c44fc2db49d609045342352c2d06a6b3008c44a891b9d1e1a7225d77c69708999ab1b1097df1f76bd858ca5cefec8693e4a9ccf74589bd159de37c442f
SHA512
1ba34830d21e8d4ea2f448defbf769afb3a63049c31fab46cfd184f4e5a8745d58984392add327fd5139e5e05a61c172266e2102439577c0b3702152f87fef0d
diff --git a/dev-python/virtualenv-clone/virtualenv-clone-0.2.6.ebuild
b/dev-python/virtualenv-clone/virtualenv-clone-0.2.6.ebuild
deleted file mode 100644
index 11a857e4a92..00000000000
--- a/dev-python/virtualenv-clone/virtualenv-clone-0.2.6.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{3_6,3_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="A script for cloning a non-relocatable virtualenv"
-HOMEPAGE="https://github.com/edwardgeorge/virtualenv-clone"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"