From: Michał Górny Date: Sat, 28 Mar 2020 17:56:31 +0000 (+0100) Subject: dev-python/pyopengl_accelerate: Remove redundant versions X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fbe299eaa22decb0a8e277ed73c27b3ef40672fd;p=gentoo.git dev-python/pyopengl_accelerate: Remove redundant versions Signed-off-by: Michał Górny --- diff --git a/dev-python/pyopengl_accelerate/pyopengl_accelerate-3.1.0.ebuild b/dev-python/pyopengl_accelerate/pyopengl_accelerate-3.1.0.ebuild deleted file mode 100644 index 7ca6bce20653..000000000000 --- a/dev-python/pyopengl_accelerate/pyopengl_accelerate-3.1.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Accelerate module for PyOpenGL" -HOMEPAGE="http://pyopengl.sourceforge.net/ https://pypi.org/project/PyOpenGL-accelerate/" -MY_PN="PyOpenGL-accelerate" -MY_P="${MY_PN}-${PV}" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="dev-python/pyopengl[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -S=${WORKDIR}/${MY_P}