diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-04-05 09:24:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-05 10:15:57 +0200 |
commit | 28f82e7cf599a04e4334ed05960b2d8866e0efef (patch) | |
tree | 066dc403372585e2f5c56b6bf883bc19cf97d1ba /sci-mathematics/pyquante/pyquante-1.5.1.ebuild | |
parent | x11-misc/cairo-dock: Remove (revdep of cairo-dock-plugins, to be rmed) (diff) | |
download | sunrise-28f82e7cf599a04e4334ed05960b2d8866e0efef.tar.gz sunrise-28f82e7cf599a04e4334ed05960b2d8866e0efef.tar.bz2 sunrise-28f82e7cf599a04e4334ed05960b2d8866e0efef.zip |
Remove packages using old python eclasses
Diffstat (limited to 'sci-mathematics/pyquante/pyquante-1.5.1.ebuild')
-rw-r--r-- | sci-mathematics/pyquante/pyquante-1.5.1.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/sci-mathematics/pyquante/pyquante-1.5.1.ebuild b/sci-mathematics/pyquante/pyquante-1.5.1.ebuild deleted file mode 100644 index e929b47ac..000000000 --- a/sci-mathematics/pyquante/pyquante-1.5.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="3" - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -MY_PN="PyQuante" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Quantum chemistry package written in Python" -HOMEPAGE="http://pyquante.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -S="${WORKDIR}/${MY_P}" - -PYTHON_MODNAME="${MY_PN}" |