From 5d13dbda8f7c8a41475fe3ca17f2202eb0bb9322 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 26 Apr 2012 03:45:17 +0200 Subject: dev-python/virtualenvwrapper: removed deprecated package, portage version is working now --- .../virtualenvwrapper/virtualenvwrapper-2.3.ebuild | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 dev-python/virtualenvwrapper/virtualenvwrapper-2.3.ebuild (limited to 'dev-python/virtualenvwrapper/virtualenvwrapper-2.3.ebuild') diff --git a/dev-python/virtualenvwrapper/virtualenvwrapper-2.3.ebuild b/dev-python/virtualenvwrapper/virtualenvwrapper-2.3.ebuild deleted file mode 100644 index 0f5fdba..0000000 --- a/dev-python/virtualenvwrapper/virtualenvwrapper-2.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" -DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1" - -inherit distutils eutils - -DESCRIPTION="Enhancements to virtualenv" -HOMEPAGE="http://pypi.python.org/pypi/virtualenvwrapper" -SRC_URI="http://www.doughellmann.com/downloads/${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" - -RDEPEND="dev-python/virtualenv" -DEPEND="${RDEPEND}" - -src_prepare() { - python_copy_sources - - patching() { - [[ "${PYTHON_ABI}" != 3.* ]] && return - epatch "${FILESDIR}/python-3.patch" - } - python_execute_function --action-message 'Applying patches with $(python_get_implementation) $(python_get_version)' -s patching -} - -- cgit v1.2.3